Home
last modified time | relevance | path

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

12

/libcore/luni/src/main/java/java/util/
DMap.java211 public void putAll(Map<? extends K,? extends V> map); in putAll() method
DWeakHashMap.java653 public void putAll(Map<? extends K, ? extends V> map) {
710 super.putAll(map);
DIdentityHashMap.java502 public void putAll(Map<? extends K, ? extends V> map) {
821 super.putAll(map);
DAbstractMap.java379 public void putAll(Map<? extends K, ? extends V> map) { in putAll() method in AbstractMap
DHashMap.java501 @Override public void putAll(Map<? extends K, ? extends V> map) { in putAll() method in HashMap
503 super.putAll(map); in putAll()
DLocale.java569 extensions.putAll(locale.extensions); in setLocale()
572 keywords.putAll(locale.unicodeKeywords); in setLocale()
/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/main/java/java/util/jar/
DAttributes.java309 public void putAll(Map<?, ?> attrib) { in putAll() method in Attributes
318 this.map.putAll(attrib); in putAll()
/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.java846 enumColorMap.putAll(enumSizeMap); in test_putAllLjava_util_Map()
850 enumColorMap.putAll(enumSizeMap); in test_putAllLjava_util_Map()
858 enumColorMap.putAll(enumColorMap1); in test_putAllLjava_util_Map()
867 enumColorMap.putAll(hashColorMap); in test_putAllLjava_util_Map()
874 enumColorMap.putAll(hashColorMap); in test_putAllLjava_util_Map()
877 enumColorMap.putAll(hashColorMap); in test_putAllLjava_util_Map()
883 enumColorMap.putAll(hashColorMap); in test_putAllLjava_util_Map()
888 enumColorMap.putAll(hashColorMap); in test_putAllLjava_util_Map()
897 enumColorMap.putAll(hashColorMap); in test_putAllLjava_util_Map()
DWeakHashMapTest.java255 map.putAll(mockMap); in test_putAllLjava_util_Map()
259 map.putAll(null); in test_putAllLjava_util_Map()
DHashMapTest.java477 hm2.putAll(hm); in test_putAllLjava_util_Map()
484 hm2.putAll(mockMap); in test_putAllLjava_util_Map()
494 hashMap.putAll(new MockMapNull()); in test_putAllLjava_util_Map_Null()
525 m1.putAll(m2); in test_putAllLjava_util_Map_Resize()
DIdentityHashMap2Test.java333 hm2.putAll(hm); in test_putAllLjava_util_Map()
341 hm2.putAll(mockMap); in test_putAllLjava_util_Map()
DSortedMapTestBase.java137 ref.putAll(mixin); in testPutAll()
138 map.putAll(mixin); in testPutAll()
DIdentityHashMapTest.java335 hm2.putAll(hm); in test_putAllLjava_util_Map()
342 hm2.putAll(mockMap); in test_putAllLjava_util_Map()
346 hm2.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()
DAbstractMapTest.java354 amt.putAll(ht);
DLinkedHashMapTest.java190 hm2.putAll(hm); in test_putAllLjava_util_Map()
202 linkedHashMap.putAll(new MockMapNull()); in test_putAll_Ljava_util_Map_Null()
DCollectionsTest.java197 map.putAll(offsetCountingMap); in run()
199 map.putAll(normalCountingMap); in run()
223 map.putAll(offsetCountingMap); in SynchMapChecker()
225 map.putAll(normalCountingMap); in SynchMapChecker()
1859 tm.putAll(hm); in test_unmodifiableSortedMapLjava_util_SortedMap()
/libcore/luni/src/test/java/libcore/java/util/
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/luni/src/main/java/org/apache/harmony/security/x501/
DAttributeTypeAndValue.java151 RFC2253_NAMES.putAll(RFC1779_NAMES);
178 KNOWN_NAMES.putAll(RFC2253_NAMES); // RFC2253 includes RFC1779
179 KNOWN_NAMES.putAll(RFC2459_NAMES);
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
DSecurityTest.java122 provider.putAll(m); in testGetAlgorithmPropertyLjava_lang_String_java_lang_String()
DProviderTest.java147 p.putAll(hm); in testPutAllMap()
/libcore/luni/src/main/java/org/apache/harmony/xml/dom/
DDocumentImpl.java294 getUserDataMap(node).putAll(userData); in changeDocumentToThis()
/libcore/benchmarks/libs/
Dcaliper.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...

12