Searched defs:lineMatch (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/test/com/sun/jdi/sde/
H A DMangleStepTest.java57 void lineMatch(Location loc, int javaLine, int defaultLine) { method in class:MangleStepTest
102 lineMatch(bpe.location(), jLines[0], lines[0]);
106 lineMatch(se.location(), jLines[i], lines[i]);
H A DMangleTest.java117 void lineMatch(int index, String stratum, Location loc, int line) { method in class:MangleTest
126 void lineMatch(int index, Location loc, method in class:MangleTest
128 lineMatch(index, "Java", loc, javaLine);
129 lineMatch(index, "XYZ", loc, xyzLine);
130 lineMatch(index, "Rats", loc, ratsLine);
389 lineMatch(0, getLoc(0, javaLines), 4, 200, 1000);
390 lineMatch(1, getLoc(1, javaLines), 5, 200, 1111);
391 lineMatch(2, getLoc(2, javaLines), 6, 200, 1111);
392 lineMatch(3, getLoc(3, javaLines), 7, 210, 1112);
393 lineMatch(
[all...]

Completed in 31 milliseconds