/libcore/support/src/test/java/tests/support/resource/ |
D | Support_Resources.java | 109 File dest = new File(f.toString() + "/" + file); in copyFile() local 127 public static void copyLocalFileto(File dest, InputStream in) throws IOException { in copyLocalFileto() 196 public static void copyLocalFileTo(File dest, InputStream in) throws IOException { in copyLocalFileTo()
|
/libcore/ojluni/src/main/java/sun/net/ftp/ |
D | FtpClient.java | 121 … public static FtpClient create(InetSocketAddress dest) throws FtpProtocolException, IOException { in create() 139 public static FtpClient create(String dest) throws FtpProtocolException, IOException { in create() 241 public abstract FtpClient connect(SocketAddress dest) throws FtpProtocolException, IOException; in connect() 254 …public abstract FtpClient connect(SocketAddress dest, int timeout) throws FtpProtocolException, IO… in connect()
|
/libcore/support/src/test/java/tests/support/ |
D | Support_ASimpleReader.java | 56 public int read(char[] dest, int offset, int count) throws IOException { in read()
|
/libcore/ojluni/src/test/java/util/stream/bootlib/java/util/stream/ |
D | SpliteratorTestHelper.java | 267 ArrayList<T> dest = new ArrayList<>(); in testMixedTryAdvanceForEach() local 298 ArrayList<T> dest = new ArrayList<>(); in testMixedTraverseAndSplit() local 392 List<T> dest = new ArrayList<>(); in testSplitSixDeep() local 409 static void splitSixDeepVisitorUnsafe(int depth, int curLevel, List dest, in splitSixDeepVisitorUnsafe() 420 … List<T> dest, Spliterator<T> spliterator, UnaryOperator<Consumer<T>> boxingAdapter, in splitSixDeepVisitor()
|
/libcore/ojluni/src/test/java/util/stream/testlib/org/openjdk/testlib/java/util/stream/ |
D | SpliteratorTestHelper.java | 267 ArrayList<T> dest = new ArrayList<>(); in testMixedTryAdvanceForEach() local 298 ArrayList<T> dest = new ArrayList<>(); in testMixedTraverseAndSplit() local 392 List<T> dest = new ArrayList<>(); in testSplitSixDeep() local 409 static void splitSixDeepVisitorUnsafe(int depth, int curLevel, List dest, in splitSixDeepVisitorUnsafe() 420 … List<T> dest, Spliterator<T> spliterator, UnaryOperator<Consumer<T>> boxingAdapter, in splitSixDeepVisitor()
|
/libcore/ojluni/src/main/java/sun/net/ftp/impl/ |
D | FtpClient.java | 568 InetSocketAddress dest = null; in openPassiveDataConnection() local 921 private void tryConnect(InetSocketAddress dest, int timeout) throws IOException { in tryConnect() 935 private Socket doConnect(InetSocketAddress dest, int timeout) throws IOException { in doConnect() 1005 …public sun.net.ftp.FtpClient connect(SocketAddress dest) throws sun.net.ftp.FtpProtocolException, … in connect() 1015 …public sun.net.ftp.FtpClient connect(SocketAddress dest, int timeout) throws sun.net.ftp.FtpProtoc… in connect()
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/ |
D | SystemTest.java | 93 char[][] dest = new char[2][]; in test_arraycopyLjava_lang_ObjectILjava_lang_ObjectII() local
|
/libcore/ojluni/src/main/native/ |
D | net_util.c | 131 int getInet6Address_ipaddress(JNIEnv *env, jobject iaObj, char *dest) { in getInet6Address_ipaddress()
|
/libcore/luni/src/test/java/libcore/javax/net/ssl/ |
D | SSLEngineTest.java | 285 SSLEngine dest, boolean needsRecordSplit) throws SSLException { in assertSendsCorrectly()
|
/libcore/ojluni/src/main/java/java/io/ |
D | File.java | 1390 public boolean renameTo(File dest) { in renameTo()
|
/libcore/ojluni/src/main/java/java/lang/ |
D | System.java | 441 Object dest, int destPos, in arraycopy()
|
/libcore/ojluni/src/main/java/java/util/stream/ |
D | Nodes.java | 663 public void copyInto(T[] dest, int destOffset) { in copyInto()
|
/libcore/ojluni/src/main/java/java/util/ |
D | Collections.java | 595 public static <T> void copy(List<? super T> dest, List<? extends T> src) { in copy()
|
D | WeakHashMap.java | 511 private void transfer(Entry<K,V>[] src, Entry<K,V>[] dest) { in transfer()
|
D | Arrays.java | 1332 Object[] dest, in mergeSort()
|