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

1 2

  /external/chromium/base/third_party/icu/
icu_utf.cc 195 uint8 errorCount=count;
203 c=utf8_errorValue[errorCount-count];
  /libcore/dom/src/test/java/org/w3c/domts/
JAXPDOMTestDocumentBuilderFactory.java 88 private int errorCount;
92 errorCount = 0;
97 errorCount++;
  /dalvik/dx/src/junit/framework/
TestResult.java 78 public synchronized int errorCount() {
164 return failureCount() == 0 && errorCount() == 0;
  /dalvik/dx/src/junit/textui/
ResultPrinter.java 47 printDefects(result.errors(), result.errorCount(), "error");
91 ", Errors: "+result.errorCount());
  /external/junit/src/junit/framework/
TestResult.java 78 public synchronized int errorCount() {
164 return failureCount() == 0 && errorCount() == 0;
  /external/junit/src/junit/textui/
ResultPrinter.java 47 printDefects(result.errors(), result.errorCount(), "error");
91 ", Errors: "+result.errorCount());
  /frameworks/base/test-runner/src/junit/textui/
ResultPrinter.java 48 printDefects(result.errors(), result.errorCount(), "error");
92 ", Errors: "+result.errorCount());
  /libcore/junit/src/main/java/junit/framework/
TestResult.java 78 public synchronized int errorCount() {
164 return failureCount() == 0 && errorCount() == 0;
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
checkcharacternormalization02.js 109 var errorCount = 0;
140 errorCount += 1;
153 assertEquals("oneError",1,errorCount);
canonicalform05.js 103 var errorCount = 0;
180 errorCount += 1;
190 assertEquals("oneError",1,errorCount);
documentnormalizedocument05.js 103 var errorCount = 0;
174 errorCount += 1;
184 assertEquals("oneError",1,errorCount);
documentnormalizedocument07.js 115 var errorCount = 0;
183 errorCount += 1;
193 assertEquals("oneError",1,errorCount);
documentnormalizedocument13.js 103 var errorCount = 0;
174 errorCount += 1;
184 assertEquals("oneError",1,errorCount);
  /cts/tools/vm-tests/src/util/build/
DasmBuildStep.java 84 if(dAsm.errorCount() > 0) {
85 System.err.println("Found " + dAsm.errorCount() + " errors " +
  /cts/tools/vm-tests-tf/src/util/build/
DasmBuildStep.java 84 if(dAsm.errorCount() > 0) {
85 System.err.println("Found " + dAsm.errorCount() + " errors " +
  /frameworks/ex/common/java/com/android/common/
OperationScheduler.java 146 int errorCount = mStorage.getInt(PREFIX + "errorCount", 0);
162 if (errorCount > 0) {
164 options.backoffIncrementalMillis * errorCount);
277 .remove(PREFIX + "errorCount")
292 editor.putInt(PREFIX + "errorCount",
293 mStorage.getInt(PREFIX + "errorCount", 0) + 1);
304 SharedPreferencesCompat.apply(mStorage.edit().remove(PREFIX + "errorCount"));
  /libcore/luni/src/test/java/tests/org/w3c/dom/
DOMTestCase.java 196 private int errorCount;
202 errorCount = 0;
207 errorCount++;
  /external/icu4c/test/intltest/
bidiconf.cpp 35 errorCount(0) {}
60 int32_t errorCount;
300 errorCount=0;
301 while(errorCount<10 && fgets(line, (int)sizeof(line), bidiTestFile.getAlias())!=NULL) {
484 ++errorCount;
transrt.cpp 333 int32_t errorCount;
411 errorCount = 0;
535 if (errorCount > 0) {
539 parent->errln("FAIL: %s errors: %d %s", str, errorCount, (errorCount > errorLimit ? " (at least!)" : " ")); // + ", see " + logFileName);
891 ++errorCount;
907 ++errorCount;
912 ++errorCount;
928 ++errorCount;
943 ++errorCount;
    [all...]
  /cts/tools/host/src/com/android/cts/
CtsTestResult.java 157 if ((testResult != null) && (testResult.failureCount() > 0 || testResult.errorCount() > 0)) {
  /cts/tools/dasm/src/dasm/
Main.java 104 if (dAsm.errorCount() > 0) {
105 System.err.println("Found " + dAsm.errorCount() + " errors "
  /external/icu4c/common/
utf_impl.c 166 uint8_t errorCount=count;
174 c=utf8_errorValue[errorCount-count];
  /frameworks/base/tools/preload/
MemoryUsage.java 36 static int errorCount = 0;
252 errorCount += 1;
  /external/icu4c/tools/ctestfw/
ctest.c 1046 int errorCount = 0;
1080 errorCount += ERROR_COUNT;
1100 errorCount += ERROR_COUNT;
1104 if( ( doList == FALSE ) && ( errorCount > 0 ) )
1105 printf(" Total errors: %d\n", errorCount );
1111 errorCount++;
1114 return errorCount; /* total error count */
    [all...]
  /libcore/luni/src/test/java/tests/api/javax/xml/parsers/
DocumentBuilderFactoryTest.java 919 private int errorCount;
925 errorCount = 0;
930 errorCount++;

Completed in 884 milliseconds

1 2