/libcore/luni/src/test/java/libcore/java/lang/ |
OldSystemTest.java | 208 fail("IllegalArgumentException should be thrown."); 209 } catch(IllegalArgumentException iae) { 224 fail("IllegalArgumentException should be thrown."); 225 } catch(IllegalArgumentException iae) { 252 fail("IllegalArgumentException is not thrown."); 253 } catch(IllegalArgumentException iae) {
|
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/ |
KeyFactory2Test.java | 197 fail("Expected IllegalArgumentException"); 198 } catch (IllegalArgumentException expected) { 200 fail("Expected IllegalArgumentException, got " + e); 218 fail("Expected IllegalArgumentException"); 219 } catch (IllegalArgumentException expected) { 221 fail("Expected IllegalArgumentException, got " + e);
|
/packages/providers/UserDictionaryProvider/src/com/android/providers/userdictionary/ |
UserDictionaryProvider.java | 175 throw new IllegalArgumentException("Unknown URI " + uri); 205 throw new IllegalArgumentException("Unknown URI " + uri); 213 throw new IllegalArgumentException("Unknown URI " + uri); 279 throw new IllegalArgumentException("Unknown URI " + uri); 308 throw new IllegalArgumentException("Unknown URI " + uri); 356 throw new IllegalArgumentException("Unknown column: " + column);
|
/prebuilts/jdk/jdk8/darwin-x86/sample/nio/file/ |
Chmod.java | 112 * @throws IllegalArgumentException 118 throw new IllegalArgumentException("Invalid mode"); 128 throw new IllegalArgumentException("Invalid mode"); 150 throw new IllegalArgumentException("Invalid mode"); 161 throw new IllegalArgumentException("Invalid mode"); 180 throw new IllegalArgumentException("Invalid mode");
|
/prebuilts/jdk/jdk8/linux-x86/sample/nio/file/ |
Chmod.java | 112 * @throws IllegalArgumentException 118 throw new IllegalArgumentException("Invalid mode"); 128 throw new IllegalArgumentException("Invalid mode"); 150 throw new IllegalArgumentException("Invalid mode"); 161 throw new IllegalArgumentException("Invalid mode"); 180 throw new IllegalArgumentException("Invalid mode");
|
/tools/apksig/src/main/java/com/android/apksig/internal/zip/ |
ZipUtils.java | 168 throw new IllegalArgumentException("maxCommentSize: " + maxCommentSize); 238 throw new IllegalArgumentException("ByteBuffer byte order must be little endian"); 252 throw new IllegalArgumentException("uint16 value of out range: " + value); 259 throw new IllegalArgumentException("uint32 value of out range: " + value); 266 throw new IllegalArgumentException("uint16 value of out range: " + value); 281 throw new IllegalArgumentException("uint32 value of out range: " + value);
|
/cts/tests/tests/media/src/android/media/cts/ |
AudioEffectTest.java | 111 } catch (IllegalArgumentException e) { 147 } catch (IllegalArgumentException e) { 271 } catch (IllegalArgumentException e) { 305 } catch (IllegalArgumentException e) { 328 } catch (IllegalArgumentException e) { 362 } catch (IllegalArgumentException e) { 396 } catch (IllegalArgumentException e) { 428 } catch (IllegalArgumentException e) { 464 } catch (IllegalArgumentException e) { 500 } catch (IllegalArgumentException e) [all...] |
/frameworks/base/core/java/android/hardware/input/ |
InputManager.java | 277 throw new IllegalArgumentException("descriptor must not be null."); 391 throw new IllegalArgumentException("listener must not be null"); 412 throw new IllegalArgumentException("listener must not be null"); 462 throw new IllegalArgumentException("listener must not be null"); 485 throw new IllegalArgumentException("listener must not be null"); 570 throw new IllegalArgumentException("keyboardLayoutDescriptor must not be null"); 613 throw new IllegalArgumentException("identifier must not be null"); 616 throw new IllegalArgumentException("keyboardLayoutDescriptor must not be null"); 637 throw new IllegalArgumentException("inputDeviceDescriptor must not be null"); 662 throw new IllegalArgumentException("inputDeviceDescriptor must not be null") [all...] |
/external/apache-xml/src/main/java/org/apache/xalan/processor/ |
TransformerFactoryImpl.java | 511 * @throws IllegalArgumentException thrown if the underlying 515 throws IllegalArgumentException 532 throw new IllegalArgumentException(XSLMessages.createMessage(XSLTErrorResources.ER_BAD_VALUE, new Object[]{name, value})); //name + " bad value " + value); 550 throw new IllegalArgumentException(XSLMessages.createMessage(XSLTErrorResources.ER_BAD_VALUE, new Object[]{name, value})); //name + " bad value " + value); 574 throw new IllegalArgumentException(XSLMessages.createMessage(XSLTErrorResources.ER_BAD_VALUE, new Object[]{name, value})); //name + " bad value " + value); 580 throw new IllegalArgumentException(XSLMessages.createMessage(XSLTErrorResources.ER_NOT_SUPPORTED, new Object[]{name})); //name + "not supported"); 591 * @throws IllegalArgumentException thrown if the underlying 594 public Object getAttribute(String name) throws IllegalArgumentException 609 throw new IllegalArgumentException(XSLMessages.createMessage(XSLTErrorResources.ER_ATTRIB_VALUE_NOT_RECOGNIZED, new Object[]{name})); //name + " attribute not recognized"); 867 throw new IllegalArgumentException(messageStr) [all...] |
/external/guava/guava/src/com/google/common/collect/ |
ImmutableSortedMap.java | 132 * @throws IllegalArgumentException if the two keys are equal according to 145 * @throws IllegalArgumentException if any two keys are equal according to 159 * @throws IllegalArgumentException if any two keys are equal according to 173 * @throws IllegalArgumentException if any two keys are equal according to 197 * @throws IllegalArgumentException if any two keys are equal according to 218 * @throws IllegalArgumentException if any two keys are equal according to the 404 * @throws IllegalArgumentException if any two keys are equal according to 477 * submap throws an {@link IllegalArgumentException} if passed a {@code toKey} 492 * submap throws an {@link IllegalArgumentException} if passed a {@code toKey} 508 * submap throws an {@link IllegalArgumentException} if passed a {@cod [all...] |
/external/protobuf/java/util/src/main/java/com/google/protobuf/util/ |
TimeUtil.java | 91 * @throws IllegalArgumentException if the given timestamp is not in the 95 throws IllegalArgumentException { 100 throw new IllegalArgumentException("Timestamp is out of range."); 106 throw new IllegalArgumentException("Timestamp has invalid nanos value."); 175 } catch (IllegalArgumentException e) { 189 * @throws IllegalArgumentException if the given duration is not in the valid 193 throws IllegalArgumentException { 196 throw new IllegalArgumentException("Duration is out of valid range."); 203 throw new IllegalArgumentException( 254 } catch (IllegalArgumentException e) [all...] |
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/external/com/google/gdata/util/common/base/ |
UnicodeEscaper.java | 117 * @throws IllegalArgumentException 140 * {@link IllegalArgumentException}. You should either ensure your input is 157 * @throws IllegalArgumentException 184 * @throws IllegalArgumentException 198 throw new IllegalArgumentException("Trailing high surrogate at end of input"); 281 * @throws IllegalArgumentException 312 throw new IllegalArgumentException( 378 throw new IllegalArgumentException( 395 throw new IllegalArgumentException("Unexpected low surrogate character '" 439 * {@link IllegalArgumentException} is thrown [all...] |
/frameworks/base/location/java/android/location/ |
LocationManager.java | 466 * @throws IllegalArgumentException if name is null or does not exist 547 * @throws IllegalArgumentException if provider is null or doesn't exist 549 * @throws IllegalArgumentException if listener is null 581 * @throws IllegalArgumentException if provider is null or doesn't exist 582 * @throws IllegalArgumentException if listener is null 614 * @throws IllegalArgumentException if criteria is null 615 * @throws IllegalArgumentException if listener is null 641 * @throws IllegalArgumentException if provider is null or doesn't exist 643 * @throws IllegalArgumentException if intent is null 744 * @throws IllegalArgumentException if criteria is nul [all...] |
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/charset/ |
CharsetDecoderTest.java | 122 fail("should throw IllegalArgumentException"); 123 } catch (IllegalArgumentException e) { 127 fail("should throw IllegalArgumentException"); 128 } catch (IllegalArgumentException e) { 134 fail("should throw IllegalArgumentException"); 135 } catch (IllegalArgumentException e) { 139 fail("should throw IllegalArgumentException"); 140 } catch (IllegalArgumentException e) { 152 } catch (IllegalArgumentException e) { 167 } catch (IllegalArgumentException e) [all...] |
/libcore/ojluni/src/main/java/java/sql/ |
Timestamp.java | 84 * @exception IllegalArgumentException if the nano argument is out of bounds 91 throw new IllegalArgumentException("nanos > 999999999 or < 0"); 163 * @exception java.lang.IllegalArgumentException if the given argument 193 if (s == null) throw new java.lang.IllegalArgumentException("null string"); 202 throw new java.lang.IllegalArgumentException(formatError); 211 throw new java.lang.IllegalArgumentException(formatError); 235 throw new java.lang.IllegalArgumentException(formatError); 249 throw new java.lang.IllegalArgumentException(formatError); 251 throw new java.lang.IllegalArgumentException(formatError); 255 throw new java.lang.IllegalArgumentException(formatError) [all...] |
/libcore/ojluni/src/main/java/java/util/concurrent/ |
BlockingDeque.java | 226 * @throws IllegalArgumentException {@inheritDoc} 241 * @throws IllegalArgumentException {@inheritDoc} 257 * @throws IllegalArgumentException {@inheritDoc} 273 * @throws IllegalArgumentException {@inheritDoc} 286 * @throws IllegalArgumentException if some property of the specified 300 * @throws IllegalArgumentException if some property of the specified 321 * @throws IllegalArgumentException if some property of the specified 343 * @throws IllegalArgumentException if some property of the specified 453 * @throws IllegalArgumentException if some property of the specified 473 * @throws IllegalArgumentException if some property of the specifie [all...] |
/packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/ |
BluetoothMapIMProvider.java | 204 throw new IllegalArgumentException("Table missing in URI"); 209 throw new IllegalArgumentException("Message ID missing in update values!"); 214 throw new IllegalArgumentException("Account ID missing in update values!"); 252 throw new IllegalArgumentException("Table missing in URI"); 257 throw new IllegalArgumentException("Account ID missing in URI"); 499 throw new IllegalArgumentException("Table missing in URI"); 502 throw new IllegalArgumentException( 515 throw new IllegalArgumentException("Account ID missing in update values!"); 520 throw new IllegalArgumentException("Expose flag missing in update values!"); 528 throw new IllegalArgumentException("Account ID missing in update values!") [all...] |
/cts/hostsidetests/inputmethodservice/deviceside/lib/src/android/inputmethodservice/cts/db/ |
Field.java | 43 throw new IllegalArgumentException("Unknown field type: " + fieldType); 87 throw new IllegalArgumentException("Unknown field type: " + fieldType);
|
/cts/hostsidetests/media/bitstreams/src/android/media/cts/bitstreams/ |
DeviceJUnit4ClassRunnerWithParameters.java | 111 throw new IllegalArgumentException("Missing device"); 117 throw new IllegalArgumentException("Missing build information");
|
/cts/tests/framework/base/activitymanager/util/src/android/server/am/ |
WaitForValidActivityState.java | 96 throw new IllegalArgumentException("Unknown WINDOWING_MODE_: " + windowingMode); 108 throw new IllegalArgumentException("Unknown ACTIVITY_TYPE_: " + activityType);
|
/cts/tests/framework/base/activitymanager/util/src/android/server/am/settings/ |
SettingsSession.java | 114 } catch (IllegalArgumentException e) { 133 private static void delete(final Uri uri) throws IllegalArgumentException {
|
/cts/tests/tests/accounts/common/src/android/accounts/cts/common/ |
TestDefaultAuthenticator.java | 58 throw new IllegalArgumentException("Request to the wrong authenticator!"); 109 throw new IllegalArgumentException("Request to the wrong authenticator!");
|
/cts/tests/tests/content/src/android/content/cts/ |
UriMatcherTest.java | 97 fail("There should be an IllegalArgumentException thrown out."); 98 } catch (IllegalArgumentException e) {
|
/cts/tests/tests/drm/src/android/drm/cts/ |
DrmInfoRequestTest.java | 105 } catch(IllegalArgumentException e) { 124 } catch(IllegalArgumentException e) {
|
/cts/tests/tests/keystore/src/android/server/am/ |
WaitForValidActivityState.java | 96 throw new IllegalArgumentException("Unknown WINDOWING_MODE_: " + windowingMode); 108 throw new IllegalArgumentException("Unknown ACTIVITY_TYPE_: " + activityType);
|