/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/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/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/src/main/java/java/nio/file/ |
D | TempFileHelper.java | 112 FileAttribute<?>[] copy = new FileAttribute<?>[attrs.length+1]; in create() local
|
/libcore/ojluni/src/test/java/util/stream/test/org/openjdk/tests/java/util/stream/ |
D | TeeOpTest.java | 58 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 | 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
|
D | IntNodeTest.java | 135 int[] copy = new int[(int) n.count()]; in testCopyTo() local
|
/libcore/luni/src/main/java/libcore/reflect/ |
D | AnnotationMember.java | 158 protected AnnotationMember setDefinition(AnnotationMember copy) { in setDefinition()
|
/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
|
D | IoUtils.java | 70 FileDescriptor copy = fd.release$(); in acquireRawFd() local
|
/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
|
/libcore/support/src/test/java/tests/support/resource/ |
D | Support_Resources.java | 137 private static int copy(InputStream in, OutputStream out) throws IOException { in copy() method in Support_Resources
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
D | ControlTest.java | 378 File copy = new File(copyName); in copyFile() local
|
/libcore/luni/src/test/filesystems/src/mypackage/ |
D | MockFileSystemProvider.java | 87 public void copy(Path source, Path target, CopyOption... options) throws IOException { in copy() method in MockFileSystemProvider
|
/libcore/ojluni/src/main/java/sun/nio/fs/ |
D | UnixCopyFile.java | 505 static void copy(final UnixPath source, in copy() method in UnixCopyFile
|
/libcore/ojluni/src/test/java/security/KeyAgreement/ |
D | KeySpecTest.java | 300 KeyPair copy = deserializedCopy(keyPair, KeyPair.class); in testSerialize() local
|
/libcore/ojluni/src/main/java/java/time/format/ |
D | DateTimeParseContext.java | 130 DateTimeParseContext copy() { in copy() method in DateTimeParseContext
|