Home
last modified time | relevance | path

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

/external/stlport/test/eh/
Dtest_hash_map.cpp85 ThrowEqual, eh_allocator(TestClass) > TestMap; typedef
88 container_category(const TestMap&) in container_category()
Dtest_map.cpp86 typedef EH_STD::__map__<TestClass, TestClass, ThrowCompare, eh_allocator(TestClass) > TestMap; typedef
/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/v8/test/mjsunit/harmony/
Dproxies-hash.js80 function TestMap(construct, fix) { class
/external/openfst/src/test/
Dalgo_test.h308 void TestMap(const Fst<Arc> &T) { in TestMap() function