HomeSort by relevance Sort by last modified time
    Searched refs:IllegalArgumentException (Results 101 - 125 of 3562) sorted by null

1 2 3 45 6 7 8 91011>>

  /dalvik/hit/src/com/android/hit/
Types.java 60 throw new IllegalArgumentException("Illegal type signature: " + type);
87 throw new IllegalArgumentException("Illegal type signature: " + type);
  /external/apache-harmony/crypto/src/test/support/common/java/org/apache/harmony/crypto/tests/support/
MyKeyGeneratorSpi.java 55 throw new IllegalArgumentException("Invalid keysize");
61 throw new IllegalArgumentException("Invalid random");
  /external/apache-http/src/org/apache/http/auth/params/
AuthParams.java 68 throw new IllegalArgumentException("HTTP parameters may not be null");
89 throw new IllegalArgumentException("HTTP parameters may not be null");
  /external/apache-http/src/org/apache/http/entity/
ByteArrayEntity.java 55 throw new IllegalArgumentException("Source byte array may not be null");
74 throw new IllegalArgumentException("Output stream may not be null");
EntityTemplate.java 55 throw new IllegalArgumentException("Content producer may not be null");
74 throw new IllegalArgumentException("Output stream may not be null");
  /external/apache-http/src/org/apache/http/impl/conn/
Wire.java 90 throw new IllegalArgumentException("Output may not be null");
98 throw new IllegalArgumentException("Input may not be null");
106 throw new IllegalArgumentException("Output may not be null");
114 throw new IllegalArgumentException("Input may not be null");
122 throw new IllegalArgumentException("Output may not be null");
130 throw new IllegalArgumentException("Input may not be null");
148 throw new IllegalArgumentException("Output may not be null");
156 throw new IllegalArgumentException("Input may not be null");
  /external/apache-http/src/org/apache/http/impl/cookie/
BasicExpiresHandler.java 44 throw new IllegalArgumentException("Array of date patterns may not be null");
52 throw new IllegalArgumentException("Cookie may not be null");
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
ASN1Null.java 35 throw new IllegalArgumentException("failed to construct NULL from byte[]: " + e.getMessage());
39 throw new IllegalArgumentException("unknown object in getInstance(): " + o.getClass().getName());
DERExternalParser.java 31 catch (IllegalArgumentException e)
47 catch (IllegalArgumentException ioe)
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/params/
RSAKeyGenerationParameters.java 24 throw new IllegalArgumentException("key strength too small");
32 throw new IllegalArgumentException("public exponent cannot be even");
  /external/smack/src/org/apache/harmony/javax/security/auth/callback/
TextOutputCallback.java 40 throw new IllegalArgumentException("auth.16"); //$NON-NLS-1$
43 throw new IllegalArgumentException("auth.1F"); //$NON-NLS-1$
  /external/smack/src/org/jivesoftware/smack/util/dns/
SRVRecord.java 36 * @throws IllegalArgumentException fqdn is null or any other field is not in valid range (0-65535).
41 throw new IllegalArgumentException(
46 throw new IllegalArgumentException(
  /frameworks/base/core/java/android/content/res/
ObbScanner.java 35 * @throws IllegalArgumentException if the OBB file couldn't be found
40 throw new IllegalArgumentException("file path cannot be null");
45 throw new IllegalArgumentException("OBB file does not exist: " + filePath);
  /frameworks/base/core/java/android/database/
Observable.java 40 * @throws IllegalArgumentException the observer is null
45 throw new IllegalArgumentException("The observer is null.");
59 * @throws IllegalArgumentException the observer is null
64 throw new IllegalArgumentException("The observer is null.");
  /frameworks/base/core/java/android/net/http/
X509TrustManagerExtensions.java 42 * @throws IllegalArgumentException If tm is an unsupported TrustManager type.
44 public X509TrustManagerExtensions(X509TrustManager tm) throws IllegalArgumentException {
48 throw new IllegalArgumentException("tm is not a supported type of X509TrustManager");
  /frameworks/base/location/java/android/location/
Geocoder.java 116 * @throws IllegalArgumentException if latitude is
118 * @throws IllegalArgumentException if longitude is
126 throw new IllegalArgumentException("latitude == " + latitude);
129 throw new IllegalArgumentException("longitude == " + longitude);
165 * @throws IllegalArgumentException if locationName is null
171 throw new IllegalArgumentException("locationName == null");
215 * @throws IllegalArgumentException if locationName is null
216 * @throws IllegalArgumentException if any latitude is
218 * @throws IllegalArgumentException if any longitude is
227 throw new IllegalArgumentException("locationName == null")
    [all...]
  /frameworks/base/media/java/android/media/audiofx/
AcousticEchoCanceler.java 65 } catch (IllegalArgumentException e) {
80 * <li>IllegalArgumentException is thrown if the device does not implement an AEC</li>
89 * @throws java.lang.IllegalArgumentException
94 throws IllegalArgumentException, UnsupportedOperationException, RuntimeException {
AutomaticGainControl.java 65 } catch (IllegalArgumentException e) {
80 * <li>IllegalArgumentException is thrown if the device does not implement an AGC</li>
89 * @throws java.lang.IllegalArgumentException
94 throws IllegalArgumentException, UnsupportedOperationException, RuntimeException {
NoiseSuppressor.java 67 } catch (IllegalArgumentException e) {
82 * <li>IllegalArgumentException is thrown if the device does not implement an NS</li>
91 * @throws java.lang.IllegalArgumentException
96 throws IllegalArgumentException, UnsupportedOperationException, RuntimeException {
  /libcore/libart/src/main/java/java/lang/reflect/
Field.java 262 * IllegalArgumentException is thrown.
273 * @throws IllegalArgumentException
278 public native Object get(Object object) throws IllegalAccessException, IllegalArgumentException;
287 * method, an IllegalArgumentException is thrown.
298 * @throws IllegalArgumentException
304 IllegalArgumentException;
313 * method, an IllegalArgumentException is thrown.
324 * @throws IllegalArgumentException
330 IllegalArgumentException;
339 * method, an IllegalArgumentException is thrown
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/support/
MyKeyGeneratorSpi.java 56 throw new IllegalArgumentException("Invalid keysize");
62 throw new IllegalArgumentException("Invalid random");
  /libcore/luni/src/test/java/tests/api/javax/net/ssl/
X509TrustManagerTest.java 36 fail("IllegalArgumentException wasn't thrown");
37 } catch (IllegalArgumentException expected) {
43 fail("IllegalArgumentException wasn't thrown");
44 } catch (IllegalArgumentException expected) {
50 fail("IllegalArgumentException wasn't thrown");
51 } catch (IllegalArgumentException expected) {
56 fail("IllegalArgumentException wasn't thrown");
57 } catch (IllegalArgumentException expected) {
93 fail("IllegalArgumentException wasn't thrown");
94 } catch (IllegalArgumentException expected)
    [all...]
  /packages/apps/Email/src/com/beetstra/jutf7/
Base64Util.java 64 * @throws IllegalArgumentException if alphabet is not 64 characters long or
70 throw new IllegalArgumentException("alphabet has incorrect length (should be 64, not "
77 throw new IllegalArgumentException("invalid character in alphabet: " + ch);
  /external/emma/core/java12/com/vladium/util/
WCMatcher.java 23 if (pattern == null) throw new IllegalArgumentException ("null input: pattern");
120 if (s == null) throw new IllegalArgumentException ("null input: s");
127 if (chars == null) throw new IllegalArgumentException ("null input: chars");
139 if (s == null) throw new IllegalArgumentException ("null input: s");
146 if (chars == null) throw new IllegalArgumentException ("null input: chars");
158 if (s == null) throw new IllegalArgumentException ("null input: s");
165 if (chars == null) throw new IllegalArgumentException ("null input: chars");
196 if (s == null) throw new IllegalArgumentException ("null input: s");
203 if (chars == null) throw new IllegalArgumentException ("null input: chars");
235 if (s == null) throw new IllegalArgumentException ("null input: s")
    [all...]
  /frameworks/base/keystore/java/android/security/
KeyPairGeneratorSpec.java 125 * @throws IllegalArgumentException when any argument is {@code null} or
133 throw new IllegalArgumentException("context == null");
135 throw new IllegalArgumentException("keyStoreAlias must not be empty");
137 throw new IllegalArgumentException("subjectDN == null");
139 throw new IllegalArgumentException("serialNumber == null");
141 throw new IllegalArgumentException("startDate == null");
143 throw new IllegalArgumentException("endDate == null");
145 throw new IllegalArgumentException("endDate < startDate");
175 throw new IllegalArgumentException("Invalid key type " + keyType);
181 throw new IllegalArgumentException("DSA keys must be >= " + DSA_MIN_KEY_SIZ
    [all...]

Completed in 1049 milliseconds

1 2 3 45 6 7 8 91011>>