Home
last modified time | relevance | path

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

12

/libcore/ojluni/src/main/java/java/security/cert/
DPKIXRevocationChecker.java193 Map<X509Certificate, byte[]> copy = new HashMap<>(responses.size()); in setOcspResponses() local
212 Map<X509Certificate, byte[]> copy = new HashMap<>(ocspResponses.size()); in getOcspResponses() local
259 PKIXRevocationChecker copy = (PKIXRevocationChecker)super.clone(); in clone() local
DPKIXParameters.java666 PKIXParameters copy = (PKIXParameters)super.clone(); in clone() local
DX509CRLSelector.java701 X509CRLSelector copy = (X509CRLSelector)super.clone(); in clone() local
/libcore/luni/src/test/java/libcore/javax/net/ssl/
DSSLParametersTest.java70 String[] copy = cipherSuites.clone(); in test_SSLParameters_CipherSuites() local
85 String[] copy = protocols.clone(); in test_SSLParameters_Protocols() 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.java191 AdaptableX509CertSelector copy = in clone() local
/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/main/java/java/util/
DArrays.java3230 T[] copy = ((Object)newType == (Object)Object[].class) in copyOf() local
3280 short[] copy = new short[newLength]; in copyOf() local
3304 int[] copy = new int[newLength]; in copyOf() local
3328 long[] copy = new long[newLength]; in copyOf() local
3352 char[] copy = new char[newLength]; in copyOf() local
3376 float[] copy = new float[newLength]; in copyOf() local
3400 double[] copy = new double[newLength]; in copyOf() local
3497 T[] copy = ((Object)newType == (Object)Object[].class) in copyOfRange() local
3571 short[] copy = new short[newLength]; in copyOfRange() local
3607 int[] copy = new int[newLength]; in copyOfRange() local
[all …]
/libcore/ojluni/src/test/java/util/stream/boottest/java/util/stream/
DNodeTest.java113 Integer[] copy = new Integer[(int) n.count()]; in testCopyTo() local
DIntNodeTest.java135 int[] copy = new int[(int) n.count()]; in testCopyTo() local
DLongNodeTest.java135 long[] copy = new long[(int) n.count()]; in testCopyTo() local
DDoubleNodeTest.java135 double[] copy = new double[(int) n.count()]; in testCopyTo() local
/libcore/luni/src/main/java/libcore/reflect/
DAnnotationMember.java158 protected AnnotationMember setDefinition(AnnotationMember copy) { in setDefinition()
/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/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/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DControlTest.java384 File copy = new File(copyName); in copyFile() local
/libcore/json/src/test/java/org/json/
DJSONObjectTest.java754 JSONObject copy = new JSONObject(source, new String[] { "a", "c" }); in testCopyConstructor() local
767 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
DStringBuilderTest.java1579 String copy = sb.toString(); in reverseTest() local
/libcore/luni/src/test/java/libcore/java/util/
DTreeMapTest.java188 NavigableMap<String,String> copy = new TreeMap<String, String>(source); in testMapConstructorPassingSortedMap() local
/libcore/luni/src/main/java/java/math/
DBigInt.java68 BigInt copy() { in copy() method in BigInt
DBigInteger.java1224 BigInteger copy() { in copy() method
/libcore/luni/src/main/java/org/apache/harmony/xml/dom/
DDocumentImpl.java220 NodeImpl copy = shallowCopy(operation, node); in cloneOrImportNode() local
/libcore/ojluni/src/main/java/java/util/zip/
DZipFile.java593 Map<InputStream, Inflater> copy = new HashMap<>(streams); in close() local
/libcore/luni/src/test/java/libcore/xml/
DDomTest.java598 DomTest copy = new DomTest(); in testNodeEqualsPositive() local
617 DomTest copy = new DomTest(); in testNodeEqualsNegativeRecursive() local

12