Searched refs:checkLocation (Results 1 - 5 of 5) sorted by relevance

/openjdk9/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...]
/openjdk9/langtools/test/tools/javac/
H A DT6942649.java43 void test(String opt, String clazz, boolean checkLocation) throws Exception { argument
57 if (checkLocation) {
/openjdk9/jdk/test/java/awt/Multiscreen/LocationRelativeToTest/
H A DLocationRelativeToTest.java68 checkLocation(f, ge.getCenterPoint());
81 checkLocation(f, new Point(gcBounds.x + gcBounds.width / 2,
90 checkLocation(f, new Point(f2Loc.x + f2.getWidth() / 2,
100 private static void checkLocation(Frame f, Point rightLoc) method in class:LocationRelativeToTest
/openjdk9/langtools/test/tools/javac/modules/
H A DModuleSourcePathTest.java484 checkLocation(fm.getLocationAsPaths(StandardLocation.MODULE_SOURCE_PATH), List.of(src1, src2));
516 checkLocation(fm.getLocationAsPaths(locn1), List.of(src1.resolve("m1x")));
518 checkLocation(fm.getLocationAsPaths(locn2), List.of(src2.resolve("m2x").resolve("extra")));
540 private void checkLocation(Iterable<? extends Path> locn, List<Path> ref) throws Exception { method in class:ModuleSourcePathTest

Completed in 107 milliseconds