HomeSort by relevance Sort by last modified time
    Searched refs:IllegalArgumentException (Results 126 - 150 of 3537) sorted by null

1 2 3 4 56 7 8 91011>>

  /frameworks/base/media/java/android/media/audiofx/
Equalizer.java 139 * @throws java.lang.IllegalArgumentException
144 throws IllegalStateException, IllegalArgumentException,
179 * @throws IllegalArgumentException
183 throws IllegalStateException, IllegalArgumentException, UnsupportedOperationException {
201 * @throws IllegalArgumentException
205 throws IllegalStateException, IllegalArgumentException, UnsupportedOperationException {
218 * @throws IllegalArgumentException
223 throws IllegalStateException, IllegalArgumentException, UnsupportedOperationException {
239 * @throws IllegalArgumentException
243 throws IllegalStateException, IllegalArgumentException, UnsupportedOperationException
    [all...]
  /frameworks/base/obex/javax/obex/
HeaderSet.java 245 * @throws IllegalArgumentException if the header identifier provided is not
260 throw new IllegalArgumentException("Count must be a Long");
264 throw new IllegalArgumentException("Count must be between 0 and 0xFFFFFFFF");
270 throw new IllegalArgumentException("Name must be a String");
276 throw new IllegalArgumentException("Type must be a String");
286 throw new IllegalArgumentException("Length must be a Long");
290 throw new IllegalArgumentException("Length must be between 0 and 0xFFFFFFFF");
296 throw new IllegalArgumentException("Time ISO 8601 must be a Calendar");
302 throw new IllegalArgumentException("Time 4 Byte must be a Calendar");
308 throw new IllegalArgumentException("Description must be a String")
    [all...]
  /libcore/luni/src/test/java/tests/api/java/util/
SimpleTimeZoneTest.java 70 fail("IllegalArgumentException expected");
71 } catch (IllegalArgumentException e) {
79 fail("IllegalArgumentException expected");
80 } catch (IllegalArgumentException e) {
88 fail("IllegalArgumentException expected");
89 } catch (IllegalArgumentException e) {
97 fail("IllegalArgumentException expected");
98 } catch (IllegalArgumentException e) {
129 fail("IllegalArgumentException expected");
130 } catch (IllegalArgumentException e)
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/rop/
ByteBlock.java 58 throw new IllegalArgumentException("label < 0");
62 throw new IllegalArgumentException("start < 0");
66 throw new IllegalArgumentException("end <= start");
76 throw new IllegalArgumentException("successors[" + i +
  /dalvik/dx/src/com/android/dx/cf/code/
ByteBlock.java 58 throw new IllegalArgumentException("label < 0");
62 throw new IllegalArgumentException("start < 0");
66 throw new IllegalArgumentException("end <= start");
76 throw new IllegalArgumentException("successors[" + i +
  /dalvik/dx/src/com/android/dx/dex/code/
Dop.java 63 throw new IllegalArgumentException("bogus opcode");
67 throw new IllegalArgumentException("bogus family");
71 throw new IllegalArgumentException("bogus nextOpcode");
171 throw new IllegalArgumentException("bogus opcode: " + this);
  /external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/jar/
AttributesNameTest.java 34 fail("Should throw IllegalArgumentException");
35 } catch (IllegalArgumentException e) {
  /external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
IvParameterSpecTest.java 25 import java.lang.IllegalArgumentException;
67 fail("Should raise an IllegalArgumentException "
71 } catch(IllegalArgumentException e) {
78 fail("Should raise an IllegalArgumentException "
82 } catch(IllegalArgumentException e) {
92 } catch(IllegalArgumentException e) {
93 fail("Unexpected IllegalArgumentException was thrown");
104 } catch(IllegalArgumentException e) {
105 fail("Unexpected IllegalArgumentException was thrown");
  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/
RowSetEventTest.java 29 } catch (IllegalArgumentException e) {
  /external/apache-http/src/org/apache/http/auth/
AuthSchemeRegistry.java 79 throw new IllegalArgumentException("Name may not be null");
82 throw new IllegalArgumentException("Authentication scheme factory may not be null");
95 throw new IllegalArgumentException("Name may not be null");
115 throw new IllegalArgumentException("Name may not be null");
  /external/apache-http/src/org/apache/http/conn/params/
ConnPerRouteBean.java 75 throw new IllegalArgumentException
83 throw new IllegalArgumentException
87 throw new IllegalArgumentException
95 throw new IllegalArgumentException
  /external/apache-http/src/org/apache/http/conn/scheme/
SchemeRegistry.java 100 throw new IllegalArgumentException("Host must not be null.");
116 throw new IllegalArgumentException("Name must not be null.");
137 throw new IllegalArgumentException("Scheme must not be null.");
154 throw new IllegalArgumentException("Name must not be null.");
  /external/apache-http/src/org/apache/http/cookie/
CookieOrigin.java 53 throw new IllegalArgumentException(
57 throw new IllegalArgumentException(
61 throw new IllegalArgumentException("Invalid port: " + port);
64 throw new IllegalArgumentException(
CookieSpecRegistry.java 74 throw new IllegalArgumentException("Name may not be null");
77 throw new IllegalArgumentException("Cookie spec factory may not be null");
89 throw new IllegalArgumentException("Id may not be null");
109 throw new IllegalArgumentException("Name may not be null");
  /external/apache-http/src/org/apache/http/impl/cookie/
BasicCommentHandler.java 45 throw new IllegalArgumentException("Cookie may not be null");
  /external/apache-http/src/org/apache/http/impl/entity/
EntitySerializer.java 65 throw new IllegalArgumentException("Content length strategy may not be null");
88 throw new IllegalArgumentException("Session output buffer may not be null");
91 throw new IllegalArgumentException("HTTP message may not be null");
94 throw new IllegalArgumentException("HTTP entity may not be null");
  /external/apache-http/src/org/apache/http/impl/io/
SocketOutputBuffer.java 57 throw new IllegalArgumentException("Socket may not be null");
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x9/
DHValidationParms.java 34 throw new IllegalArgumentException("Invalid DHValidationParms: " + obj.getClass().getName());
41 throw new IllegalArgumentException("'seed' cannot be null");
45 throw new IllegalArgumentException("'pgenCounter' cannot be null");
56 throw new IllegalArgumentException("Bad sequence size: " + seq.size());
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/
Mac.java 13 * @exception IllegalArgumentException if the params argument is
17 throws IllegalArgumentException;
StreamCipher.java 14 * @exception IllegalArgumentException if the params argument is
18 throws IllegalArgumentException;
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/paddings/
BlockCipherPadding.java 18 throws IllegalArgumentException;
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
Dop.java 63 throw new IllegalArgumentException("bogus opcode");
67 throw new IllegalArgumentException("bogus family");
71 throw new IllegalArgumentException("bogus nextOpcode");
171 throw new IllegalArgumentException("bogus opcode: " + this);
  /external/guava/guava/src/com/google/common/net/
HostSpecifier.java 73 * @throws IllegalArgumentException if the specifier is not valid.
89 } catch (IllegalArgumentException e) {
106 throw new IllegalArgumentException(
122 } catch (IllegalArgumentException e) {
143 } catch (IllegalArgumentException e) {
  /external/jmonkeyengine/engine/src/core/com/jme3/input/controls/
MouseButtonTrigger.java 57 throw new IllegalArgumentException("Mouse Button cannot be negative");
  /external/nist-sip/java/javax/sip/
DialogState.java 16 throw new IllegalArgumentException(

Completed in 1955 milliseconds

1 2 3 4 56 7 8 91011>>