Searched refs:ad1 (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/test/java/net/InetAddress/
H A DIPv4Formats.java33 InetAddress ad1, ad2;
46 ad1 = InetAddress.getByName(adds[i][0]);
51 if (! ad1.equals(ad2))
52 throw new RuntimeException("Wrong conversion: " + adds[i][0] + " should be " + adds[i][1] + " But is " + ad1);
55 ad1 = InetAddress.getByName(adds[i][0]);
/openjdk7/jdk/test/java/net/Socket/
H A DTestClose.java39 InetAddress ad1, ad2;
47 ad1 = ss.getInetAddress();
48 if (ad1 == null)
/openjdk7/jdk/test/java/lang/Class/getEnclosingClass/
H A DEnclosingClass.java137 public Class<?> ad1; field in class:EnclosingClass
191 ad1 = Local1.class;

Completed in 1791 milliseconds