HomeSort by relevance Sort by last modified time
    Searched refs:lastException (Results 1 - 25 of 32) sorted by null

1 2

  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
RouteException.java 37 private IOException lastException;
41 lastException = cause;
45 return lastException;
49 addSuppressedIfPossible(e, lastException);
50 lastException = e;
  /libcore/ojluni/src/main/java/javax/crypto/
KeyAgreement.java 310 Exception lastException = null;
325 lastException = e;
330 if (lastException != null) {
331 e.initCause(lastException);
358 Exception lastException = null;
377 if (lastException == null) {
378 lastException = e;
383 if (lastException instanceof InvalidKeyException) {
384 throw (InvalidKeyException)lastException;
386 if (lastException instanceof InvalidAlgorithmParameterException)
    [all...]
Mac.java 361 Exception lastException = null;
375 lastException = e;
380 if (lastException != null) {
381 e.initCause(lastException);
394 Exception lastException = null;
413 if (lastException == null) {
414 lastException = e;
419 if (lastException instanceof InvalidKeyException) {
420 throw (InvalidKeyException)lastException;
422 if (lastException instanceof InvalidAlgorithmParameterException)
    [all...]
Cipher.java 548 } catch (Exception lastException) {
551 if (lastException != null) {
552 e.initCause(lastException);
567 } catch (Exception lastException) {
569 if (lastException instanceof InvalidKeyException) {
570 throw (InvalidKeyException)lastException;
572 if (lastException instanceof InvalidAlgorithmParameterException) {
573 throw (InvalidAlgorithmParameterException)lastException;
575 if (lastException instanceof RuntimeException) {
576 throw (RuntimeException)lastException;
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
PKIXCRLUtil.java 84 AnnotatedException lastException = null;
103 // lastException = new AnnotatedException(
119 lastException = new AnnotatedException(
124 if (!foundValidStore && lastException != null)
126 throw lastException;
RFC3280CertPathUtilities.java 555 AnnotatedException lastException = null;
563 lastException = new AnnotatedException(
572 if (checkKeys.isEmpty() && lastException == null)
576 if (checkKeys.isEmpty() && lastException != null)
578 throw lastException;
589 Exception lastException = null;
600 lastException = e;
603 throw new AnnotatedException("Cannot verify CRL.", lastException);
611 Exception lastException = null;
623 lastException = e
    [all...]
  /libcore/ojluni/src/main/java/sun/security/provider/certpath/
PKIXCertPathValidator.java 113 CertPathValidatorException lastException = null;
146 lastException = cpe;
152 if (lastException != null) {
153 throw lastException;
  /libcore/ojluni/src/main/java/java/security/
Signature.java     [all...]
  /packages/apps/Messaging/src/android/support/v7/mms/
MmsRequest.java 161 MmsHttpException lastException = null;
184 lastException = e;
187 if (lastException != null) {
188 throw lastException;
  /libcore/ojluni/src/main/java/java/util/logging/
FileHandler.java 543 Exception ex = em.lastException;
731 Exception lastException;
734 lastException = ex;
  /external/conscrypt/platform/src/main/java/org/conscrypt/
TrustManagerImpl.java 524 CertificateException lastException = null;
561 lastException = ex;
578 throw lastException;
596 lastException = new CertificateException("Unacceptable certificate: "
606 lastException = ex;
629 lastException = ex;
637 if (lastException != null) {
638 throw lastException;
    [all...]
  /libcore/luni/src/test/java/libcore/java/net/
FtpURLConnectionTest.java 320 private IOException lastException = null;
334 lastException = ioe;
338 return lastException;
  /libcore/ojluni/src/main/java/java/util/
Scanner.java 376 private IOException lastException;
815 lastException = ioe;
    [all...]
Formatter.java     [all...]
  /prebuilts/tools/common/m2/repository/org/seleniumhq/selenium/selenium-htmlunit-driver/2.42.2/
selenium-htmlunit-driver-2.42.2.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp/2.5.0/
okhttp-2.5.0.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp/2.7.2/
okhttp-2.7.2.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp/2.7.4/
okhttp-2.7.4.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp3/okhttp/3.3.0/
okhttp-3.3.0.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp3/okhttp/3.4.1/
okhttp-3.4.1.jar 
  /prebuilts/sdk/tools/lib/
signapk.jar 
  /developers/build/prebuilts/androidtv/sample-inputs/app/libs/
exoplayer_dev-hls_20150123.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-transport/4.1.0.CR3/
netty-transport-4.1.0.CR3.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-transport/4.1.3.Final/
netty-transport-4.1.3.Final.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-transport/4.1.6.Final/
netty-transport-4.1.6.Final.jar 

Completed in 4709 milliseconds

1 2