/external/stlport/test/eh/ |
D | test_hash_map.cpp | 85 ThrowEqual, eh_allocator(TestClass) > TestMap; typedef 88 container_category(const TestMap&) in container_category() argument 96 TestMap testMap, testMap2; in test_hash_map() 101 TestMap::value_type x; in test_hash_map() 103 testMap2.insert( TestMap::value_type() ); in test_hash_map() 107 WeakCheck( testMap, test_hash_resize<TestMap>() ); in test_hash_map() 111 WeakCheck( testMap, test_insert_value<TestMap>(testMap) ); in test_hash_map() 114 TestMap::value_type *insFirst = new TestMap::value_type[1+insCnt]; in test_hash_map() 116 ConstCheck( 0, test_construct_pointer_range<TestMap>(insFirst, insFirst+insCnt) ); in test_hash_map() 121 ConstCheck( 0, test_default_construct<TestMap>() ); in test_hash_map() [all …]
|
D | test_map.cpp | 86 typedef EH_STD::__map__<TestClass, TestClass, ThrowCompare, eh_allocator(TestClass) > TestMap; typedef 88 void CheckInvariant( const TestMap& m ); 90 void CheckInvariant( const TestMap& m ) in CheckInvariant() 100 TestMap testMap, testMap2; in test_map() 106 TestMap::value_type x; in test_map() 108 testMap2.insert( TestMap::value_type() ); in test_map() 111 StrongCheck( testMap, test_insert_value<TestMap>(testMap) ); in test_map() 114 TestMap::value_type *insFirst = new TestMap::value_type[1+insCnt]; in test_map() 118 ConstCheck( 0, test_construct_pointer_range<TestMap>(insFirst, insFirst+insCnt) ); in test_map() 122 ConstCheck( 0, test_default_construct<TestMap>() ); in test_map() [all …]
|
/external/guava/guava-tests/test/com/google/common/collect/ |
D | ForwardingConcurrentMapTest.java | 31 private static class TestMap class in ForwardingConcurrentMapTest 41 TestMap map = new TestMap(); in testPutIfAbsent() 50 TestMap map = new TestMap(); in testRemove() 60 TestMap map = new TestMap(); in testReplace() 69 TestMap map = new TestMap(); in testReplaceConditional()
|
D | SynchronizedMapTest.java | 42 TestMap<K, V> inner = new TestMap<K, V>(new HashMap<K, V>(), mutex); in create() 47 static class TestMap<K, V> extends ForwardingMap<K, V> class in SynchronizedMapTest 51 public TestMap(Map<K, V> delegate, Object mutex) { in TestMap() method in SynchronizedMapTest.TestMap
|
D | SynchronizedBiMapTest.java | 46 static class TestBiMap<K, V> extends TestMap<K, V> implements BiMap<K, V> {
|
/external/chromium_org/v8/test/mjsunit/harmony/ |
D | proxies-hash.js | 80 function TestMap(construct, fix) { class 116 TestMap(Map, Object.seal) 117 TestMap(Map, Object.freeze) 118 TestMap(Map, Object.preventExtensions) 120 TestMap(WeakMap, Object.seal) 121 TestMap(WeakMap, Object.freeze) 122 TestMap(WeakMap, Object.preventExtensions)
|
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/ |
D | pagemap_unittest.cc | 65 void TestMap(int limit, bool limit_is_below_the_overflow_boundary) { in TestMap() function 164 TestMap< TCMalloc_PageMap1<10> > (100, true); in main() 165 TestMap< TCMalloc_PageMap1<10> > (1 << 10, false); in main() 166 TestMap< TCMalloc_PageMap2<20> > (100, true); in main() 167 TestMap< TCMalloc_PageMap2<20> > (1 << 20, false); in main() 168 TestMap< TCMalloc_PageMap3<20> > (100, true); in main() 169 TestMap< TCMalloc_PageMap3<20> > (1 << 20, false); in main()
|
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/ |
D | pagemap_unittest.cc | 65 void TestMap(int limit, bool limit_is_below_the_overflow_boundary) { in TestMap() function 164 TestMap< TCMalloc_PageMap1<10> > (100, true); in main() 165 TestMap< TCMalloc_PageMap1<10> > (1 << 10, false); in main() 166 TestMap< TCMalloc_PageMap2<20> > (100, true); in main() 167 TestMap< TCMalloc_PageMap2<20> > (1 << 20, false); in main() 168 TestMap< TCMalloc_PageMap3<20> > (100, true); in main() 169 TestMap< TCMalloc_PageMap3<20> > (1 << 20, false); in main()
|
/external/pcre/dist/ |
D | pcre_stringpiece_unittest.cc | 38 typedef std::map<StringPiece, int> TestMap; in CheckSTLComparator() typedef 39 TestMap map; in CheckSTLComparator() 47 TestMap::const_iterator iter = map.begin(); in CheckSTLComparator() 56 TestMap::iterator new_iter = map.find("zot"); in CheckSTLComparator()
|
/external/chromium_org/ppapi/native_client/tests/ppapi_test_lib/ |
D | test_interface.cc | 86 typedef std::map<nacl::string, TestFunction> TestMap; typedef in __anon56f391030111::TestTable 87 TestMap test_map_; 91 TestMap::iterator it = test_map_.find(test_name); in RunTest()
|
/external/chromium_org/ppapi/tests/ |
D | test_file_mapping.h | 30 std::string TestMap();
|
D | test_file_mapping.cc | 398 std::string TestFileMapping::TestMap() { in TestMap() function in TestFileMapping
|
/external/chromium_org/chrome/browser/ |
D | chrome_switches_browsertest.cc | 35 IN_PROC_BROWSER_TEST_F(HostRulesTest, TestMap) { in IN_PROC_BROWSER_TEST_F() argument
|
/external/openfst/src/test/ |
D | algo_test.h | 76 TestMap(T1); in Test() 308 void TestMap(const Fst<Arc> &T) { in TestMap() function
|