/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/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/shaders/ |
D | generate_shaders.bat | 11 set errorCount=0 variable 34 if %errorCount% GTR 0 ( 35 echo There were %errorCount% shader compilation errors. 60 set /a errorCount=%errorCount%+1
|
/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/icu/icu4c/source/test/intltest/ |
D | bidiconf.cpp | 35 errorCount(0) {} in BiDiConformanceTest() 60 int32_t errorCount; member in BiDiConformanceTest 320 errorCount=0; in TestBidiTest() 321 while(errorCount<10 && fgets(line, (int)sizeof(line), bidiTestFile.getAlias())!=NULL) { in TestBidiTest() 482 errorCount=0; in TestBidiCharacterTest() 483 while(errorCount<20 && fgets(line, (int)sizeof(line), bidiTestFile.getAlias())!=NULL) { in TestBidiCharacterTest() 508 errorCount++; in TestBidiCharacterTest() 545 errorCount++; in TestBidiCharacterTest() 559 errorCount++; in TestBidiCharacterTest() 712 ++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 | 540 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()
|
D | intltest.h | 335 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 320 errorCount=0; in TestBidiTest() 321 while(errorCount<10 && fgets(line, (int)sizeof(line), bidiTestFile.getAlias())!=NULL) { in TestBidiTest() 482 errorCount=0; in TestBidiCharacterTest() 483 while(errorCount<20 && fgets(line, (int)sizeof(line), bidiTestFile.getAlias())!=NULL) { in TestBidiCharacterTest() 508 errorCount++; in TestBidiCharacterTest() 545 errorCount++; in TestBidiCharacterTest() 559 errorCount++; in TestBidiCharacterTest() 712 ++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 | 540 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()
|
D | intltest.h | 311 int32_t errorCount; variable
|
/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_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/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/shaders/ |
D | generate_shaders.bat | 11 set errorCount=0 variable 90 if %errorCount% GTR 0 ( 91 echo There were %errorCount% shader compilation errors. 116 set /a errorCount=%errorCount%+1
|
/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/chromium_org/third_party/icu/source/tools/ctestfw/ |
D | ctest.c | 1095 int errorCount = 0; in runTestRequest() local 1129 errorCount += ERROR_COUNT; in runTestRequest() 1149 errorCount += ERROR_COUNT; in runTestRequest() 1153 if( ( doList == FALSE ) && ( errorCount > 0 ) ) in runTestRequest() 1154 printf(" Total errors: %d\n", errorCount ); in runTestRequest() 1160 errorCount++; in runTestRequest() 1163 return errorCount; /* total error count */ in runTestRequest()
|
/external/icu/icu4c/source/tools/ctestfw/ |
D | ctest.c | 1096 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/antlr/antlr-3.4/runtime/C/include/ |
D | antlr3recognizersharedstate.h | 106 ANTLR3_UINT32 errorCount; member
|
/external/deqp/modules/glshared/ |
D | glsRasterizationTestUtil.cpp | 620 int errorCount = 0; in verifyTriangleGroupInterpolationWithInterpolator() local 721 ++errorCount; in verifyTriangleGroupInterpolationWithInterpolator() 724 if (errorCount < errorFloodThreshold) in verifyTriangleGroupInterpolationWithInterpolator() 774 ++errorCount; in verifyTriangleGroupInterpolationWithInterpolator() 777 if (errorCount <= errorFloodThreshold) in verifyTriangleGroupInterpolationWithInterpolator() 800 if (errorCount > errorFloodThreshold) in verifyTriangleGroupInterpolationWithInterpolator() 801 …log << tcu::TestLog::Message << "Omitted " << (errorCount-errorFloodThreshold) << " pixel error de… in verifyTriangleGroupInterpolationWithInterpolator() 1374 int errorCount = 0; in verifySinglesampleLineGroupInterpolation() local 1502 if (errorCount < errorFloodThreshold) in verifySinglesampleLineGroupInterpolation() 1533 ++errorCount; in verifySinglesampleLineGroupInterpolation() [all …]
|
/external/jsoncpp/src/lib_json/ |
D | json_reader.cpp | 795 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/chromium_org/third_party/jsoncpp/overrides/src/lib_json/ |
D | json_reader.cpp | 797 int errorCount = int(errors_.size()); in recoverFromError() local 802 errors_.resize( errorCount ); // discard errors caused by recovery in recoverFromError() 806 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()
|
/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);
|