/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/ |
D | TestResultsGenerator.java | 258 int errorCount = countCompileErrors(fileContents); in readCompileLog() local 262 if (errorCount != 0) { in readCompileLog() 275 formatCompileErrorRow(log, errorCount, warningCount, compilerLog); in readCompileLog() 280 int errorCount = 0; in parseCompileLog() local 337 errorCount++; in parseCompileLog() 341 if (errorCount != 0) { in parseCompileLog() 358 errorCount, in parseCompileLog() 546 int errorCount = countErrors(fullName); in parseXml() local 547 if (errorCount != 0) { in parseXml() 562 …"))?formatRow(xmlFileNames[i].getPath(), errorCount,true):formatRowReleng(xmlFileNames[i].getPath(… in parseXml() [all …]
|
/external/objenesis/tck/src/org/objenesis/tck/ |
D | TextReporter.java | 73 private int errorCount = 0; field in TextReporter 120 errorCount++; in result() 128 errorCount++; in exception() 154 errorCount++; in printResult() 195 if(errorCount != 0) { in printResult() 207 summary.println("--- FAILED: " + errorCount + " error(s) occured ---"); in printResult()
|
/external/doclava/res/assets/templates/ |
D | todo.cs | 35 <tr><th>Errors</th><td><?cs var:all.errorCount ?></td></tr> 52 <td><?cs var:pkg.errorCount ?></td> 72 <td><?cs var:cl.errorCount ?></td> 83 <p>Errors: <?cs var:cl.errorCount ?><br/>
|
/external/chromium/base/third_party/icu/ |
D | icu_utf.cc | 195 uint8 errorCount=count; in utf8_nextCharSafeBody() local 203 c=utf8_errorValue[errorCount-count]; in utf8_nextCharSafeBody()
|
/external/chromium_org/base/third_party/icu/ |
D | icu_utf.cc | 195 uint8 errorCount=count; in utf8_nextCharSafeBody() local 203 c=utf8_errorValue[errorCount-count]; in utf8_nextCharSafeBody()
|
/external/icu4c/test/intltest/ |
D | bidiconf.cpp | 35 errorCount(0) {} in BiDiConformanceTest() 60 int32_t errorCount; member in BiDiConformanceTest 300 errorCount=0; in TestBidiTest() 301 while(errorCount<10 && fgets(line, (int)sizeof(line), bidiTestFile.getAlias())!=NULL) { in TestBidiTest() 484 ++errorCount; in printErrorLine()
|
D | transrt.cpp | 334 int32_t errorCount; member in RTTest 412 errorCount = 0; in RTTest() 536 if (errorCount > 0) { in test() 540 …parent->errln("FAIL: %s errors: %d %s", str, errorCount, (errorCount > errorLimit ? " (at least!)"… in test() 892 ++errorCount; in logWrongScript() 908 ++errorCount; in logNotCanonical() 913 ++errorCount; in logFails() 929 ++errorCount; in logToRulesFails() 944 ++errorCount; in logRoundTripFailure()
|
D | intltest.cpp | 523 errorCount = 0; in IntlTest() 621 return errorCount; in getErrors() 721 lastErrorCount = errorCount; in runTestLoop() 745 ctest_xml_testcase(baseName, name, secs, (lastErrorCount!=errorCount)?"err":NULL); in runTestLoop() 750 if (lastErrorCount == errorCount) { in runTestLoop() 755 sprintf(msg, " } ERRORS (%li) in %s", (long)(errorCount-lastErrorCount), name); in runTestLoop() 837 errorCount++; in IncErrorCount() 839 return errorCount; in IncErrorCount()
|
D | intltest.h | 282 int32_t errorCount; variable
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
D | bidiconf.cpp | 35 errorCount(0) {} in BiDiConformanceTest() 60 int32_t errorCount; member in BiDiConformanceTest 300 errorCount=0; in TestBidiTest() 301 while(errorCount<10 && fgets(line, (int)sizeof(line), bidiTestFile.getAlias())!=NULL) { in TestBidiTest() 484 ++errorCount; in printErrorLine()
|
D | transrt.cpp | 333 int32_t errorCount; member in RTTest 411 errorCount = 0; in RTTest() 535 if (errorCount > 0) { in test() 539 …parent->errln("FAIL: %s errors: %d %s", str, errorCount, (errorCount > errorLimit ? " (at least!)"… in test() 891 ++errorCount; in logWrongScript() 907 ++errorCount; in logNotCanonical() 912 ++errorCount; in logFails() 928 ++errorCount; in logToRulesFails() 943 ++errorCount; in logRoundTripFailure()
|
D | intltest.cpp | 508 errorCount = 0; in IntlTest() 598 return errorCount; in getErrors() 699 lastErrorCount = errorCount; in runTestLoop() 719 ctest_xml_testcase(baseName, name, secs, (lastErrorCount!=errorCount)?"err":NULL); in runTestLoop() 724 if (lastErrorCount == errorCount) { in runTestLoop() 729 sprintf(msg, " } ERRORS (%li) in %s", (long)(errorCount-lastErrorCount), name); in runTestLoop() 811 errorCount++; in IncErrorCount() 813 return errorCount; in IncErrorCount()
|
D | intltest.h | 233 int32_t errorCount; variable
|
/external/junit/src/junit/framework/ |
D | TestResult.java | 84 public synchronized int errorCount() { in errorCount() method in TestResult 172 return failureCount() == 0 && errorCount() == 0; in wasSuccessful()
|
/external/junit/src/junit/textui/ |
D | ResultPrinter.java | 49 printDefects(result.errors(), result.errorCount(), "error"); in printErrors() 93 ", Errors: "+result.errorCount()); in printFooter()
|
/external/chromium_org/ppapi/native_client/tests/ppapi_browser/ |
D | progress_event_listener.js | 118 errorCount, argument 157 assertEqual(eventMachine.stateHistogram['error'], errorCount);
|
/external/icu4c/tools/ctestfw/ |
D | ctest.c | 1046 int errorCount = 0; in runTestRequest() local 1080 errorCount += ERROR_COUNT; in runTestRequest() 1100 errorCount += ERROR_COUNT; in runTestRequest() 1104 if( ( doList == FALSE ) && ( errorCount > 0 ) ) in runTestRequest() 1105 printf(" Total errors: %d\n", errorCount ); in runTestRequest() 1111 errorCount++; in runTestRequest() 1114 return errorCount; /* total error count */ in runTestRequest()
|
/external/chromium_org/third_party/icu/source/tools/ctestfw/ |
D | ctest.c | 1046 int errorCount = 0; in runTestRequest() local 1080 errorCount += ERROR_COUNT; in runTestRequest() 1100 errorCount += ERROR_COUNT; in runTestRequest() 1104 if( ( doList == FALSE ) && ( errorCount > 0 ) ) in runTestRequest() 1105 printf(" Total errors: %d\n", errorCount ); in runTestRequest() 1111 errorCount++; in runTestRequest() 1114 return errorCount; /* total error count */ in runTestRequest()
|
/external/antlr/antlr-3.4/runtime/C/include/ |
D | antlr3recognizersharedstate.h | 106 ANTLR3_UINT32 errorCount; member
|
/external/chromium_org/third_party/icu/source/common/ |
D | utf_impl.c | 166 uint8_t errorCount=count; in utf8_nextCharSafeBody() local 174 c=utf8_errorValue[errorCount-count]; in utf8_nextCharSafeBody()
|
/external/chromium_org/third_party/jsoncpp/overrides/src/lib_json/ |
D | json_reader.cpp | 805 int errorCount = int(errors_.size()); in recoverFromError() local 810 errors_.resize( errorCount ); // discard errors caused by recovery in recoverFromError() 814 errors_.resize( errorCount ); in recoverFromError()
|
/external/antlr/antlr-3.4/runtime/C/src/ |
D | antlr3baserecognizer.c | 118 recognizer->state->errorCount = 0; in antlr3BaseRecognizerNew() 743 recognizer->state->errorCount++; in reportError() 1312 return recognizer->state->errorCount; in getNumberOfSyntaxErrors() 2132 recognizer->state->errorCount = 0; in reset()
|
D | antlr3lexer.c | 415 rec->state->errorCount++; in reportError()
|
/external/antlr/antlr-3.4/runtime/C/doxygen/ |
D | buildrec.dox | 240 /// if (psr->pParser->rec->errorCount > 0) 242 …F(stderr, "The parser returned %d errors, tree walking aborted.\n", psr->pParser->rec->errorCount);
|