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

/external/chromium-trace/catapult/third_party/Paste/tests/
H A Dtest_urlmap.py15 def test_map(): function
/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/skia/samplecode/
H A DSampleSkLayer.cpp39 static void test_map(SkScalar x0, SkScalar y0, SkScalar z0, function
88 test_map(1, 0, 0, m0, 1, 0, 0);
89 test_map(0, 1, 0, m0, 0, 1, 0);
90 test_map(0, 0, 1, m0, 0, 0, 1);
92 test_map(1, 0, 0, m0, 2, 0, 0);
93 test_map(0, 1, 0, m0, 0, 3, 0);
94 test_map(0, 0, 1, m0, 0, 0, 4);
96 test_map(0, 0, 0, m0, 2, 3, 4);
98 test_map(1, 0, 0, m0, 7, 3, 4);
99 test_map(
[all...]
/external/chromium-trace/catapult/third_party/gsutil/third_party/six/
H A Dtest_six.py210 def test_map(): function
/external/chromium-trace/catapult/third_party/six/
H A Dtest_six.py230 def test_map(): function
/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/gmock/test/
H A Dgmock-matchers_test.cc4114 map<int, std::string> test_map; local
4115 test_map[0] = "aa";
4116 test_map[1] = "b";
4120 EXPECT_FALSE(m.Matches(test_map));
4124 Explain(m, test_map));

Completed in 1378 milliseconds