Home
last modified time | relevance | path

Searched refs:putAll (Results 1 – 25 of 58) sorted by relevance

123

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/jar/
DAttributesTest.java146 a.putAll(b); in test_putAllLjava_util_Map()
154 atts2.putAll(atts); in test_putAllLjava_util_Map()
158 atts.putAll(Collections.EMPTY_MAP); in test_putAllLjava_util_Map()
/libcore/luni/src/test/java/libcore/java/util/
DLinkedHashMapTest.java270 m.putAll(createMap("K1", "V1", "K2", "V2", "K3", "V3", "K4", "V4")); in test_removeEldestEntry_removeKey()
287 m.putAll(createMap("K1", "V1", "K2", "V2", "K3", "V3", "K4", "V4")); in test_removeEldestEntry_removeEntry()
304 m.putAll(createMap("K1", "V1", "K2", "V2", "K3", "V3")); in test_removeEldestEntry_orderedAccess()
306 m.putAll(createMap("K4", "V4")); in test_removeEldestEntry_orderedAccess()
323 m.putAll(createMap("K1", "V1", "K2", "V2", "K3", "V3")); in test_removeEldestEntry_removeOtherThanPassedEldest()
DOldTreeMapTest.java347 x.putAll(tm); in test_putAllLjava_util_Map()
358 tm.putAll(x); in test_putAllLjava_util_Map()
365 tm.putAll(null); in test_putAllLjava_util_Map()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DRefSortedMap.java258 putAll(map);
263 putAll(map);
339 public void putAll(Map<? extends K, ? extends V> arg0) {
DEnumMapTest.java855 enumColorMap.putAll(enumSizeMap); in test_putAllLjava_util_Map()
859 enumColorMap.putAll(enumSizeMap); in test_putAllLjava_util_Map()
867 enumColorMap.putAll(enumColorMap1); in test_putAllLjava_util_Map()
876 enumColorMap.putAll(hashColorMap); in test_putAllLjava_util_Map()
883 enumColorMap.putAll(hashColorMap); in test_putAllLjava_util_Map()
886 enumColorMap.putAll(hashColorMap); in test_putAllLjava_util_Map()
892 enumColorMap.putAll(hashColorMap); in test_putAllLjava_util_Map()
897 enumColorMap.putAll(hashColorMap); in test_putAllLjava_util_Map()
906 enumColorMap.putAll(hashColorMap); in test_putAllLjava_util_Map()
DSortedMapTestBase.java137 ref.putAll(mixin); in testPutAll()
138 map.putAll(mixin); in testPutAll()
DIdentityHashMap2Test.java333 hm2.putAll(hm); in test_putAllLjava_util_Map()
341 hm2.putAll(mockMap); in test_putAllLjava_util_Map()
DHashMapTest.java482 hm2.putAll(hm); in test_putAllLjava_util_Map()
489 hm2.putAll(mockMap); in test_putAllLjava_util_Map()
499 hashMap.putAll(new MockMapNull()); in test_putAllLjava_util_Map_Null()
530 m1.putAll(m2); in test_putAllLjava_util_Map_Resize()
DWeakHashMapTest.java252 map.putAll(mockMap); in test_putAllLjava_util_Map()
256 map.putAll(null); in test_putAllLjava_util_Map()
DHashtableTest.java635 h.putAll(ht10); in test_putAllLjava_util_Map()
644 h.putAll(null); in test_putAllLjava_util_Map()
/libcore/ojluni/src/main/java/java/util/jar/
DManifest.java78 attr.putAll(man.getMainAttributes()); in Manifest()
79 entries.putAll(man.getEntries()); in Manifest()
DJarVerifier.java691 signerMap.putAll(verifiedSigners); in signerMap()
692 signerMap.putAll(sigFileSigners); in signerMap()
763 map.putAll(signerMap()); in entries2()
DAttributes.java212 public void putAll(Map<?,?> attr) { in putAll() method in Attributes
/libcore/ojluni/src/main/java/sun/misc/
DVM.java279 savedProps.putAll(props); in saveAndRemoveProperties()
/libcore/ojluni/src/main/java/java/util/
DEnumMap.java181 putAll(m); in EnumMap()
333 public void putAll(Map<? extends K, ? extends V> m) { in putAll() method in EnumMap
351 super.putAll(m); in putAll()
DMap.java296 void putAll(Map<? extends K, ? extends V> m); in putAll() method
/libcore/ojluni/annotations/sdk/nullability/java/util/
DWeakHashMap.annotated.java53 public void putAll(@libcore.util.NonNull java.util.Map<? extends @libcore.util.NullFromTypeParam K,… in putAll() method in WeakHashMap
DAbstractMap.annotated.java50 public void putAll(@libcore.util.NonNull java.util.Map<? extends @libcore.util.NullFromTypeParam K,… in putAll() method in AbstractMap
DHashMap.annotated.java51 public void putAll(@libcore.util.NonNull java.util.Map<? extends @libcore.util.NullFromTypeParam K,… in putAll() method in HashMap
DMap.annotated.java48 public void putAll(@libcore.util.NonNull java.util.Map<? extends @libcore.util.NullFromTypeParam K,… in putAll() method
/libcore/ojluni/src/main/java/java/security/cert/
DCertificateRevokedException.java100 this.extensions.putAll(extensions); in CertificateRevokedException()
/libcore/ojluni/src/main/java/sun/util/locale/provider/
DCalendarDataUtility.java172 names.putAll(retrieveFieldValueNamesImpl(id, field, st, locale)); in retrieveFieldValueNames()
/libcore/ojluni/src/main/java/sun/net/www/protocol/jar/
DURLJarFile.java151 attr.putAll((Map)superAttr.clone()); in getManifest()
/libcore/ojluni/annotations/mmodule/java/security/
DProvider.annotated.java53 public synchronized void putAll(java.util.Map<?,?> t) { throw new RuntimeException("Stub!"); } in putAll() method in Provider
/libcore/ojluni/annotations/hiddenapi/java/util/
DEnumMap.java91 public void putAll(java.util.Map<? extends K, ? extends V> m) { in putAll() method in EnumMap

123