Home
last modified time | relevance | path

Searched defs:isa (Results 1 – 6 of 6) sorted by relevance

/libcore/luni/src/test/java/libcore/java/net/
DInetSocketAddressTest.java60 InetSocketAddress isa = new InetSocketAddress(ia, 80); in test_ConstructorLInetAddressI() local
65 InetSocketAddress isa = new InetSocketAddress((InetAddress)null, 80); in test_ConstructorLInetAddressI() local
82 InetSocketAddress isa = new InetSocketAddress(65535); in test_ConstructorI() local
122 InetSocketAddress isa = new InetSocketAddress(ia, 0); in test_getAddress() local
125 InetSocketAddress isa = new InetSocketAddress((InetAddress) null, 0); in test_getAddress() local
/libcore/luni/src/test/java/libcore/io/
DOsTest.java116 InetSocketAddress isa = (InetSocketAddress) Libcore.os.getsockname(fd); in checkSockName() local
125 InetSocketAddress isa = (InetSocketAddress) sa; in checkNoName() local
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
DInetSocketAddressTest.java49 InetSocketAddress isa = InetSocketAddress.createUnresolved( in test_createUnresolvedLjava_lang_StringI() local
/libcore/luni/src/main/java/libcore/io/
DIoBridge.java630 InetSocketAddress isa = (InetSocketAddress) sa; in getSocketLocalAddress() local
640 InetSocketAddress isa = (InetSocketAddress) sa; in getSocketLocalPort() local
/libcore/luni/src/main/java/java/net/
DDatagramSocket.java515 InetSocketAddress isa = (InetSocketAddress) peer; in connect() local
/libcore/luni/src/main/java/java/nio/
DDatagramChannelImpl.java292 InetSocketAddress isa = (InetSocketAddress) socketAddress; in send() local