Home
last modified time | relevance | path

Searched refs:theInterfaces (Results 1 – 3 of 3) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
DNetworkInterfaceTest.java31 Enumeration<NetworkInterface> theInterfaces = null; field in NetworkInterfaceTest
291 Enumeration theInterfaces = NetworkInterface.getNetworkInterfaces(); in test_getNetworkInterfaces() local
353 if (theInterfaces != null) { in test_getInterfaceAddresses()
354 while (theInterfaces.hasMoreElements()) { in test_getInterfaceAddresses()
355 NetworkInterface netif = theInterfaces.nextElement(); in test_getInterfaceAddresses()
361 theInterfaces = NetworkInterface.getNetworkInterfaces(); in test_getInterfaceAddresses()
362 while (theInterfaces.hasMoreElements()) { in test_getInterfaceAddresses()
363 NetworkInterface netif = theInterfaces.nextElement(); in test_getInterfaceAddresses()
382 if (theInterfaces != null) { in test_isLoopback()
383 while (theInterfaces.hasMoreElements()) { in test_isLoopback()
[all …]
DMulticastSocketTest.java392 Enumeration<NetworkInterface> theInterfaces = NetworkInterface.getNetworkInterfaces(); in joinGroupLjava_net_SocketAddressLjava_net_NetworkInterface() local
393 while (theInterfaces.hasMoreElements()) { in joinGroupLjava_net_SocketAddressLjava_net_NetworkInterface()
394 NetworkInterface thisInterface = theInterfaces.nextElement(); in joinGroupLjava_net_SocketAddressLjava_net_NetworkInterface()
712 Enumeration theInterfaces = NetworkInterface.getNetworkInterfaces(); in check_setNetworkInterfaceLjava_net_NetworkInterface() local
713 while (theInterfaces.hasMoreElements()) { in check_setNetworkInterfaceLjava_net_NetworkInterface()
714 NetworkInterface thisInterface = (NetworkInterface) theInterfaces.nextElement(); in check_setNetworkInterfaceLjava_net_NetworkInterface()
/libcore/luni/src/test/java/libcore/java/nio/channels/
DDatagramChannelMulticastTest.java321 Enumeration<NetworkInterface> theInterfaces = NetworkInterface.getNetworkInterfaces(); in test_joinAnySource_networkInterfaces() local
322 while (theInterfaces.hasMoreElements()) { in test_joinAnySource_networkInterfaces()
323 NetworkInterface thisInterface = theInterfaces.nextElement(); in test_joinAnySource_networkInterfaces()