Home
last modified time | relevance | path

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

12

/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/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
DBiDiConformanceTest.java37 errorCount = 0; in TestBidiTest()
39 while (errorCount < 10 && (line = bidiTestFile.readLine()) != null) { in TestBidiTest()
171 errorCount = 0; in TestBidiCharacterTest()
173 while (errorCount < 20 && (line = bidiTestFile.readLine()) != null) { in TestBidiCharacterTest()
188 errorCount++; in TestBidiCharacterTest()
201 ++errorCount; in TestBidiCharacterTest()
222 errorCount++; in TestBidiCharacterTest()
228 errorCount++; in TestBidiCharacterTest()
576 ++errorCount; in printErrorLine()
607 private int errorCount; field in BiDiConformanceTest
/external/icu/icu4c/source/test/intltest/
Dbidiconf.cpp35 errorCount(0) {} in BiDiConformanceTest()
58 int32_t errorCount; member in BiDiConformanceTest
282 errorCount=0; in TestBidiTest()
285 while(errorCount<10 && fgets(line, (int)sizeof(line), bidiTestFile.getAlias())!=NULL) { in TestBidiTest()
446 errorCount=0; in TestBidiCharacterTest()
447 while(errorCount<20 && fgets(line, (int)sizeof(line), bidiTestFile.getAlias())!=NULL) { in TestBidiCharacterTest()
472 errorCount++; in TestBidiCharacterTest()
509 errorCount++; in TestBidiCharacterTest()
523 errorCount++; in TestBidiCharacterTest()
676 ++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.cpp540 errorCount = 0; in IntlTest()
639 return errorCount; in getErrors()
739 lastErrorCount = errorCount; in runTestLoop()
765 ctest_xml_testcase(baseName, name, secs, (lastErrorCount!=errorCount)?"err":NULL); in runTestLoop()
770 if (lastErrorCount == errorCount) { in runTestLoop()
775 sprintf(msg, " } ERRORS (%li) in %s", (long)(errorCount-lastErrorCount), name); in runTestLoop()
857 errorCount++; in IncErrorCount()
859 return errorCount; in IncErrorCount()
Dintltest.h335 int32_t errorCount; variable
/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/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
DRoundTripTest.java1072 private int errorCount = 0; field in RoundTripTest.Test
1230 if (errorCount > 0) { in test()
1243 + errorCount + (errorCount > errorLimit ? " (at least!)" : "") in test()
1248 + errorCount + (errorCount > errorLimit ? " (at least!)" : "") in test()
1620 if (++errorCount > errorLimit) {
1634 if (++errorCount > errorLimit) { in logNotCanonical()
1645 if (++errorCount > errorLimit) { in logFails()
1652 if (++errorCount > errorLimit) { in logToRulesFails()
1663 if (++errorCount > errorLimit) { in logRoundTripFailure()
/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/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/
DTestFmwk.java556 int errorCount = runTests(localParams, args); in run() local
585 if (errorCount > 0) { in run()
586 localParams.log.println("\n<< " + errorCount+ " TEST(S) FAILED >>"); in run()
603 return errorCount; in run()
614 ec = _params.errorCount; in runTests()
625 ec += _params.errorCount; in runTests()
890 return params.errorCount; in getErrorCount()
1181 public int errorCount; field in TestFmwk.TestParams
1373 errorCount = 0; in init()
1404 this.ec = errorCount; in State()
[all …]
/external/icu/icu4c/source/tools/ctestfw/
Dctest.c1096 int errorCount = 0; in runTestRequest() local
1130 errorCount += ERROR_COUNT; in runTestRequest()
1150 errorCount += ERROR_COUNT; in runTestRequest()
1154 if( ( doList == FALSE ) && ( errorCount > 0 ) ) in runTestRequest()
1155 printf(" Total errors: %d\n", errorCount ); in runTestRequest()
1161 errorCount++; in runTestRequest()
1164 return errorCount; /* total error count */ in runTestRequest()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
DbuildTools.jarMETA-INF/MANIFEST.MF org/eclipse/releng/Mailer.class Mailer.java ...
/external/antlr/antlr-3.4/runtime/C/include/
Dantlr3recognizersharedstate.h106 ANTLR3_UINT32 errorCount; member
/external/deqp/modules/glshared/
DglsRasterizationTestUtil.cpp665 int errorCount = 0; in verifyTriangleGroupInterpolationWithInterpolator() local
766 ++errorCount; in verifyTriangleGroupInterpolationWithInterpolator()
769 if (errorCount < errorFloodThreshold) in verifyTriangleGroupInterpolationWithInterpolator()
819 ++errorCount; in verifyTriangleGroupInterpolationWithInterpolator()
822 if (errorCount <= errorFloodThreshold) in verifyTriangleGroupInterpolationWithInterpolator()
845 if (errorCount > errorFloodThreshold) in verifyTriangleGroupInterpolationWithInterpolator()
846 …log << tcu::TestLog::Message << "Omitted " << (errorCount-errorFloodThreshold) << " pixel error de… in verifyTriangleGroupInterpolationWithInterpolator()
1495 int errorCount = 0; in verifyLineGroupPixelIndependentInterpolation() local
1586 if (errorCount < errorFloodThreshold) in verifyLineGroupPixelIndependentInterpolation()
1617 ++errorCount; in verifyLineGroupPixelIndependentInterpolation()
[all …]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
DBreakIteratorTest.java285 int errorCount = 0; in doOtherInvariantTest() local
298 errorCount++; in doOtherInvariantTest()
299 if (errorCount >= 75) in doOtherInvariantTest()
325 errorCount++; in doOtherInvariantTest()
326 if (errorCount >= 75) in doOtherInvariantTest()
/external/jsoncpp/src/lib_json/
Djson_reader.cpp795 int errorCount = int(errors_.size()); in recoverFromError() local
800 errors_.resize( errorCount ); // discard errors caused by recovery in recoverFromError()
804 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/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
DTransliteratorParser.java909 int errorCount = 0; in parseRules() local
1045 if (errorCount == 30) { in parseRules()
1053 ++errorCount; in parseRules()
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationAPITest.java1204 int errorCount = 0;
1215 errorCount++;
1219 if(errorCount>0){
/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);
/external/slf4j/log4j-over-slf4j/compatibility/lib/
Dlogback-core-0.9.8-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF ch/ ch/qos/ ch/ ...
Dlogback-classic-0.9.8-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF ch/ ch/qos/ ch/ ...

12