Searched refs:accept (Results 201 - 206 of 206) sorted by relevance

123456789

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
H A DFileChannelTest.java2641 socketChannelSender = serverSocketChannel.accept();
2949 socketChannelSender = serverSocketChannel.accept();
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
H A DVectorTest.java1433 public void accept(Integer t) {vector.add(t);}
H A DScannerTest.java456 ssc.accept().close();
5674 serverSocket = server.accept();
/libcore/ojluni/src/main/java/sun/net/ftp/impl/
H A DFtpClient.java731 // since we can't accept a connection through SOCKS (yet)
746 // will accept the EPRT command but then, the subsequent command
776 clientSocket = portSocket.accept();
/libcore/luni/src/main/native/
H A Dlibcore_io_Linux.cpp346 * the length of ss as returned by getsockname(2), getpeername(2), or accept(2).
955 jint clientFd = NET_FAILURE_RETRY(env, int, accept, javaFd, peer, peerLength);
2468 NATIVE_METHOD(Linux, accept, "(Ljava/io/FileDescriptor;Ljava/net/SocketAddress;)Ljava/io/FileDescriptor;"),
/libcore/ojluni/src/main/java/java/util/
H A DArrays.java3808 action.accept(e);

Completed in 508 milliseconds

123456789