Searched defs:bindAddr (Results 1 – 7 of 7) sorted by relevance
| /libcore/luni/src/test/java/libcore/java/nio/channels/ |
| D | SocketChannelTest.java | 190 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/ |
| D | ServerSocketChannelTest.java | 188 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
|
| D | DatagramChannelTest.java | 2468 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
|
| D | SocketChannelTest.java | 214 InetSocketAddress bindAddr = new InetSocketAddress("localhost", 0); in test_getLocalSocketAddress_afterClose() local
|
| /libcore/ojluni/annotations/mmodule/java/net/ |
| D | ServerSocket.annotated.java | 41 public ServerSocket(int port, int backlog, java.net.InetAddress bindAddr) throws java.io.IOExceptio… in ServerSocket()
|
| /libcore/ojluni/annotations/hiddenapi/java/net/ |
| D | ServerSocket.java | 49 public ServerSocket(int port, int backlog, java.net.InetAddress bindAddr) in ServerSocket()
|
| /libcore/ojluni/src/main/java/java/net/ |
| D | ServerSocket.java | 251 public ServerSocket(int port, int backlog, InetAddress bindAddr) throws IOException { in ServerSocket()
|