Home | History | Annotate | Download | only in src

Lines Matching refs:num_errors

18     public static int num_errors = 0;
21 if (num_errors == 10) {
23 } else if (num_errors < 10) {
26 num_errors += 1;