Home
last modified time | relevance | path

Searched defs:TestMap (Results 1 – 12 of 12) sorted by relevance

/external/guava/guava-tests/test/com/google/common/collect/
DForwardingConcurrentMapTest.java31 private static class TestMap class in ForwardingConcurrentMapTest
DSynchronizedMapTest.java47 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/
Dsimple_string_dictionary_unittest.cc36 typedef NonAllocatingMap<5, 9, 15> TestMap; in TEST() typedef
254 typedef NonAllocatingMap<4, 5, 7> TestMap; in TEST() typedef
/external/v8/test/mjsunit/harmony/
Dproxies-hash.js80 function TestMap(construct, fix) { class
/external/pcre/dist/
Dpcre_stringpiece_unittest.cc38 typedef std::map<StringPiece, int> TestMap; in CheckSTLComparator() typedef
/external/google-breakpad/src/processor/
Daddress_map_unittest.cc74 typedef AddressMap< AddressType, linked_ptr<CountedObject> > TestMap; typedef
Dstatic_contained_range_map_unittest.cc46 typedef google_breakpad::StaticContainedRangeMap<unsigned int, int> TestMap; typedef
Dstatic_address_map_unittest.cc48 typedef google_breakpad::StaticAddressMap<int, char> TestMap; typedef
Drange_map_unittest.cc71 typedef RangeMap< AddressType, linked_ptr<CountedObject> > TestMap; typedef
Dstatic_map_unittest.cc43 typedef google_breakpad::StaticMap< KeyType, ValueType > TestMap; typedef
Dstatic_range_map_unittest.cc47 typedef google_breakpad::StaticRangeMap< AddressType, EntryType > TestMap; typedef
/external/openfst/src/test/
Dalgo_test.h308 void TestMap(const Fst<Arc> &T) { in TestMap() function