Home
last modified time | relevance | path

Searched refs:errorCount (Results 1 – 25 of 143) sorted by relevance

123456

/external/cldr/tools/java/org/unicode/cldr/test/
DTestTransformsSimple.java157 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/
DLoadErrorHandlingPolicy.java53 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()
DLoader.java122 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()
DDefaultLoadErrorHandlingPolicy.java69 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/auto/value/src/main/java/com/google/auto/value/processor/
DErrorReporter.java31 private int errorCount; field in ErrorReporter
74 errorCount++; in reportError()
92 int errorCount() { in errorCount() method in ErrorReporter
93 return errorCount; in errorCount()
98 if (errorCount > 0) { in abortIfAnyError()
/external/objenesis/tck/src/main/java/org/objenesis/tck/
DTextReporter.java68 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/libxkbcommon/src/xkbcomp/
Dkeycodes.c49 int errorCount; member
259 if (from->errorCount > 0) { in MergeIncludedKeycodes()
260 into->errorCount += from->errorCount; in MergeIncludedKeycodes()
286 into->errorCount++; in MergeIncludedKeycodes()
306 into->errorCount++; in MergeIncludedKeycodes()
326 into->errorCount++; in MergeIncludedKeycodes()
349 info->errorCount += 10; in HandleIncludeKeycodes()
367 return (info->errorCount == 0); in HandleIncludeKeycodes()
464 info->errorCount++; in HandleLedNameDef()
474 info->errorCount++; in HandleLedNameDef()
[all …]
Dtypes.c55 int errorCount; member
179 if (from->errorCount > 0) { in MergeIncludedKeyTypes()
180 into->errorCount += from->errorCount; in MergeIncludedKeyTypes()
200 into->errorCount++; in MergeIncludedKeyTypes()
223 info->errorCount += 10; in HandleIncludeKeyTypes()
241 return (info->errorCount == 0); in HandleIncludeKeyTypes()
616 info->errorCount++; in HandleKeyTypeDef()
621 info->errorCount++; in HandleKeyTypeDef()
662 info->errorCount++; in HandleKeyTypesFile()
664 if (info->errorCount > 10) { in HandleKeyTypesFile()
[all …]
Dcompat.c88 int errorCount; member
383 if (from->errorCount > 0) { in MergeIncludedCompatMaps()
384 into->errorCount += from->errorCount; in MergeIncludedCompatMaps()
404 into->errorCount++; in MergeIncludedCompatMaps()
418 into->errorCount++; in MergeIncludedCompatMaps()
441 info->errorCount += 10; in HandleIncludeCompatMap()
463 return (info->errorCount == 0); in HandleIncludeCompatMap()
699 info->errorCount++; in HandleInterpDef()
704 info->errorCount++; in HandleInterpDef()
793 info->errorCount++; in HandleCompatMapFile()
[all …]
/external/angle/src/libANGLE/renderer/d3d/d3d9/shaders/
Dgenerate_shaders.bat11 set errorCount=0 variable
37 if %errorCount% GTR 0 (
38 echo There were %errorCount% shader compilation errors.
63 set /a errorCount=%errorCount%+1
/external/llvm-project/lld/ELF/
DScriptLexer.cpp77 if (errorCount()) in setError()
170 bool ScriptLexer::atEOF() { return errorCount() || tokens.size() == pos; } in atEOF()
221 if (!inExpr || errorCount() || atEOF()) in maybeSplitExpr()
234 if (errorCount()) in next()
245 if (errorCount()) in peek()
254 if (errorCount()) in peek2()
283 if (errorCount()) in expect()
DScriptParser.cpp212 while (!atEOF() && !errorCount() && peek() != "}") { in readVersionScriptCommand()
275 if (errorCount()) in readDefsym()
336 while (!errorCount() && !consume(")")) in readAsNeeded()
352 while (!errorCount() && !consume(")")) in readExtern()
383 while (!errorCount() && !consume(")")) { in readInput()
403 while (!errorCount() && !consume(")")) in readOutputArch()
459 while (!errorCount() && !consume("}")) { in readPhdrs()
464 while (!errorCount() && !consume(";")) { in readPhdrs()
519 while (!errorCount() && !consume("}")) { in readOverlay()
549 while (!errorCount() && !consume("}")) { in readSections()
[all …]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
DBiDiConformanceTest.java42 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/
DBiDiConformanceTest.java45 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/
Dbidiconf.cpp37 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/
Dmain.c43 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/
Dtodo.cs35 <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/
DCheckTags.java53 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/skia/src/sksl/
DSkSLErrorReporter.h30 virtual int errorCount() = 0;
45 int errorCount() override { return 0; } in errorCount() function
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestKeyboard.java163 int errorCount = 0; in testVerifyKeyboardLoad() local
167 errorCount++; in testVerifyKeyboardLoad()
171 errors.size() == 0 ? LOG : errorCount == 0 ? WARN : ERR, in testVerifyKeyboardLoad()
/external/llvm-project/polly/lib/External/ppcg/
Docl_utilities.c9 int errorCount; in opencl_error_string() local
69 errorCount = sizeof(errorString) / sizeof(errorString[0]); in opencl_error_string()
72 return (index >= 0 && index < errorCount) ? in opencl_error_string()
/external/llvm-project/lld/Common/
DErrorHandler.cpp219 if (errorLimit == 0 || errorCount < errorLimit) { in error()
222 } else if (errorCount == errorLimit) { in error()
230 ++errorCount; in error()
264 --errorCount; in error()
/external/llvm-project/lld/wasm/
DDriver.cpp106 exitLld(errorCount() ? 1 : 0); in link()
108 return !errorCount(); in link()
316 if (files.empty() && errorCount() == 0) in createFiles()
850 if (errorCount()) in link()
855 if (errorCount()) in link()
868 if (errorCount()) in link()
884 if (errorCount()) in link()
931 if (errorCount()) in link()
949 if (errorCount()) in link()
955 if (errorCount()) in link()
[all …]
/external/jackson-core/src/test/java/com/fasterxml/jackson/core/json/async/
DAsyncConcurrencyTest.java112 final AtomicInteger errorCount = new AtomicInteger(0); in _testConcurrentAsyncOnce() local
136 if (errorCount.getAndIncrement() == 0) { in _testConcurrentAsyncOnce()
150 int count = errorCount.get(); in _testConcurrentAsyncOnce()
/external/llvm-project/lld/include/lld/Common/
DErrorHandler.h96 uint64_t errorCount = 0;
142 inline uint64_t errorCount() { return errorHandler().errorCount; } in errorCount() function

123456