HomeSort by relevance Sort by last modified time
    Searched refs:errorCount (Results 1 - 25 of 98) sorted by null

1 2 3 4

  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/shaders/
generate_shaders.bat 11 set errorCount=0
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/
TestResultsGenerator.java 258 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,true):formatRowReleng(xmlFileNames[i].getPath(), errorCount,true))
    [all...]
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3recognizersharedstate.h 106 ANTLR3_UINT32 errorCount;
  /external/chromium_org/base/third_party/icu/
icu_utf.cc 195 uint8 errorCount=count;
203 c=utf8_errorValue[errorCount-count];
  /external/objenesis/tck/src/org/objenesis/tck/
TextReporter.java 73 private int errorCount = 0;
120 errorCount++;
128 errorCount++;
154 errorCount++;
195 if(errorCount != 0) {
207 summary.println("--- FAILED: " + errorCount + " error(s) occured ---");
  /libcore/dom/src/test/java/org/w3c/domts/
JAXPDOMTestDocumentBuilderFactory.java 88 private int errorCount;
92 errorCount = 0;
97 errorCount++;
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/base/
SensorCtsTestResult.java 77 public int errorCount() {
78 return mWrappedTestResult.errorCount();
  /external/junit/src/junit/framework/
TestResult.java 84 public synchronized int errorCount() {
172 return failureCount() == 0 && errorCount() == 0;
  /external/junit/src/junit/textui/
ResultPrinter.java 49 printDefects(result.errors(), result.errorCount(), "error");
93 ", Errors: "+result.errorCount());
  /frameworks/ex/common/java/com/android/common/
OperationScheduler.java 162 int errorCount = mStorage.getInt(PREFIX + "errorCount", 0);
178 if (errorCount > 0) {
179 int shift = errorCount-1;
184 (options.backoffIncrementalMillis * errorCount) +
306 .remove(PREFIX + "errorCount")
321 editor.putInt(PREFIX + "errorCount",
322 mStorage.getInt(PREFIX + "errorCount", 0) + 1);
333 SharedPreferencesCompat.apply(mStorage.edit().remove(PREFIX + "errorCount"));
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/shaders/
generate_shaders.bat 11 set errorCount=0
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/
bidiconf.cpp 35 errorCount(0) {}
60 int32_t errorCount;
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...]
  /external/icu/icu4c/source/test/intltest/
bidiconf.cpp 35 errorCount(0) {}
60 int32_t errorCount;
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...]
  /cts/tools/vm-tests-tf/src/util/build/
DasmBuildStep.java 84 if(dAsm.errorCount() > 0) {
85 System.err.println("Found " + dAsm.errorCount() + " errors " +
  /libcore/luni/src/test/java/tests/org/w3c/dom/
DOMTestCase.java 196 private int errorCount;
202 errorCount = 0;
207 errorCount++;
  /cts/tools/dasm/src/dasm/
Main.java 104 if (dAsm.errorCount() > 0) {
105 System.err.println("Found " + dAsm.errorCount() + " errors "
  /frameworks/base/tools/preload/
MemoryUsage.java 36 static int errorCount = 0;
252 errorCount += 1;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
buildTools.jar 
  /prebuilts/devtools/tools/lib/
lint.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint/22.2.0/
lint-22.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint/22.4.0/
lint-22.4.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint/22.4.2/
lint-22.4.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint/22.5.0/
lint-22.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint/22.5.1/
lint-22.5.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint/22.5.3/
lint-22.5.3.jar 

Completed in 712 milliseconds

1 2 3 4