/libcore/ojluni/src/test/java/util/SequencedCollection/ |
D | SimpleSortedMap.java | 95 public void putAll(Map<? extends K,? extends V> m) { in putAll() method in SimpleSortedMap 96 map.putAll(m); in putAll()
|
/libcore/ojluni/src/test/java/util/Collections/ |
D | CheckedNull.java | 128 m.putAll(singletonMap(k,v)); in put() 154 new F(){void f(){ m.putAll(singletonMap(1, "foo")); }}); in testMap() 164 new F(){void f(){ m.putAll(singletonMap("foo", 1)); }}, in testMap() 174 new F(){void f(){ m.putAll(singletonMap(3, 1)); }}); in testMap()
|
D | CheckedMapBash.java | 90 Map m2 = supplier.get(); m2.putAll(m); in testCheckedMap() 123 Map m2 = supplier.get(); m2.putAll(m); in testCheckedMap2() 142 m2.putAll(m); in testCheckedMap2()
|
D | DelegatingIteratorForEachRemaining.java | 131 @Override public void putAll(Map<? extends K, ? extends V> map) { delegate.putAll(map); } in putAll() method in DelegatingIteratorForEachRemaining.ForwardingMap
|
/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/test/java/libcore/java/util/ |
D | LinkedHashMapTest.java | 270 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()
|
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()
|
D | WeakHashMapTest.java | 173 map.putAll(anotherMap); in test_putAll()
|
/libcore/ojluni/src/test/java/util/IdentityHashMap/ |
D | Capacity.java | 103 map.putAll(other); in growUsingPutAll() 109 map.putAll(Collections.singletonMap(new Object(), in growUsingRepeatedPutAll()
|
/libcore/ojluni/src/test/java/util/EnumSet/ |
D | InsertWrongType.java | 171 dest.putAll(src); in putAllIllTypedKey() 181 dest.putAll(src); in putAllIllTypedKeyEnumMap() 189 dest.putAll(src); in putAllEmptyMistypedEnumMap()
|
/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 | 855 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()
|
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()
|
/libcore/ojluni/src/test/java/util/LinkedHashMap/ |
D | Basic.java | 76 Map<Integer,Integer> m2 = new LinkedHashMap(); m2.putAll(m); in testBasic() 99 Map<Integer,Integer> m2 = new LinkedHashMap(); m2.putAll(m); in testBasic() 120 m2.putAll(m); in testBasic()
|
/libcore/ojluni/src/main/java/java/util/ |
D | EnumMap.java | 179 putAll(m); in EnumMap() 331 public void putAll(Map<? extends K, ? extends V> m) { in putAll() method in EnumMap 348 super.putAll(m); in putAll()
|
D | ReverseOrderSortedMapView.java | 86 public void putAll(Map<? extends K, ? extends V> m) { in putAll() method in ReverseOrderSortedMapView 87 base.putAll(m); in putAll()
|
/libcore/ojluni/src/main/java/sun/misc/ |
D | VM.java | 279 savedProps.putAll(props); in saveAndRemoveProperties()
|
/libcore/ojluni/src/main/java/jdk/internal/misc/ |
D | VM.java | 281 savedProps.putAll(props); in saveAndRemoveProperties()
|
/libcore/ojluni/src/main/java/java/security/cert/ |
D | CertificateRevokedException.java | 100 this.extensions.putAll(extensions); in CertificateRevokedException()
|
/libcore/ojluni/annotations/sdk/nullability/java/util/ |
D | WeakHashMap.annotated.java | 53 public void putAll(@libcore.util.NonNull java.util.Map<? extends @libcore.util.NullFromTypeParam K,… in putAll() method in WeakHashMap
|
/libcore/ojluni/src/main/java/java/util/jar/ |
D | Manifest.java | 111 attr.putAll(man.getMainAttributes()); in Manifest() 112 entries.putAll(man.getEntries()); in Manifest()
|
D | JarVerifier.java | 695 signerMap.putAll(verifiedSigners); in signerMap() 696 signerMap.putAll(sigFileSigners); in signerMap() 767 map.putAll(signerMap()); in entries2()
|
/libcore/ojluni/src/test/java/util/HashMap/ |
D | WhiteBoxResizeTest.java | 114 map.putAll(IntStream.range(0, 64).boxed().collect(toMap(i -> i, i -> i))); in capacityTestDefaultConstructor()
|
/libcore/ojluni/annotations/flagged_api/java/util/ |
D | HashMap.annotated.java | 50 public void putAll(java.util.Map<? extends K,? extends V> m) { throw new RuntimeException("Stub!");… in putAll() method in HashMap
|