Home
last modified time | relevance | path

Searched refs:theLocalAddress (Results 1 – 3 of 3) sorted by relevance

/libcore/luni/src/test/java/libcore/java/net/
DOldSocketTest.java1403 InetSocketAddress theLocalAddress = new InetSocketAddress( in test_setReuseAddressZ() local
1406 (InetAddress) allAddresses[0], theLocalAddress.getPort()); in test_setReuseAddressZ()
1409 theSocket.bind(theLocalAddress); in test_setReuseAddressZ()
1425 + theLocalAddress.toString() in test_setReuseAddressZ()
1434 theLocalAddress = new InetSocketAddress((InetAddress) allAddresses[0], 0); in test_setReuseAddressZ()
1438 theSocket.bind(theLocalAddress); in test_setReuseAddressZ()
1449 theLocalAddress = new InetSocketAddress((InetAddress) allAddresses[0], 0); in test_setReuseAddressZ()
1452 theSocket.bind(theLocalAddress); in test_setReuseAddressZ()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
DDatagramSocketTest.java692 InetSocketAddress theLocalAddress = new InetSocketAddress(Inet6Address.LOOPBACK, 0); in test_isBound() local
695 theSocket.bind(theLocalAddress); in test_isBound()
DSocketTest.java1036 InetSocketAddress theLocalAddress = new InetSocketAddress(InetAddress in test_isBound() local
1041 client.bind(theLocalAddress); in test_isBound()