/libcore/luni/src/test/java/libcore/javax/net/ssl/ |
D | FakeSSLSocketFactory.java | 45 public Socket createSocket(InetAddress address, int port, InetAddress localAddress, in createSocket()
|
/libcore/luni/src/test/java/libcore/java/net/ |
D | DelegatingSocketFactory.java | 71 public Socket createSocket(InetAddress address, int port, InetAddress localAddress, in createSocket()
|
/libcore/ojluni/src/main/java/sun/nio/ch/ |
D | ServerSocketChannelImpl.java | 75 private InetSocketAddress localAddress; // null => unbound field in ServerSocketChannelImpl 204 public InetSocketAddress localAddress() { in localAddress() method in ServerSocketChannelImpl
|
D | AsynchronousServerSocketChannelImpl.java | 54 protected volatile InetSocketAddress localAddress = null; field in AsynchronousServerSocketChannelImpl
|
D | SocketChannelImpl.java | 109 private InetSocketAddress localAddress; field in SocketChannelImpl 596 public InetSocketAddress localAddress() { in localAddress() method in SocketChannelImpl
|
D | DatagramChannelImpl.java | 98 private InetSocketAddress localAddress; field in DatagramChannelImpl 693 public SocketAddress localAddress() { in localAddress() method in DatagramChannelImpl
|
D | AsynchronousSocketChannelImpl.java | 57 protected volatile InetSocketAddress localAddress = null; field in AsynchronousSocketChannelImpl
|
/libcore/ojluni/src/main/java/javax/net/ |
D | SocketFactory.java | 253 InetAddress localAddress, int localPort) in createSocket()
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/ |
D | SelectorTest.java | 42 private SocketAddress localAddress; field in SelectorTest
|
D | ServerSocketChannelTest.java | 121 … InetSocketAddress localAddress = (InetSocketAddress) ssc.socket().getLocalSocketAddress(); in test_bind_null() local
|
D | SocketChannelTest.java | 164 … InetSocketAddress localAddress = (InetSocketAddress) channel1.socket().getLocalSocketAddress(); in testBind_Null() local
|
D | DatagramChannelTest.java | 2408 … InetSocketAddress localAddress = (InetSocketAddress) dc.socket().getLocalSocketAddress(); in test_bind_null() local
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/ |
D | ServerSocketTest.java | 454 SocketAddress localAddress = theSocket.getLocalSocketAddress(); in test_bindLjava_net_SocketAddress() local 515 SocketAddress localAddress = theSocket.getLocalSocketAddress(); in test_bindLjava_net_SocketAddressI() local
|
D | DatagramSocketTest.java | 756 InetSocketAddress localAddress = new InetSocketAddress(InetAddress.getLocalHost(), 0); in test_getLocalSocketAddress_late_bind() local
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ |
D | SocketFactoryTest.java | 303 InetAddress localAddress, int localPort) throws IOException { in createSocket()
|
/libcore/luni/src/test/java/libcore/java/nio/channels/ |
D | DatagramChannelMulticastTest.java | 238 InetSocketAddress localAddress = (InetSocketAddress) receiverChannel.getLocalAddress(); in check_joinAnySource() local 360 InetSocketAddress localAddress = (InetSocketAddress) dc.getLocalAddress(); in test_joinAnySource_networkInterfaces() local 457 InetSocketAddress localAddress = (InetSocketAddress) dc.getLocalAddress(); in check_joinAnySource_multicastLoopOption() local
|
/libcore/support/src/test/java/libcore/javax/net/ssl/ |
D | TestSSLContext.java | 403 InetAddress localAddress, int localPort) throws IOException { in clientAuth()
|
/libcore/luni/src/main/java/libcore/io/ |
D | IoBridge.java | 250 InetSocketAddress localAddress = null; in createMessageForException() local
|