Searched refs:errors (Results 101 - 125 of 142) sorted by relevance

123456

/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/StringsInSwitch/
H A DOneCaseSwitches.java261 int errors = 2;
267 errors = 0;
271 errors = 1;
278 return errors;
/openjdk7/langtools/test/tools/javac/api/6411310/
H A DTest.java71 if (errors > 0)
72 throw new Exception(errors + " errors found");
228 errors++;
231 int errors; field in class:Test
/openjdk7/langtools/test/tools/javac/api/
H A DT6430241.java48 if (errors > 0)
49 throw new Exception(errors + " errors found");
229 errors++;
236 int errors; field in class:T6430241
H A DT6838467.java109 if (errors > 0)
110 throw new Exception(errors + " errors");
222 errors++;
226 int errors; field in class:T6838467
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 DCheckExamples.java123 if (errors > 0)
124 throw new Exception(errors + " errors occurred.");
187 errors++;
190 int errors; field in class:CheckExamples
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/literals/
H A DUnderscoreLiterals.java166 if (errors > 0)
167 throw new Exception(errors + " errors found");
190 errors++;
194 int errors; field in class:UnderscoreLiterals
/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/scope/7017664/
H A DCompoundScopeTest.java67 if (errors > 0)
68 throw new Exception(errors + " errors found");
83 errors++;
89 int errors; field in class:CompoundScopeTest
/openjdk7/langtools/test/com/sun/javadoc/lib/
H A DJavadocTester.java94 public StringWriter errors; field in class:JavadocTester
209 new PrintWriter(errors, true),
218 errors.write(NL + stderr.toString());
228 errors = new StringWriter();
467 return errors.getBuffer().toString();
/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/langtools/src/share/classes/com/sun/tools/doclets/formats/html/
H A DPackageFrameWriter.java134 addClassKindListing(packageDoc.errors(),
148 addClassKindListing(config.classDocCatalog.errors(name),
/openjdk7/langtools/test/tools/javac/nio/compileTest/
H A DCompileTest.java164 errors++;
167 int errors; field in class:CompileTest
/openjdk7/langtools/test/tools/javac/processing/model/util/elements/doccomments/
H A DTestDocComments.java70 if (errors > 0)
71 throw new Exception(errors + " errors occurred");
130 errors++;
134 static int errors; field in class:TestDocComments
/openjdk7/langtools/test/tools/javah/compareTest/
H A DCompareTest.java75 if (errors == 0)
78 throw new Exception(errors + "/" + count + " tests failed");
255 errors++;
264 int errors; field in class:CompareTest
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/trax/
H A DTemplatesHandlerImpl.java270 Vector errors = _parser.getErrors();
271 final int count = errors.size();
275 errorMessage.append(errors.elementAt(i).toString());
/openjdk7/langtools/test/tools/javah/6572945/
H A DT6572945.java72 return (errors == 0);
234 errors++;
237 private int errors; field in class:T6572945
/openjdk7/jdk/test/sun/reflect/CallerSensitive/
H A DCallerSensitiveFinder.java77 List<String> errors = csfinder.run(classes);
78 if (!errors.isEmpty()) {
79 throw new RuntimeException(errors.size() +
/openjdk7/jdk/test/java/util/ResourceBundle/Control/
H A DDefaultControlTest.java61 static int errors; field in class:DefaultControlTest
91 if (errors > 0) {
92 throw new RuntimeException("FAILED: " + errors + " error(s)");
436 errors++;
441 errors++;
/openjdk7/jdk/src/share/classes/sun/tools/javac/
H A DBatchEnvironment.java100 * The number of errors and warnings
582 // it has been truncated. We let other I/O errors pass
1082 * The filename where the last errors have occurred
1089 ErrorMessage errors; field in class:BatchEnvironment
1107 if (errors == null
1108 || errors.where > where) {
1110 // errors, insert it at the beginning of the list.
1112 newMsg.next = errors;
1113 errors = newMsg;
1115 } else if (errors
[all...]
/openjdk7/jdk/test/java/awt/Focus/NonFocusableWindowTest/
H A DNoEventsTest.java353 java.util.List errors = new java.util.LinkedList(); field in class:GlobalListener
355 if (errors.size() != 0) {
361 ListIterator iter = errors.listIterator();
377 errors.add(error);
/openjdk7/langtools/test/tools/javac/6889255/
H A DT6889255.java105 if (errors > 0)
106 throw new Exception(errors + " errors found");
480 errors++;
484 int errors; field in class:T6889255

Completed in 59 milliseconds

123456