/external/cldr/tools/java/org/unicode/cldr/test/ |
D | TestTransformsSimple.java | 157 int errorCount = 0; in writeFile() local 166 errorCount = checkString(out, item, nfd, fromLatin, toLatin, errorCount, null); in writeFile() 167 errorCount = checkString(out, item, nfd, fromLatin, toLatin, errorCount, "-"); in writeFile() 169 out.println("</table><p>Special failures:\t" + errorCount + "</p>"); in writeFile() 170 if (errorCount != 0) { in writeFile() 171 errln("Special failures:\t" + errorCount); in writeFile() 172 errorCount = 0; in writeFile() 181 errorCount = checkString(out, item, nfd, toLatin, fromLatin, errorCount, null); in writeFile() 184 out.println("</table><p>Special failures:\t" + errorCount + "</p>"); in writeFile() 185 if (errorCount != 0) { in writeFile() [all …]
|
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/upstream/ |
D | LoadErrorHandlingPolicy.java | 53 public final int errorCount; field in LoadErrorHandlingPolicy.LoadErrorInfo 60 int errorCount) { in LoadErrorInfo() argument 64 this.errorCount = errorCount; in LoadErrorInfo() 82 int dataType, long loadDurationMs, IOException exception, int errorCount); in getBlacklistDurationMsFor() argument 97 loadErrorInfo.errorCount); in getBlacklistDurationMsFor() 117 long getRetryDelayMsFor(int dataType, long loadDurationMs, IOException exception, int errorCount); in getRetryDelayMsFor() argument 136 loadErrorInfo.errorCount); in getRetryDelayMsFor()
|
D | Loader.java | 122 T loadable, long elapsedRealtimeMs, long loadDurationMs, IOException error, int errorCount); in onLoadError() argument 322 private int errorCount; field in Loader.LoadTask 338 if (currentError != null && errorCount > minRetryCount) { in maybeThrowError() 462 errorCount++; in handleMessage() 464 callback.onLoadError(loadable, nowMs, durationMs, currentError, errorCount); in handleMessage() 469 errorCount = 1; in handleMessage() 493 return Math.min((errorCount - 1) * 1000, 5000); in getRetryDelayMillis()
|
D | DefaultLoadErrorHandlingPolicy.java | 69 int dataType, long loadDurationMs, IOException exception, int errorCount) { in getBlacklistDurationMsFor() argument 88 int dataType, long loadDurationMs, IOException exception, int errorCount) { in getRetryDelayMsFor() argument 93 : Math.min((errorCount - 1) * 1000, 5000); in getRetryDelayMsFor()
|
/external/objenesis/tck/src/main/java/org/objenesis/tck/ |
D | TextReporter.java | 68 private int errorCount = 0; field in TextReporter 92 return errorCount; in getErrorCount() 118 errorCount++; in result() 127 errorCount++; in exception() 166 errorCount++; in printResult() 207 if(errorCount != 0) { in printResult() 218 summary.println("--- FAILED: " + errorCount + " error(s) occured ---"); in printResult() 233 return errorCount != 0; in hasErrors()
|
/external/angle/src/libANGLE/renderer/d3d/d3d9/shaders/ |
D | generate_shaders.bat | 11 set errorCount=0 variable 37 if %errorCount% GTR 0 ( 38 echo There were %errorCount% shader compilation errors. 63 set /a errorCount=%errorCount%+1
|
/external/libxkbcommon/xkbcommon/src/xkbcomp/ |
D | keycodes.c | 47 int errorCount; member 257 if (from->errorCount > 0) { in MergeIncludedKeycodes() 258 into->errorCount += from->errorCount; in MergeIncludedKeycodes() 284 into->errorCount++; in MergeIncludedKeycodes() 304 into->errorCount++; in MergeIncludedKeycodes() 324 into->errorCount++; in MergeIncludedKeycodes() 347 info->errorCount += 10; in HandleIncludeKeycodes() 365 return (info->errorCount == 0); in HandleIncludeKeycodes() 461 info->errorCount++; in HandleLedNameDef() 471 info->errorCount++; in HandleLedNameDef() [all …]
|
D | types.c | 53 int errorCount; member 179 if (from->errorCount > 0) { in MergeIncludedKeyTypes() 180 into->errorCount += from->errorCount; in MergeIncludedKeyTypes() 199 into->errorCount++; in MergeIncludedKeyTypes() 222 info->errorCount += 10; in HandleIncludeKeyTypes() 240 return (info->errorCount == 0); in HandleIncludeKeyTypes() 615 info->errorCount++; in HandleKeyTypeDef() 620 info->errorCount++; in HandleKeyTypeDef() 661 info->errorCount++; in HandleKeyTypesFile() 663 if (info->errorCount > 10) { in HandleKeyTypesFile() [all …]
|
D | compat.c | 86 int errorCount; member 382 if (from->errorCount > 0) { in MergeIncludedCompatMaps() 383 into->errorCount += from->errorCount; in MergeIncludedCompatMaps() 402 into->errorCount++; in MergeIncludedCompatMaps() 416 into->errorCount++; in MergeIncludedCompatMaps() 439 info->errorCount += 10; in HandleIncludeCompatMap() 461 return (info->errorCount == 0); in HandleIncludeCompatMap() 697 info->errorCount++; in HandleInterpDef() 702 info->errorCount++; in HandleInterpDef() 791 info->errorCount++; in HandleCompatMapFile() [all …]
|
D | symbols.c | 172 int errorCount; member 507 if (from->errorCount > 0) { in MergeIncludedSymbols() 508 into->errorCount += from->errorCount; in MergeIncludedSymbols() 542 into->errorCount++; in MergeIncludedSymbols() 554 into->errorCount++; in MergeIncludedSymbols() 577 info->errorCount += 10; in HandleIncludeSymbols() 609 return (info->errorCount == 0); in HandleIncludeSymbols() 1139 info->errorCount++; in HandleSymbolsDef() 1144 info->errorCount++; in HandleSymbolsDef() 1149 info->errorCount++; in HandleSymbolsDef() [all …]
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/ |
D | BiDiConformanceTest.java | 42 errorCount = 0; in TestBidiTest() 44 while (errorCount < 10 && (line = bidiTestFile.readLine()) != null) { in TestBidiTest() 177 errorCount = 0; in TestBidiCharacterTest() 179 while (errorCount < 20 && (line = bidiTestFile.readLine()) != null) { in TestBidiCharacterTest() 194 errorCount++; in TestBidiCharacterTest() 207 ++errorCount; in TestBidiCharacterTest() 228 errorCount++; in TestBidiCharacterTest() 234 errorCount++; in TestBidiCharacterTest() 582 ++errorCount; in printErrorLine() 613 private int errorCount; field in BiDiConformanceTest
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/ |
D | BiDiConformanceTest.java | 45 errorCount = 0; in TestBidiTest() 47 while (errorCount < 10 && (line = bidiTestFile.readLine()) != null) { in TestBidiTest() 180 errorCount = 0; in TestBidiCharacterTest() 182 while (errorCount < 20 && (line = bidiTestFile.readLine()) != null) { in TestBidiCharacterTest() 197 errorCount++; in TestBidiCharacterTest() 210 ++errorCount; in TestBidiCharacterTest() 231 errorCount++; in TestBidiCharacterTest() 237 errorCount++; in TestBidiCharacterTest() 585 ++errorCount; in printErrorLine() 616 private int errorCount; field in BiDiConformanceTest
|
/external/icu/icu4c/source/test/intltest/ |
D | bidiconf.cpp | 37 errorCount(0) {} in BiDiConformanceTest() 60 int32_t errorCount; member in BiDiConformanceTest 284 errorCount=0; in TestBidiTest() 287 while(errorCount<10 && fgets(line, (int)sizeof(line), bidiTestFile.getAlias())!=NULL) { in TestBidiTest() 448 errorCount=0; in TestBidiCharacterTest() 449 while(errorCount<20 && fgets(line, (int)sizeof(line), bidiTestFile.getAlias())!=NULL) { in TestBidiCharacterTest() 474 errorCount++; in TestBidiCharacterTest() 511 errorCount++; in TestBidiCharacterTest() 525 errorCount++; in TestBidiCharacterTest() 678 ++errorCount; in printErrorLine()
|
/external/ltp/testcases/kernel/fs/scsi/ltpfs/ |
D | main.c | 43 int cFileCount, dFileCount, errorCount; variable 371 errorCount++; in delete_file() 380 errorCount++; in delete_file() 602 if ((errorCount > dFileCount || errorCount > cFileCount) in create_or_delete() 603 && (errorCount > MAXERROR)) { in create_or_delete() 607 fprintf(stderr, "Total error : %d\n", errorCount); in create_or_delete() 645 fprintf(stderr, "Total error : %d\n", errorCount); in do_random_create_delete()
|
/external/doclava/res/assets/templates/ |
D | todo.cs | 35 <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/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ |
D | CheckTags.java | 53 private int errorCount; field in CheckTags.DocNode 58 this.errorCount = 0; in reset() 65 " errorCount: " + errorCount; in toString() 97 int ec = stack[index].errorCount; // index already decremented in pop() 105 stack[index-1].errorCount += ec; in pop() 120 last.errorCount += 1; in output()
|
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/ |
D | TestKeyboard.java | 168 int errorCount = 0; in testVerifyKeyboardLoad() local 172 errorCount++; in testVerifyKeyboardLoad() 176 errors.size() == 0 ? LOG : errorCount == 0 ? WARN : ERR, in testVerifyKeyboardLoad()
|
/external/skia/tests/ |
D | SkSLInterpreterTest.cpp | 28 REPORTER_ASSERT(r, !compiler.errorCount()); in test() 29 if (compiler.errorCount() > 0) { in test() 60 if (compiler.errorCount() > 0) { in vec_test() 85 SkASSERT(compiler.errorCount() == 0); in vec_test() 131 REPORTER_ASSERT(r, !compiler.errorCount()); in test() 132 if (compiler.errorCount() > 0) { in test() 653 REPORTER_ASSERT(r, !compiler.errorCount()); in DEF_TEST() 745 REPORTER_ASSERT(r, compiler.errorCount() > 0); in expect_failure() 812 REPORTER_ASSERT(r, !compiler.errorCount()); in DEF_TEST() 857 REPORTER_ASSERT(r, !compiler.errorCount()); in DEF_TEST() [all …]
|
/external/skia/bench/ |
D | SkSLInterpreterBench.cpp | 40 SkASSERT(compiler.errorCount() == 0); in onDelayedSetup() 44 SkASSERT(compiler.errorCount() == 0); in onDelayedSetup()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/ |
D | BreakIteratorTest.java | 40 int errorCount = 0; in doOtherInvariantTest() local 53 errorCount++; in doOtherInvariantTest() 54 if (errorCount >= 75) in doOtherInvariantTest() 80 errorCount++; in doOtherInvariantTest() 81 if (errorCount >= 75) in doOtherInvariantTest()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/ |
D | BreakIteratorTest.java | 43 int errorCount = 0; in doOtherInvariantTest() local 56 errorCount++; in doOtherInvariantTest() 57 if (errorCount >= 75) in doOtherInvariantTest() 83 errorCount++; in doOtherInvariantTest() 84 if (errorCount >= 75) in doOtherInvariantTest()
|
/external/cldr/tools/java/org/unicode/cldr/tool/ |
D | GenerateEnglishChanged.java | 81 int errorCount = 0; in main() local 85 errorCount++; in main() 88 System.out.println("Errors: " + errorCount); in main()
|
/external/exoplayer/tree/library/core/src/test/java/com/google/android/exoplayer2/upstream/ |
D | DefaultLoadErrorHandlingPolicyTest.java | 85 private static long getDefaultPolicyRetryDelayOutputFor(IOException exception, int errorCount) { in getDefaultPolicyRetryDelayOutputFor() argument 87 .getRetryDelayMsFor(C.DATA_TYPE_MEDIA, /* loadDurationMs= */ 1000, exception, errorCount); in getDefaultPolicyRetryDelayOutputFor()
|
/external/junit/src/main/java/junit/framework/ |
D | TestResult.java | 89 public synchronized int errorCount() { in errorCount() method in TestResult 183 return failureCount() == 0 && errorCount() == 0; in wasSuccessful()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/ |
D | RoundTripTest.java | 1103 private int errorCount = 0; field in RoundTripTest.TransliterationTest 1263 if (errorCount > 0) { in test() 1276 + errorCount + (errorCount > errorLimit ? " (at least!)" : "") in test() 1281 + errorCount + (errorCount > errorLimit ? " (at least!)" : "") in test() 1654 if (++errorCount > errorLimit) { 1668 if (++errorCount > errorLimit) { in logNotCanonical() 1679 if (++errorCount > errorLimit) { in logFails() 1686 if (++errorCount > errorLimit) { in logToRulesFails() 1697 if (++errorCount > errorLimit) { in logRoundTripFailure()
|