HomeSort by relevance Sort by last modified time
    Searched refs:testMap (Results 1 - 9 of 9) sorted by null

  /external/llvm/unittests/ADT/
StringMapTest.cpp 21 StringMap<uint32_t> testMap;
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.end())
    [all...]
  /external/stlport/test/eh/
test_hash_map.cpp 85 ThrowEqual, eh_allocator(TestClass) > TestMap;
88 container_category(const TestMap&)
96 TestMap testMap, testMap2;
100 while ( testMap.size() < hash_mapSize ) {
101 TestMap::value_type x;
102 testMap.insert( x );
103 testMap2.insert( TestMap::value_type() );
107 WeakCheck( testMap, test_hash_resize<TestMap>() );
    [all...]
test_map.cpp 86 typedef EH_STD::__map__<TestClass, TestClass, ThrowCompare, eh_allocator(TestClass) > TestMap;
88 void CheckInvariant( const TestMap& m );
90 void CheckInvariant( const TestMap& m )
100 TestMap testMap, testMap2;
104 while ( testMap.size() < mapSize )
106 TestMap::value_type x;
107 testMap.insert( x );
108 testMap2.insert( TestMap::value_type() );
111 StrongCheck( testMap, test_insert_value<TestMap>(testMap) )
    [all...]
  /external/clang/test/Analysis/inlining/
false-positive-suppression.cpp 70 void testMap(Map &m, int i) {
  /external/chromium_org/third_party/libaddressinput/src/java/test/com/android/i18n/addressinput/
JsoMapTest.java 223 public void testMap() throws Exception {
  /external/guava/guava-tests/test/com/google/common/base/
JoinerTest.java 281 public void testMap() {
  /packages/apps/UnifiedEmail/tests/src/com/android/mail/utils/
BasicHtmlSanitizerTest.java 658 public void testMap() {
    [all...]
  /packages/apps/Email/tests/src/com/android/email/mail/store/
ImapStoreUnitTests.java     [all...]
  /cts/tools/signature-tools/lib/
stringtemplate.jar 

Completed in 318 milliseconds