OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:illegalargumentexception
(Results
276 - 300
of
10592
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/apache-http/src/org/apache/http/impl/conn/
Wire.java
95
throw new
IllegalArgumentException
("Output may not be null");
103
throw new
IllegalArgumentException
("Input may not be null");
111
throw new
IllegalArgumentException
("Output may not be null");
119
throw new
IllegalArgumentException
("Input may not be null");
127
throw new
IllegalArgumentException
("Output may not be null");
135
throw new
IllegalArgumentException
("Input may not be null");
153
throw new
IllegalArgumentException
("Output may not be null");
161
throw new
IllegalArgumentException
("Input may not be null");
/external/autotest/frontend/client/src/autotest/common/ui/
ExtendedListBox.java
15
throw new
IllegalArgumentException
("No such name found: " + name);
24
throw new
IllegalArgumentException
("No such value found: " + value);
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/pkcs/
Attribute.java
22
* @exception
IllegalArgumentException
if the object cannot be converted.
37
throw new
IllegalArgumentException
("unknown object in factory: " + o.getClass().getName());
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
Attribute.java
22
* @exception
IllegalArgumentException
if the object cannot be converted.
45
throw new
IllegalArgumentException
("Bad sequence size: " + seq.size());
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x9/
X962Parameters.java
42
throw new
IllegalArgumentException
("unable to parse encoded data: " + e.getMessage());
46
throw new
IllegalArgumentException
("unknown object in getInstance()");
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/params/
DHPublicKeyParameters.java
32
throw new
IllegalArgumentException
("invalid DH public key");
42
throw new
IllegalArgumentException
("Y value does not appear to be in correct group");
/external/caliper/caliper/src/main/java/com/google/caliper/util/
LinearTranslation.java
34
* @throws
IllegalArgumentException
if {@code in1 == in2}
38
throw new
IllegalArgumentException
("in1 and in2 are approximately equal");
/external/glide/library/src/main/java/com/bumptech/glide/load/
MultiTransformation.java
20
throw new
IllegalArgumentException
("MultiTransformation must contain at least one Transformation");
27
throw new
IllegalArgumentException
("MultiTransformation must contain at least one Transformation");
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/gifbitmap/
GifBitmapWrapper.java
18
throw new
IllegalArgumentException
("Can only contain either a bitmap resource or a gif resource, not both");
21
throw new
IllegalArgumentException
("Must contain either a bitmap resource or a gif resource");
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
TransliteratorInstantiateAllTest.java
48
} catch (
IllegalArgumentException
ex) {
59
} catch (
IllegalArgumentException
ex2) {
/external/icu/icu4j/tools/build/src-pre8/com/ibm/icu/dev/tool/docs/
ICUTagletAdapter.java
30
throws
IllegalArgumentException
{
38
throws
IllegalArgumentException
{
/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/javassistmodel/
JavassistEnumConstantDeclaration.java
35
throw new
IllegalArgumentException
();
38
throw new
IllegalArgumentException
("Trying to instantiate a JavassistEnumConstantDeclaration with something which is not an enum field: " + ctField.toString());
/external/proguard/src/proguard/evaluation/value/
Value.java
48
throw new
IllegalArgumentException
("Value \"" + this.toString() + "\" is not a Category 1 value [" + this.getClass().getName() + "]");
56
throw new
IllegalArgumentException
("Value \"" + this.toString() + "\" is not a Category 2 value [" + this.getClass().getName() + "]");
65
throw new
IllegalArgumentException
("Value \"" + this.toString() + "\" is not an integer value [" + this.getClass().getName() + "]");
73
throw new
IllegalArgumentException
("Value \"" + this.toString() + "\" is not a long value [" + this.getClass().getName() + "]");
81
throw new
IllegalArgumentException
("Value \"" + this.toString() + "\" is not a float value [" + this.getClass().getName() + "]");
89
throw new
IllegalArgumentException
("Value \"" + this.toString() + "\" is not a double value [" + this.getClass().getName() + "]");
97
throw new
IllegalArgumentException
("Value \"" + this.toString() + "\" is not a reference value [" + this.getClass().getName() + "]");
105
throw new
IllegalArgumentException
("Value \"" + this.toString() + "\" is not an instruction offset value [" + this.getClass().getName() + "]");
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowSmsManager.java
31
throw new
IllegalArgumentException
("Invalid destinationAddress");
34
throw new
IllegalArgumentException
("Invalid message body");
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
SmsManagerTest.java
62
@Test(expected=
IllegalArgumentException
.class)
67
@Test(expected=
IllegalArgumentException
.class)
/frameworks/av/packages/MediaComponents/src/com/android/media/
MediaBrowser2Impl.java
72
throw new
IllegalArgumentException
("parentId shouldn't be null");
93
throw new
IllegalArgumentException
("parentId shouldn't be null");
114
throw new
IllegalArgumentException
("mediaId shouldn't be null");
135
throw new
IllegalArgumentException
("parentId shouldn't be null");
138
throw new
IllegalArgumentException
("Neither page nor pageSize should be less than 1");
159
throw new
IllegalArgumentException
("query shouldn't be empty");
179
throw new
IllegalArgumentException
("query shouldn't be empty");
182
throw new
IllegalArgumentException
("Neither page nor pageSize should be less than 1");
/frameworks/base/packages/SystemUI/src/com/android/systemui/plugins/
PluginDependencyProvider.java
45
throw new
IllegalArgumentException
(p.getClass() + " does not depend on " + cls);
49
throw new
IllegalArgumentException
("Unknown dependency " + cls);
/frameworks/data-binding/compiler/src/main/kotlin/android/databinding/tool/ext/
list_ext.kt
20
0 -> throw
IllegalArgumentException
("invalid section size, cannot be zero")
26
0 -> throw
IllegalArgumentException
("invalid section size, cannot be zero")
/frameworks/native/opengl/tools/glgen/stubs/egl/
eglCreatePbufferFromClientBuffer.cpp
19
_exceptionType = "java/lang/
IllegalArgumentException
";
36
_exceptionType = "java/lang/
IllegalArgumentException
";
/frameworks/native/opengl/tools/glgen/stubs/gles11/
glCreateShaderProgramv.cpp
15
_exceptionType = "java/lang/
IllegalArgumentException
";
42
_exceptionType = "java/lang/
IllegalArgumentException
";
glTransformFeedbackVaryings.cpp
15
_exceptionType = "java/lang/
IllegalArgumentException
";
26
_exceptionType = "java/lang/
IllegalArgumentException
";
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
PropertyService.java
35
* @throws
IllegalArgumentException
if the key exceeds 32 characters
36
* @throws
IllegalArgumentException
if the value exceeds 92 characters
/frameworks/support/core/ktx/src/main/java/androidx/core/content/
ContentValues.kt
24
* @throws
IllegalArgumentException
When a value is not a supported type of [ContentValues].
41
throw
IllegalArgumentException
("Illegal value type $valueType for key \"$key\"")
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/charset/
CoderResultTest.java
185
fail("Should throw
IllegalArgumentException
");
186
} catch (
IllegalArgumentException
ex) {
191
fail("Should throw
IllegalArgumentException
");
192
} catch (
IllegalArgumentException
ex) {
210
fail("Should throw
IllegalArgumentException
");
211
} catch (
IllegalArgumentException
ex) {
216
fail("Should throw
IllegalArgumentException
");
217
} catch (
IllegalArgumentException
ex) {
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/jar/
AttributesNameTest.java
34
fail("Should throw
IllegalArgumentException
");
35
} catch (
IllegalArgumentException
e) {
Completed in 3097 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>