Home
last modified time | relevance | path

Searched refs:errors (Results 1 – 14 of 14) sorted by relevance

/dalvik/libcore/dom/src/test/java/org/w3c/domts/
DDOMErrorMonitor.java29 private final List errors = new ArrayList(); field in DOMErrorMonitor
44 errors.add(new DOMErrorImpl(error)); in handleError()
54 return new ArrayList(errors); in getAllErrors()
58 Iterator iter = errors.iterator(); in assertLowerSeverity()
/dalvik/dx/src/com/android/dx/command/dexer/
DMain.java91 private static int errors = 0; field in Main
134 errors = 0; in run()
197 if (errors != 0) { in processAllFiles()
198 DxConsole.err.println(errors + " error" + in processAllFiles()
199 ((errors == 1) ? "" : "s") + "; aborting"); in processAllFiles()
236 errors++; in processOne()
368 errors++; in checkClassName()
/dalvik/libcore/sql/src/test/java/tests/SQLite/
DDatabaseTest.java451 List<String> errors = tracker.getErrors(); in testInterrupt() local
453 if (errors.size() > 0) { in testInterrupt()
454 assertEquals(errors.get(0), db in testInterrupt()
456 for (String s : errors) { in testInterrupt()
577 List<String> errors = tracker.getErrors(); in testBusy_handler() local
578 if (errors.size() > 0) { in testBusy_handler()
581 for (String s: errors) { in testBusy_handler()
703 List<String> errors = tracker.getErrors(); in testBusy_timeout() local
704 assertTrue("No error occurred on DB but should have",errors.size() > 0); in testBusy_timeout()
706 assertEquals(errors.get(0), in testBusy_timeout()
[all …]
/dalvik/libcore/luni/src/test/java/com/google/coretests/
DCoreTestIsolator.java74 ((TestFailure)r.errors().nextElement()). in main()
DResultPrinter.java63 printDefects(result.errors(), result.errorCount(), "error"); in printErrors()
/dalvik/libcore/junit/src/main/java/junit/framework/
DTestResult.java84 public synchronized Enumeration errors() { in errors() method in TestResult
/dalvik/dx/src/junit/textui/
DResultPrinter.java47 printDefects(result.errors(), result.errorCount(), "error"); in printErrors()
/dalvik/dx/src/junit/framework/
DTestResult.java84 public synchronized Enumeration errors() { in errors() method in TestResult
/dalvik/libcore/luni/src/test/java/junit/textui/
DResultPrinter.java48 printDefects(result.errors(), result.errorCount(), "error"); in printErrors()
/dalvik/libcore/luni/src/test/java/tests/api/java/io/
DFileWriterTest.java332 int errors = 0; in test_handleEarlyEOFChar_1() local
340 assertEquals(0, errors); in test_handleEarlyEOFChar_1()
/dalvik/libcore/security/src/main/java/org/bouncycastle/x509/
DPKIXCertPathReviewer.java103 protected List[] errors; field in PKIXCertPathReviewer
152 errors = null; in PKIXCertPathReviewer()
187 return errors; in getErrors()
199 return errors[index + 1]; in getErrors()
265 for (int i = 0; i < errors.length; i++) in isValidCertPath()
267 if (!errors[i].isEmpty()) in isValidCertPath()
292 errors[0].add(msg); in addError()
301 errors[index + 1].add(msg); in addError()
310 errors = new List[n+1]; in doChecks()
315 errors[i] = new ArrayList(); in doChecks()
DCertPathReviewerMessages_de.properties10 ## name constraints processing errors
74 ## path length errors
99 ## critical extensions errors
132 ## check signature errors
253 ## check policy errors
556 ## QcStatement errors
DCertPathReviewerMessages.properties10 ## name constraints processing errors
74 ## path length errors
99 ## critical extensions errors
132 ## check signature errors
253 ## check policy errors
556 ## QcStatement errors
/dalvik/libcore/
DNOTICE296 the risks and costs of program errors, compliance with applicable