/libcore/luni/src/test/java/libcore/java/net/ |
OldAuthenticatorRequestorTypeTest.java | 31 fail("IllegalArgumentException was not thrown."); 32 } catch(IllegalArgumentException expected) {
|
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/nio/file/ |
LinkPermissionTest.java | 38 } catch (IllegalArgumentException expected) {} 56 } catch (IllegalArgumentException expected) {}
|
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/support/ |
MyKeyGeneratorSpi.java | 56 throw new IllegalArgumentException("Invalid keysize"); 62 throw new IllegalArgumentException("Invalid random");
|
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/ |
MyAlgorithmParameterGeneratorSpi.java | 41 throw new IllegalArgumentException("keysize < 0"); 48 throw new IllegalArgumentException("random is null");
|
/packages/apps/Settings/src/com/android/settings/search/ |
InlineListPayload.java | 36 protected int standardizeInput(int input) throws IllegalArgumentException { 38 throw new IllegalArgumentException(
|
/platform_testing/utils/permissions/src/com/android/permissionutils/ |
PermissionInstrumentation.java | 37 throw new IllegalArgumentException("missing command parameter"); 44 throw new IllegalArgumentException(
|
/external/guava/guava-gwt/test-super/com/google/common/math/super/com/google/common/math/ |
IntMathTest.java | 62 fail("Expected IllegalArgumentException"); 63 } catch (IllegalArgumentException expected) {} 72 fail("Expected IllegalArgumentException"); 73 } catch (IllegalArgumentException expected) {} 213 fail("Expected IllegalArgumentException"); 214 } catch (IllegalArgumentException expected) {} 217 fail("Expected IllegalArgumentException"); 218 } catch (IllegalArgumentException expected) {} 226 fail("Expected IllegalArgumentException"); 227 } catch (IllegalArgumentException expected) { [all...] |
/frameworks/base/location/java/android/location/ |
Geocoder.java | 116 * @throws IllegalArgumentException if latitude is 118 * @throws IllegalArgumentException if longitude is 126 throw new IllegalArgumentException("latitude == " + latitude); 129 throw new IllegalArgumentException("longitude == " + longitude); 165 * @throws IllegalArgumentException if locationName is null 171 throw new IllegalArgumentException("locationName == null"); 215 * @throws IllegalArgumentException if locationName is null 216 * @throws IllegalArgumentException if any latitude is 218 * @throws IllegalArgumentException if any longitude is 227 throw new IllegalArgumentException("locationName == null") [all...] |
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/ |
ArrayRealVector.java | 260 throws IllegalArgumentException { 278 throws IllegalArgumentException { 291 * @throws IllegalArgumentException if v is not the same size as this 294 throws IllegalArgumentException { 301 throws IllegalArgumentException { 319 throws IllegalArgumentException { 332 * @throws IllegalArgumentException if v is not the same size as this 335 throws IllegalArgumentException { 593 throws IllegalArgumentException { 609 throws IllegalArgumentException { [all...] |
/external/tensorflow/tensorflow/java/src/main/java/org/tensorflow/ |
Tensor.java | 64 * // Invalid: Will throw an IllegalArgumentException as an arbitrary Object 68 * // Invalid: Will throw an IllegalArgumentException since there are 101 * @throws IllegalArgumentException if {@code obj} is not compatible with the TensorFlow type 108 throw new IllegalArgumentException( 122 * @throws IllegalArgumentException if {@code obj} is not compatible with the TensorFlow type 165 * @throws IllegalArgumentException If the tensor shape is not compatible with the buffer 183 * @throws IllegalArgumentException If the tensor shape is not compatible with the buffer 201 * @throws IllegalArgumentException If the tensor shape is not compatible with the buffer 219 * @throws IllegalArgumentException If the tensor shape is not compatible with the buffer 239 * @throws IllegalArgumentException If the tensor datatype or shape is not compatible with th [all...] |
/cts/tests/tests/graphics/src/android/graphics/cts/ |
PixelFormatTest.java | 83 @Test(expected=IllegalArgumentException.class) 88 @Test(expected=IllegalArgumentException.class) 93 @Test(expected=IllegalArgumentException.class) 98 @Test(expected=IllegalArgumentException.class) 103 @Test(expected=IllegalArgumentException.class)
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/ |
Grid.java | 34 throw new IllegalArgumentException("w"); 37 throw new IllegalArgumentException("h"); 40 throw new IllegalArgumentException("w * h >= 65536"); 97 throw new IllegalArgumentException("i"); 100 throw new IllegalArgumentException("j");
|
/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/brotli/java/org/brotli/dec/ |
BrotliInputStream.java | 71 throw new IllegalArgumentException("Bad buffer size:" + byteReadBufferSize); 73 throw new IllegalArgumentException("source is null"); 114 throw new IllegalArgumentException("Bad offset: " + destOffset); 116 throw new IllegalArgumentException("Bad length: " + destLen); 118 throw new IllegalArgumentException(
|
/external/brotli/java/org/brotli/wrapper/common/ |
BrotliCommon.java | 76 throw new IllegalArgumentException("invalid dictionary size"); 99 throw new IllegalArgumentException("invalid dictionary size"); 104 throw new IllegalArgumentException("invalid dictionary size " + copy.remaining()); 115 throw new IllegalArgumentException("direct byte buffer is expected"); 118 throw new IllegalArgumentException("invalid dictionary size");
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/ |
UPropertyAliasesTest.java | 47 } catch (IllegalArgumentException e) { 85 catch (IllegalArgumentException e) { 130 catch (IllegalArgumentException e) { 142 } catch (IllegalArgumentException e) { 149 } catch (IllegalArgumentException e) {
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/ |
UPropertyAliasesTest.java | 44 } catch (IllegalArgumentException e) { 82 catch (IllegalArgumentException e) { 127 catch (IllegalArgumentException e) { 139 } catch (IllegalArgumentException e) { 146 } catch (IllegalArgumentException e) {
|
/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");
|
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
ShadowSmsManagerTest.java | 45 @Test(expected = IllegalArgumentException.class) 50 @Test(expected = IllegalArgumentException.class) 67 @Test(expected = IllegalArgumentException.class) 72 @Test(expected = IllegalArgumentException.class) 95 @Test(expected = IllegalArgumentException.class)
|
/frameworks/base/core/jni/ |
com_google_android_gles_jni_EGLImpl.cpp | 121 jniThrowException(_env, "java/lang/IllegalArgumentException", NULL); 144 jniThrowException(_env, "java/lang/IllegalArgumentException", NULL); 163 jniThrowException(_env, "java/lang/IllegalArgumentException", NULL); 194 jniThrowException(_env, "java/lang/IllegalArgumentException", NULL); 227 jniThrowException(_env, "java/lang/IllegalArgumentException", NULL); 243 jniThrowException(_env, "java/lang/IllegalArgumentException", NULL); 265 jniThrowException(_env, "java/lang/IllegalArgumentException", NULL); 273 jniThrowException(_env, "java/lang/IllegalArgumentException", 292 jniThrowException(_env, "java/lang/IllegalArgumentException", NULL); 300 jniThrowException(_env, "java/lang/IllegalArgumentException", [all...] |
/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/base/services/core/java/com/android/server/am/ |
AppTaskImpl.java | 66 throw new IllegalArgumentException("Unable to find task ID " + mTaskId); 84 throw new IllegalArgumentException("Unable to find task ID " + mTaskId); 122 throw new IllegalArgumentException("Unable to find task ID " + mTaskId); 126 throw new IllegalArgumentException("Bad app thread " + appThread); 150 throw new IllegalArgumentException("Unable to find task ID " + mTaskId);
|
/frameworks/base/tests/net/java/android/net/ |
LinkAddressTest.java | 132 fail("Null InetAddress should cause IllegalArgumentException"); 133 } catch(IllegalArgumentException expected) {} 137 fail("Null string should cause IllegalArgumentException"); 138 } catch(IllegalArgumentException expected) {} 148 fail("Negative IPv4 prefix length should cause IllegalArgumentException"); 149 } catch(IllegalArgumentException expected) {} 153 fail("Negative IPv6 prefix length should cause IllegalArgumentException"); 154 } catch(IllegalArgumentException expected) {} 158 fail("/33 IPv4 prefix length should cause IllegalArgumentException"); 159 } catch(IllegalArgumentException expected) { [all...] |
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/ |
Matrix.java | 46 * @throws IllegalArgumentException if length of values array not a multiple of stride 52 if (mem.length != n * m) throw new IllegalArgumentException(); 100 * @throws IllegalArgumentException if shapes differ 113 * @throws IllegalArgumentException if shapes differ 117 throw new IllegalArgumentException(); 130 * @throws IllegalArgumentException if shapes differ 142 * @throws IllegalArgumentException if shapes differ 146 throw new IllegalArgumentException(); 170 * @throws IllegalArgumentException if shapes differ 174 throw new IllegalArgumentException(); [all...] |