HomeSort by relevance Sort by last modified time
    Searched refs:IllegalArgumentException (Results 151 - 175 of 2875) sorted by null

1 2 3 4 5 67 8 91011>>

  /libcore/luni/src/main/java/javax/crypto/spec/
PBEKeySpec.java 69 * @throws IllegalArgumentException
79 throw new IllegalArgumentException("salt.length == 0");
82 throw new IllegalArgumentException("iterationCount <= 0");
85 throw new IllegalArgumentException("keyLength <= 0");
112 * @throws IllegalArgumentException
120 throw new IllegalArgumentException("salt.length == 0");
123 throw new IllegalArgumentException("iterationCount <= 0");
  /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...]
  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/sasl/
RealmChoiceCallbackTest.java 53 * Assertion: throws IllegalArgumentException when
60 fail("IllegalArgumentException should be thrown for null prompt");
61 } catch (IllegalArgumentException e) {
65 fail("IllegalArgumentException should be thrown for empty prompt");
66 } catch (IllegalArgumentException e) {
70 fail("IllegalArgumentException should be thrown for null choices");
71 } catch (IllegalArgumentException e) {
75 fail("IllegalArgumentException should be thrown for empty choices");
76 } catch (IllegalArgumentException e) {
80 fail("IllegalArgumentException should be thrown for incorrect choices")
    [all...]
  /frameworks/base/media/java/android/media/audiofx/
BassBoost.java 94 * @throws java.lang.IllegalArgumentException
99 throws IllegalStateException, IllegalArgumentException,
129 * @throws IllegalArgumentException
133 throws IllegalStateException, IllegalArgumentException, UnsupportedOperationException {
142 * @throws IllegalArgumentException
146 throws IllegalStateException, IllegalArgumentException, UnsupportedOperationException {
230 * @throws IllegalArgumentException if the string is not correctly formatted.
236 throw new IllegalArgumentException("settings: " + settings);
240 throw new IllegalArgumentException(
246 throw new IllegalArgumentException("invalid key name: " + key)
    [all...]
Virtualizer.java 96 * @throws java.lang.IllegalArgumentException
101 throws IllegalStateException, IllegalArgumentException,
131 * @throws IllegalArgumentException
135 throws IllegalStateException, IllegalArgumentException, UnsupportedOperationException {
144 * @throws IllegalArgumentException
148 throws IllegalStateException, IllegalArgumentException, UnsupportedOperationException {
232 * @throws IllegalArgumentException if the string is not correctly formatted.
238 throw new IllegalArgumentException("settings: " + settings);
242 throw new IllegalArgumentException(
248 throw new IllegalArgumentException("invalid key name: " + key)
    [all...]
  /libcore/luni/src/main/java/java/lang/reflect/
Proxy.java 82 * @throws IllegalArgumentException
89 Class<?>... interfaces) throws IllegalArgumentException {
102 throw new IllegalArgumentException(name + " is not an interface");
107 throw new IllegalArgumentException(name +
111 throw new IllegalArgumentException(name + " is not visible from class loader");
116 throw new IllegalArgumentException(name + " appears more than once");
125 throw new IllegalArgumentException("non-public interfaces must be " +
200 * @throws IllegalArgumentException
207 throws IllegalArgumentException {
257 * @throws IllegalArgumentException
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
SecretKeySpecTest.java 39 * IllegalArgumentException is thrown in the case of inappropriate
49 fail("An IllegalArgumentException should be thrown "
51 } catch (IllegalArgumentException e) {
56 fail("An IllegalArgumentException should be thrown "
58 } catch (IllegalArgumentException e) {
63 fail("An IllegalArgumentException should be thrown "
65 } catch (IllegalArgumentException e) {
77 * testing. Tests that IllegalArgumentException is thrown in
89 fail("An IllegalArgumentException should be thrown "
91 } catch (IllegalArgumentException e)
    [all...]
  /external/emma/core/java12/com/vladium/util/
Files.java 39 if (atfile == null) throw new IllegalArgumentException ("null input: atfile");
90 if (path == null) throw new IllegalArgumentException ("null input: path");
101 if (segment == null) throw new IllegalArgumentException ("null input: path[" + i + "]");
129 if (pathname == null) throw new IllegalArgumentException ("null input: pathname");
143 if (file == null) throw new IllegalArgumentException ("null input: file");
163 * @throws IllegalArgumentException if 'file' is null
167 if (file == null) throw new IllegalArgumentException ("null input: file");
184 * @throws IllegalArgumentException if 'file' is null
188 if (file == null) throw new IllegalArgumentException ("null input: file");
205 if (file == null) throw new IllegalArgumentException ("null input: file")
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/rop/code/
BasicBlock.java 62 throw new IllegalArgumentException("label < 0");
75 throw new IllegalArgumentException("insns.size() == 0");
81 throw new IllegalArgumentException("insns[" + i + "] is a " +
88 throw new IllegalArgumentException("insns does not end with " +
101 throw new IllegalArgumentException("primarySuccessor < -1");
105 throw new IllegalArgumentException(
  /dalvik/dx/src/com/android/dx/rop/code/
BasicBlock.java 62 throw new IllegalArgumentException("label < 0");
75 throw new IllegalArgumentException("insns.size() == 0");
81 throw new IllegalArgumentException("insns[" + i + "] is a " +
88 throw new IllegalArgumentException("insns does not end with " +
101 throw new IllegalArgumentException("primarySuccessor < -1");
105 throw new IllegalArgumentException(
  /external/apache-http/src/org/apache/http/conn/
MultihomePlainSocketFactory.java 106 throw new IllegalArgumentException("Target host may not be null.");
109 throw new IllegalArgumentException("Parameters may not be null.");
163 * @throws IllegalArgumentException if the argument is invalid
166 throws IllegalArgumentException {
169 throw new IllegalArgumentException("Socket may not be null.");
175 throw new IllegalArgumentException
181 throw new IllegalArgumentException("Socket is closed.");
  /external/dexmaker/src/dx/java/com/android/dx/rop/code/
BasicBlock.java 62 throw new IllegalArgumentException("label < 0");
75 throw new IllegalArgumentException("insns.size() == 0");
81 throw new IllegalArgumentException("insns[" + i + "] is a " +
88 throw new IllegalArgumentException("insns does not end with " +
101 throw new IllegalArgumentException("primarySuccessor < -1");
105 throw new IllegalArgumentException(
  /frameworks/base/graphics/java/android/graphics/
YuvImage.java 76 * @throws IllegalArgumentException if format is not support; width or height <= 0; or yuv is
82 throw new IllegalArgumentException(
88 throw new IllegalArgumentException(
93 throw new IllegalArgumentException("yuv cannot be null");
120 * @throws IllegalArgumentException if rectangle is invalid; quality is not within [0,
126 throw new IllegalArgumentException(
131 throw new IllegalArgumentException("quality must be 0..100");
135 throw new IllegalArgumentException("stream cannot be null");
  /libcore/luni/src/main/java/java/security/spec/
ECFieldF2m.java 49 * @throws IllegalArgumentException
55 throw new IllegalArgumentException("m <= 0");
74 * @throws IllegalArgumentException
80 throw new IllegalArgumentException("m <= 0");
93 throw new IllegalArgumentException("rp is invalid");
119 * @throws IllegalArgumentException
126 throw new IllegalArgumentException("m <= 0");
137 throw new IllegalArgumentException("the length of ks is invalid");
156 throw new IllegalArgumentException("ks is invalid");
  /libcore/luni/src/main/java/java/util/concurrent/
Semaphore.java 439 * @throws IllegalArgumentException if {@code permits} is negative
442 if (permits < 0) throw new IllegalArgumentException();
466 * @throws IllegalArgumentException if {@code permits} is negative
470 if (permits < 0) throw new IllegalArgumentException();
499 * @throws IllegalArgumentException if {@code permits} is negative
502 if (permits < 0) throw new IllegalArgumentException();
554 * @throws IllegalArgumentException if {@code permits} is negative
558 if (permits < 0) throw new IllegalArgumentException();
582 * @throws IllegalArgumentException if {@code permits} is negative
585 if (permits < 0) throw new IllegalArgumentException();
    [all...]
  /libcore/luni/src/test/java/libcore/java/net/
InetSocketAddressTest.java 28 } catch (IllegalArgumentException expected) {
33 } catch (IllegalArgumentException expected) {
71 } catch(IllegalArgumentException expected) {
77 } catch (IllegalArgumentException expected) {
89 } catch (IllegalArgumentException expected) {
95 } catch (IllegalArgumentException expected) {
  /packages/apps/Mms/src/com/android/mms/dom/smil/
TimeImpl.java 65 * @exception java.lang.IllegalArgumentException if the timeValue input
96 throw new IllegalArgumentException("Unsupported time value");
125 * @exception java.lang.IllegalArgumentException if the clockValue input
165 throw new IllegalArgumentException();
173 throw new IllegalArgumentException();
181 throw new IllegalArgumentException();
187 throw new IllegalArgumentException();
205 * @throws IllegalArgumentException if Decimal was not expected but encountered
215 throw new IllegalArgumentException("int value contains decimal");
  /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/graphics/java/android/renderscript/
Program.java 98 throw new IllegalArgumentException("Slot ID out of range.");
118 throw new IllegalArgumentException("Slot ID out of range.");
131 throw new IllegalArgumentException("Slot ID out of range.");
146 throw new IllegalArgumentException("Slot ID out of range.");
150 throw new IllegalArgumentException("Allocation type does not match slot type.");
164 throws IllegalArgumentException {
167 throw new IllegalArgumentException("Slot ID out of range.");
171 throw new IllegalArgumentException("Cannot bind cubemap to 2d texture slot");
188 throws IllegalArgumentException {
191 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...]
  /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");

Completed in 732 milliseconds

1 2 3 4 5 67 8 91011>>