HomeSort by relevance Sort by last modified time
    Searched full:throw (Results 2051 - 2075 of 5185) sorted by null

<<81828384858687888990>>

  /dalvik/dx/src/com/android/dx/cf/code/
RopperMachine.java 131 throw new NullPointerException("ropper == null");
135 throw new NullPointerException("advice == null");
202 * last instruction in the block is one of the ones that can throw.
247 * call to startBlock() can throw.
469 throw new RuntimeException(
665 throw new RuntimeException("shouldn't happen");
682 throw new RuntimeException("shouldn't happen");
705 throw new NullPointerException("op == null");
709 throw new NullPointerException("pos == null");
717 throw new SimException("return op mismatch: " + op + ", "
    [all...]
  /dalvik/dx/src/com/android/dx/cf/direct/
AttributeFactory.java 72 throw new NullPointerException("cf == null");
76 throw new IllegalArgumentException("bad context");
102 throw ex;
  /dalvik/dx/src/com/android/dx/dex/code/
CatchHandlerList.java 43 * do that, this will throw {@code NullPointerException}.
182 throw new IllegalArgumentException("handler < 0");
186 throw new NullPointerException("exceptionType == null");
  /dalvik/dx/src/com/android/dx/dex/file/
DexFile.java 212 throw new IllegalArgumentException("dumpWidth < 40");
229 throw new RuntimeException("file size not yet known");
437 throw new NullPointerException("cst == null");
444 * {@code null} if it isn't such a constant. This will throw
506 throw new RuntimeException("bogus placement for section " + i);
530 throw ExceptionWithContext.withContext(ex,
550 throw new ExceptionWithContext("excess write of " +
563 throw ec;
568 throw new RuntimeException("foreshortened write");
613 throw new RuntimeException(ex)
    [all...]
  /dalvik/dx/src/com/android/dx/rop/annotation/
Annotations.java 172 throw new NullPointerException("annotation == null");
178 throw new IllegalArgumentException("duplicate type: " +
196 throw new NullPointerException("toAdd == null");
  /dalvik/dx/src/com/android/dx/rop/code/
RopMethod.java 53 throw new NullPointerException("blocks == null");
57 throw new IllegalArgumentException("firstLabel < 0");
101 throw new RuntimeException("no such block: " + Hex.u2(label));
  /dalvik/libcore/concurrent/src/main/java/java/util/concurrent/
Executors.java 250 throw new NullPointerException();
266 throw new NullPointerException();
338 throw new NullPointerException();
351 throw new NullPointerException();
364 throw new NullPointerException();
379 throw new NullPointerException();
391 * not possible, throw an associated {@link
400 throw new NullPointerException();
412 * not possible, throw an associated {@link
424 throw new NullPointerException()
    [all...]
  /dalvik/libcore/crypto/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
KeyAgreementTest.java 482 fail("InvalidKeyException must be throw");
488 fail("InvalidKeyException must be throw");
549 fail("InvalidKeyException must be throw");
554 fail("InvalidKeyException must be throw");
559 fail("InvalidKeyException must be throw");
564 fail("InvalidKeyException must be throw");
569 fail("InvalidKeyException must be throw");
574 fail("InvalidKeyException must be throw");
616 fail("InvalidAlgorithmParameterException or InvalidKeyException must be throw");
622 fail("InvalidAlgorithmParameterException or InvalidKeyException must be throw");
    [all...]
  /dalvik/libcore/dalvik/src/main/java/org/apache/harmony/dalvik/ddmc/
DdmServer.java 54 throw new NullPointerException();
58 throw new RuntimeException("type " + Integer.toHexString(type)
122 throw new UnsupportedOperationException();
  /dalvik/libcore/luni/src/main/java/java/util/
PropertyPermission.java 73 throw new IllegalArgumentException();
77 throw new IllegalArgumentException();
87 * this method may throw a {@code ClassCastException}.
  /dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/util/
InputStreamHelper.java 55 throw new InternalError(nsfe.getLocalizedMessage());
118 throw new InternalError(iae.getLocalizedMessage());
153 throw new UnsupportedOperationException();
  /dalvik/libcore/luni/src/test/java/com/google/coretests/
CoreTestRunnable.java 97 throw new AssertionFailedError(
105 throw e;
168 throw throwable;
  /dalvik/libcore/luni-kernel/src/main/java/java/lang/
System.java 266 throw new NullPointerException();
433 throw new IllegalArgumentException();
459 throw new IllegalArgumentException();
485 throw new NullPointerException();
488 throw new IllegalArgumentException();
697 throw new UnsupportedOperationException("Can't modify environment");
703 throw new NullPointerException();
712 throw new NullPointerException();
725 throw new NullPointerException();
740 throw new UnsupportedOperationException("Can't modify environment")
    [all...]
  /dalvik/libcore/luni-kernel/src/main/java/org/apache/harmony/kernel/vm/
LangAccess.java 39 throw new UnsupportedOperationException("already initialized");
58 throw new SecurityException("LangAccess access denied");
62 throw new UnsupportedOperationException("not yet initialized");
  /dalvik/libcore/nio_char/src/test/java/org/apache/harmony/nio_char/tests/java/nio/charset/
CharsetTest.java 93 fail("Assert 0: Should throw IllegalCharsetNameException");
135 fail("Should throw illegal IllegalArgumentException");//$NON-NLS-1$
145 fail("Should throw IllegalCharsetNameException");//$NON-NLS-1$
  /dalvik/libcore/security/src/main/java/java/security/
Signer.java 109 throw new NullPointerException();
113 throw new InvalidParameterException();
128 throw new KeyException(e.getException());
UnresolvedPermissionCollection.java 67 throw new SecurityException(Messages.getString("security.15")); //$NON-NLS-1$
71 throw new IllegalArgumentException(Messages.getString("security.16", //$NON-NLS-1$
189 throw new InvalidObjectException(
  /dalvik/libcore/security/src/main/java/org/apache/harmony/security/asn1/
ASN1Type.java 71 throw new IllegalArgumentException(Messages.getString("security.102")); //$NON-NLS-1$
77 throw new IllegalArgumentException(Messages.getString("security.103")); //$NON-NLS-1$
85 throw new IllegalArgumentException(
  /dalvik/libcore/security/src/main/java/org/apache/harmony/security/provider/crypto/
DSAPrivateKeyImpl.java 117 throw new InvalidKeySpecException(Messages.getString(
125 throw new InvalidKeySpecException(Messages.getString(
134 throw new InvalidKeySpecException(Messages.getString(
DSAPublicKeyImpl.java 125 throw new InvalidKeySpecException(Messages.getString(
133 throw new InvalidKeySpecException(Messages.getString(
143 throw new InvalidKeySpecException(Messages.getString(
  /dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/
DERBitString.java 117 throw new IllegalArgumentException("illegal object in getInstance: " + obj.getClass().getName());
179 throw new IllegalArgumentException("Error processing object : " + e.toString());
271 throw new RuntimeException("internal error encoding BitString");
  /dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/tsp/
TSTInfo.java 63 throw new IllegalArgumentException(
68 throw new IllegalArgumentException(
114 throw new IllegalArgumentException("Unknown tag value " + tagged.getTagNo());
  /dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/x509/
GeneralName.java 130 throw new IllegalArgumentException("can't process String for tag: " + tag);
156 throw new IllegalArgumentException("unknown tag: " + tag);
170 throw new IllegalArgumentException("unknown object in getInstance");
  /dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/encodings/
ISO9796d1Encoding.java 109 throw new IllegalArgumentException("padBits > 7");
208 throw new InvalidCipherTextException("invalid forcing byte in block");
233 throw new InvalidCipherTextException("invalid tsums in block");
OAEPEncoding.java 223 throw new InvalidCipherTextException("data too short");
254 throw new InvalidCipherTextException("data hash wrong");
273 throw new InvalidCipherTextException("data start wrong " + start);

Completed in 1208 milliseconds

<<81828384858687888990>>