Home
last modified time | relevance | path

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

12

/libcore/luni/src/test/java/libcore/javax/net/ssl/
DSSLParametersTest.java64 String[] copy = cipherSuites.clone(); in test_SSLParameters_CipherSuites() local
79 String[] copy = protocols.clone(); in test_SSLParameters_Protocols() local
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/reflect/
DGenericSignatureFormatErrorTest.java89 private void copy(InputStream is, OutputStream os) { in copy() method in GenericSignatureFormatErrorTest
/libcore/luni/src/main/java/java/nio/
DLongArrayBuffer.java42 private static LongArrayBuffer copy(LongArrayBuffer other, int markOfOther, boolean isReadOnly) { in copy() method in LongArrayBuffer
DFloatArrayBuffer.java42 …private static FloatArrayBuffer copy(FloatArrayBuffer other, int markOfOther, boolean isReadOnly) { in copy() method in FloatArrayBuffer
DDoubleArrayBuffer.java42 …private static DoubleArrayBuffer copy(DoubleArrayBuffer other, int markOfOther, boolean isReadOnly… in copy() method in DoubleArrayBuffer
DShortArrayBuffer.java42 …private static ShortArrayBuffer copy(ShortArrayBuffer other, int markOfOther, boolean isReadOnly) { in copy() method in ShortArrayBuffer
DIntArrayBuffer.java42 private static IntArrayBuffer copy(IntArrayBuffer other, int markOfOther, boolean isReadOnly) { in copy() method in IntArrayBuffer
DCharSequenceAdapter.java34 static CharSequenceAdapter copy(CharSequenceAdapter other) { in copy() method in CharSequenceAdapter
DCharArrayBuffer.java42 private static CharArrayBuffer copy(CharArrayBuffer other, int markOfOther, boolean isReadOnly) { in copy() method in CharArrayBuffer
DDirectByteBuffer.java52 …private static DirectByteBuffer copy(DirectByteBuffer other, int markOfOther, boolean isReadOnly) { in copy() method in DirectByteBuffer
DByteArrayBuffer.java51 private static ByteArrayBuffer copy(ByteArrayBuffer other, int markOfOther, boolean isReadOnly) { in copy() method in ByteArrayBuffer
/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.java141 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.java181 NavigableMap<String,String> copy = new TreeMap<String, String>(source); in testMapConstructorPassingSortedMap() local
/libcore/luni/src/main/java/org/apache/harmony/xml/dom/
DDocumentImpl.java220 NodeImpl copy = shallowCopy(operation, node); in cloneOrImportNode() local
/libcore/luni/src/main/java/java/math/
DBigInt.java72 BigInt copy() { in copy() method in BigInt
DBigInteger.java1224 BigInteger copy() { in copy() method
/libcore/luni/src/test/java/libcore/xml/
DDomTest.java598 DomTest copy = new DomTest(); in testNodeEqualsPositive() local
617 DomTest copy = new DomTest(); in testNodeEqualsNegativeRecursive() local
/libcore/luni/src/main/java/java/util/
DTreeMap.java747 Node<K, V> copy(Node<K, V> parent) { in copy() method in TreeMap.Node
/libcore/luni/src/main/native/
Dorg_apache_harmony_xml_ExpatParser.cpp264 char* copy = new char[strlen(bytes) + 1]; in newInternedString() local

12