/libcore/ojluni/src/main/java/java/security/cert/ |
D | PKIXRevocationChecker.java | 199 Map<X509Certificate, byte[]> copy = new HashMap<>(responses.size()); in setOcspResponses() local 218 Map<X509Certificate, byte[]> copy = new HashMap<>(ocspResponses.size()); in getOcspResponses() local 265 PKIXRevocationChecker copy = (PKIXRevocationChecker)super.clone(); in clone() local
|
D | PKIXParameters.java | 666 PKIXParameters copy = (PKIXParameters)super.clone(); in clone() local
|
D | X509CRLSelector.java | 705 X509CRLSelector copy = (X509CRLSelector)super.clone(); in clone() 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/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/main/java/java/util/ |
D | Arrays.java | 3135 T[] copy = ((Object)newType == (Object)Object[].class) in copyOf() local 3185 short[] copy = new short[newLength]; in copyOf() local 3209 int[] copy = new int[newLength]; in copyOf() local 3233 long[] copy = new long[newLength]; in copyOf() local 3257 char[] copy = new char[newLength]; in copyOf() local 3281 float[] copy = new float[newLength]; in copyOf() local 3305 double[] copy = new double[newLength]; in copyOf() local 3407 T[] copy = ((Object)newType == (Object)Object[].class) in copyOfRange() local 3481 short[] copy = new short[newLength]; in copyOfRange() local 3517 int[] copy = new int[newLength]; in copyOfRange() local [all …]
|
/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 | IntNodeTest.java | 135 int[] copy = new int[(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 | 197 public static int copy(InputStream in, OutputStream out) throws IOException { in copy() method in Streams
|
D | IoUtils.java | 58 FileDescriptor copy = fd.release$(); in acquireRawFd() local
|
/libcore/ojluni/src/test/java/time/tck/java/time/zone/ |
D | TCKZoneRulesProvider.java | 145 NavigableMap<String, ZoneRules> copy = new TreeMap<>(versions); in test_getVersions_String() local
|
/libcore/luni/src/main/java/libcore/reflect/ |
D | AnnotationMember.java | 158 protected AnnotationMember setDefinition(AnnotationMember copy) { in setDefinition()
|
/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 | 384 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/java/time/format/ |
D | DateTimeParseContext.java | 130 DateTimeParseContext copy() { in copy() method in DateTimeParseContext
|
/libcore/ojluni/src/main/java/sun/nio/fs/ |
D | UnixCopyFile.java | 505 static void copy(final UnixPath source, in copy() method in UnixCopyFile
|
/libcore/json/src/test/java/libcore/org/json/ |
D | JSONObjectTest.java | 760 JSONObject copy = new JSONObject(source, new String[] { "a", "c" }); in testCopyConstructor() local 773 JSONObject copy = new JSONObject(source, new String[]{ "a", "c", "d" }); in testCopyConstructorMissingName() local
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/ |
D | StringBuffer2Test.java | 515 String copy = sb.toString(); in reverseTest() local
|