Home
last modified time | relevance | path

Searched defs:ia (Results 1 – 8 of 8) sorted by relevance

/libcore/luni/src/test/java/libcore/java/net/
DInetSocketAddressTest.java59 InetAddress ia = InetAddress.getByName(validIPAddresses[i]); in test_ConstructorLInetAddressI() local
121 InetAddress ia = InetAddress.getByName(validIPAddresses[i]); in test_getAddress() local
DInetAddressTest.java308 InetAddress ia = InetAddress.getByName(validIPAddresses[i]); in test_toString() local
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
DInetAddressTest.java67 InetAddress ia = InetAddress.getByName("127.0.0.1"); in test_getAddress() local
315 InetAddress ia = Inet4Address.getByName("127.0.0.1"); in test_isReachableI() local
331 InetAddress ia = Inet4Address.getByName("127.0.0.1"); in test_isReachableLjava_net_NetworkInterfaceII() local
DInetAddressThreadTest.java85 InetAddress ia = InetAddress.getByName(lookupName); in run() local
DDatagramPacketTest.java151 InetAddress ia = InetAddress.getByName("127.0.0.1"); in test_setAddressLjava_net_InetAddress() local
DInet6AddressTest.java777 InetAddress ia = InetAddress.getByAddress(ipAddress); in test_getHostAddress_() local
/libcore/luni/src/main/java/java/net/
DInet6Address.java129 InetAddress ia = addressList.nextElement(); in getByAddress() local
159 private boolean compareLocalType(Inet6Address ia) { in compareLocalType()
DURI.java559 InetAddress ia = InetAddress.parseNumericAddress(host); in isValidHost() local