Home
last modified time | relevance | path

Searched defs:hashMap (Results 1 – 5 of 5) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DIdentityHashMapTest.java378 IdentityHashMap<String, String> hashMap = new IdentityHashMap<String, String>(); in test_removeLjava_lang_Object() local
793 IdentityHashMap hashMap = new IdentityHashMap(); in test_clone_scenario1() local
802 IdentityHashMap hashMap = new IdentityHashMap(); in test_clone_scenario2() local
815 IdentityHashMap hashMap = new IdentityHashMap(); in test_clone_scenario3() local
827 IdentityHashMap hashMap = new IdentityHashMap(); in test_clone_scenario4() local
836 IdentityHashMap hashMap = new IdentityHashMap(); in test_clone_scenario5() local
975 IdentityHashMap<String, String> hashMap = new IdentityHashMap<>(); in test_spliterator_keySet() local
1003 IdentityHashMap<String, String> hashMap = new IdentityHashMap<>(); in test_spliterator_valueSet() local
1031 IdentityHashMap<String, String> hashMap = new IdentityHashMap<>(); in test_spliterator_entrySet() local
DWeakHashMapTest.java519 WeakHashMap<String, String> hashMap = new WeakHashMap<>(); in test_spliterator_keySet() local
552 WeakHashMap<String, String> hashMap = new WeakHashMap<>(); in test_spliterator_valueSet() local
580 WeakHashMap<String, String> hashMap = new WeakHashMap<>(); in test_spliterator_entrySet() local
DHashMapTest.java497 HashMap hashMap = new HashMap(); in test_putAllLjava_util_Map_Null() local
823 HashMap<String, String> hashMap = new HashMap<>(); in test_spliterator_keySet() local
856 HashMap<String, String> hashMap = new HashMap<>(); in test_spliterator_valueSet() local
888 HashMap<String, String> hashMap = new HashMap<>(); in test_spliterator_entrySet() local
DLinkedHashMapTest.java429 LinkedHashMap hashMap = new MockMap(); in test_clone_Mock() local
825 LinkedHashMap<String, String> hashMap = new LinkedHashMap<>(); in test_spliterator_keySet() local
856 LinkedHashMap<String, String> hashMap = new LinkedHashMap<>(); in test_spliterator_valueSet() local
887 LinkedHashMap<String, String> hashMap = new LinkedHashMap<>(); in test_spliterator_entrySet() local
DEnumMapTest.java590 HashMap hashMap = new HashMap(); in test_equalsLjava_lang_Object() local