Home
last modified time | relevance | path

Searched refs:test_map (Results 1 - 7 of 7) sorted by relevance

/third_party/python/Lib/tkinter/test/test_ttk/
H A Dtest_style.py36 def test_map(self): member in StyleTest
/third_party/googletest/googlemock/test/
H A Dgmock-matchers-misc_test.cc337 map<int, std::string> test_map; in TEST() local
338 test_map[0] = "aa"; in TEST()
339 test_map[1] = "b"; in TEST()
343 EXPECT_FALSE(m.Matches(test_map)); in TEST()
348 Explain(m, test_map)); in TEST()
/third_party/protobuf/python/google/protobuf/internal/
H A Dmessage_test.py2144 msg.test_map.map_int32_int32[123] = 456
2154 msg.test_map.map_int32_int32[888] = 999
2159 msg.test_map.map_int32_int32.clear()
2166 msg.test_map.map_int32_foreign_message[123].c = 5
2176 msg.test_map.map_int32_foreign_message[888].c = 7
2181 msg.test_map.map_int32_foreign_message[888].MergeFrom(
2182 msg.test_map.map_int32_foreign_message[123])
2187 msg.test_map.map_int32_foreign_message.clear()
/third_party/python/Lib/test/
H A Dtest_itertools.py1207 def test_map(self): member in TestBasicOps
1729 def test_map(self): member in TestExamples
1884 def test_map(self): member in TestGC
2085 def test_map(self): member in TestVariousIteratorArgs
H A Dtest_concurrent_futures.py842 def test_map(self): member in ExecutorTest
H A Dtest_builtin.py1077 def test_map(self): member in BuiltinTest
H A D_test_multiprocessing.py2432 def test_map(self): member in _TestPool

Completed in 24 milliseconds