Home
last modified time | relevance | path

Searched refs:errorCount (Results 1 – 4 of 4) sorted by relevance

/libcore/ojluni/src/test/java/text/testlib/
DIntlTest.java119 int oldCount = errorCount; in run()
132 writeTestResult(errorCount - oldCount); in run()
135 writeTestResult(errorCount); in run()
147 System.exit(errorCount); in run()
149 if (errorCount > 0) { in run()
150 throw new IllegalArgumentException("encountered " + errorCount + " errors"); in run()
191 errorCount++; in errImpl()
205 return errorCount; in getErrorCount()
271 private int errorCount; field in IntlTest
/libcore/dom/src/test/java/org/w3c/domts/
DJAXPDOMTestDocumentBuilderFactory.java88 private int errorCount; field in JAXPDOMTestDocumentBuilderFactory.LoadErrorHandler
92 errorCount = 0; in LoadErrorHandler()
97 errorCount++; in error()
/libcore/luni/src/test/java/tests/org/w3c/dom/
DDOMTestCase.java196 private int errorCount; field in DOMTestCase.LoadErrorHandler
202 errorCount = 0; in LoadErrorHandler()
207 errorCount++; in error()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/xml/parsers/
DDocumentBuilderFactoryTest.java976 private int errorCount; field in DocumentBuilderFactoryTest.ValidationErrorHandler
982 errorCount = 0; in ValidationErrorHandler()
987 errorCount++; in error()