Searched defs:TestMap (Results 1 - 10 of 10) sorted by relevance

/external/guava/guava-tests/test/com/google/common/collect/
H A DForwardingConcurrentMapTest.java31 private static class TestMap class in class:ForwardingConcurrentMapTest
41 TestMap map = new TestMap();
50 TestMap map = new TestMap();
60 TestMap map = new TestMap();
69 TestMap map = new TestMap();
H A DSynchronizedMapTest.java42 TestMap<K, V> inner = new TestMap<K, V>(new HashMap<K, V>(), mutex);
47 static class TestMap<K, V> extends ForwardingMap<K, V> class in class:SynchronizedMapTest
51 public TestMap(Map<K, V> delegate, Object mutex) { method in class:SynchronizedMapTest.TestMap
/external/pcre/dist/
H A Dpcre_stringpiece_unittest.cc38 typedef std::map<StringPiece, int> TestMap; typedef
39 TestMap map;
47 TestMap::const_iterator iter = map.begin();
56 TestMap::iterator new_iter = map.find("zot");
/external/stlport/test/eh/
H A Dtest_hash_map.cpp85 ThrowEqual, eh_allocator(TestClass) > TestMap; typedef
88 container_category(const TestMap&) argument
96 TestMap testMap, testMap2;
101 TestMap::value_type x;
103 testMap2.insert( TestMap::value_type() );
107 WeakCheck( testMap, test_hash_resize<TestMap>() );
109 // StrongCheck( testMap, test_insert_noresize<TestMap>(testMap) );
111 WeakCheck( testMap, test_insert_value<TestMap>(testMap) );
114 TestMap::value_type *insFirst = new TestMap
[all...]
H A 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 )
100 TestMap testMap, testMap2;
106 TestMap::value_type x;
108 testMap2.insert( TestMap::value_type() );
111 StrongCheck( testMap, test_insert_value<TestMap>(testMap) );
114 TestMap::value_type *insFirst = new TestMap::value_type[1+insCnt];
118 ConstCheck( 0, test_construct_pointer_range<TestMap>(insFirs
[all...]
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
H A Dpagemap_unittest.cc65 void TestMap(int limit, bool limit_is_below_the_overflow_boundary) { function
164 TestMap< TCMalloc_PageMap1<10> > (100, true);
165 TestMap< TCMalloc_PageMap1<10> > (1 << 10, false);
166 TestMap< TCMalloc_PageMap2<20> > (100, true);
167 TestMap< TCMalloc_PageMap2<20> > (1 << 20, false);
168 TestMap< TCMalloc_PageMap3<20> > (100, true);
169 TestMap< TCMalloc_PageMap3<20> > (1 << 20, false);
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
H A Dpagemap_unittest.cc65 void TestMap(int limit, bool limit_is_below_the_overflow_boundary) { function
164 TestMap< TCMalloc_PageMap1<10> > (100, true);
165 TestMap< TCMalloc_PageMap1<10> > (1 << 10, false);
166 TestMap< TCMalloc_PageMap2<20> > (100, true);
167 TestMap< TCMalloc_PageMap2<20> > (1 << 20, false);
168 TestMap< TCMalloc_PageMap3<20> > (100, true);
169 TestMap< TCMalloc_PageMap3<20> > (1 << 20, false);
/external/chromium_org/ppapi/tests/
H A Dtest_file_mapping.cc398 std::string TestFileMapping::TestMap() { function in class:TestFileMapping
/external/chromium_org/ppapi/native_client/tests/ppapi_test_lib/
H A Dtest_interface.cc86 typedef std::map<nacl::string, TestFunction> TestMap; typedef in class:__anon10088::TestTable
87 TestMap test_map_;
91 TestMap::iterator it = test_map_.find(test_name);
/external/openfst/src/test/
H A Dalgo_test.h76 TestMap(T1);
308 void TestMap(const Fst<Arc> &T) { function in class:fst::WeightedTester

Completed in 1035 milliseconds