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

/openjdk7/jdk/src/share/classes/com/sun/tools/extcheck/
H A DMain.java36 public static final String MISSING = "Missing <jar file> argument"; field in class:Main
65 usage(MISSING);
/openjdk7/jdk/test/com/sun/tools/extcheck/
H A DTestExtcheckArgs.java49 }, Main.MISSING);
/openjdk7/jdk/test/java/util/concurrent/ConcurrentHashMap/
H A DMapCheck.java51 static final Object MISSING = new Object(); field in class:MapCheck
246 if (it.next() != MISSING)
257 if (it.next() != MISSING)
267 if (it.next() != MISSING)
287 if (x != MISSING)
297 if (x != MISSING)
323 if (en.nextElement() != MISSING)
334 if (en.nextElement() != MISSING)
348 if (en.nextElement() != MISSING)
360 if (en.nextElement() != MISSING)
[all...]

Completed in 1895 milliseconds