Searched defs:errorCount (Results 1 - 25 of 33) sorted by relevance

12

/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/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/chromium_org/base/third_party/icu/
H A Dicu_utf.cc195 uint8 errorCount=count; local
203 c=utf8_errorValue[errorCount-count];
/external/antlr/antlr-3.4/runtime/C/include/
H A Dantlr3recognizersharedstate.h106 ANTLR3_UINT32 errorCount; member in struct:ANTLR3_RECOGNIZER_SHARED_STATE_struct
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dintltest.h311 int32_t errorCount; member in class: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...]
/external/icu/icu4c/source/test/intltest/
H A Dintltest.h335 int32_t errorCount; member in class: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...]
/external/junit/src/junit/framework/
H A DTestResult.java84 public synchronized int errorCount() { method in class:TestResult
172 return failureCount() == 0 && errorCount() == 0;
/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/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/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/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/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/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/dexmaker/lib/
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/extensions/ junit/framework/ junit/runner/ junit/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-junit.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.junit_3.8.2.v3_8_2_v20100427-1100/
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit3.8.2/ junit/awtui/ junit/extensions/ junit/framework/ ...
/external/owasp/sanitizer/lib/junit/
H A Djunit-dep.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 2761 milliseconds

12