Searched defs:test_map (Results 1 - 16 of 16) sorted by relevance

/external/python/cpython2/Lib/lib-tk/test/test_ttk/
H A Dtest_style.py24 def test_map(self): member in class:StyleTest
/external/python/cpython3/Lib/tkinter/test/test_ttk/
H A Dtest_style.py24 def test_map(self): member in class:StyleTest
/external/tensorflow/tensorflow/compiler/xla/legacy_flags/
H A Ddebug_options_parsers_test.cc31 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 Daddress_map_unittest.cc79 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 Dstatic_address_map_unittest.cc82 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 Dstatic_map_unittest.cc94 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 Dtest_concurrent_futures.py405 def test_map(self): member in class:ExecutorTest
H A Dtest_itertools.py1113 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 Dtest_builtin.py780 def test_map(self): member in class:BuiltinTest
H A D_test_multiprocessing.py1768 def test_map(self): member in class:_TestPool
/external/python/futures/
H A Dtest_futures.py483 def test_map(self): member in class:ExecutorTest
/external/google-breakpad/src/testing/test/
H A Dgmock-matchers_test.cc3741 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 Dtest_builtin.py724 def test_map(self): member in class:BuiltinTest
H A Dtest_multiprocessing.py1141 def test_map(self): member in class:_TestPool
/external/googletest/googlemock/test/
H A Dgmock-matchers_test.cc4329 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 Dgmock-matchers_test.cc4291 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));

Completed in 693 milliseconds