Home
last modified time | relevance | path

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

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
DInetAddressTest.java61 InetAddress ia = InetAddress.getByName("127.0.0.1"); in test_getAddress() local
292 InetAddress ia = Inet4Address.getByName("127.0.0.1"); in test_isReachableI() local
308 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.java735 InetAddress ia = InetAddress.getByAddress(ipAddress); in test_getHostAddress_() local
/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.java471 InetAddress ia = InetAddress.getByName(address); in test_toString() local
/libcore/ojluni/src/main/java/java/net/
DMulticastSocket.java497 InetAddress ia = in getInterface() local
/libcore/ojluni/src/main/native/
DDatagramChannelImpl.c223 jobject ia = NET_SockaddrToInetAddress(env, (struct sockaddr *)&sa, &port); in Java_sun_nio_ch_DatagramChannelImpl_receive0() local
/libcore/ojluni/src/main/java/sun/nio/ch/
DSocketChannelImpl.java686 InetAddress ia = isa.getAddress(); in connect() local
DDatagramChannelImpl.java471 InetAddress ia = isa.getAddress(); in send() local
/libcore/ojluni/src/main/java/java/io/
DObjectOutputStream.java1384 int[] ia = (int[]) array; in writeArray() local