Home
last modified time | relevance | path

Searched refs:lastException (Results 1 – 11 of 11) sorted by relevance

/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
DRouteException.java37 private IOException lastException; field in RouteException
41 lastException = cause; in RouteException()
45 return lastException; in getLastConnectException()
49 addSuppressedIfPossible(e, lastException); in addConnectException()
50 lastException = e; in addConnectException()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
DPKIXCRLUtil.java84 AnnotatedException lastException = null; in findCRLs() local
119 lastException = new AnnotatedException( in findCRLs()
124 if (!foundValidStore && lastException != null) in findCRLs()
126 throw lastException; in findCRLs()
DRFC3280CertPathUtilities.java555 AnnotatedException lastException = null; in processCRLF() local
563 lastException = new AnnotatedException( in processCRLF()
572 if (checkKeys.isEmpty() && lastException == null) in processCRLF()
576 if (checkKeys.isEmpty() && lastException != null) in processCRLF()
578 throw lastException; in processCRLF()
589 Exception lastException = null; in processCRLG() local
600 lastException = e; in processCRLG()
603 throw new AnnotatedException("Cannot verify CRL.", lastException); in processCRLG()
611 Exception lastException = null; in processCRLH() local
623 lastException = e; in processCRLH()
[all …]
/external/conscrypt/src/platform/java/org/conscrypt/
DTrustManagerImpl.java431 CertificateException lastException = null; in checkTrustedRecursive() local
467 lastException = ex; in checkTrustedRecursive()
483 throw lastException; in checkTrustedRecursive()
501 lastException = new CertificateException("Unacceptable certificate: " in checkTrustedRecursive()
511 lastException = ex; in checkTrustedRecursive()
534 lastException = ex; in checkTrustedRecursive()
542 if (lastException != null) { in checkTrustedRecursive()
543 throw lastException; in checkTrustedRecursive()
/external/bouncycastle/patches/
Dbcprov.patch8727 - lastException = new AnnotatedException(
8739 + // lastException = new AnnotatedException(
/external/robolectric/v3/runtime/
Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...