/external/tensorflow/tensorflow/python/saved_model/model_utils/ |
mode_keys_test.py | 27 def test_map(self): member in class:ModeKeyMapTest
|
/external/python/cpython2/Lib/lib-tk/test/test_ttk/ |
test_style.py | 24 def test_map(self): member in class:StyleTest
|
/external/python/cpython3/Lib/tkinter/test/test_ttk/ |
test_style.py | 24 def test_map(self): member in class:StyleTest
|
/external/tensorflow/tensorflow/compiler/xla/ |
debug_options_parsers_test.cc | 29 std::unordered_map<string, string> test_map; local 31 parse_xla_backend_extra_options(&test_map, test_string); 32 EXPECT_EQ(test_map.size(), 4); 33 EXPECT_EQ(test_map.at("aa"), "bb"); 34 EXPECT_EQ(test_map.at("cc"), ""); 35 EXPECT_EQ(test_map.at("dd"), ""); 36 EXPECT_EQ(test_map.at("ee"), "ff=gg");
|
/external/google-breakpad/src/processor/ |
address_map_unittest.cc | 79 TestMap test_map; local 84 ASSERT_FALSE(test_map.Retrieve(0, &entry, &address)); 85 ASSERT_FALSE(test_map.Retrieve(INT_MIN, &entry, &address)); 86 ASSERT_FALSE(test_map.Retrieve(INT_MAX, &entry, &address)); 90 ASSERT_TRUE(test_map.Store(1, 92 ASSERT_TRUE(test_map.Retrieve(1, &entry, &address)); 94 test_map.Clear(); 98 ASSERT_FALSE(test_map.Retrieve(0, &entry, &address)); 99 ASSERT_FALSE(test_map.Retrieve(INT_MIN, &entry, &address)); 100 ASSERT_FALSE(test_map.Retrieve(INT_MAX, &entry, &address)) [all...] |
static_address_map_unittest.cc | 82 test_map[testcase] = TestMap(map_data[testcase]); 104 test_map[testcase].Retrieve(target, entry_cstring, &address_test); 149 TestMap test_map[kNumberTestCases]; member in class:TestStaticAddressMap
|
static_map_unittest.cc | 94 TestMap test_map; member in class:TestInvalidMap 99 test_map = TestMap(data); 100 ASSERT_FALSE(test_map.ValidateInMemoryStructure()); 111 test_map = TestMap(data); 112 ASSERT_FALSE(test_map.ValidateInMemoryStructure()); 116 test_map = TestMap(data); 117 ASSERT_FALSE(test_map.ValidateInMemoryStructure()); 134 test_map = TestMap(data); 135 ASSERT_FALSE(test_map.ValidateInMemoryStructure()); 147 test_map[testcase] = TestMap(map_data[testcase]) 305 TestMap test_map[kNumberTestCases]; member in class:TestValidMap [all...] |
/external/python/futures/ |
test_futures.py | 483 def test_map(self): member in class:ExecutorTest
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_builtin.py | 773 def test_map(self):
member in class:BuiltinTest [all...] |
test_multiprocessing.py | 1042 def test_map(self):
member in class:_TestPool [all...] |
/external/python/cpython3/Lib/test/ |
test_concurrent_futures.py | 662 def test_map(self): member in class:ExecutorTest [all...] |
test_itertools.py | 1133 def test_map(self): member in class:TestBasicOps 1572 def test_map(self): member in class:TestExamples 1727 def test_map(self): member in class:TestGC 1924 def test_map(self): member in class:TestVariousIteratorArgs [all...] |
test_builtin.py | 796 def test_map(self): member in class:BuiltinTest [all...] |
_test_multiprocessing.py | 2250 def test_map(self): member in class:_TestPool [all...] |
/external/python/six/ |
test_six.py | 230 def test_map(): function
|
/external/google-breakpad/src/testing/test/ |
gmock-matchers_test.cc | 3741 map<int, std::string> test_map; local [all...] |
/external/python/cpython2/Lib/test/ |
test_builtin.py | 724 def test_map(self): member in class:BuiltinTest [all...] |
test_multiprocessing.py | 1195 def test_map(self): member in class:_TestPool [all...] |
/external/googletest/googlemock/test/ |
gmock-matchers_test.cc | 4997 map<int, std::string> test_map; local [all...] |