/frameworks/native/opengl/tools/glgen/stubs/gles11/ |
glGetProgramInfoLog.cpp | 12 jniThrowException(_env, "java/lang/IllegalArgumentException", "out of memory");
|
glGetShaderInfoLog.cpp | 12 jniThrowException(_env, "java/lang/IllegalArgumentException", "out of memory");
|
glGetShaderSource.cpp | 17 _exceptionType = "java/lang/IllegalArgumentException"; 23 _exceptionType = "java/lang/IllegalArgumentException"; 34 _exceptionType = "java/lang/IllegalArgumentException"; 40 _exceptionType = "java/lang/IllegalArgumentException"; 104 jniThrowException(_env, "java/lang/IllegalArgumentException", "out of memory");
|
/libcore/luni/src/main/java/java/lang/reflect/ |
Field.java | 252 * IllegalArgumentException is thrown. 263 * @throws IllegalArgumentException 268 public Object get(Object object) throws IllegalAccessException, IllegalArgumentException { 279 * method, an IllegalArgumentException is thrown. 290 * @throws IllegalArgumentException 296 IllegalArgumentException { 307 * method, an IllegalArgumentException is thrown. 318 * @throws IllegalArgumentException 323 public byte getByte(Object object) throws IllegalAccessException, IllegalArgumentException { 334 * method, an IllegalArgumentException is thrown [all...] |
Array.java | 42 private static IllegalArgumentException notAnArray(Object o) { 43 throw new IllegalArgumentException("Not an array: " + o.getClass()); 46 private static IllegalArgumentException incompatibleType(Object o) { 47 throw new IllegalArgumentException("Array has incompatible type: " + o.getClass()); 65 * @throws IllegalArgumentException 70 public static Object get(Object array, int index) throws IllegalArgumentException, ArrayIndexOutOfBoundsException { 108 * @throws IllegalArgumentException 114 public static boolean getBoolean(Object array, int index) throws IllegalArgumentException, ArrayIndexOutOfBoundsException { 125 * @throws IllegalArgumentException 131 public static byte getByte(Object array, int index) throws IllegalArgumentException, ArrayIndexOutOfBoundsException [all...] |
/libcore/luni/src/main/java/java/sql/ |
Date.java | 78 * @throws IllegalArgumentException 84 throw new IllegalArgumentException("unimplemented"); 91 * @throws IllegalArgumentException 97 throw new IllegalArgumentException("unimplemented"); 104 * @throws IllegalArgumentException 110 throw new IllegalArgumentException("unimplemented"); 118 * @throws IllegalArgumentException 124 throw new IllegalArgumentException("unimplemented"); 132 * @throws IllegalArgumentException 138 throw new IllegalArgumentException("unimplemented") [all...] |
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/ |
KeyPairGeneratorSpiTest.java | 62 fail("IllegalArgumentException must be thrown for incorrect keysize"); 63 } catch (IllegalArgumentException e) { 67 fail("IllegalArgumentException must be thrown"); 68 } catch (IllegalArgumentException e) {
|
KeyPairGenerator2Test.java | 152 fail("IllegalArgumentException must be thrown for null random"); 153 } catch (IllegalArgumentException e) { 167 fail("IllegalArgumentException must be thrown for null random"); 168 } catch (IllegalArgumentException e) { 217 * throws IllegalArgumentException when provider is null; 223 NoSuchProviderException, IllegalArgumentException, 244 fail("IllegalArgumentException must be thrown when provider is null (algorithm: " 246 } catch (IllegalArgumentException e) { 279 * throws IllegalArgumentException when provider is null; 283 IllegalArgumentException, InvalidAlgorithmParameterException [all...] |
/libcore/luni/src/test/java/tests/api/java/math/ |
RoundingModeTest.java | 39 fail("IllegalArgumentException expected for RoundingMode(13)"); 40 } catch (IllegalArgumentException e) { 44 fail("IllegalArgumentException expected for RoundingMode(-1)"); 45 } catch (IllegalArgumentException e) {
|
/libcore/luni/src/test/java/tests/api/javax/security/auth/ |
X500PrincipalTest.java | 61 fail("IllegalArgumentException wasn't thrown"); 62 } catch (IllegalArgumentException npe) { 64 fail(e + " was thrown instead of IllegalArgumentException"); 97 fail("IllegalArgumentException wasn't thrown"); 98 } catch (IllegalArgumentException npe) { 100 fail(e + " was thrown instead of IllegalArgumentException"); 123 fail("IllegalArgumentException wasn't thrown"); 124 } catch (IllegalArgumentException npe) { 126 fail(e + " was thrown instead of IllegalArgumentException"); 132 fail("IllegalArgumentException wasn't thrown") [all...] |
/cts/tests/tests/keystore/src/android/keystore/cts/ |
KeyPairGeneratorSpecTest.java | 103 fail("Should throw IllegalArgumentException when alias is missing"); 104 } catch (IllegalArgumentException expected) { 116 fail("Should throw IllegalArgumentException when subject is missing"); 117 } catch (IllegalArgumentException expected) { 129 fail("Should throw IllegalArgumentException when serialNumber is missing"); 130 } catch (IllegalArgumentException expected) { 142 fail("Should throw IllegalArgumentException when startDate is missing"); 143 } catch (IllegalArgumentException expected) { 155 fail("Should throw IllegalArgumentException when endDate is missing"); 156 } catch (IllegalArgumentException expected) [all...] |
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/ |
MessageDigest1Test.java | 64 fail("No expected IllegalArgumentException"); 65 } catch (IllegalArgumentException e) { 70 fail("No expected IllegalArgumentException"); 71 } catch (IllegalArgumentException e) { 76 fail("No expected IllegalArgumentException"); 77 } catch (IllegalArgumentException e) { 154 fail("No expected IllegalArgumentException"); 155 } catch (IllegalArgumentException e) { 160 fail("No expected IllegalArgumentException"); 161 } catch (IllegalArgumentException e) [all...] |
KeyPairGenerator2Test.java | 149 fail("IllegalArgumentException must be thrown for null random"); 150 } catch (IllegalArgumentException e) { 164 fail("IllegalArgumentException must be thrown for null random"); 165 } catch (IllegalArgumentException e) { 214 * throws IllegalArgumentException when provider is null; 220 NoSuchProviderException, IllegalArgumentException, 241 fail("IllegalArgumentException must be thrown when provider is null (algorithm: " 243 } catch (IllegalArgumentException e) { 276 * throws IllegalArgumentException when provider is null; 280 IllegalArgumentException, InvalidAlgorithmParameterException [all...] |
/external/robolectric/src/main/java/com/xtremelabs/robolectric/res/ |
IntegerResourceLoader.java | 17 throw new IllegalArgumentException("No such resource: " + resourceId); 21 throw new IllegalArgumentException("Got resource name " + resourceName + " from id " + resourceIdDebugString 30 throw new IllegalArgumentException("No such resource (" + isSystem + "): " + resourceName);
|
/libcore/luni/src/test/java/libcore/java/nio/channels/ |
SocketChannelTest.java | 32 } catch (IllegalArgumentException expected) { 37 } catch (IllegalArgumentException expected) { 42 } catch (IllegalArgumentException expected) {
|
/frameworks/base/opengl/java/android/opengl/ |
GLUtils.java | 53 throw new IllegalArgumentException("bitmap is recycled"); 57 throw new IllegalArgumentException("Unknown internalformat"); 66 * @throws IllegalArgumentException if the bitmap does not have a type. 75 throw new IllegalArgumentException("bitmap is recycled"); 79 throw new IllegalArgumentException("Unknown type"); 112 throw new IllegalArgumentException("bitmap is recycled"); 115 throw new IllegalArgumentException("invalid Bitmap format"); 138 throw new IllegalArgumentException("bitmap is recycled"); 141 throw new IllegalArgumentException("invalid Bitmap format"); 160 throw new IllegalArgumentException("bitmap is recycled") [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/ |
DEREnumerated.java | 16 * @exception IllegalArgumentException if the object cannot be converted. 39 throw new IllegalArgumentException("encoding error in getInstance: " + e.toString()); 43 throw new IllegalArgumentException("illegal object in getInstance: " + obj.getClass().getName()); 52 * @exception IllegalArgumentException if the tagged object cannot 140 throw new IllegalArgumentException("ENUMERATED has zero length");
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x9/ |
DHDomainParameters.java | 37 throw new IllegalArgumentException("Invalid DHDomainParameters: " 46 throw new IllegalArgumentException("'p' cannot be null"); 50 throw new IllegalArgumentException("'g' cannot be null"); 54 throw new IllegalArgumentException("'q' cannot be null"); 68 throw new IllegalArgumentException("Bad sequence size: " + seq.size());
|
/external/jmonkeyengine/engine/src/core/com/jme3/texture/ |
TextureArray.java | 82 throw new IllegalArgumentException("invalid WrapAxis: " + axis); 89 throw new IllegalArgumentException("mode can not be null."); 91 throw new IllegalArgumentException("axis can not be null."); 101 throw new IllegalArgumentException("Not applicable for 2D textures"); 108 throw new IllegalArgumentException("mode can not be null.");
|
/frameworks/base/core/java/com/android/internal/util/ |
FastXmlSerializer.java | 167 IllegalArgumentException, IllegalStateException { 182 public void cdsect(String text) throws IOException, IllegalArgumentException, 187 public void comment(String text) throws IOException, IllegalArgumentException, 192 public void docdecl(String text) throws IOException, IllegalArgumentException, 197 public void endDocument() throws IOException, IllegalArgumentException, IllegalStateException { 202 IllegalArgumentException, IllegalStateException { 223 public void entityRef(String text) throws IOException, IllegalArgumentException, 280 throws IllegalArgumentException { 288 public void ignorableWhitespace(String text) throws IOException, IllegalArgumentException, 293 public void processingInstruction(String text) throws IOException, IllegalArgumentException, [all...] |
/libcore/luni/src/main/java/java/io/ |
EmulatedFieldsForLoading.java | 60 * @throws IllegalArgumentException 65 IllegalArgumentException { 94 * @throws IllegalArgumentException 99 IllegalArgumentException { 117 * @throws IllegalArgumentException 122 IllegalArgumentException { 140 * @throws IllegalArgumentException 145 IllegalArgumentException { 163 * @throws IllegalArgumentException 168 IllegalArgumentException { [all...] |
/packages/apps/Contacts/src/com/android/contacts/util/ |
ContactLoaderUtils.java | 36 * For legacy contacts, a raw-contact lookup is performed. An {@link IllegalArgumentException} 43 throws IllegalArgumentException { 44 if (uri == null) throw new IllegalArgumentException("uri must not be null"); 64 throw new IllegalArgumentException("uri format is unknown"); 76 throw new IllegalArgumentException("uri authority is unknown");
|
/libcore/luni/src/test/java/tests/api/java/util/ |
TimerTest.java | 354 // Ensure a Timer throws an IllegalArgumentException if delay is 362 } catch (IllegalArgumentException e) { 366 "Scheduling a task with negative date should throw IllegalArgumentException", 405 } catch (IllegalArgumentException e) { 409 "Scheduling a null task with negative date should throw IllegalArgumentException first", 489 // Ensure a Timer throws an IllegalArgumentException if delay is 496 } catch (IllegalArgumentException e) { 500 "Scheduling a task with negative delay should throw IllegalArgumentException", 523 } catch (IllegalArgumentException e) { 527 "Scheduling a null task with negative delays should throw IllegalArgumentException first" [all...] |
/external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/spec/ |
RC2ParameterSpecTest.java | 24 import java.lang.IllegalArgumentException; 40 * Tests that IllegalArgumentException is thrown in the case of 50 fail("An IllegalArgumentException should be thrown " 52 } catch (IllegalArgumentException e) { 57 fail("An IllegalArgumentException should be thrown " 59 } catch (IllegalArgumentException e) { 71 * testing. Tests that IllegalArgumentException is thrown in the case of 82 fail("An IllegalArgumentException should be thrown " 84 } catch (IllegalArgumentException e) { 89 fail("An IllegalArgumentException should be thrown [all...] |
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/spec/ |
RC2ParameterSpecTest.java | 25 import java.lang.IllegalArgumentException; 40 * Tests that IllegalArgumentException is thrown in the case of 50 fail("An IllegalArgumentException should be thrown " 52 } catch (IllegalArgumentException e) { 57 fail("An IllegalArgumentException should be thrown " 59 } catch (IllegalArgumentException e) { 71 * testing. Tests that IllegalArgumentException is thrown in the case of 82 fail("An IllegalArgumentException should be thrown " 84 } catch (IllegalArgumentException e) { 89 fail("An IllegalArgumentException should be thrown [all...] |