/libcore/luni/src/main/java/java/util/ |
D | Map.java | 211 public void putAll(Map<? extends K,? extends V> map); in putAll() method
|
D | WeakHashMap.java | 653 public void putAll(Map<? extends K, ? extends V> map) { 710 super.putAll(map);
|
D | IdentityHashMap.java | 502 public void putAll(Map<? extends K, ? extends V> map) { 821 super.putAll(map);
|
D | AbstractMap.java | 379 public void putAll(Map<? extends K, ? extends V> map) { in putAll() method in AbstractMap
|
D | HashMap.java | 501 @Override public void putAll(Map<? extends K, ? extends V> map) { in putAll() method in HashMap 503 super.putAll(map); in putAll()
|
D | Locale.java | 569 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/ |
D | AttributesTest.java | 146 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/ |
D | Attributes.java | 309 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/ |
D | RefSortedMap.java | 258 putAll(map); 263 putAll(map); 339 public void putAll(Map<? extends K, ? extends V> arg0) {
|
D | EnumMapTest.java | 846 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()
|
D | WeakHashMapTest.java | 255 map.putAll(mockMap); in test_putAllLjava_util_Map() 259 map.putAll(null); in test_putAllLjava_util_Map()
|
D | HashMapTest.java | 477 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()
|
D | IdentityHashMap2Test.java | 333 hm2.putAll(hm); in test_putAllLjava_util_Map() 341 hm2.putAll(mockMap); in test_putAllLjava_util_Map()
|
D | SortedMapTestBase.java | 137 ref.putAll(mixin); in testPutAll() 138 map.putAll(mixin); in testPutAll()
|
D | IdentityHashMapTest.java | 335 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()
|
D | HashtableTest.java | 635 h.putAll(ht10); in test_putAllLjava_util_Map() 644 h.putAll(null); in test_putAllLjava_util_Map()
|
D | AbstractMapTest.java | 354 amt.putAll(ht);
|
D | LinkedHashMapTest.java | 190 hm2.putAll(hm); in test_putAllLjava_util_Map() 202 linkedHashMap.putAll(new MockMapNull()); in test_putAll_Ljava_util_Map_Null()
|
D | CollectionsTest.java | 197 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/ |
D | OldTreeMapTest.java | 347 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/ |
D | AttributeTypeAndValue.java | 151 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/ |
D | SecurityTest.java | 122 provider.putAll(m); in testGetAlgorithmPropertyLjava_lang_String_java_lang_String()
|
D | ProviderTest.java | 147 p.putAll(hm); in testPutAllMap()
|
/libcore/luni/src/main/java/org/apache/harmony/xml/dom/ |
D | DocumentImpl.java | 294 getUserDataMap(node).putAll(userData); in changeDocumentToThis()
|
/libcore/benchmarks/libs/ |
D | caliper.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |