Searched defs:isa (Results 1 – 6 of 6) sorted by relevance
60 InetSocketAddress isa = new InetSocketAddress(ia, 80); in test_ConstructorLInetAddressI() local65 InetSocketAddress isa = new InetSocketAddress((InetAddress)null, 80); in test_ConstructorLInetAddressI() local82 InetSocketAddress isa = new InetSocketAddress(65535); in test_ConstructorI() local122 InetSocketAddress isa = new InetSocketAddress(ia, 0); in test_getAddress() local125 InetSocketAddress isa = new InetSocketAddress((InetAddress) null, 0); in test_getAddress() local
116 InetSocketAddress isa = (InetSocketAddress) Libcore.os.getsockname(fd); in checkSockName() local125 InetSocketAddress isa = (InetSocketAddress) sa; in checkNoName() local
49 InetSocketAddress isa = InetSocketAddress.createUnresolved( in test_createUnresolvedLjava_lang_StringI() local
630 InetSocketAddress isa = (InetSocketAddress) sa; in getSocketLocalAddress() local640 InetSocketAddress isa = (InetSocketAddress) sa; in getSocketLocalPort() local
515 InetSocketAddress isa = (InetSocketAddress) peer; in connect() local
292 InetSocketAddress isa = (InetSocketAddress) socketAddress; in send() local