Home
last modified time | relevance | path

Searched defs:isa (Results 1 – 14 of 14) 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/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
DInetSocketAddressTest.java49 InetSocketAddress isa = InetSocketAddress.createUnresolved( in test_createUnresolvedLjava_lang_StringI() local
/libcore/ojluni/src/main/native/
DServerSocketChannelImpl.c92 jobject isa; in Java_sun_nio_ch_ServerSocketChannelImpl_accept0() local
DDatagramChannelImpl.c221 jobject isa = NULL; in Java_sun_nio_ch_DatagramChannelImpl_receive0() local
/libcore/ojluni/src/main/java/sun/nio/ch/
DDatagramSocketAdaptor.java72 InetSocketAddress isa = Net.asInetSocketAddress(remote); in connectInternal() local
152 InetSocketAddress isa = (InetSocketAddress) in send() local
DServerSocketChannelImpl.java217 InetSocketAddress isa = (local == null) ? new InetSocketAddress(0) : in bind() local
265 InetSocketAddress isa = isaa[0]; in accept() local
DNet.java105 InetSocketAddress isa = (InetSocketAddress)sa; in checkAddress() local
DAsynchronousServerSocketChannelImpl.java150 InetSocketAddress isa = (local == null) ? new InetSocketAddress(0) : in bind() local
DSocketChannelImpl.java619 InetSocketAddress isa = (local == null) ? in bind() local
663 InetSocketAddress isa = Net.checkAddress(sa); in connect() local
DDatagramChannelImpl.java470 InetSocketAddress isa = Net.checkAddress(target); in send() local
713 InetSocketAddress isa; in bind() local
766 InetSocketAddress isa = Net.checkAddress(sa); in connect() local
DUnixAsynchronousSocketChannelImpl.java325 InetSocketAddress isa = Net.checkAddress(remote); in implConnect() local
DAsynchronousSocketChannelImpl.java430 InetSocketAddress isa = (local == null) ? in bind() local
/libcore/ojluni/src/test/java/nio/channels/Channels/
DBasic2.java48 InetSocketAddress isa = in basic2Test() local
/libcore/luni/src/test/java/libcore/android/system/
DOsTest.java236 UnixSocketAddress isa = (UnixSocketAddress) Os.getsockname(fd); in checkSockName() local