Searched refs:errorCount (Results 1 - 25 of 41) sorted by relevance

12

/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/shaders/
H A Dgenerate_shaders.bat11 set errorCount=0 variable
34 if %errorCount% GTR 0 (
35 echo There were %errorCount% shader compilation errors.
60 set /a errorCount=%errorCount%+1
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/
H A DTestResultsGenerator.java258 int errorCount = countCompileErrors(fileContents);
262 if (errorCount != 0) {
275 formatCompileErrorRow(log, errorCount, warningCount, compilerLog);
280 int errorCount = 0;
337 errorCount++;
341 if (errorCount != 0) {
358 errorCount,
546 int errorCount = countErrors(fullName);
547 if (errorCount != 0) {
562 String tmp=((platformSpecificTemplateList.equals(""))?formatRow(xmlFileNames[i].getPath(), errorCount,tru
829 formatCompileErrorRow( String fileName, int errorCount, int warningCount, StringBuffer buffer) argument
927 formatRow(String fileName, int errorCount, boolean link) argument
990 formatRowReleng(String fileName, int errorCount, boolean link) argument
[all...]
/external/antlr/antlr-3.4/runtime/C/include/
H A Dantlr3recognizersharedstate.h106 ANTLR3_UINT32 errorCount; member in struct:ANTLR3_RECOGNIZER_SHARED_STATE_struct
/external/doclava/res/assets/templates/
H A 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_org/base/third_party/icu/
H A Dicu_utf.cc195 uint8 errorCount=count; local
203 c=utf8_errorValue[errorCount-count];
/external/objenesis/tck/src/org/objenesis/tck/
H A DTextReporter.java73 private int errorCount = 0; field in class:TextReporter
120 errorCount++;
128 errorCount++;
154 errorCount++;
195 if(errorCount != 0) {
207 summary.println("--- FAILED: " + errorCount + " error(s) occured ---");
/external/junit/src/junit/framework/
H A DTestResult.java84 public synchronized int errorCount() { method in class:TestResult
172 return failureCount() == 0 && errorCount() == 0;
/external/junit/src/junit/textui/
H A DResultPrinter.java49 printDefects(result.errors(), result.errorCount(), "error");
93 ", Errors: "+result.errorCount());
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/shaders/
H A Dgenerate_shaders.bat11 set errorCount=0 variable
90 if %errorCount% GTR 0 (
91 echo There were %errorCount% shader compilation errors.
116 set /a errorCount=%errorCount%+1
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dbidiconf.cpp35 errorCount(0) {}
60 int32_t errorCount; member in class:BiDiConformanceTest
320 errorCount=0;
321 while(errorCount<10 && fgets(line, (int)sizeof(line), bidiTestFile.getAlias())!=NULL) {
482 errorCount=0;
483 while(errorCount<20 && fgets(line, (int)sizeof(line), bidiTestFile.getAlias())!=NULL) {
508 errorCount++;
545 errorCount++;
559 errorCount++;
712 ++errorCount;
[all...]
H A Dtransrt.cpp334 int32_t errorCount; member in class:RTTest
412 errorCount = 0;
536 if (errorCount > 0) {
540 parent->errln("FAIL: %s errors: %d %s", str, errorCount, (errorCount > errorLimit ? " (at least!)" : " ")); // + ", see " + logFileName);
892 ++errorCount;
908 ++errorCount;
913 ++errorCount;
929 ++errorCount;
944 ++errorCount;
[all...]
H A Dintltest.cpp540 errorCount = 0;
639 return errorCount;
739 lastErrorCount = errorCount;
765 ctest_xml_testcase(baseName, name, secs, (lastErrorCount!=errorCount)?"err":NULL);
770 if (lastErrorCount == errorCount) {
775 sprintf(msg, " } ERRORS (%li) in %s", (long)(errorCount-lastErrorCount), name);
857 errorCount++;
859 return errorCount;
H A Dintltest.h311 int32_t errorCount; member in class:IntlTest
/external/icu/icu4c/source/test/intltest/
H A Dbidiconf.cpp35 errorCount(0) {}
60 int32_t errorCount; member in class:BiDiConformanceTest
320 errorCount=0;
321 while(errorCount<10 && fgets(line, (int)sizeof(line), bidiTestFile.getAlias())!=NULL) {
482 errorCount=0;
483 while(errorCount<20 && fgets(line, (int)sizeof(line), bidiTestFile.getAlias())!=NULL) {
508 errorCount++;
545 errorCount++;
559 errorCount++;
712 ++errorCount;
[all...]
H A Dtransrt.cpp334 int32_t errorCount; member in class:RTTest
412 errorCount = 0;
536 if (errorCount > 0) {
540 parent->errln("FAIL: %s errors: %d %s", str, errorCount, (errorCount > errorLimit ? " (at least!)" : " ")); // + ", see " + logFileName);
892 ++errorCount;
908 ++errorCount;
913 ++errorCount;
929 ++errorCount;
944 ++errorCount;
[all...]
H A Dintltest.cpp540 errorCount = 0;
639 return errorCount;
739 lastErrorCount = errorCount;
765 ctest_xml_testcase(baseName, name, secs, (lastErrorCount!=errorCount)?"err":NULL);
770 if (lastErrorCount == errorCount) {
775 sprintf(msg, " } ERRORS (%li) in %s", (long)(errorCount-lastErrorCount), name);
857 errorCount++;
859 return errorCount;
H A Dintltest.h335 int32_t errorCount; member in class:IntlTest
/external/chromium_org/ppapi/native_client/tests/ppapi_browser/
H A Dprogress_event_listener.js118 errorCount,
157 assertEqual(eventMachine.stateHistogram['error'], errorCount);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
H A DbuildTools.jarMETA-INF/MANIFEST.MF org/eclipse/releng/Mailer.class Mailer.java package org.eclipse ...
/external/chromium_org/third_party/icu/source/tools/ctestfw/
H A Dctest.c1095 int errorCount = 0; local
1129 errorCount += ERROR_COUNT;
1149 errorCount += ERROR_COUNT;
1153 if( ( doList == FALSE ) && ( errorCount > 0 ) )
1154 printf(" Total errors: %d\n", errorCount );
1160 errorCount++;
1163 return errorCount; /* total error count */
/external/icu/icu4c/source/tools/ctestfw/
H A Dctest.c1096 int errorCount = 0; local
1130 errorCount += ERROR_COUNT;
1150 errorCount += ERROR_COUNT;
1154 if( ( doList == FALSE ) && ( errorCount > 0 ) )
1155 printf(" Total errors: %d\n", errorCount );
1161 errorCount++;
1164 return errorCount; /* total error count */
/external/chromium_org/third_party/jsoncpp/overrides/src/lib_json/
H A Djson_reader.cpp797 int errorCount = int(errors_.size()); local
802 errors_.resize( errorCount ); // discard errors caused by recovery
806 errors_.resize( errorCount );
/external/jsoncpp/src/lib_json/
H A Djson_reader.cpp795 int errorCount = int(errors_.size()); local
800 errors_.resize( errorCount ); // discard errors caused by recovery
804 errors_.resize( errorCount );
/external/deqp/modules/glshared/
H A DglsRasterizationTestUtil.cpp620 int errorCount = 0;
721 ++errorCount;
724 if (errorCount < errorFloodThreshold)
774 ++errorCount;
777 if (errorCount <= errorFloodThreshold)
800 if (errorCount > errorFloodThreshold)
801 log << tcu::TestLog::Message << "Omitted " << (errorCount-errorFloodThreshold) << " pixel error description(s)." << tcu::TestLog::EndMessage;
1374 int errorCount = 0;
1502 if (errorCount < errorFloodThreshold)
1533 ++errorCount;
[all...]
/external/antlr/antlr-3.4/runtime/C/src/
H A Dantlr3baserecognizer.c118 recognizer->state->errorCount = 0;
718 /// If you override, make sure to update errorCount if you care about that.
743 recognizer->state->errorCount++;
1312 return recognizer->state->errorCount;
2132 recognizer->state->errorCount = 0;

Completed in 1095 milliseconds

12