Searched refs:testMap (Results 1 - 6 of 6) sorted by relevance

/external/llvm/unittests/ADT/
H A DStringMapTest.cpp21 StringMap<uint32_t> testMap; member in class:__anon26461::StringMapTest
31 EXPECT_EQ(0u, testMap.size());
32 EXPECT_TRUE(testMap.empty());
35 EXPECT_TRUE(testMap.begin() == testMap.end());
38 EXPECT_EQ(0u, testMap.count(testKey));
39 EXPECT_EQ(0u, testMap.count(StringRef(testKeyFirst, testKeyLength)));
40 EXPECT_EQ(0u, testMap.count(testKeyStr));
41 EXPECT_TRUE(testMap.find(testKey) == testMap
[all...]
/external/stlport/test/eh/
H A Dtest_hash_map.cpp96 TestMap testMap, testMap2; local
100 while ( testMap.size() < hash_mapSize ) {
102 testMap.insert( x );
107 WeakCheck( testMap, test_hash_resize<TestMap>() );
109 // StrongCheck( testMap, test_insert_noresize<TestMap>(testMap) );
111 WeakCheck( testMap, test_insert_value<TestMap>(testMap) );
115 WeakCheck( testMap, insert_range_tester(testMap, insFirs
[all...]
H A Dtest_map.cpp100 TestMap testMap, testMap2; local
104 while ( testMap.size() < mapSize )
107 testMap.insert( x );
111 StrongCheck( testMap, test_insert_value<TestMap>(testMap) );
116 WeakCheck( testMap, insert_range_tester(testMap, insFirst, insFirst+insCnt) );
121 WeakCheck( testMap, insert_range_tester(testMap, testMap2.begin(), testMap2.end() ) );
124 ConstCheck( testMap, test_copy_construc
[all...]
/external/clang/test/Analysis/inlining/
H A Dfalse-positive-suppression.cpp70 void testMap(Map &m, int i) { function in namespace:References
/external/chromium_org/third_party/libaddressinput/src/java/test/com/android/i18n/addressinput/
H A DJsoMapTest.java223 public void testMap() throws Exception { method in class:JsoMapTest
/external/guava/guava-tests/test/com/google/common/base/
H A DJoinerTest.java281 public void testMap() { method in class:JoinerTest

Completed in 2289 milliseconds