Home
last modified time | relevance | path

Searched refs:TestMap (Results 1 – 14 of 14) sorted by relevance

/external/stlport/test/eh/
Dtest_hash_map.cpp85 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 …]
Dtest_map.cpp86 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/
DForwardingConcurrentMapTest.java31 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()
DSynchronizedMapTest.java42 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
DSynchronizedBiMapTest.java46 static class TestBiMap<K, V> extends TestMap<K, V> implements BiMap<K, V> {
/external/chromium_org/v8/test/mjsunit/harmony/
Dproxies-hash.js80 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/
Dpagemap_unittest.cc65 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/
Dpagemap_unittest.cc65 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/
Dpcre_stringpiece_unittest.cc38 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/
Dtest_interface.cc86 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/
Dtest_file_mapping.h30 std::string TestMap();
Dtest_file_mapping.cc398 std::string TestFileMapping::TestMap() { in TestMap() function in TestFileMapping
/external/chromium_org/chrome/browser/
Dchrome_switches_browsertest.cc35 IN_PROC_BROWSER_TEST_F(HostRulesTest, TestMap) { in IN_PROC_BROWSER_TEST_F() argument
/external/openfst/src/test/
Dalgo_test.h76 TestMap(T1); in Test()
308 void TestMap(const Fst<Arc> &T) { in TestMap() function