Home
last modified time | relevance | path

Searched defs:accept (Results 1 – 17 of 17) sorted by relevance

/libcore/luni/src/main/java/java/io/
DFileFilter.java36 public abstract boolean accept(File pathname); in accept() method
DFilenameFilter.java40 public abstract boolean accept(File dir, String filename); in accept() method
/libcore/luni/src/main/java/java/nio/channels/
DServerSocketChannel.java111 public abstract SocketChannel accept() throws IOException; in accept() method in ServerSocketChannel
/libcore/luni/src/main/java/java/nio/
DServerSocketChannelImpl.java58 @Override public SocketChannel accept() throws IOException { in accept() method in ServerSocketChannelImpl
119 @Override public Socket accept() throws IOException { in accept() method in ServerSocketChannelImpl.ServerSocketAdapter
/libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
DSSLServerSocketImpl.java243 public Socket accept() throws IOException { in accept() method in SSLServerSocketImpl
DOpenSSLServerSocketImpl.java180 public Socket accept() throws IOException { in accept() method in OpenSSLServerSocketImpl
/libcore/luni/src/main/java/java/net/
DSocketImpl.java65 protected abstract void accept(SocketImpl newSocket) throws IOException; in accept() method in SocketImpl
DServerSocket.java119 public Socket accept() throws IOException { in accept() method in ServerSocket
DPlainSocketImpl.java89 protected void accept(SocketImpl newImpl) throws IOException { in accept() method in PlainSocketImpl
/libcore/luni/src/test/java/libcore/java/net/
DOldSocketImplFactoryTest.java120 protected void accept(SocketImpl arg0) throws IOException { in accept() method in OldSocketImplFactoryTest.MockSocketImpl
DOldServerSocketTest.java365 protected void accept(SocketImpl arg0) throws IOException { in accept() method in OldServerSocketTest.MockSocketImpl
DSocketTest.java151 @Override protected void accept(SocketImpl arg0) throws IOException { } in test_SocketOptions_setOption() method in SocketTest.MySocketImpl
DOldSocketTest.java2393 protected void accept(SocketImpl arg0) throws IOException { in accept() method in OldSocketTest.MockSocketImpl
/libcore/luni/src/main/java/libcore/io/
DBlockGuardOs.java53 …@Override public FileDescriptor accept(FileDescriptor fd, InetSocketAddress peerAddress) throws Er… in accept() method in BlockGuardOs
DForwardingOs.java37 …public FileDescriptor accept(FileDescriptor fd, InetSocketAddress peerAddress) throws ErrnoExcepti… in accept() method in ForwardingOs
DOs.java28 …public FileDescriptor accept(FileDescriptor fd, InetSocketAddress peerAddress) throws ErrnoExcepti… in accept() method
DPosix.java31 …public native FileDescriptor accept(FileDescriptor fd, InetSocketAddress peerAddress) throws Errno… in accept() method in Posix