Searched refs:listen (Results 1 - 9 of 9) sorted by relevance

/dalvik/libcore/luni/src/main/java/java/net/
H A DSocketImpl.java230 * backlog}. Additional requests are rejected. The method {@code listen()}
238 protected abstract void listen(int backlog) throws IOException; method in class:SocketImpl
H A DServerSocket.java84 * the port number to listen for connection requests on.
99 * the port number to listen for connection requests on.
117 * the port number to listen for connection requests on.
140 impl.listen(backlog > 0 ? backlog : defaultBacklog());
177 * Checks whether the server may listen for connection requests on {@code
182 * the candidate port to listen on.
418 impl.listen(backlog > 0 ? backlog : defaultBacklog());
/dalvik/libcore/luni/src/test/java/tests/api/java/net/
H A DSocketImplFactoryTest.java194 protected void listen(int arg0) throws IOException { method in class:SocketImplFactoryTest.MockSocketImpl
H A DSocketImplTest.java132 method = "listen",
230 protected void listen(int backlog) throws IOException { method in class:SocketImplTest.MockSocketImpl
H A DServerSocketTest.java1363 protected void listen(int arg0) throws IOException { method in class:ServerSocketTest.MockSocketImpl
H A DSocketTest.java3323 protected void listen(int arg0) throws IOException { method in class:SocketTest.MockSocketImpl
/dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/net/
H A DPlainSocketImpl.java312 protected void listen(int backlog) throws IOException { method in class:PlainSocketImpl
314 // Do nothing for a SOCKS connection. The listen occurs on the
/dalvik/vm/jdwp/
H A DJdwpSocket.c55 int listenSock; /* listen for connection from debugger */
104 pParams->server ? "listen" : "connect", port);
122 * tries to bind to a listen port. If "port" is less than zero, we assume
177 if (listen(netState->listenSock, 5) != 0) {
651 * close the listen socket, but there's a good chance we won't be able to
/dalvik/libcore/luni/src/main/native/
H A Dorg_apache_harmony_luni_platform_OSNetworkSystem.cpp87 #define SOCKERR_NOTLISTENING -220 /* listen() was not invoked prior to accept() */
1794 int rc = listen(handle, backlog);

Completed in 144 milliseconds