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

  /libcore/jsr166-tests/src/test/java/jsr166/
ConcurrentHashMapTest.java 20 private static ConcurrentHashMap map5() { method in class:ConcurrentHashMapTest
144 ConcurrentHashMap map = map5();
153 ConcurrentHashMap map1 = map5();
154 ConcurrentHashMap map2 = map5();
166 ConcurrentHashMap map = map5();
175 ConcurrentHashMap map = map5();
184 ConcurrentHashMap map = map5();
194 ConcurrentHashMap map = map5();
209 ConcurrentHashMap map = map5();
220 ConcurrentHashMap map = map5();
    [all...]
ConcurrentSkipListMapTest.java 18 private static ConcurrentSkipListMap map5() { method in class:ConcurrentSkipListMapTest
35 ConcurrentSkipListMap map = map5();
44 ConcurrentSkipListMap map = map5();
53 ConcurrentSkipListMap map1 = map5();
54 ConcurrentSkipListMap map2 = map5();
66 ConcurrentSkipListMap map = map5();
75 ConcurrentSkipListMap map = map5();
85 ConcurrentSkipListMap map = map5();
96 ConcurrentSkipListMap map = map5();
105 ConcurrentSkipListMap map = map5();
    [all...]
TreeMapTest.java 17 private static TreeMap map5() { method in class:TreeMapTest
34 TreeMap map = map5();
43 TreeMap map = map5();
52 TreeMap map1 = map5();
53 TreeMap map2 = map5();
65 TreeMap map = map5();
74 TreeMap map = map5();
84 TreeMap map = map5();
95 TreeMap map = map5();
104 TreeMap map = map5();
    [all...]
ConcurrentSkipListSubMapTest.java 19 private static ConcurrentNavigableMap map5() { method in class:ConcurrentSkipListSubMapTest
66 ConcurrentNavigableMap map = map5();
75 ConcurrentNavigableMap map1 = map5();
76 ConcurrentNavigableMap map2 = map5();
88 ConcurrentNavigableMap map = map5();
97 ConcurrentNavigableMap map = map5();
107 ConcurrentNavigableMap map = map5();
118 ConcurrentNavigableMap map = map5();
127 ConcurrentNavigableMap map = map5();
135 ConcurrentNavigableMap map = map5();
    [all...]
TreeSubMapTest.java 17 private static NavigableMap map5() { method in class:TreeSubMapTest
64 NavigableMap map = map5();
73 NavigableMap map1 = map5();
74 NavigableMap map2 = map5();
86 NavigableMap map = map5();
95 NavigableMap map = map5();
105 NavigableMap map = map5();
116 NavigableMap map = map5();
125 NavigableMap map = map5();
133 NavigableMap map = map5();
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
AbstractMapTest.java 89 AbstractMap map5 = new LinkedHashMap(122); local
90 assertSame("LinkedHashMap", map5.keySet(), map5.keySet());
114 AbstractMap map5 = new LinkedHashMap(122); local
115 map5.put(key, value);
116 assertSame("LinkedHashMap", map5.remove(key), value);
241 AbstractMap map5 = new LinkedHashMap(122); local
242 assertSame("IdentityHashMap", map5.values(), map5.values());
  /external/chromium_org/chrome/browser/extensions/api/push_messaging/
push_messaging_invalidation_handler_unittest.cc 205 syncer::ObjectIdInvalidationMap map5; local
206 map5.Insert(syncer::Invalidation::Init(id3, 1, "1"));
208 handler_->OnIncomingInvalidation(map5);
  /external/guava/guava-tests/test/com/google/common/collect/
MapsTest.java     [all...]

Completed in 178 milliseconds