Home
last modified time | relevance | path

Searched defs:accept (Results 1 – 20 of 20) 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.java112 public abstract SocketChannel accept() throws IOException; in accept() method in ServerSocketChannel
/libcore/luni/src/main/java/java/nio/
DServerSocketChannelImpl.java59 public SocketChannel accept() throws IOException { in accept() method in ServerSocketChannelImpl
124 @Override public Socket accept() throws IOException { in accept() method in ServerSocketChannelImpl.ServerSocketAdapter
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
DMockServerSocketChannel.java38 public SocketChannel accept() throws IOException { in accept() method in MockServerSocketChannel
DUnixSelectorTest.java43 public void accept() { in accept() method in UnixSelectorTest.Server
/libcore/luni/src/test/java/libcore/java/net/
DOldSocketImplFactoryTest.java120 protected void accept(SocketImpl arg0) throws IOException { in accept() method in OldSocketImplFactoryTest.MockSocketImpl
DOldServerSocketTest.java358 protected void accept(SocketImpl arg0) throws IOException { in accept() method in OldServerSocketTest.MockSocketImpl
DSocketTest.java184 @Override protected void accept(SocketImpl arg0) throws IOException { } in test_SocketOptions_setOption() method in SocketTest.MySocketImpl
DOldSocketTest.java2195 protected void accept(SocketImpl arg0) throws IOException { in accept() method in OldSocketTest.MockSocketImpl
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
DSocketImplTest.java85 protected void accept(SocketImpl newSocket) throws IOException { in accept() method in SocketImplTest.MockSocketImpl
DServerSocketTest.java902 protected void accept(SocketImpl arg0) throws IOException { in accept() method in ServerSocketTest.MockSocketImpl
/libcore/luni/src/main/java/java/net/
DSocketImpl.java65 protected abstract void accept(SocketImpl newSocket) throws IOException; in accept() method in SocketImpl
DServerSocket.java133 public Socket accept() throws IOException { in accept() method in ServerSocket
DPlainSocketImpl.java80 protected void accept(SocketImpl newImpl) throws IOException { in accept() method in PlainSocketImpl
/libcore/luni/src/main/java/libcore/io/
DBlockGuardOs.java61 …@Override public FileDescriptor accept(FileDescriptor fd, InetSocketAddress peerAddress) throws Er… in accept() method in BlockGuardOs
DOs.java44 …public FileDescriptor accept(FileDescriptor fd, InetSocketAddress peerAddress) throws ErrnoExcepti… in accept() method
DForwardingOs.java53 …public FileDescriptor accept(FileDescriptor fd, InetSocketAddress peerAddress) throws ErrnoExcepti… in accept() method in ForwardingOs
DPosix.java47 …public native FileDescriptor accept(FileDescriptor fd, InetSocketAddress peerAddress) throws Errno… in accept() method in Posix
/libcore/luni/src/main/java/android/system/
DOs.java43 …public static FileDescriptor accept(FileDescriptor fd, InetSocketAddress peerAddress) throws Errno… in accept() method in Os