Home
last modified time | relevance | path

Searched refs:bestError (Results 1 – 3 of 3) sorted by relevance

/external/conscrypt/repackaged/openjdk/src/main/java/com/android/org/conscrypt/
DNativeCryptoJni.java69 Throwable bestError = results.get(0).error; in throwBestError() local
73 bestError.addSuppressed(result.error); in throwBestError()
76 if (bestError instanceof Error) { in throwBestError()
77 throw (Error) bestError; in throwBestError()
80 throw (Error) new UnsatisfiedLinkError(bestError.getMessage()).initCause(bestError); in throwBestError()
/external/conscrypt/openjdk/src/main/java/org/conscrypt/
DNativeCryptoJni.java68 Throwable bestError = results.get(0).error; in throwBestError() local
72 bestError.addSuppressed(result.error); in throwBestError()
75 if (bestError instanceof Error) { in throwBestError()
76 throw (Error) bestError; in throwBestError()
79 throw (Error) new UnsatisfiedLinkError(bestError.getMessage()).initCause(bestError); in throwBestError()
/external/ImageMagick/coders/
Ddds.c2443 bestError = 1e+37f; in CompressClusterFit() local
2594 if (error < bestError) in CompressClusterFit()
2600 if (error < bestError) in CompressClusterFit()
2604 bestError = error; in CompressClusterFit()