Home | History | Annotate | Download | only in bisect

Lines Matching refs:GOOD

113     final boolean good;
118 good = result == Result.GOOD;
124 good = nonLastEntry.substring(0, sep1).trim().equals("good");
130 writer.write(good ? "good" : "bad");
136 return good;
140 return !good;
205 if (result != Result.GOOD) {
207 "Expected good state for reference application run, got " + result);
240 // First run is a sanity check ensuring that the reference app results in a good state.
273 System.out.println("Class split is good: " + goodClasses + ", bad: " + badClasses);
286 Range good = new Range(0, 0);
290 return run.range.sub(good);
292 good = good.add(run.range);