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

  /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 301 Exception lastException = null;
316 lastException = e;
321 if (lastException != null) {
322 e.initCause(lastException);
349 Exception lastException = null;
368 if (lastException == null) {
369 lastException = e;
374 if (lastException instanceof InvalidKeyException) {
375 throw (InvalidKeyException)lastException;
377 if (lastException instanceof InvalidAlgorithmParameterException)
    [all...]
Mac.java 337 Exception lastException = null;
351 lastException = e;
356 if (lastException != null) {
357 e.initCause(lastException);
370 Exception lastException = null;
389 if (lastException == null) {
390 lastException = e;
395 if (lastException instanceof InvalidKeyException) {
396 throw (InvalidKeyException)lastException;
398 if (lastException instanceof InvalidAlgorithmParameterException)
    [all...]
Cipher.java 938 } catch (Exception lastException) {
941 if (lastException != null) {
942 e.initCause(lastException);
957 } catch (Exception lastException) {
959 if (lastException instanceof InvalidKeyException) {
960 throw (InvalidKeyException)lastException;
962 if (lastException instanceof InvalidAlgorithmParameterException) {
963 throw (InvalidAlgorithmParameterException)lastException;
965 if (lastException instanceof RuntimeException) {
966 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...]
  /external/conscrypt/src/platform/java/org/conscrypt/
TrustManagerImpl.java 431 CertificateException lastException = null;
467 lastException = ex;
483 throw lastException;
501 lastException = new CertificateException("Unacceptable certificate: "
511 lastException = ex;
534 lastException = ex;
542 if (lastException != null) {
543 throw lastException;
    [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 448 Exception ex = em.lastException;
623 Exception lastException;
625 lastException = ex;
  /libcore/ojluni/src/main/java/java/util/
Scanner.java 418 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/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 
  /packages/apps/TV/usbtuner/libs/
exoplayer_1.5.6.jar 
  /external/libgdx/backends/gdx-backends-gwt/libs/
gwt-user.jar 
  /prebuilts/sdk/tools/jills/
jill-3.36.CANDIDATE.jar 
jill-4.7.BETA.jar 

Completed in 1403 milliseconds