Searched defs:checkLocation (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/test/java/awt/Multiscreen/LocationRelativeToTest/
H A DLocationRelativeToTest.java67 checkLocation(f, ge.getCenterPoint());
80 checkLocation(f, new Point(gcBounds.x + gcBounds.width / 2,
89 checkLocation(f, new Point(f2Loc.x + f2.getWidth() / 2,
99 private static void checkLocation(Frame f, Point rightLoc) method in class:LocationRelativeToTest
/openjdk7/jdk/test/com/sun/jdi/sde/
H A DTemperatureTableTest.java45 void checkLocation(Location loc, String label, method in class:TemperatureTableTest
77 void checkLocation(String stratum, Location loc, String label, method in class:TemperatureTableTest
128 checkLocation(bpe.location(), "main BP",
132 checkLocation("JSP", bpe.location(), "main BP",
136 checkLocation("bogus", bpe.location(), "main BP",
140 checkLocation(null, bpe.location(), "main BP",
144 checkLocation("Java", bpe.location(), "main BP",
168 checkLocation(loc7, "line7",
172 checkLocation("JSP", loc7, "line7",
176 checkLocation("bogu
[all...]
H A DMangleTest.java46 void checkLocation(Location loc, String label, method in class:MangleTest
78 void checkLocation(String stratum, Location loc, String label, method in class:MangleTest
332 checkLocation(getLoc(0, javaLines), "0",
335 checkLocation(null, getLoc(0, javaLines), "0",
338 checkLocation("bogus", getLoc(0, javaLines), "0",
341 checkLocation("Java", getLoc(0, javaLines), "0",
344 checkLocation("XYZ", getLoc(0, javaLines), "0",
347 checkLocation("Rats", getLoc(0, javaLines), "0",
351 checkLocation(getLoc(3, javaLines), "3",
354 checkLocation(nul
[all...]

Completed in 30 milliseconds