Home
last modified time | relevance | path

Searched refs:implAccept (Results 1 – 7 of 7) sorted by relevance

/libcore/ojluni/src/main/java/sun/nio/ch/
DAsynchronousServerSocketChannelImpl.java118 implAccept(Object attachment, in implAccept() method in AsynchronousServerSocketChannelImpl
124 return implAccept(null, null); in accept()
134 implAccept(attachment, (CompletionHandler<AsynchronousSocketChannel,Object>)handler); in accept()
DUnixAsynchronousServerSocketChannelImpl.java271 Future<AsynchronousSocketChannel> implAccept(Object att, in implAccept() method in UnixAsynchronousServerSocketChannelImpl
/libcore/ojluni/annotations/mmodule/java/net/
DServerSocket.annotated.java58 protected final void implAccept(java.net.Socket s) throws java.io.IOException { throw new RuntimeEx… in implAccept() method in ServerSocket
/libcore/ojluni/src/main/java/java/net/
DServerSocket.java515 implAccept(s); in accept()
535 protected final void implAccept(Socket s) throws IOException { in implAccept() method in ServerSocket
/libcore/ojluni/annotations/hiddenapi/java/net/
DServerSocket.java94 protected final void implAccept(java.net.Socket s) throws java.io.IOException { in implAccept() method in ServerSocket
/libcore/luni/src/test/java/libcore/java/net/
DServerSocketConcurrentCloseTest.java57 implAccept(socket); in testImplAccept_detectsClosedState()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
DServerSocketTest.java989 super.implAccept(s); in mockImplAccept()