Home
last modified time | relevance | path

Searched defs:errorCount (Results 1 – 25 of 104) sorted by relevance

12345

/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()
82 int dataType, long loadDurationMs, IOException exception, int errorCount); in getBlacklistDurationMsFor()
117 long getRetryDelayMsFor(int dataType, long loadDurationMs, IOException exception, int errorCount); in getRetryDelayMsFor()
DDefaultLoadErrorHandlingPolicy.java69 int dataType, long loadDurationMs, IOException exception, int errorCount) { in getBlacklistDurationMsFor()
88 int dataType, long loadDurationMs, IOException exception, int errorCount) { in getRetryDelayMsFor()
DLoader.java122 T loadable, long elapsedRealtimeMs, long loadDurationMs, IOException error, int errorCount); in onLoadError()
322 private int errorCount; field in Loader.LoadTask
/external/auto/value/src/main/java/com/google/auto/value/processor/
DErrorReporter.java31 private int errorCount; field in ErrorReporter
95 int errorCount() { in errorCount() method in ErrorReporter
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/main/java/com/google/android/exoplayer2/upstream/
DLoadErrorHandlingPolicy.java79 public final int errorCount; field in LoadErrorHandlingPolicy.LoadErrorInfo
86 int errorCount) { in LoadErrorInfo()
DLoader.java131 T loadable, long elapsedRealtimeMs, long loadDurationMs, IOException error, int errorCount); in onLoadError()
329 private int errorCount; field in Loader.LoadTask
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/main/java/com/google/android/exoplayer2/upstream/
DLoadErrorHandlingPolicy.java82 public final int errorCount; field in LoadErrorHandlingPolicy.LoadErrorInfo
89 int errorCount) { in LoadErrorInfo()
DLoader.java133 T loadable, long elapsedRealtimeMs, long loadDurationMs, IOException error, int errorCount); in onLoadError()
332 private int errorCount; field in Loader.LoadTask
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/test/
DTestTransformsSimple.java157 int errorCount = 0; in writeFile() local
227 int errorCount = 0; in checkLatin() local
242 int errorCount = 0; in showMappings() local
255 Transliterator toLatin, int errorCount, String separator) { in checkString()
/external/angle/src/libANGLE/renderer/d3d/d3d9/shaders/
Dgenerate_shaders.bat11 set errorCount=0 variable
/external/angle/src/libANGLE/renderer/d3d/d3d11/shaders/
Dgenerate_shaders.bat11 set errorCount=0 variable
/external/exoplayer/tree/library/core/src/test/java/com/google/android/exoplayer2/upstream/
DDefaultLoadErrorHandlingPolicyTest.java85 private static long getDefaultPolicyRetryDelayOutputFor(IOException exception, int errorCount) { in getDefaultPolicyRetryDelayOutputFor()
/external/skia/include/sksl/
DSkSLErrorReporter.h81 int errorCount() const { in errorCount() function
/external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/
DTestKeyboard.java163 int errorCount = 0; in testVerifyKeyboardLoad() local
/external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
DAPIStatusConsistencyChecker.java54 public int errorCount() { in errorCount() method in APIStatusConsistencyChecker
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/
DGenerateEnglishChanged.java81 int errorCount = 0; in main() local
/external/jackson-core/src/test/java/com/fasterxml/jackson/core/json/async/
DAsyncConcurrencyTest.java112 final AtomicInteger errorCount = new AtomicInteger(0); in _testConcurrentAsyncOnce() local
/external/icu/icu4c/source/test/intltest/
Dintltest.h384 int32_t errorCount; variable
/external/junit/src/main/java/junit/framework/
DTestResult.java89 public synchronized int errorCount() { in errorCount() method in TestResult
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/test/java/com/google/android/exoplayer2/upstream/
DDefaultLoadErrorHandlingPolicyTest.java287 private static long getDefaultPolicyRetryDelayOutputFor(IOException exception, int errorCount) { in getDefaultPolicyRetryDelayOutputFor()
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/test/java/com/google/android/exoplayer2/upstream/
DDefaultLoadErrorHandlingPolicyTest.java287 private static long getDefaultPolicyRetryDelayOutputFor(IOException exception, int errorCount) { in getDefaultPolicyRetryDelayOutputFor()
/external/deqp/framework/common/
DtcuApp.cpp84 int errorCount = 0; in verifyAmberCapabilityCoherency() local
/external/antlr/runtime/C/include/
Dantlr3recognizersharedstate.h106 ANTLR3_UINT32 errorCount; member
/external/objenesis/tck/src/main/java/org/objenesis/tck/
DTextReporter.java68 private int errorCount = 0; field in TextReporter
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
DBreakIteratorTest.java40 int errorCount = 0; in doOtherInvariantTest() local

12345