/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/generators/ |
PKCS5S1ParametersGenerator.java | 60 * @exception IllegalArgumentException if the key length larger than the base hash size. 69 throw new IllegalArgumentException( 86 * @exception IllegalArgumentException if keySize + ivSize is larger than the base hash size. 97 throw new IllegalArgumentException( 112 * @exception IllegalArgumentException if the key length larger than the base hash size.
|
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/crypto/cipher/ |
BlockCipherFactory.java | 91 throw new IllegalArgumentException("Cannot instantiate " + type); 95 throw new IllegalArgumentException("Cannot instantiate " + type, e); 99 throw new IllegalArgumentException("Cannot instantiate " + type, e); 103 throw new IllegalArgumentException("Cannot instantiate " + type, e); 116 throw new IllegalArgumentException("Unkown algorithm " + type);
|
/external/nist-sip/java/gov/nist/javax/sip/stack/ |
MessageLog.java | 93 throw new IllegalArgumentException("null msg"); 100 throw new IllegalArgumentException("Bad time stamp "); 103 throw new IllegalArgumentException( 126 throw new IllegalArgumentException("null msg"); 131 throw new IllegalArgumentException("negative ts");
|
/frameworks/base/core/tests/coretests/src/android/database/ |
MatrixCursorTest.java | 88 } catch (IllegalArgumentException e) { /* expected */ } 101 } catch (IllegalArgumentException e) { /* expected */ } 107 } catch (IllegalArgumentException e) { /* expected */ } 121 } catch (IllegalArgumentException e) { /* expected */ } 128 } catch (IllegalArgumentException e) { /* expected */ }
|
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/ |
FilterFactory.java | 82 throw new IllegalArgumentException("Unknown filter package '" + packageName + "'!"); 108 throw new IllegalArgumentException("Unknown filter class '" + className + "'!"); 118 throw new IllegalArgumentException("Attempting to allocate class '" + filterClass 127 throw new IllegalArgumentException("The filter class '" + filterClass 140 throw new IllegalArgumentException("Could not construct the filter '"
|
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
SamplerThunker.java | 94 throw new IllegalArgumentException("Invalid value"); 102 throw new IllegalArgumentException("Invalid value"); 110 throw new IllegalArgumentException("Invalid value"); 118 throw new IllegalArgumentException("Invalid value"); 126 throw new IllegalArgumentException("Invalid value");
|
/libcore/luni/src/main/java/javax/net/ssl/ |
SSLEngineResult.java | 105 * @throws IllegalArgumentException 113 throw new IllegalArgumentException("status is null"); 116 throw new IllegalArgumentException("handshakeStatus is null"); 119 throw new IllegalArgumentException("bytesConsumed is negative"); 122 throw new IllegalArgumentException("bytesProduced is negative");
|
/libcore/luni/src/test/java/libcore/java/net/ |
OldDatagramSocketImplFactoryTest.java | 41 public void test_createDatagramSocketImpl() throws IllegalArgumentException, IOException { 100 } catch (IllegalArgumentException e) { 101 fail("IllegalArgumentException was thrown during setUp: " 114 } catch (IllegalArgumentException e) { 115 fail("IllegalArgumentException was thrown during tearDown: "
|
/libcore/luni/src/test/java/libcore/java/text/ |
OldAttributedStringTest.java | 77 fail("Expected IllegalArgumentException was not thrown"); 78 } catch (IllegalArgumentException e) { 85 fail("Expected IllegalArgumentException was not thrown"); 86 } catch (IllegalArgumentException e) { 127 fail("Expected IllegalArgumentException was not thrown"); 128 } catch (IllegalArgumentException e) { 136 fail("Expected IllegalArgumentException was not thrown"); 137 } catch (IllegalArgumentException e) { 147 } catch (IllegalArgumentException e) { 189 fail("Expected IllegalArgumentException was not thrown") [all...] |
/packages/apps/Mms/src/com/android/mms/ui/ |
MessageListAdapter.java | 372 } catch (IllegalArgumentException e) { 378 } catch (IllegalArgumentException e) { 384 } catch (IllegalArgumentException e) { 390 } catch (IllegalArgumentException e) { 396 } catch (IllegalArgumentException e) { 402 } catch (IllegalArgumentException e) { 408 } catch (IllegalArgumentException e) { 414 } catch (IllegalArgumentException e) { 420 } catch (IllegalArgumentException e) { 426 } catch (IllegalArgumentException e) [all...] |
/cts/tests/tests/view/src/android/view/cts/ |
ChoreographerTest.java | 165 fail("Expected IllegalArgumentException"); 166 } catch (IllegalArgumentException ex) { 175 fail("Expected IllegalArgumentException"); 176 } catch (IllegalArgumentException ex) { 265 fail("Expected IllegalArgumentException"); 266 } catch (IllegalArgumentException ex) { 274 fail("Expected IllegalArgumentException"); 275 } catch (IllegalArgumentException ex) { 283 fail("Expected IllegalArgumentException"); 284 } catch (IllegalArgumentException ex) [all...] |
/external/apache-harmony/crypto/src/test/impl/java/org/apache/harmony/crypto/tests/javax/crypto/ |
Mac_ImplTest.java | 111 fail("InvalidAlgorithmParameterException or IllegalArgumentException " 113 } catch (IllegalArgumentException e) { 162 * throws IllegalArgumentException when provider is null; 167 NoSuchProviderException, IllegalArgumentException, 189 fail("IllegalArgumentException must be thrown when provider is null (algorithm: " 191 } catch (IllegalArgumentException e) { 224 * throws IllegalArgumentException when provider is null; 228 IllegalArgumentException, 249 fail("IllegalArgumentException must be thrown when provider is null (algorithm: " 251 } catch (IllegalArgumentException e) [all...] |
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/ |
AlgorithmParameterGenerator1Test.java | 135 * throws IllegalArgumentException if provider is null or empty 147 fail("IllegalArgumentException must be thrown when provider is null"); 148 } catch (IllegalArgumentException e) { 152 fail("IllegalArgumentException must be thrown when provider is empty"); 153 } catch (IllegalArgumentException e) { 237 * Assertion: throws IllegalArgumentException when provider is null 249 fail("IllegalArgumentException must be thrown when provider is null"); 250 } catch (IllegalArgumentException e) { 363 fail("IllegalArgumentException must be thrown"); 364 } catch (IllegalArgumentException e) [all...] |
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/ |
CertPathValidator2Test.java | 148 * throws IllegalArgumentException when provider is null or empty; 153 NoSuchProviderException, IllegalArgumentException, 174 fail("IllegalArgumentException must be thrown when provider is null (type: " 176 } catch (IllegalArgumentException e) { 180 fail("IllegalArgumentException must be thrown when provider is empty (type: " 182 } catch (IllegalArgumentException e) { 214 * throws IllegalArgumentException when provider is null; 218 IllegalArgumentException, 238 fail("IllegalArgumentException must be thrown when provider is null (type: " 240 } catch (IllegalArgumentException e) [all...] |
/external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/ |
SSLContext2Test.java | 189 * throws IllegalArgumentException when provider is null or empty; 194 NoSuchProviderException, IllegalArgumentException, 214 fail("IllegalArgumentException must be thrown when provider is null (protocol: " 216 } catch (IllegalArgumentException e) { 220 fail("IllegalArgumentException must be thrown when provider is empty (protocol: " 222 } catch (IllegalArgumentException e) { 255 * throws IllegalArgumentException when provider is null; 259 IllegalArgumentException, KeyManagementException { 278 fail("IllegalArgumentException must be thrown when provider is null (protocol: " 280 } catch (IllegalArgumentException e) [all...] |
/libcore/luni/src/test/java/tests/api/javax/net/ssl/ |
SSLContext2Test.java | 183 * throws IllegalArgumentException when provider is null or empty; 189 IllegalArgumentException, KeyManagementException { 209 fail("IllegalArgumentException must be thrown when provider is null (protocol: " 211 } catch (IllegalArgumentException e) { 215 fail("IllegalArgumentException must be thrown when provider is empty (protocol: " 217 } catch (IllegalArgumentException e) { 247 * throws IllegalArgumentException when provider is null; 252 IllegalArgumentException, KeyManagementException { 272 fail("IllegalArgumentException must be thrown when provider is null (protocol: " 274 } catch (IllegalArgumentException e) [all...] |
/libcore/luni/src/test/java/tests/security/cert/ |
CertPathValidator2Test.java | 137 * IllegalArgumentException when provider is null or empty; throws 142 IllegalArgumentException, InvalidAlgorithmParameterException, 162 fail("IllegalArgumentException must be thrown when provider is null (type: " 164 } catch (IllegalArgumentException e) { 168 fail("IllegalArgumentException must be thrown when provider is empty (type: " 170 } catch (IllegalArgumentException e) { 196 * IllegalArgumentException when provider is null; returns CertPathValidator 199 public void testGetInstance03() throws NoSuchAlgorithmException, IllegalArgumentException, 219 fail("IllegalArgumentException must be thrown when provider is null (type: " 221 } catch (IllegalArgumentException e) [all...] |
/libcore/luni/src/test/java/libcore/java/util/prefs/ |
OldAbstractPreferencesTest.java | 79 fail("IllegalArgumentException expected"); 80 } catch (IllegalArgumentException e) { 92 fail("IllegalArgumentException expected"); 93 } catch (IllegalArgumentException e) { 216 fail("IllegalArgumentException expected"); 217 } catch (IllegalArgumentException e) { 282 fail("IllegalArgumentException expected"); 283 } catch (IllegalArgumentException e) { 348 fail("IllegalArgumentException expected"); 349 } catch (IllegalArgumentException e) [all...] |
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/ |
UUIDTest.java | 336 } catch (IllegalArgumentException e) {} 341 } catch (IllegalArgumentException e) {} 346 } catch (IllegalArgumentException e) {} 351 } catch (IllegalArgumentException e) {} 356 } catch (IllegalArgumentException e) {} 368 fail("should throw IllegalArgumentException"); 369 } catch (IllegalArgumentException e) { 375 fail("should throw IllegalArgumentException"); 376 } catch (IllegalArgumentException e) { 382 fail("should throw IllegalArgumentException"); [all...] |
/external/smack/src/com/kenai/jbosh/ |
BOSHClientConfig.java | 124 throw(new IllegalArgumentException( 128 throw(new IllegalArgumentException( 133 throw(new IllegalArgumentException( 167 throw(new IllegalArgumentException( 183 throw(new IllegalArgumentException( 209 throw(new IllegalArgumentException("Protocol cannot be null")); 212 throw(new IllegalArgumentException( 216 throw(new IllegalArgumentException("Host cannot be null")); 219 throw(new IllegalArgumentException( 223 throw(new IllegalArgumentException("Port number must be > 0")) [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/core/jni/ |
com_google_android_gles_jni_GLImpl.cpp | 188 jniThrowException(_env, "java/lang/IllegalArgumentException", 552 _exceptionType = "java/lang/IllegalArgumentException"; 558 _exceptionType = "java/lang/IllegalArgumentException"; 565 _exceptionType = "java/lang/IllegalArgumentException"; 603 _exceptionType = "java/lang/IllegalArgumentException"; 786 _exceptionType = "java/lang/IllegalArgumentException"; 792 _exceptionType = "java/lang/IllegalArgumentException"; 824 _exceptionType = "java/lang/IllegalArgumentException"; 887 _exceptionType = "java/lang/IllegalArgumentException"; 932 _exceptionType = "java/lang/IllegalArgumentException"; [all...] |
/external/apache-harmony/prefs/src/test/java/org/apache/harmony/prefs/tests/java/util/prefs/ |
AbstractPreferencesTest.java | 120 fail("should throw IllegalArgumentException"); 121 } catch (IllegalArgumentException e) { 126 fail("should throw IllegalArgumentException"); 127 } catch (IllegalArgumentException e) { 132 fail("should throw IllegalArgumentException"); 133 } catch (IllegalArgumentException e) { 138 fail("should throw IllegalArgumentException"); 139 } catch (IllegalArgumentException e) { 295 fail("should throw IllegalArgumentException"); 296 } 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...] |
/frameworks/base/media/java/android/media/ |
MediaMetadataRetriever.java | 59 * @throws IllegalArgumentException If the path is invalid. 61 public void setDataSource(String path) throws IllegalArgumentException { 68 throw new IllegalArgumentException(); 70 throw new IllegalArgumentException(); 87 * @throws IllegalArgumentException If the URI is invalid. 90 throws IllegalArgumentException { 104 throws IllegalArgumentException; 117 * @throws IllegalArgumentException if the arguments are invalid 120 throws IllegalArgumentException; 129 * @throws IllegalArgumentException if the FileDescriptor is invali [all...] |