Home
last modified time | relevance | path

Searched defs:bindAddr (Results 1 – 7 of 7) sorted by relevance

/libcore/luni/src/test/java/libcore/java/nio/channels/
DSocketChannelTest.java190 InetSocketAddress bindAddr = new InetSocketAddress("localhost", 0); in test_bind_socketStateSync() local
214 InetSocketAddress bindAddr = new InetSocketAddress("localhost", 0); in test_bind_socketObjectCreationAfterBind() local
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
DServerSocketChannelTest.java188 InetSocketAddress bindAddr = new InetSocketAddress("localhost", 0); in test_bind_socketSync() local
207 InetSocketAddress bindAddr = new InetSocketAddress("localhost", 0); in test_bind_socketSyncAfterBind() local
232 InetSocketAddress bindAddr = new InetSocketAddress("localhost", 0); in test_getLocalSocketAddress_afterClose() local
DDatagramChannelTest.java2468 InetSocketAddress bindAddr = new InetSocketAddress("localhost", 0); in test_bind_socketSync() local
2492 InetSocketAddress bindAddr = new InetSocketAddress("localhost", 0); in test_bind_socketSyncAfterBind() local
2514 InetSocketAddress bindAddr = new InetSocketAddress("localhost", 0); in test_getLocalSocketAddress_afterClose() local
DSocketChannelTest.java214 InetSocketAddress bindAddr = new InetSocketAddress("localhost", 0); in test_getLocalSocketAddress_afterClose() local
/libcore/ojluni/annotations/mmodule/java/net/
DServerSocket.annotated.java41 public ServerSocket(int port, int backlog, java.net.InetAddress bindAddr) throws java.io.IOExceptio… in ServerSocket()
/libcore/ojluni/annotations/hiddenapi/java/net/
DServerSocket.java49 public ServerSocket(int port, int backlog, java.net.InetAddress bindAddr) in ServerSocket()
/libcore/ojluni/src/main/java/java/net/
DServerSocket.java251 public ServerSocket(int port, int backlog, InetAddress bindAddr) throws IOException { in ServerSocket()