Searched defs:listen (Results 1 - 13 of 13) sorted by relevance

/libcore/ojluni/src/main/java/sun/nio/ch/
H A DFileDescriptorHolderSocketImpl.java82 protected void listen(int backlog) throws IOException { method in class:FileDescriptorHolderSocketImpl
H A DNet.java450 static native void listen(FileDescriptor fd, int backlog) throws IOException; method in class:Net
/libcore/luni/src/test/java/libcore/java/net/
H A DOldSocketImplFactoryTest.java163 protected void listen(int arg0) throws IOException { method in class:OldSocketImplFactoryTest.MockSocketImpl
H A DOldServerSocketTest.java346 protected void listen(int arg0) throws IOException { method in class:OldServerSocketTest.MockSocketImpl
H A DOldSocketTest.java2109 protected void listen(int arg0) throws IOException { method in class:OldSocketTest.MockSocketImpl
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
H A DSocketImplTest.java126 protected void listen(int backlog) throws IOException { method in class:SocketImplTest.MockSocketImpl
H A DServerSocketTest.java940 protected void listen(int arg0) throws IOException { method in class:ServerSocketTest.MockSocketImpl
/libcore/ojluni/src/main/java/java/net/
H A DSocketImpl.java133 protected abstract void listen(int backlog) throws IOException; method in class:SocketImpl
H A DAbstractPlainSocketImpl.java436 * @param count the amount of time to listen for connections
438 protected synchronized void listen(int count) throws IOException { method in class:AbstractPlainSocketImpl
/libcore/luni/src/main/java/android/system/
H A DOs.java296 * See <a href="http://man7.org/linux/man-pages/man2/listen.2.html">listen(2)</a>.
298 public static void listen(FileDescriptor fd, int backlog) throws ErrnoException { Libcore.os.listen(fd, backlog); } method in class:Os
/libcore/luni/src/main/java/libcore/io/
H A DForwardingOs.java125 public void listen(FileDescriptor fd, int backlog) throws ErrnoException { os.listen(fd, backlog); } method in class:ForwardingOs
H A DLinux.java116 public native void listen(FileDescriptor fd, int backlog) throws ErrnoException; method in class:Linux
H A DOs.java111 public void listen(FileDescriptor fd, int backlog) throws ErrnoException; method in interface:Os

Completed in 263 milliseconds