/test/vts/harnesses/tradefed/src/com/android/tradefed/testtype/ |
VtsFuzzTest.java | 194 * @throws IllegalArgumentException 200 throw new IllegalArgumentException(VTS_FUZZ_TEST_FLAG_CLASS + " must be set."); 205 throw new IllegalArgumentException(VTS_FUZZ_TEST_FLAG_TYPE + " must be set."); 210 throw new IllegalArgumentException(VTS_FUZZ_TEST_FLAG_VERSION + " must be set."); 283 throw new IllegalArgumentException("Device has not been set");
|
/libcore/ojluni/src/test/java/time/tck/java/time/format/ |
TCKDateTimeFormatterBuilder.java | 149 @Test(expectedExceptions=IllegalArgumentException.class) 154 @Test(expectedExceptions=IllegalArgumentException.class) 165 @Test(expectedExceptions=IllegalArgumentException.class) 170 @Test(expectedExceptions=IllegalArgumentException.class) 175 @Test(expectedExceptions=IllegalArgumentException.class) 180 @Test(expectedExceptions=IllegalArgumentException.class) 185 @Test(expectedExceptions=IllegalArgumentException.class) 201 @Test(expectedExceptions=IllegalArgumentException.class) 206 @Test(expectedExceptions=IllegalArgumentException.class) 211 @Test(expectedExceptions=IllegalArgumentException.class [all...] |
/dalvik/dexgen/src/com/android/dexgen/rop/type/ |
Type.java | 321 * @throws IllegalArgumentException thrown if the descriptor has 336 throw new IllegalArgumentException("descriptor is empty"); 359 throw new IllegalArgumentException("bad descriptor" + descriptor); 380 throw new IllegalArgumentException("bad descriptor" + descriptor); 386 throw new IllegalArgumentException("bad descriptor"); 419 * @throws IllegalArgumentException thrown if the descriptor has 445 * @throws IllegalArgumentException thrown if the name has 501 throw new IllegalArgumentException("bad basicType"); 505 throw new IllegalArgumentException("newAt < -1"); 653 throw new IllegalArgumentException("not an object type: " [all...] |
/dalvik/dx/src/com/android/dx/rop/type/ |
Type.java | 339 * @throws IllegalArgumentException thrown if the descriptor has 354 throw new IllegalArgumentException("descriptor is empty"); 377 throw new IllegalArgumentException("bad descriptor: " + descriptor); 398 throw new IllegalArgumentException("bad descriptor: " + descriptor); 404 throw new IllegalArgumentException("bad descriptor: " + descriptor); 423 * @throws IllegalArgumentException thrown if the descriptor has 450 * @throws IllegalArgumentException thrown if the name has 481 throw new IllegalArgumentException("bad basicType"); 485 throw new IllegalArgumentException("newAt < -1"); 640 throw new IllegalArgumentException("not an object type: " [all...] |
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/ |
AbstractRealMatrix.java | 55 * @throws IllegalArgumentException if row or column dimension is not positive 58 throws IllegalArgumentException { 72 throws IllegalArgumentException; 78 public RealMatrix add(RealMatrix m) throws IllegalArgumentException { 97 public RealMatrix subtract(final RealMatrix m) throws IllegalArgumentException { 149 throws IllegalArgumentException { 174 throws IllegalArgumentException { 307 throws MatrixIndexException, IllegalArgumentException { 350 throws MatrixIndexException, IllegalArgumentException { 675 throws IllegalArgumentException { [all...] |
/frameworks/base/core/java/android/util/apk/ |
ApkSigningBlockUtils.java | 442 throw new IllegalArgumentException( 453 throw new IllegalArgumentException( 465 throw new IllegalArgumentException( 469 throw new IllegalArgumentException("Unknown digestAlgorithm1: " + digestAlgorithm1); 489 throw new IllegalArgumentException( 503 throw new IllegalArgumentException( 516 throw new IllegalArgumentException( 537 throw new IllegalArgumentException( 570 throw new IllegalArgumentException( 584 throw new IllegalArgumentException("start: " + start) [all...] |
/frameworks/base/media/jni/ |
android_media_MediaExtractor.cpp | 347 jniThrowException(env, "java/lang/IllegalArgumentException", NULL); 367 jniThrowException(env, "java/lang/IllegalArgumentException", NULL); 386 jniThrowException(env, "java/lang/IllegalArgumentException", NULL); 403 jniThrowException(env, "java/lang/IllegalArgumentException", NULL); 419 jniThrowException(env, "java/lang/IllegalArgumentException", NULL); 440 jniThrowException(env, "java/lang/IllegalArgumentException", NULL); 462 jniThrowException(env, "java/lang/IllegalArgumentException", NULL); 484 jniThrowException(env, "java/lang/IllegalArgumentException", NULL); 506 jniThrowException(env, "java/lang/IllegalArgumentException", NULL); 528 jniThrowException(env, "java/lang/IllegalArgumentException", NULL) [all...] |
/libcore/ojluni/src/main/java/java/util/ |
Random.java | 94 // IllegalArgumentException messages 344 * throw new IllegalArgumentException("bound must be positive"); 383 * @throws IllegalArgumentException if bound is not positive 388 throw new IllegalArgumentException(BadBound); 614 * @throws IllegalArgumentException if {@code streamSize} is 620 throw new IllegalArgumentException(BadSize); 674 * @throws IllegalArgumentException if {@code streamSize} is 682 throw new IllegalArgumentException(BadSize); 684 throw new IllegalArgumentException(BadRange); 720 * @throws IllegalArgumentException if {@code randomNumberOrigin [all...] |
/cts/tests/tests/keystore/src/android/keystore/cts/ |
TestUtils.java | 142 throw new IllegalArgumentException("Unsupported key type: " + key.getClass()); 234 throw new IllegalArgumentException("Unsupported key type: " + key.getClass().getName()); 273 throw new IllegalArgumentException("Unexpected key type: " + key.getClass()); 459 throw new IllegalArgumentException("Key algorithm mismatch." 580 throw new IllegalArgumentException("No KeyPair for key algorithm " + keyAlgorithm); 589 throw new IllegalArgumentException("No Key for key algorithm " + keyAlgorithm); 650 throw new IllegalArgumentException("Unsupported transformation: " + transformation); 662 throw new IllegalArgumentException("YYZ: Unsupported transformation: " + transformation); 706 throw new IllegalArgumentException("Unsupported transformation: " + transformation); 718 throw new IllegalArgumentException("Unsupported algorithm: " + algorithm) [all...] |
/frameworks/support/media/src/main/java/androidx/media/ |
MediaMetadata2.java | 635 throw new IllegalArgumentException("key shouldn't be null"); 650 throw new IllegalArgumentException("key shouldn't be null"); 677 throw new IllegalArgumentException("key shouldn't be null"); 695 throw new IllegalArgumentException("key shouldn't be null"); 712 throw new IllegalArgumentException("key shouldn't be null"); 733 throw new IllegalArgumentException("key shouldn't be null"); 747 throw new IllegalArgumentException("key shouldn't be null"); [all...] |
/art/test/957-methodhandle-transforms/src/ |
Main.java | 49 IllegalArgumentException.class); 56 final IllegalArgumentException iae = new IllegalArgumentException("boo!"); 59 fail("Expected an exception of type: java.lang.IllegalArgumentException"); 60 } catch (IllegalArgumentException expected) { 104 } catch (IllegalArgumentException expected) { 119 } catch (IllegalArgumentException expected) { 126 } catch (IllegalArgumentException expected) { 132 } catch (IllegalArgumentException expected) { 139 throw new IllegalArgumentException(exceptionMessage) [all...] |
/cts/tools/dasm/src/dasm/ |
DAsm.java | 553 } catch (IllegalArgumentException e) { 631 } catch (IllegalArgumentException e) { 638 } catch (IllegalArgumentException e) { 655 } catch (IllegalArgumentException e) { 678 } catch (IllegalArgumentException e) { 693 } catch (IllegalArgumentException e) { 701 } catch (IllegalArgumentException e) { 730 } catch (IllegalArgumentException e) { 744 } catch (IllegalArgumentException e) { 783 } catch (IllegalArgumentException e) [all...] |
/art/test/201-built-in-except-detail-messages/src/ |
Main.java | 360 } catch (IllegalArgumentException expected) { 370 } catch (IllegalArgumentException expected) { 379 } catch (IllegalArgumentException expected) { 388 } catch (IllegalArgumentException expected) { 398 } catch (IllegalArgumentException expected) { 406 } catch (IllegalArgumentException iae) { 413 } catch (IllegalArgumentException iae) { 421 } catch (IllegalArgumentException iae) { 429 } catch (IllegalArgumentException iae) {
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/solvers/ |
LaguerreSolver.java | 53 * @throws IllegalArgumentException if function is not polynomial 60 public LaguerreSolver(UnivariateRealFunction f) throws IllegalArgumentException { 118 * @throws IllegalArgumentException if any parameters are invalid 141 * @throws IllegalArgumentException if any parameters are invalid 187 * @throws IllegalArgumentException if any parameters are invalid 213 * @throws IllegalArgumentException if any parameters are invalid 282 * @throws IllegalArgumentException if any parameters are invalid 307 * @throws IllegalArgumentException if any parameters are invalid 357 * @throws IllegalArgumentException if any parameters are invalid
|
/external/guava/guava/src/com/google/common/escape/ |
UnicodeEscaper.java | 113 * @throws IllegalArgumentException if the scanned sub-sequence of {@code csq} 134 * {@link IllegalArgumentException}. You should ensure your input is valid <a 148 * @throws IllegalArgumentException if invalid surrogate characters are 173 * @throws IllegalArgumentException if invalid surrogate characters are 187 throw new IllegalArgumentException( 254 * {@link IllegalArgumentException} is thrown. 257 * {@link IllegalArgumentException} is thrown. 284 throw new IllegalArgumentException( 289 throw new IllegalArgumentException(
|
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/ |
ArrayTableTest.java | 176 } catch (IllegalArgumentException expected) {} 183 } catch (IllegalArgumentException expected) {} 190 } catch (IllegalArgumentException expected) {} 197 } catch (IllegalArgumentException expected) {} 235 } catch (IllegalArgumentException expected) {} 364 } catch (IllegalArgumentException expected) { 370 } catch (IllegalArgumentException expected) { 424 } catch (IllegalArgumentException expected) { 435 } catch (IllegalArgumentException expected) {
|
/external/guava/guava-tests/test/com/google/common/collect/ |
ArrayTableTest.java | 178 } catch (IllegalArgumentException expected) {} 185 } catch (IllegalArgumentException expected) {} 192 } catch (IllegalArgumentException expected) {} 199 } catch (IllegalArgumentException expected) {} 237 } catch (IllegalArgumentException expected) {} 371 } catch (IllegalArgumentException expected) { 377 } catch (IllegalArgumentException expected) { 446 } catch (IllegalArgumentException expected) { 457 } catch (IllegalArgumentException expected) {
|
/external/guava/guava-tests/test/com/google/common/hash/ |
BloomFilterTest.java | 195 } catch (IllegalArgumentException expected) {} 199 } catch (IllegalArgumentException expected) {} 203 } catch (IllegalArgumentException expected) {} 207 } catch (IllegalArgumentException expected) {} 216 } catch (IllegalArgumentException expected) {} 263 } catch (IllegalArgumentException expected) { 412 } catch (IllegalArgumentException expected) { 419 } catch (IllegalArgumentException expected) { 429 } catch (IllegalArgumentException expected) {
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
PropsVectors.java | 148 throw new IllegalArgumentException("numOfColumns need to be no " 171 * @throws IllegalArgumentException 180 throw new IllegalArgumentException(); 298 * @throws IllegalArgumentException 306 throw new IllegalArgumentException("rowIndex out of bound!"); 320 * @throws IllegalArgumentException 328 throw new IllegalArgumentException("rowIndex out of bound!"); 339 * @throws IllegalArgumentException 347 throw new IllegalArgumentException("rowIndex out of bound!");
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
PropsVectors.java | 146 throw new IllegalArgumentException("numOfColumns need to be no " 169 * @throws IllegalArgumentException 178 throw new IllegalArgumentException(); 296 * @throws IllegalArgumentException 304 throw new IllegalArgumentException("rowIndex out of bound!"); 318 * @throws IllegalArgumentException 326 throw new IllegalArgumentException("rowIndex out of bound!"); 337 * @throws IllegalArgumentException 345 throw new IllegalArgumentException("rowIndex out of bound!");
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
ShadowBitmap.java | 204 throw new IllegalArgumentException("width and height must be > 0"); 287 throw new IllegalArgumentException("x + width must be <= bitmap.width()"); 290 throw new IllegalArgumentException("y + height must be <= bitmap.height()"); 327 throw new IllegalArgumentException("array length (" + colors.length + ") did not match width * height (" + (width * height) + ")"); 606 throw new IllegalArgumentException("Unknown bitmap config: " + config); 617 throw new IllegalArgumentException("x must be >= 0"); 620 throw new IllegalArgumentException("y must be >= 0"); 623 throw new IllegalArgumentException("x must be < bitmap.width()"); 626 throw new IllegalArgumentException("y must be < bitmap.height()");
|
/frameworks/base/core/java/android/content/ |
SearchRecentSuggestionsProvider.java | 176 throw new IllegalArgumentException(); 230 throw new IllegalArgumentException("Unknown Uri"); 238 throw new IllegalArgumentException("Unknown Uri"); 264 throw new IllegalArgumentException("Unknown Uri"); 277 throw new IllegalArgumentException("Unknown Uri"); 292 throw new IllegalArgumentException("Unknown Uri"); 305 throw new IllegalArgumentException("Provider not configured"); 349 throw new IllegalArgumentException("Unknown Uri"); 354 throw new IllegalArgumentException("Unknown Uri");
|
/frameworks/base/core/java/android/view/ |
SurfaceControl.java | 374 throw new IllegalArgumentException( 399 throw new IllegalArgumentException( 570 throws OutOfResourcesException, IllegalArgumentException { 572 throw new IllegalArgumentException("session must not be null"); 575 throw new IllegalArgumentException("name must not be null"); 619 throw new IllegalArgumentException("Couldn't read SurfaceControl from parcel=" + in); [all...] |
/frameworks/base/services/core/java/com/android/server/ |
IpSecService.java | 488 throw new IllegalArgumentException("Resource ID must not be INVALID_RESOURCE_ID"); 528 * <p>RefcountedResourceArray prevents null insertions, and throws an IllegalArgumentException 542 * @throws IllegalArgumentException if no resource with provided key is found. 551 * @throws IllegalArgumentException if no resource with provided key is found. 556 throw new IllegalArgumentException( [all...] |
/frameworks/base/wifi/java/android/net/wifi/p2p/ |
WifiP2pDevice.java | 180 public WifiP2pDevice(String string) throws IllegalArgumentException { 185 throw new IllegalArgumentException("Malformed supplicant event"); 196 throw new IllegalArgumentException("Malformed supplicant event"); 203 throw new IllegalArgumentException("Malformed supplicant event"); 210 throw new IllegalArgumentException("Malformed supplicant event"); 277 * @throws IllegalArgumentException if the device is null or device address does not match 288 throw new IllegalArgumentException("device is null"); 291 throw new IllegalArgumentException("deviceAddress is null"); 294 throw new IllegalArgumentException("deviceAddress does not match");
|