HomeSort by relevance Sort by last modified time
    Searched refs:theInterface (Results 1 - 6 of 6) sorted by null

  /external/apache-harmony/support/src/test/java/tests/support/
Support_NetworkInterface.java 29 public static boolean useInterface(NetworkInterface theInterface) {
34 if ((theInterface.getDisplayName()
36 || (theInterface.getDisplayName()
38 || (theInterface.getDisplayName()
40 || (theInterface.getDisplayName()
42 || (theInterface.getDisplayName().equals("MS TCP Loopback interface"))) {
48 if ((theInterface.getDisplayName().equals("lo"))
49 || (theInterface.getDisplayName().equals("teredo"))) {
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
InterfaceAddressTest.java 128 NetworkInterface theInterface = null;
131 theInterface = netifs.nextElement();
132 if (theInterface != null) {
133 List<InterfaceAddress> addrs = theInterface
145 if (theInterface != null && interfaceAddr != null) {
146 Enumeration<InetAddress> addresses = theInterface
NetworkInterfaceTest.java 449 NetworkInterface theInterface = (NetworkInterface) theInterfaces
451 if (theInterface.getInetAddresses().hasMoreElements()) {
454 Enumeration addrs = theInterface.getInetAddresses();
457 networkInterface1 = theInterface;
464 NetworkInterface theInterface = (NetworkInterface) theInterfaces
466 if (theInterface.getInetAddresses().hasMoreElements()) {
469 Enumeration addrs = theInterface.getInetAddresses();
472 networkInterface2 = theInterface;
MulticastSocketTest.java 139 NetworkInterface theInterface = mss.getNetworkInterface();
141 "network interface returned wrong network interface when not set:" + theInterface,
142 theInterface.getInetAddresses().hasMoreElements());
143 InetAddress firstAddress = theInterface.getInetAddresses().nextElement();
536 InetAddress theInterface = mss.getInterface();
539 if (theInterface instanceof Inet6Address) {
542 NetworkInterface.getByInetAddress(theInterface));
    [all...]
  /libcore/luni/src/main/java/java/net/
MulticastSocket.java 86 NetworkInterface theInterface = getNetworkInterface();
87 if (theInterface != null) {
88 Enumeration<InetAddress> addresses = theInterface.getInetAddresses();
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 102 milliseconds