/libcore/luni/src/test/java/libcore/java/util/ |
D | EvilMapTest.java | 55 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
|
D | OldAndroidHashMapTest.java | 219 HashMap<String, String> map2 = new HashMap<String, String>(); in testEquals() local
|
/libcore/jsr166-tests/src/test/java/jsr166/ |
D | TreeMapTest.java | 65 TreeMap map2 = new TreeMap(map); in testConstructFromSorted() local 74 TreeMap map2 = map5(); in testEquals() local
|
D | ConcurrentSkipListMapTest.java | 66 ConcurrentSkipListMap map2 = new ConcurrentSkipListMap(map); in testConstructFromSorted() local 75 ConcurrentSkipListMap map2 = map5(); in testEquals() local
|
D | ConcurrentSkipListSubMapTest.java | 94 ConcurrentNavigableMap map2 = map5(); in testEquals() local
|
D | TreeSubMapTest.java | 93 NavigableMap map2 = map5(); in testEquals() local
|
D | ConcurrentHashMapTest.java | 227 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/ |
D | AbstractMapTest.java | 80 AbstractMap map2 = new HashMap(10); in test_keySet() local 232 AbstractMap map2 = new HashMap(10); in test_values() local
|
D | SortedMapTestBase.java | 363 …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
|
D | IdentityHashMap2Test.java | 146 AbstractMap map2 = (AbstractMap) map.clone(); in test_clone() local 287 Map map2 = new IdentityHashMap(101); in test_keySet() local
|
D | IdentityHashMapTest.java | 154 AbstractMap map2 = (AbstractMap) map.clone(); in test_clone() local 281 Map map2 = new IdentityHashMap(101); in test_keySet() local
|
D | LinkedHashMapTest.java | 287 Map map2 = new LinkedHashMap(101); in test_keySet() local 386 AbstractMap map2 = (AbstractMap) map.clone(); in test_clone() local
|
D | HashMapTest.java | 214 AbstractMap map2 = (AbstractMap) map.clone(); in test_clone() local 387 Map map2 = new HashMap(101); in test_keySet() local
|
D | HashtableTest.java | 496 Map map2 = new Hashtable(101); in test_keySet() local
|
D | TreeMapTest.java | 186 AbstractMap map2 = (AbstractMap) map.clone(); in test_clone() local
|