Home
last modified time | relevance | path

Searched defs:map2 (Results 1 – 15 of 15) sorted by relevance

/libcore/luni/src/test/java/libcore/java/util/
DEvilMapTest.java55 HashMap<String, String> map2 = new HashMap<String, String>(); in test_48055_HashMap() local
65 Hashtable<String, String> map2 = new Hashtable<String, String>(); in test_48055_Hashtable() local
75 LinkedHashMap<String, String> map2 = new LinkedHashMap<String, String>(); in test_48055_LinkedHashMap() local
85 WeakHashMap<String, String> map2 = new WeakHashMap<String, String>(); in test_48055_WeakHashMap() local
95 IdentityHashMap<String, String> map2 = new IdentityHashMap<String, String>(); in test_48055_IdentityHashMap() local
105 ConcurrentHashMap<String, String> map2 = new ConcurrentHashMap<String, String>(); in test_48055_ConcurrentHashMap() local
DOldAndroidHashMapTest.java219 HashMap<String, String> map2 = new HashMap<String, String>(); in testEquals() local
/libcore/jsr166-tests/src/test/java/jsr166/
DTreeMapTest.java65 TreeMap map2 = new TreeMap(map); in testConstructFromSorted() local
74 TreeMap map2 = map5(); in testEquals() local
DConcurrentSkipListMapTest.java66 ConcurrentSkipListMap map2 = new ConcurrentSkipListMap(map); in testConstructFromSorted() local
75 ConcurrentSkipListMap map2 = map5(); in testEquals() local
DConcurrentSkipListSubMapTest.java94 ConcurrentNavigableMap map2 = map5(); in testEquals() local
DTreeSubMapTest.java93 NavigableMap map2 = map5(); in testEquals() local
DConcurrentHashMapTest.java227 ConcurrentHashMap map2 = map5(); in testEquals() local
594 ConcurrentHashMap map2 = new ConcurrentHashMap(map5()); in testConstructor5() local
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DAbstractMapTest.java80 AbstractMap map2 = new HashMap(10); in test_keySet() local
232 AbstractMap map2 = new HashMap(10); in test_values() local
DSortedMapTestBase.java363 …SortedMap<Integer, Integer> map2 = (SortedMap<Integer, Integer>) mapClone.invoke(map, new Object[0… in testClone() local
364 assertEquals(refClone.invoke(ref, new Object[0]), map2); in testClone() local
DIdentityHashMap2Test.java146 AbstractMap map2 = (AbstractMap) map.clone(); in test_clone() local
287 Map map2 = new IdentityHashMap(101); in test_keySet() local
DIdentityHashMapTest.java154 AbstractMap map2 = (AbstractMap) map.clone(); in test_clone() local
281 Map map2 = new IdentityHashMap(101); in test_keySet() local
DLinkedHashMapTest.java287 Map map2 = new LinkedHashMap(101); in test_keySet() local
386 AbstractMap map2 = (AbstractMap) map.clone(); in test_clone() local
DHashMapTest.java214 AbstractMap map2 = (AbstractMap) map.clone(); in test_clone() local
387 Map map2 = new HashMap(101); in test_keySet() local
DHashtableTest.java496 Map map2 = new Hashtable(101); in test_keySet() local
DTreeMapTest.java186 AbstractMap map2 = (AbstractMap) map.clone(); in test_clone() local