/libcore/ojluni/src/test/java/util/Map/ |
D | MapFactories.java | 56 Map<Integer, String> copy = Map.copyOf(orig); in copyOfResultsEqual() local 65 Map<Integer, String> copy = Map.copyOf(orig); in copyOfModifiedUnequal() local 91 Map<Integer, String> copy = Map.copyOf(map); in copyOfRejectsNullKey() local 98 Map<Integer, String> copy = Map.copyOf(map); in copyOfRejectsNullValue() local
|
/libcore/ojluni/src/main/java/java/security/cert/ |
D | PKIXRevocationChecker.java | 201 Map<X509Certificate, byte[]> copy = new HashMap<>(responses.size()); in setOcspResponses() local 220 Map<X509Certificate, byte[]> copy = new HashMap<>(ocspResponses.size()); in getOcspResponses() local 267 PKIXRevocationChecker copy = (PKIXRevocationChecker)super.clone(); in clone() local
|
/libcore/ojluni/src/test/java/util/List/ |
D | ListFactories.java | 282 List<String> copy = serialClone(act); in serialEquality() local 309 List<Integer> copy = List.copyOf(orig); in copyOfResultsEqual() local 318 List<Integer> copy = List.copyOf(orig); in copyOfModifiedUnequal() local 339 List<Integer> copy = List.copyOf(sub); in copyOfSubList() local 348 List<Integer> copy = List.copyOf(sub); in copyOfSubSubList() local
|
/libcore/ojluni/src/test/java/time/test/java/time/chrono/ |
D | TestChronoLocalDate.java | 101 List<ChronoLocalDate> copy = new ArrayList<>(dates); in test_date_comparator_checkGenerics_ISO() local
|
/libcore/luni/src/test/java/libcore/java/util/ |
D | MapCopyOfTest.java | 43 var copy = Map.Entry.copyOf(entry); in createsCopy_whenNonNull() local
|
D | ArbitrarilyJumpableGeneratorTest.java | 59 public ArbitrarilyJumpableGenerator copy() { in copy() method in ArbitrarilyJumpableGeneratorTest.StubGenerator
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/reflect/ |
D | GenericSignatureFormatErrorTest.java | 86 private void copy(InputStream is, OutputStream os) { in copy() method in GenericSignatureFormatErrorTest
|
/libcore/ojluni/src/test/java/util/Vector/ |
D | SimpleSerialization.java | 71 private static String getFailureText(final Object orig, final Object copy) { in getFailureText()
|
/libcore/ojluni/src/test/java/util/Collections/ |
D | EmptyCollectionSerialization.java | 70 Object copy = patheticDeepCopy(singleton); in serializableSingletons() local
|
/libcore/ojluni/src/test/java/util/Collection/ |
D | SetFactories.java | 277 Set<String> copy = serialClone(act); in serialEquality() local 304 Set<Integer> copy = Set.copyOf(orig); in copyOfResultsEqual() local 313 Set<Integer> copy = Set.copyOf(orig); in copyOfModifiedUnequal() local
|
/libcore/luni/src/main/java/libcore/internal/ |
D | Java9LanguageFeatures.java | 72 public static byte[] copy(byte[] bytes) throws IOException { in copy() method in Java9LanguageFeatures
|
/libcore/ojluni/src/main/java/sun/security/provider/certpath/ |
D | AdaptableX509CertSelector.java | 248 AdaptableX509CertSelector copy = in clone() local
|
/libcore/ojluni/annotations/flagged_api/java/util/random/ |
D | RandomGenerator.annotated.java | 102 public java.util.random.RandomGenerator.ArbitrarilyJumpableGenerator copy(); in copy() method 125 public java.util.random.RandomGenerator.JumpableGenerator copy(); in copy() method 148 public java.util.random.RandomGenerator.LeapableGenerator copy(); in copy() method
|
/libcore/ojluni/src/main/java/jdk/random/ |
D | Xoroshiro128PlusPlus.java | 193 public Xoroshiro128PlusPlus copy() { in copy() method in Xoroshiro128PlusPlus
|
D | Xoshiro256PlusPlus.java | 213 public Xoshiro256PlusPlus copy() { in copy() method in Xoshiro256PlusPlus
|
/libcore/ojluni/src/main/java/java/nio/file/ |
D | TempFileHelper.java | 112 FileAttribute<?>[] copy = new FileAttribute<?>[attrs.length+1]; in create() local
|
/libcore/ojluni/src/main/java/java/util/random/ |
D | RandomGenerator.java | 1135 JumpableGenerator copy(); in copy() method 1309 LeapableGenerator copy(); in copy() method 1448 ArbitrarilyJumpableGenerator copy(); in copy() method
|
/libcore/ojluni/src/test/java/util/stream/test/org/openjdk/tests/java/util/stream/ |
D | TeeOpTest.java | 53 List<Integer> copy = new ArrayList<>(); in testTee() local
|
/libcore/ojluni/src/test/java/util/stream/boottest/java/util/stream/ |
D | NodeTest.java | 113 Integer[] copy = new Integer[(int) n.count()]; in testCopyTo() local
|
D | IntNodeTest.java | 135 int[] copy = new int[(int) n.count()]; in testCopyTo() local
|
D | LongNodeTest.java | 135 long[] copy = new long[(int) n.count()]; in testCopyTo() local
|
D | DoubleNodeTest.java | 135 double[] copy = new double[(int) n.count()]; in testCopyTo() local
|
/libcore/luni/src/main/java/libcore/io/ |
D | Streams.java | 264 public static int copy(@NonNull InputStream in, @NonNull OutputStream out) throws IOException { in copy() method in Streams
|
/libcore/luni/src/main/java/libcore/reflect/ |
D | AnnotationMember.java | 158 protected AnnotationMember setDefinition(AnnotationMember copy) { in setDefinition()
|
/libcore/ojluni/src/test/java/time/tck/java/time/zone/ |
D | TCKZoneRulesProvider.java | 146 NavigableMap<String, ZoneRules> copy = new TreeMap<>(versions); in test_getVersions_String() local
|