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

1 2

  /external/chromium/base/third_party/icu/
icu_utf.cc 195 uint8 errorCount=count;
203 c=utf8_errorValue[errorCount-count];
  /external/icu4c/common/
utf_impl.c 166 uint8_t errorCount=count;
174 c=utf8_errorValue[errorCount-count];
  /external/icu4c/test/intltest/
intltest.h 233 int32_t errorCount;
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...]
  /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/dom/src/test/java/org/w3c/domts/
JAXPDOMTestDocumentBuilderFactory.java 88 private int errorCount;
92 errorCount = 0;
97 errorCount++;
  /libcore/junit/src/main/java/junit/framework/
TestResult.java 78 public synchronized int errorCount() {
164 return failureCount() == 0 && errorCount() == 0;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
RunLintAction.java 116 int errorCount = 0;
120 errorCount++;
126 if (errorCount == 0 && warningCount == 0) {
133 errorCount, warningCount);
  /frameworks/base/tools/preload/
MemoryUsage.java 36 static int errorCount = 0;
252 errorCount += 1;
  /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++;
  /libcore/luni/src/test/java/tests/api/javax/xml/parsers/
DocumentBuilderFactoryTest.java 919 private int errorCount;
925 errorCount = 0;
930 errorCount++;
  /packages/inputmethods/LatinIME/native/src/
correction.cpp 781 const int errorCount = adjustedProximityMatchedCount > 0
785 100 - CORRECTION_COUNT_RATE_DEMOTION_RATE_BASE * errorCount / inputLength, &finalFreq);
    [all...]
  /cts/tools/dasm/src/dasm/
DAsm.java 174 public int errorCount() {
    [all...]
  /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...]
  /cts/tools/dx-tests/lib/
junit.jar 
  /cts/tools/utils/lib/
junit.jar 
  /cts/tools/vm-tests/lib/
junit.jar 
  /cts/tools/vm-tests-tf/lib/
junit.jar 
  /libcore/support/src/test/java/tests/resources/
junit4-4.3.1.jar 

Completed in 3015 milliseconds

1 2