/external/python/cpython2/Lib/lib-tk/test/test_ttk/ |
H A D | test_style.py | 24 def test_map(self): member in class:StyleTest
|
/external/python/cpython3/Lib/tkinter/test/test_ttk/ |
H A D | test_style.py | 24 def test_map(self): member in class:StyleTest
|
/external/tensorflow/tensorflow/compiler/xla/legacy_flags/ |
H A D | debug_options_parsers_test.cc | 31 std::unordered_map<string, string> test_map; local 33 impl::parse_xla_backend_extra_options(&test_map, test_string); 34 EXPECT_EQ(test_map.size(), 4); 35 EXPECT_EQ(test_map.at("aa"), "bb"); 36 EXPECT_EQ(test_map.at("cc"), ""); 37 EXPECT_EQ(test_map.at("dd"), ""); 38 EXPECT_EQ(test_map.at("ee"), "ff=gg");
|
/external/google-breakpad/src/processor/ |
H A D | 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 [all...] |
H A D | 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
|
H A D | 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[testcas 305 TestMap test_map[kNumberTestCases]; member in class:TestValidMap [all...] |
/external/python/cpython3/Lib/test/ |
H A D | test_concurrent_futures.py | 405 def test_map(self): member in class:ExecutorTest
|
H A D | test_itertools.py | 1113 def test_map(self): member in class:TestBasicOps 1534 def test_map(self): member in class:TestExamples 1647 def test_map(self): member in class:TestGC 1844 def test_map(self): member in class:TestVariousIteratorArgs
|
H A D | test_builtin.py | 780 def test_map(self): member in class:BuiltinTest
|
H A D | _test_multiprocessing.py | 1768 def test_map(self): member in class:_TestPool
|
/external/python/futures/ |
H A D | test_futures.py | 483 def test_map(self): member in class:ExecutorTest
|
/external/google-breakpad/src/testing/test/ |
H A D | gmock-matchers_test.cc | 3741 map<int, std::string> test_map; local 3742 test_map[0] = "aa"; 3743 test_map[1] = "b"; 3747 EXPECT_FALSE(m.Matches(test_map)); 3751 Explain(m, test_map));
|
/external/python/cpython2/Lib/test/ |
H A D | test_builtin.py | 724 def test_map(self): member in class:BuiltinTest
|
H A D | test_multiprocessing.py | 1141 def test_map(self): member in class:_TestPool
|
/external/googletest/googlemock/test/ |
H A D | gmock-matchers_test.cc | 4329 map<int, std::string> test_map; local 4330 test_map[0] = "aa"; 4331 test_map[1] = "b"; 4335 EXPECT_FALSE(m.Matches(test_map)); 4339 Explain(m, test_map));
|
/external/v8/testing/gmock/test/ |
H A D | gmock-matchers_test.cc | 4291 map<int, std::string> test_map; local 4292 test_map[0] = "aa"; 4293 test_map[1] = "b"; 4297 EXPECT_FALSE(m.Matches(test_map)); 4301 Explain(m, test_map));
|