Home
last modified time | relevance | path

Searched refs:getLocations (Results 1 – 25 of 762) sorted by relevance

12345678910>>...31

/dports/devel/hadoop/hadoop-1.2.1/src/test/org/apache/hadoop/mapreduce/lib/input/
H A DTestCombineFileInputFormat.java321 assertEquals(1, fileSplit.getLocations().length); in testSplitPlacement()
351 assertEquals(fileSplit.getLocations().length, 1); in testSplitPlacement()
361 assertEquals(fileSplit.getLocations().length, 1); in testSplitPlacement()
382 assertEquals(fileSplit.getLocations().length, 1); in testSplitPlacement()
395 assertEquals(fileSplit.getLocations().length, 1); in testSplitPlacement()
405 assertEquals(fileSplit.getLocations().length, 1); in testSplitPlacement()
424 assertEquals(fileSplit.getLocations().length, 1); in testSplitPlacement()
437 assertEquals(fileSplit.getLocations().length, 1); in testSplitPlacement()
447 assertEquals(fileSplit.getLocations().length, 1); in testSplitPlacement()
466 assertEquals(fileSplit.getLocations().length, 1); in testSplitPlacement()
[all …]
/dports/devel/hadoop/hadoop-1.2.1/src/test/org/apache/hadoop/mapred/lib/
H A DTestCombineFileInputFormat.java137 assertEquals(fileSplit.getLocations().length, 1); in testSplitPlacement()
147 assertEquals(fileSplit.getLocations().length, 1); in testSplitPlacement()
169 assertEquals(fileSplit.getLocations().length, 1); in testSplitPlacement()
182 assertEquals(fileSplit.getLocations().length, 1); in testSplitPlacement()
192 assertEquals(fileSplit.getLocations().length, 1); in testSplitPlacement()
212 assertEquals(fileSplit.getLocations().length, 1); in testSplitPlacement()
225 assertEquals(fileSplit.getLocations().length, 1); in testSplitPlacement()
235 assertEquals(fileSplit.getLocations().length, 1); in testSplitPlacement()
254 assertEquals(fileSplit.getLocations().length, 1); in testSplitPlacement()
272 assertEquals(fileSplit.getLocations().length, 1); in testSplitPlacement()
[all …]
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient/src/test/java/org/apache/hadoop/mapreduce/lib/input/
H A DTestCombineFileInputFormat.java345 assertEquals(1, fileSplit.getLocations().length); in testSplitPlacement()
375 assertEquals(1, fileSplit.getLocations().length); in testSplitPlacement()
385 assertEquals(1, fileSplit.getLocations().length); in testSplitPlacement()
406 assertEquals(1, fileSplit.getLocations().length); in testSplitPlacement()
419 assertEquals(1, fileSplit.getLocations().length); in testSplitPlacement()
429 assertEquals(1, fileSplit.getLocations().length); in testSplitPlacement()
448 assertEquals(1, fileSplit.getLocations().length); in testSplitPlacement()
461 assertEquals(1, fileSplit.getLocations().length); in testSplitPlacement()
789 if (inputSplit.getLocations().length == 1) { in testNodeDistribution()
840 assertEquals(1, inSplit.getLocations().length); in testNodeInputSplit()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/unittests/DebugInfo/DWARF/
H A DDWARFDieTest.cpp21 TEST(DWARFDie, getLocations) { in TEST() argument
78 EXPECT_THAT_EXPECTED(Die.getLocations(DW_AT_location), in TEST()
83 Die.getLocations(DW_AT_data_member_location), in TEST()
87 Die.getLocations(DW_AT_vtable_elem_location), in TEST()
93 Die.getLocations(DW_AT_call_data_location), in TEST()
98 Die.getLocations(DW_AT_call_data_value), in TEST()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/unittests/DebugInfo/DWARF/
H A DDWARFDieTest.cpp21 TEST(DWARFDie, getLocations) { in TEST() argument
78 EXPECT_THAT_EXPECTED(Die.getLocations(DW_AT_location), in TEST()
83 Die.getLocations(DW_AT_data_member_location), in TEST()
87 Die.getLocations(DW_AT_vtable_elem_location), in TEST()
93 Die.getLocations(DW_AT_call_data_location), in TEST()
98 Die.getLocations(DW_AT_call_data_value), in TEST()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/unittests/DebugInfo/DWARF/
H A DDWARFDieTest.cpp21 TEST(DWARFDie, getLocations) { in TEST() argument
78 EXPECT_THAT_EXPECTED(Die.getLocations(DW_AT_location), in TEST()
83 Die.getLocations(DW_AT_data_member_location), in TEST()
87 Die.getLocations(DW_AT_vtable_elem_location), in TEST()
93 Die.getLocations(DW_AT_call_data_location), in TEST()
98 Die.getLocations(DW_AT_call_data_value), in TEST()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/unittests/DebugInfo/DWARF/
H A DDWARFDieTest.cpp21 TEST(DWARFDie, getLocations) { in TEST() argument
78 EXPECT_THAT_EXPECTED(Die.getLocations(DW_AT_location), in TEST()
83 Die.getLocations(DW_AT_data_member_location), in TEST()
87 Die.getLocations(DW_AT_vtable_elem_location), in TEST()
93 Die.getLocations(DW_AT_call_data_location), in TEST()
98 Die.getLocations(DW_AT_call_data_value), in TEST()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/unittests/DebugInfo/DWARF/
H A DDWARFDieTest.cpp21 TEST(DWARFDie, getLocations) { in TEST() argument
78 EXPECT_THAT_EXPECTED(Die.getLocations(DW_AT_location), in TEST()
83 Die.getLocations(DW_AT_data_member_location), in TEST()
87 Die.getLocations(DW_AT_vtable_elem_location), in TEST()
93 Die.getLocations(DW_AT_call_data_location), in TEST()
98 Die.getLocations(DW_AT_call_data_value), in TEST()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/unittests/DebugInfo/DWARF/
H A DDWARFDieTest.cpp21 TEST(DWARFDie, getLocations) { in TEST() argument
78 EXPECT_THAT_EXPECTED(Die.getLocations(DW_AT_location), in TEST()
83 Die.getLocations(DW_AT_data_member_location), in TEST()
87 Die.getLocations(DW_AT_vtable_elem_location), in TEST()
93 Die.getLocations(DW_AT_call_data_location), in TEST()
98 Die.getLocations(DW_AT_call_data_value), in TEST()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/unittests/DebugInfo/DWARF/
H A DDWARFDieTest.cpp21 TEST(DWARFDie, getLocations) { in TEST() argument
78 EXPECT_THAT_EXPECTED(Die.getLocations(DW_AT_location), in TEST()
83 Die.getLocations(DW_AT_data_member_location), in TEST()
87 Die.getLocations(DW_AT_vtable_elem_location), in TEST()
93 Die.getLocations(DW_AT_call_data_location), in TEST()
98 Die.getLocations(DW_AT_call_data_value), in TEST()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/unittests/DebugInfo/DWARF/
H A DDWARFDieTest.cpp21 TEST(DWARFDie, getLocations) { in TEST() argument
78 EXPECT_THAT_EXPECTED(Die.getLocations(DW_AT_location), in TEST()
83 Die.getLocations(DW_AT_data_member_location), in TEST()
87 Die.getLocations(DW_AT_vtable_elem_location), in TEST()
93 Die.getLocations(DW_AT_call_data_location), in TEST()
98 Die.getLocations(DW_AT_call_data_value), in TEST()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/unittests/DebugInfo/DWARF/
H A DDWARFDieTest.cpp21 TEST(DWARFDie, getLocations) { in TEST() argument
93 EXPECT_THAT_EXPECTED(Die.getLocations(DW_AT_location), in TEST()
98 Die.getLocations(DW_AT_data_member_location), in TEST()
102 Die.getLocations(DW_AT_vtable_elem_location), in TEST()
108 Die.getLocations(DW_AT_call_data_location), in TEST()
113 Die.getLocations(DW_AT_call_data_value), in TEST()
/dports/devel/llvm11/llvm-11.0.1.src/unittests/DebugInfo/DWARF/
H A DDWARFDieTest.cpp21 TEST(DWARFDie, getLocations) { in TEST() argument
93 EXPECT_THAT_EXPECTED(Die.getLocations(DW_AT_location), in TEST()
98 Die.getLocations(DW_AT_data_member_location), in TEST()
102 Die.getLocations(DW_AT_vtable_elem_location), in TEST()
108 Die.getLocations(DW_AT_call_data_location), in TEST()
113 Die.getLocations(DW_AT_call_data_value), in TEST()
/dports/devel/llvm10/llvm-10.0.1.src/unittests/DebugInfo/DWARF/
H A DDWARFDieTest.cpp21 TEST(DWARFDie, getLocations) { in TEST() argument
94 EXPECT_THAT_EXPECTED(Die.getLocations(DW_AT_location), in TEST()
99 Die.getLocations(DW_AT_data_member_location), in TEST()
103 Die.getLocations(DW_AT_vtable_elem_location), in TEST()
108 EXPECT_THAT_EXPECTED(Die.getLocations(DW_AT_call_data_location), in TEST()
113 Die.getLocations(DW_AT_call_data_value), in TEST()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/unittests/DebugInfo/DWARF/
H A DDWARFDieTest.cpp21 TEST(DWARFDie, getLocations) { in TEST() argument
94 EXPECT_THAT_EXPECTED(Die.getLocations(DW_AT_location), in TEST()
99 Die.getLocations(DW_AT_data_member_location), in TEST()
103 Die.getLocations(DW_AT_vtable_elem_location), in TEST()
108 EXPECT_THAT_EXPECTED(Die.getLocations(DW_AT_call_data_location), in TEST()
113 Die.getLocations(DW_AT_call_data_value), in TEST()
/dports/multimedia/zoneminder/zoneminder-1.36.5/web/api/app/vendor/composer/installers/tests/Composer/Installers/Test/
H A DCakePHPInstallerTest.php76 $result = $installer->getLocations();
80 $result = $installer->getLocations();
84 $result = $installer->getLocations();
89 $result = $installer->getLocations();
93 $result = $installer->getLocations();
98 $result = $installer->getLocations();
102 $result = $installer->getLocations();
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/composer/installers/tests/Composer/Installers/Test/
H A DCakePHPInstallerTest.php75 $result = $installer->getLocations();
79 $result = $installer->getLocations();
83 $result = $installer->getLocations();
88 $result = $installer->getLocations();
92 $result = $installer->getLocations();
97 $result = $installer->getLocations();
101 $result = $installer->getLocations();
/dports/www/elgg/elgg-3.3.23/vendor/composer/installers/tests/Composer/Installers/Test/
H A DCakePHPInstallerTest.php91 $result = $installer->getLocations();
95 $result = $installer->getLocations();
99 $result = $installer->getLocations();
103 $result = $installer->getLocations();
108 $result = $installer->getLocations();
112 $result = $installer->getLocations();
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DTextFormatParseInfoTreeTest.java67 assertTrue(tree.getLocations(null).isEmpty()); in testBuildEmptyParseTree()
74 assertEquals(1, root.getLocations(OPTIONAL_INT32).size()); in testGetLocationReturnsSingleLocation()
78 assertTrue(rootBuilder.build().getLocations(OPTIONAL_INT32).isEmpty()); in testGetLocationsReturnsNoParseLocationsForUnknownField()
81 assertTrue(root.getLocations(OPTIONAL_INT32).isEmpty()); in testGetLocationsReturnsNoParseLocationsForUnknownField()
82 assertEquals(LOC0, root.getLocations(OPTIONAL_BOOLEAN).get(0)); in testGetLocationsReturnsNoParseLocationsForUnknownField()
118 assertEquals(2, root.getLocations(REPEATED_INT32).size()); in testGetLocationsReturnsMultipleLocations()
/dports/www/mediawiki135/mediawiki-1.35.5/tests/phpunit/unit/includes/libs/
H A DHashRingTest.php45 $ring->getLocations( "hello$i", 2 ),
50 $this->assertEquals( [], $ring->getLocations( "helloX", 0 ), "Limit of 0" );
101 $locations[ "hello$i"] = $ring->getLocations( "hello$i", 2 );
143 foreach ( $ring->getLocations( "key-$i", 3 ) as $location ) {
185 $ring->getLocations( $key, 1 ),
/dports/www/mediawiki137/mediawiki-1.37.1/tests/phpunit/unit/includes/libs/
H A DHashRingTest.php45 $ring->getLocations( "hello$i", 2 ),
50 $this->assertEquals( [], $ring->getLocations( "helloX", 0 ), "Limit of 0" );
101 $locations[ "hello$i"] = $ring->getLocations( "hello$i", 2 );
143 foreach ( $ring->getLocations( "key-$i", 3 ) as $location ) {
185 $ring->getLocations( $key, 1 ),
/dports/www/mediawiki136/mediawiki-1.36.3/tests/phpunit/unit/includes/libs/
H A DHashRingTest.php45 $ring->getLocations( "hello$i", 2 ),
50 $this->assertEquals( [], $ring->getLocations( "helloX", 0 ), "Limit of 0" );
101 $locations[ "hello$i"] = $ring->getLocations( "hello$i", 2 );
143 foreach ( $ring->getLocations( "key-$i", 3 ) as $location ) {
185 $ring->getLocations( $key, 1 ),
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/unittests/DebugInfo/DWARF/
H A DDWARFDieTest.cpp21 TEST(DWARFDie, getLocations) { in TEST() argument
78 EXPECT_THAT_EXPECTED(Die.getLocations(DW_AT_location), in TEST()
83 Die.getLocations(DW_AT_data_member_location), in TEST()
87 Die.getLocations(DW_AT_vtable_elem_location), in TEST()
93 Die.getLocations(DW_AT_call_data_location), in TEST()
98 Die.getLocations(DW_AT_call_data_value), in TEST()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/lib/IR/
H A DLocation.cpp72 decomposedLocs.insert(fusedLoc.getLocations().begin(), in get()
73 fusedLoc.getLocations().end()); in get()
91 ArrayRef<Location> FusedLoc::getLocations() const { in getLocations() function in FusedLoc
92 return getImpl()->getLocations(); in getLocations()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/mlir/lib/IR/
H A DLocation.cpp72 decomposedLocs.insert(fusedLoc.getLocations().begin(), in get()
73 fusedLoc.getLocations().end()); in get()
91 ArrayRef<Location> FusedLoc::getLocations() const { in getLocations() function in FusedLoc
92 return getImpl()->getLocations(); in getLocations()

12345678910>>...31