Home
last modified time | relevance | path

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

/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/
DTestResultsGenerator.java258 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/
DTextReporter.java73 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/
Dtodo.cs35 <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/
Dicu_utf.cc195 uint8 errorCount=count; in utf8_nextCharSafeBody() local
203 c=utf8_errorValue[errorCount-count]; in utf8_nextCharSafeBody()
/external/chromium_org/base/third_party/icu/
Dicu_utf.cc195 uint8 errorCount=count; in utf8_nextCharSafeBody() local
203 c=utf8_errorValue[errorCount-count]; in utf8_nextCharSafeBody()
/external/icu4c/test/intltest/
Dbidiconf.cpp35 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()
Dtransrt.cpp334 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()
Dintltest.cpp523 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()
Dintltest.h282 int32_t errorCount; variable
/external/chromium_org/third_party/icu/source/test/intltest/
Dbidiconf.cpp35 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()
Dtransrt.cpp333 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()
Dintltest.cpp508 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()
Dintltest.h233 int32_t errorCount; variable
/external/junit/src/junit/framework/
DTestResult.java84 public synchronized int errorCount() { in errorCount() method in TestResult
172 return failureCount() == 0 && errorCount() == 0; in wasSuccessful()
/external/junit/src/junit/textui/
DResultPrinter.java49 printDefects(result.errors(), result.errorCount(), "error"); in printErrors()
93 ", Errors: "+result.errorCount()); in printFooter()
/external/chromium_org/ppapi/native_client/tests/ppapi_browser/
Dprogress_event_listener.js118 errorCount, argument
157 assertEqual(eventMachine.stateHistogram['error'], errorCount);
/external/icu4c/tools/ctestfw/
Dctest.c1046 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/
Dctest.c1046 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/
Dantlr3recognizersharedstate.h106 ANTLR3_UINT32 errorCount; member
/external/chromium_org/third_party/icu/source/common/
Dutf_impl.c166 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/
Djson_reader.cpp805 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/
Dantlr3baserecognizer.c118 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()
Dantlr3lexer.c415 rec->state->errorCount++; in reportError()
/external/antlr/antlr-3.4/runtime/C/doxygen/
Dbuildrec.dox240 /// if (psr->pParser->rec->errorCount > 0)
242 …F(stderr, "The parser returned %d errors, tree walking aborted.\n", psr->pParser->rec->errorCount);