Searched refs:currentError (Results 1 – 2 of 2) sorted by relevance
321 @Nullable private IOException currentError; field in Loader.LoadTask338 if (currentError != null && errorCount > minRetryCount) { in maybeThrowError()339 throw currentError; in maybeThrowError()355 currentError = null; in cancel()461 currentError = (IOException) msg.obj; in handleMessage()464 callback.onLoadError(loadable, nowMs, durationMs, currentError, errorCount); in handleMessage()466 fatalError = currentError; in handleMessage()484 currentError = null; in execute()
356 GLenum currentError = gl.getError(); in verifyError() local357 if (currentError == expectedError) in verifyError()362 << " was expected but got " << glu::getErrorStr(static_cast<int>(currentError)) << ". " in verifyError()369 GLenum currentError = gl.getError(); in verifyError() local370 if ((currentError == expectedError1) || (currentError == expectedError2)) in verifyError()376 << glu::getErrorStr(static_cast<int>(currentError)) << ". " << missmatchMessage in verifyError()