/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 | SynchronizedNavigableMapTest.java | 49 TestMap<K, V> inner = new TestMap<K, V>(innermost, mutex); in create() 96 static class TestMap<K, V> extends SynchronizedMapTest.TestMap<K, V> class in SynchronizedNavigableMapTest 99 public TestMap(NavigableMap<K, V> delegate, Object mutex) { in TestMap() method in SynchronizedNavigableMapTest.TestMap 242 TestMap<String, String> inner = in suite() 243 new TestMap<String, String>(innermost, mutex); in suite()
|
D | SynchronizedBiMapTest.java | 104 static class TestBiMap<K, V> extends TestMap<K, V> implements BiMap<K, V> {
|
/external/v8/test/mjsunit/harmony/ |
D | proxies-hash.js | 81 function TestMap(construct, fix) { class 117 TestMap(Map, Object.seal) 118 TestMap(Map, Object.freeze) 119 TestMap(Map, Object.preventExtensions) 121 TestMap(WeakMap, Object.seal) 122 TestMap(WeakMap, Object.freeze) 123 TestMap(WeakMap, Object.preventExtensions)
|
/external/google-breakpad/src/processor/ |
D | static_map_unittest.cc | 43 typedef google_breakpad::StaticMap< KeyType, ValueType > TestMap; typedef 94 TestMap test_map; 99 test_map = TestMap(data); in TEST_F() 111 test_map = TestMap(data); in TEST_F() 116 test_map = TestMap(data); in TEST_F() 134 test_map = TestMap(data); in TEST_F() 147 test_map[testcase] = TestMap(map_data[testcase]); in SetUp() 154 test_map[testcase] = TestMap(map_data[testcase]); in SetUp() 162 test_map[testcase] = TestMap(map_data[testcase]); in SetUp() 170 test_map[testcase] = TestMap(map_data[testcase]); in SetUp() [all …]
|
D | range_map_unittest.cc | 71 typedef RangeMap< AddressType, linked_ptr<CountedObject> > TestMap; typedef 105 static bool StoreTest(TestMap *range_map, const RangeTest *range_test) { in StoreTest() 129 static bool RetrieveTest(TestMap *range_map, const RangeTest *range_test) { in RetrieveTest() 269 static bool RetrieveIndexTest(TestMap *range_map, int set) { in RetrieveIndexTest() 332 scoped_ptr<TestMap> range_map(new TestMap()); in RetriveAtIndexTest2() 457 scoped_ptr<TestMap> range_map(new TestMap()); in RunTests()
|
D | static_contained_range_map_unittest.cc | 46 typedef google_breakpad::StaticContainedRangeMap<unsigned int, int> TestMap; typedef 233 test_map_ = TestMap(serialized_data_.get()); in SetUp() 242 scoped_ptr<TestMap> test_map(new TestMap(serialized_data.get())); in TEST_F() 262 scoped_ptr<TestMap> test_map(new TestMap(serialized_data.get())); in TEST_F()
|
D | static_range_map_unittest.cc | 47 typedef google_breakpad::StaticRangeMap< AddressType, EntryType > TestMap; typedef 183 void RetrieveTest(TestMap* range_map, const RangeTest* range_test); 191 void RetrieveIndexTest(const TestMap* range_map, int set); 208 void TestStaticRangeMap::RetrieveTest(TestMap* range_map, in RetrieveTest() 312 void TestStaticRangeMap::RetrieveIndexTest(const TestMap* range_map, int set) { in RetrieveIndexTest() 374 scoped_ptr<TestMap> static_range_map(new TestMap(memaddr.get())); in RunTestCase()
|
D | static_address_map_unittest.cc | 48 typedef google_breakpad::StaticAddressMap<int, char> TestMap; typedef 82 test_map[testcase] = TestMap(map_data[testcase]); in SetUp() 149 TestMap test_map[kNumberTestCases];
|
D | address_map_unittest.cc | 74 typedef AddressMap< AddressType, linked_ptr<CountedObject> > TestMap; typedef 79 TestMap test_map; in DoAddressMapTest()
|
/external/google-breakpad/src/common/ |
D | simple_string_dictionary_unittest.cc | 36 typedef NonAllocatingMap<5, 9, 15> TestMap; in TEST() typedef 37 TestMap map; in TEST() 39 const TestMap::Entry* entry = TestMap::Iterator(map).Next(); in TEST() 44 entry = TestMap::Iterator(map).Next(); in TEST() 254 typedef NonAllocatingMap<4, 5, 7> TestMap; in TEST() typedef 255 TestMap map; in TEST() 272 TestMap deserialized(serialized_copy, size); in TEST()
|
/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-trace/catapult/third_party/gsutil/third_party/boto/boto/sdb/db/ |
D | test_db.py | 54 class TestMap(Model): class
|