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

  /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/guava/guava-tests/test/com/google/common/collect/
ForwardingConcurrentMapTest.java 31 private static class TestMap
41 TestMap map = new TestMap();
50 TestMap map = new TestMap();
60 TestMap map = new TestMap();
69 TestMap map = new TestMap();
SynchronizedMapTest.java 42 TestMap<K, V> inner = new TestMap<K, V>(new HashMap<K, V>(), mutex);
47 static class TestMap<K, V> extends ForwardingMap<K, V>
51 public TestMap(Map<K, V> delegate, Object mutex) {
SynchronizedBiMapTest.java 46 static class TestBiMap<K, V> extends TestMap<K, V> implements BiMap<K, V> {
  /external/chromium_org/ppapi/tests/
test_file_mapping.h 30 std::string TestMap();
test_file_mapping.cc 398 std::string TestFileMapping::TestMap() {
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
pagemap_unittest.cc 65 void TestMap(int limit, bool limit_is_below_the_overflow_boundary) {
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/
pagemap_unittest.cc 65 void TestMap(int limit, bool limit_is_below_the_overflow_boundary) {
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/pcre/dist/
pcre_stringpiece_unittest.cc 38 typedef std::map<StringPiece, int> TestMap;
39 TestMap map;
47 TestMap::const_iterator iter = map.begin();
56 TestMap::iterator new_iter = map.find("zot");
  /external/chromium_org/v8/test/mjsunit/harmony/
proxies-hash.js 80 function TestMap(construct, fix) {
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/chrome/browser/
chrome_switches_browsertest.cc 35 IN_PROC_BROWSER_TEST_F(HostRulesTest, TestMap) {
  /external/chromium_org/ppapi/native_client/tests/ppapi_test_lib/
test_interface.cc 86 typedef std::map<nacl::string, TestFunction> TestMap;
87 TestMap test_map_;
91 TestMap::iterator it = test_map_.find(test_name);
  /external/openfst/src/test/
algo_test.h 76 TestMap(T1);
308 void TestMap(const Fst<Arc> &T) {
    [all...]

Completed in 329 milliseconds