Searched defs:TestMap (Results 1 – 12 of 12) sorted by relevance
/external/guava/guava-tests/test/com/google/common/collect/ |
D | ForwardingConcurrentMapTest.java | 31 private static class TestMap class in ForwardingConcurrentMapTest
|
D | SynchronizedMapTest.java | 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
|
/external/google-breakpad/src/common/ |
D | simple_string_dictionary_unittest.cc | 36 typedef NonAllocatingMap<5, 9, 15> TestMap; in TEST() typedef 254 typedef NonAllocatingMap<4, 5, 7> TestMap; in TEST() typedef
|
/external/v8/test/mjsunit/harmony/ |
D | proxies-hash.js | 80 function TestMap(construct, fix) { class
|
/external/pcre/dist/ |
D | pcre_stringpiece_unittest.cc | 38 typedef std::map<StringPiece, int> TestMap; in CheckSTLComparator() typedef
|
/external/google-breakpad/src/processor/ |
D | address_map_unittest.cc | 74 typedef AddressMap< AddressType, linked_ptr<CountedObject> > TestMap; typedef
|
D | static_contained_range_map_unittest.cc | 46 typedef google_breakpad::StaticContainedRangeMap<unsigned int, int> TestMap; typedef
|
D | static_address_map_unittest.cc | 48 typedef google_breakpad::StaticAddressMap<int, char> TestMap; typedef
|
D | range_map_unittest.cc | 71 typedef RangeMap< AddressType, linked_ptr<CountedObject> > TestMap; typedef
|
D | static_map_unittest.cc | 43 typedef google_breakpad::StaticMap< KeyType, ValueType > TestMap; typedef
|
D | static_range_map_unittest.cc | 47 typedef google_breakpad::StaticRangeMap< AddressType, EntryType > TestMap; typedef
|
/external/openfst/src/test/ |
D | algo_test.h | 308 void TestMap(const Fst<Arc> &T) { in TestMap() function
|