Home
last modified time | relevance | path

Searched defs:copy (Results 1 – 25 of 43) sorted by relevance

12

/libcore/ojluni/src/main/java/java/security/cert/
DPKIXRevocationChecker.java199 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
DPKIXParameters.java666 PKIXParameters copy = (PKIXParameters)super.clone(); in clone() local
DX509CRLSelector.java705 X509CRLSelector copy = (X509CRLSelector)super.clone(); in clone() local
/libcore/ojluni/src/test/java/time/test/java/time/chrono/
DTestChronoLocalDate.java101 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/
DGenericSignatureFormatErrorTest.java86 private void copy(InputStream is, OutputStream os) { in copy() method in GenericSignatureFormatErrorTest
/libcore/ojluni/src/main/java/sun/security/provider/certpath/
DAdaptableX509CertSelector.java248 AdaptableX509CertSelector copy = in clone() local
/libcore/ojluni/src/main/java/java/nio/file/
DTempFileHelper.java112 FileAttribute<?>[] copy = new FileAttribute<?>[attrs.length+1]; in create() local
/libcore/ojluni/src/main/java/java/util/
DArrays.java3138 T[] copy = ((Object)newType == (Object)Object[].class) in copyOf() local
3188 short[] copy = new short[newLength]; in copyOf() local
3212 int[] copy = new int[newLength]; in copyOf() local
3236 long[] copy = new long[newLength]; in copyOf() local
3260 char[] copy = new char[newLength]; in copyOf() local
3284 float[] copy = new float[newLength]; in copyOf() local
3308 double[] copy = new double[newLength]; in copyOf() local
3410 T[] copy = ((Object)newType == (Object)Object[].class) in copyOfRange() local
3484 short[] copy = new short[newLength]; in copyOfRange() local
3520 int[] copy = new int[newLength]; in copyOfRange() local
[all …]
/libcore/ojluni/src/test/java/util/stream/test/org/openjdk/tests/java/util/stream/
DTeeOpTest.java58 List<Integer> copy = new ArrayList<>(); in testTee() local
/libcore/ojluni/src/test/java/util/stream/boottest/java/util/stream/
DNodeTest.java113 Integer[] copy = new Integer[(int) n.count()]; in testCopyTo() local
DDoubleNodeTest.java135 double[] copy = new double[(int) n.count()]; in testCopyTo() local
DLongNodeTest.java135 long[] copy = new long[(int) n.count()]; in testCopyTo() local
DIntNodeTest.java135 int[] copy = new int[(int) n.count()]; in testCopyTo() local
/libcore/luni/src/main/java/libcore/io/
DStreams.java179 public static int copy(InputStream in, OutputStream out) throws IOException { in copy() method in Streams
/libcore/luni/src/main/java/libcore/reflect/
DAnnotationMember.java158 protected AnnotationMember setDefinition(AnnotationMember copy) { in setDefinition()
/libcore/ojluni/src/test/java/time/tck/java/time/zone/
DTCKZoneRulesProvider.java145 NavigableMap<String, ZoneRules> copy = new TreeMap<>(versions); in test_getVersions_String() local
/libcore/luni/src/test/filesystems/src/mypackage/
DMockFileSystemProvider.java87 public void copy(Path source, Path target, CopyOption... options) throws IOException { in copy() method in MockFileSystemProvider
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DControlTest.java384 File copy = new File(copyName); in copyFile() local
/libcore/support/src/test/java/tests/support/resource/
DSupport_Resources.java137 private static int copy(InputStream in, OutputStream out) throws IOException { in copy() method in Support_Resources
/libcore/ojluni/src/main/java/java/time/format/
DDateTimeParseContext.java130 DateTimeParseContext copy() { in copy() method in DateTimeParseContext
DParsed.java168 Parsed copy() { in copy() method in Parsed
/libcore/ojluni/src/main/java/sun/nio/fs/
DUnixCopyFile.java505 static void copy(final UnixPath source, in copy() method in UnixCopyFile
/libcore/json/src/test/java/libcore/org/json/
DJSONObjectTest.java760 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/
DStringBuffer2Test.java515 String copy = sb.toString(); in reverseTest() local
/libcore/ojluni/src/main/java/java/nio/file/spi/
DFileSystemProvider.java808 public abstract void copy(Path source, Path target, CopyOption... options) in copy() method in FileSystemProvider

12