Home
last modified time | relevance | path

Searched defs:resetErrorCount (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/compiler/translator/
DDiagnostics.cpp89 void TDiagnostics::resetErrorCount() in resetErrorCount() function in sh::TDiagnostics
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/upstream/
DLoader.java208 public static LoadErrorAction createRetryAction(boolean resetErrorCount, long retryDelayMillis) { in createRetryAction()