Searched defs:errors (Results 51 - 75 of 105) sorted by relevance

12345

/openjdk7/langtools/test/tools/javac/nio/compileTest/
H A DCompileTest.java164 errors++;
167 int errors; field in class:CompileTest
/openjdk7/langtools/test/tools/javadoc/6227454/
H A DTest.java51 if (errors > 0)
52 throw new Exception(errors + " errors occurred");
123 errors++;
127 int errors; field in class:Test
/openjdk7/langtools/test/tools/javadoc/6958836/
H A DTest.java51 if (errors > 0)
52 throw new Exception(errors + " errors occurred.");
115 errors++;
119 int errors; field in class:Test
/openjdk7/langtools/test/tools/javah/4942232/
H A DTest.java82 if (errors > 0)
83 throw new Exception(errors + " errors occurred");
137 errors++;
140 int errors; field in class:Test
/openjdk7/langtools/test/tools/javah/6572945/
H A DT6572945.java72 return (errors == 0);
234 errors++;
237 private int errors; field in class:T6572945
/openjdk7/langtools/test/tools/javap/
H A DT4501661.java49 if (errors > 0)
50 throw new Exception(errors + " errors found");
122 errors++;
125 int errors; field in class:T4501661
H A DT4975569.java48 if (errors > 0)
49 throw new Error(errors + " found.");
62 errors++;
65 int errors; field in class:T4975569
H A DT6868539.java51 verify(output, "Fieldref +#[0-9]+\\.#[0-9]+ +// +T6868539.errors:I"); // 9: Fieldref
56 if (errors > 0)
57 throw new Error(errors + " found.");
69 errors++;
72 int errors; field in class:T6868539
/openjdk7/jdk/src/macosx/native/sun/nio/ch/
H A DKQueueArrayWrapper.c113 struct kevent errors[2]; local
118 // Ignore errors - they're probably complaints about deleting non-
123 kevent(kq, changes, 2, errors, 2, &dontBlock);
/openjdk7/jdk/src/windows/classes/sun/security/krb5/internal/tools/
H A DKtab.java420 void error(String... errors) { argument
421 for (String error: errors) {
/openjdk7/jdk/test/tools/launcher/
H A DExecutionEnvironment.java86 static int errors = 0; field in class:ExecutionEnvironment
144 errors++;
164 errors++;
265 errors++;
280 errors++;
290 errors++;
309 errors++;
318 errors++;
339 errors++;
357 if (errors >
[all...]
/openjdk7/langtools/test/tools/javac/4241573/
H A DT4241573.java101 if (errors > 0)
102 throw new Exception(errors + " errors occurred");
226 errors++;
229 int errors; field in class:T4241573
/openjdk7/langtools/test/tools/javac/6402516/
H A DChecker.java51 errors = true;
63 if (errors)
64 throw new AssertionError("errors occurred creating trees");
73 if (errors)
74 throw new AssertionError("errors occurred checking scopes");
119 errors = true;
130 boolean errors = false; field in class:Checker
/openjdk7/langtools/test/tools/javac/6917288/
H A DT6917288.java45 if (errors > 0)
46 throw new Exception(errors + " errors occurred");
153 errors++;
157 int errors; field in class:T6917288
/openjdk7/langtools/test/tools/javac/
H A DT6403466.java70 if (vtl.iter.hasNext() || vtl.errors)
145 errors = true;
151 boolean errors; field in class:VerifyingTaskListener
H A DTestPkgInfo.java58 if (errors > 0) throw new AssertionError();
64 if (errors > 0)
65 throw new Exception(errors + " errors occurred");
166 errors++;
172 /** Number of errors found. */
173 int errors; field in class:TestPkgInfo
/openjdk7/langtools/test/tools/javac/api/
H A DTestGetElement.java83 errors++;
87 if (errors > 0)
88 throw new Exception(errors + " errors occurred");
92 int errors; field in class:TestGetElement
H A DTestTrees.java94 if (errors > 0)
95 throw new AssertionError(errors + " errors occurred");
156 errors++;
162 int errors; field in class:TestTrees
/openjdk7/langtools/test/tools/javac/diags/
H A DCheckResourceKeys.java47 * @throws Exception if invoked by jtreg and errors occur
55 throw new Exception(c.errors + " errors occurred");
93 if (errors > 0)
105 return (errors == 0);
188 // JavaCompiler, reports #errors and #warnings
376 errors++;
379 int errors; field in class:CheckResourceKeys
H A DMessageInfo.java89 throw new Exception(mi.errors + " errors occurred");
250 return (errors == 0);
391 errors++;
396 int errors; field in class:MessageInfo
/openjdk7/langtools/test/tools/javac/generics/diamond/6996914/
H A DT6996914a.java128 if (el.errors > 0 == check(pk, ck)) {
129 String msg = el.errors > 0 ?
145 * DiagnosticListener to count any errors that occur
152 errors++;
155 int errors; field in class:T6996914a.ErrorListener
/openjdk7/langtools/test/tools/javac/policy/test3/
H A DTest.java73 if (errors > 0)
74 throw new Exception(errors + " errors occurred");
98 // that in bytodo mode, it will still attribute files after syntax errors.
121 errors++;
124 int errors; field in class:Test
139 // errors, accordining to the shouldStopPolicy
/openjdk7/langtools/test/tools/javac/processing/filer/
H A DTestGetResource2.java114 if (errors > 0)
115 throw new Exception(errors + " errors occurred");
164 errors++;
167 int errors = 0; field in class:TestGetResource2
/openjdk7/langtools/test/tools/javac/processing/model/
H A DTestSymtabItems.java90 if (errors > 0)
91 throw new Exception(errors + " errors occurred");
110 errors++;
113 int errors; field in class:TestSymtabItems
/openjdk7/langtools/test/tools/javac/processing/model/element/
H A DTestAnonClassNames.java110 if (errors > 0)
111 throw new RuntimeException(errors + " errors occurred");
153 static int errors = 0; field in class:TestAnonClassNames
157 errors++;

Completed in 50 milliseconds

12345