Searched refs:adds (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/test/java/net/InetAddress/
H A DIPv4Formats.java34 String adds[][] = {
43 for (int i = 0; i < adds.length; i++) {
44 if (adds[i][1] != null) {
46 ad1 = InetAddress.getByName(adds[i][0]);
47 ad2 = InetAddress.getByName(adds[i][1]);
49 throw new RuntimeException("Wrong conversion: " + adds[i][0] + " should be " + adds[i][1] + " But throws " + ue);
52 throw new RuntimeException("Wrong conversion: " + adds[i][0] + " should be " + adds[i][1] + " But is " + ad1);
55 ad1 = InetAddress.getByName(adds[
[all...]
/openjdk7/jdk/src/share/classes/java/beans/
H A DIntrospector.java934 Map adds = null;
965 if (adds == null) {
966 adds = new HashMap();
968 adds.put(listenerName, method);
1014 if (adds != null && removes != null) {
1017 Iterator keys = adds.keySet().iterator();
1026 Method addMethod = (Method)adds.get(listenerName);
1061 } // if (adds != null ...
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/doc-files/
H A DModality.txt35 Marks this window blocked/unblocked and adds/removes it
/openjdk7/jdk/src/share/native/com/sun/java/util/jar/pack/
H A Dunpack.cpp1444 for (int adds = (idx+1) - layouts.length(); adds > 0; adds--) {

Completed in 55 milliseconds