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

1 2 3 4 5 6 7 891011>>

  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
DateTest.java 142 * an IllegalArgumentException
149 fail("Should throw IllegalArgumentException.");
150 } catch (IllegalArgumentException ie) {
157 * throws an IllegalArgumentException
164 fail("Should throw IllegalArgumentException.");
165 } catch (IllegalArgumentException ie) {
172 * throws an IllegalArgumentException
179 fail("Should throw IllegalArgumentException.");
180 } catch (IllegalArgumentException ie) {
187 * throws an IllegalArgumentException
    [all...]
  /frameworks/base/core/java/android/content/
SyncRequest.java 92 * @throws IllegalArgumentException if this function is called for a request that does not
97 throw new IllegalArgumentException("Cannot getAccount() for a sync that does not"
106 * @throws IllegalArgumentException if this function is called for a request that does not
111 throw new IllegalArgumentException("Cannot getProvider() for a sync that does not"
314 throw new IllegalArgumentException("Sync type has already been defined.");
326 * having specified a periodic sync. If you do, an <code>IllegalArgumentException</code>
349 * set to true. If any are supplied then an <code>IllegalArgumentException</code> will
360 throw new IllegalArgumentException("Sync type has already been defined.");
370 throw new IllegalArgumentException("Specified run time for the sync must be" +
409 throw new IllegalArgumentException("Sync target has already been defined.")
    [all...]
  /frameworks/base/graphics/java/android/renderscript/
Program.java 99 throw new IllegalArgumentException("Slot ID out of range.");
119 throw new IllegalArgumentException("Slot ID out of range.");
132 throw new IllegalArgumentException("Slot ID out of range.");
147 throw new IllegalArgumentException("Slot ID out of range.");
151 throw new IllegalArgumentException("Allocation type does not match slot type.");
165 throws IllegalArgumentException {
168 throw new IllegalArgumentException("Slot ID out of range.");
172 throw new IllegalArgumentException("Cannot bind cubemap to 2d texture slot");
189 throws IllegalArgumentException {
192 throw new IllegalArgumentException("Slot ID out of range.")
    [all...]
  /frameworks/base/media/java/android/media/videoeditor/
AudioTrack.java 86 * @throws IllegalArgumentException if file format is not supported or if
119 * @throws IllegalArgumentException if file format is not supported or if
137 throw new IllegalArgumentException("File size is more than 2GB");
143 throw new IllegalArgumentException("editor is not of type VideoEditorImpl");
148 throw new IllegalArgumentException(e.getMessage() + " : " + filename);
159 throw new IllegalArgumentException("Unsupported input file type: " + fileType);
169 throw new IllegalArgumentException("Unsupported Audio Codec Format in Input File");
274 throw new IllegalArgumentException("Volume set exceeds maximum allowed value");
278 throw new IllegalArgumentException("Invalid Volume ");
363 throw new IllegalArgumentException("Invalid start time")
    [all...]
  /art/test/044-proxy/src/
Clash.java 36 } catch (IllegalArgumentException iae) {
45 } catch (IllegalArgumentException iae) {
  /dalvik/tests/044-proxy/src/
Clash.java 36 } catch (IllegalArgumentException iae) {
45 } catch (IllegalArgumentException iae) {
  /external/apache-harmony/crypto/src/test/api/java.injected/javax/crypto/
KeyGeneratorSpiTest.java 60 fail("IllegalArgumentException must be thrown");
61 } catch (IllegalArgumentException e) {
65 fail("IllegalArgumentException must be thrown");
66 } catch (IllegalArgumentException e) {
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
KeyPairGeneratorSpiTest.java 66 fail("IllegalArgumentException must be thrown for incorrect keysize");
67 } catch (IllegalArgumentException e) {
71 fail("IllegalArgumentException must be thrown");
72 } catch (IllegalArgumentException e) {
  /external/apache-http/src/org/apache/http/entity/
FileEntity.java 56 throw new IllegalArgumentException("File may not be null");
76 throw new IllegalArgumentException("Output stream may not be null");
  /external/apache-http/src/org/apache/http/impl/
DefaultHttpClientConnection.java 59 throw new IllegalArgumentException("Socket may not be null");
62 throw new IllegalArgumentException("HTTP parameters may not be null");
DefaultHttpServerConnection.java 57 throw new IllegalArgumentException("Socket may not be null");
60 throw new IllegalArgumentException("HTTP parameters may not be null");
  /external/apache-http/src/org/apache/http/impl/client/
DefaultProxyAuthenticationHandler.java 56 throw new IllegalArgumentException("HTTP response may not be null");
66 throw new IllegalArgumentException("HTTP response may not be null");
DefaultTargetAuthenticationHandler.java 56 throw new IllegalArgumentException("HTTP response may not be null");
66 throw new IllegalArgumentException("HTTP response may not be null");
  /external/apache-http/src/org/apache/http/impl/cookie/
AbstractCookieSpec.java 68 throw new IllegalArgumentException("Attribute name may not be null");
71 throw new IllegalArgumentException("Attribute handler may not be null");
RFC2109VersionHandler.java 47 throw new IllegalArgumentException("Cookie may not be null");
67 throw new IllegalArgumentException("Cookie may not be null");
  /external/apache-http/src/org/apache/http/message/
BasicStatusLine.java 79 throw new IllegalArgumentException
83 throw new IllegalArgumentException
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x9/
DHPublicKey.java 30 throw new IllegalArgumentException("Invalid DHPublicKey: " + obj.getClass().getName());
37 throw new IllegalArgumentException("'y' cannot be null");
  /external/chromium_org/base/android/java/src/org/chromium/base/
ContextTypes.java 45 * @throws IllegalArgumentException if type is not a valid one.
47 public void put(Context context, int type) throws IllegalArgumentException {
49 throw new IllegalArgumentException("Wrong context type");
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/
HTTPProxyData.java 75 throw new IllegalArgumentException("proxyHost must be non-null");
78 throw new IllegalArgumentException("proxyPort must be non-negative");
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/crypto/cipher/
CTRMode.java 28 public CTRMode(BlockCipher tc, byte[] iv, boolean doEnc) throws IllegalArgumentException
35 throw new IllegalArgumentException("IV must be " + blockSize + " bytes long! (currently " + iv.length + ")");
  /external/nist-sip/java/gov/nist/javax/sip/address/
RFC2396UrlDecoder.java 67 throw new IllegalArgumentException("Illegal hex characters in pattern %" + uri.substring(i + 1, i + 3));
72 throw new IllegalArgumentException("% character should be followed by 2 hexadecimal characters.");
  /external/proguard/src/proguard/classfile/instruction/
Instruction.java 820 default: throw new IllegalArgumentException("Unsupported value size ["+valueSize+"]");
843 default: throw new IllegalArgumentException("Unsupported value size ["+valueSize+"]");
851 throw new IllegalArgumentException("Unsigned byte value larger than 0xff ["+value+"]");
861 throw new IllegalArgumentException("Unsigned short value larger than 0xffff ["+value+"]");
884 default: throw new IllegalArgumentException("Unsupported value size ["+valueSize+"]");
892 throw new IllegalArgumentException("Signed byte value out of range ["+value+"]");
902 throw new IllegalArgumentException("Signed short value out of range ["+value+"]");
917 default: throw new IllegalArgumentException("Unsupported value size ["+valueSize+"]");
  /external/proguard/src/proguard/classfile/util/
ExternalTypeEnumeration.java 68 throw new IllegalArgumentException("Missing opening parenthesis in descriptor ["+descriptor+"]");
94 throw new IllegalArgumentException("Missing closing parenthesis in descriptor ["+descriptor+"]");
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowContentProviderResult.java 15 public void __constructor__(Uri uri) throws SecurityException, NoSuchFieldException, IllegalArgumentException, IllegalAccessException {
21 public void __constructor__(int count) throws SecurityException, NoSuchFieldException, IllegalArgumentException, IllegalAccessException {
  /external/smack/src/org/apache/harmony/javax/security/auth/callback/
NameCallback.java 36 throw new IllegalArgumentException("auth.14"); //$NON-NLS-1$
43 throw new IllegalArgumentException("auth.1E"); //$NON-NLS-1$

Completed in 929 milliseconds

1 2 3 4 5 6 7 891011>>