OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:illegalargumentexception
(Results
651 - 675
of
10592
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/external/biz/base64Coder/
Base64Coder.java
106
throw new
IllegalArgumentException
();
191
* @throws
IllegalArgumentException
207
* @throws
IllegalArgumentException
228
* @throws
IllegalArgumentException
242
* @throws
IllegalArgumentException
262
* @throws
IllegalArgumentException
267
throw new
IllegalArgumentException
(
282
throw new
IllegalArgumentException
("Illegal character in Base64 encoded data.");
288
throw new
IllegalArgumentException
("Illegal character in Base64 encoded data.");
/frameworks/base/core/java/android/bluetooth/le/
AdvertisingSetParameters.java
330
* @throws
IllegalArgumentException
If the primaryPhy is invalid.
335
throw new
IllegalArgumentException
("bad primaryPhy " + primaryPhy);
353
* @throws
IllegalArgumentException
If the secondaryPhy is invalid.
359
throw new
IllegalArgumentException
("bad secondaryPhy " + secondaryPhy);
372
* @throws
IllegalArgumentException
If the interval is invalid.
376
throw new
IllegalArgumentException
("unknown interval " + interval);
391
* @throws
IllegalArgumentException
If the {@code txPowerLevel} is invalid.
395
throw new
IllegalArgumentException
("unknown txPowerLevel " + txPowerLevel);
409
throw new
IllegalArgumentException
("Legacy advertising can't be anonymous");
/frameworks/base/core/java/android/os/
SharedMemory.java
49
throw new
IllegalArgumentException
(
53
throw new
IllegalArgumentException
(
59
throw new
IllegalArgumentException
("FileDescriptor is not a valid ashmem fd");
83
throw new
IllegalArgumentException
("Size must be greater than zero");
99
throw new
IllegalArgumentException
("Invalid prot value");
217
throw new
IllegalArgumentException
("Offset must be >= 0");
220
throw new
IllegalArgumentException
("Length must be > 0");
223
throw new
IllegalArgumentException
("offset + length must not exceed getSize()");
243
throw new
IllegalArgumentException
(
/frameworks/base/core/jni/
android_opengl_GLES10.cpp
253
jniThrowException(_env, "java/lang/
IllegalArgumentException
",
369
_exceptionType = "java/lang/
IllegalArgumentException
";
375
_exceptionType = "java/lang/
IllegalArgumentException
";
386
_exceptionType = "java/lang/
IllegalArgumentException
";
432
_exceptionType = "java/lang/
IllegalArgumentException
";
655
_exceptionType = "java/lang/
IllegalArgumentException
";
698
_exceptionType = "java/lang/
IllegalArgumentException
";
782
_exceptionType = "java/lang/
IllegalArgumentException
";
788
_exceptionType = "java/lang/
IllegalArgumentException
";
795
_exceptionType = "java/lang/
IllegalArgumentException
";
[
all
...]
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
Camera2Focuser.java
100
throw new
IllegalArgumentException
("camera must not be null");
103
throw new
IllegalArgumentException
("session must not be null");
106
throw new
IllegalArgumentException
("listener must not be null");
109
throw new
IllegalArgumentException
("handler must not be null");
112
throw new
IllegalArgumentException
("requestSurface must not be null");
115
throw new
IllegalArgumentException
("staticInfo must not be null");
127
throw new
IllegalArgumentException
("this camera doesn't have a focuser");
314
* @throws
IllegalArgumentException
if the region is malformed (length is 0).
323
throw new
IllegalArgumentException
("afRegions is malformed, length: 0");
/libcore/luni/src/main/java/javax/xml/parsers/
DocumentBuilder.java
89
* An <code>
IllegalArgumentException
</code> is thrown if the
103
throw new
IllegalArgumentException
("InputStream cannot be null");
113
* An <code>
IllegalArgumentException
</code> is thrown if the
127
throw new
IllegalArgumentException
("InputStream cannot be null");
138
* An <code>
IllegalArgumentException
</code> is thrown if the
151
throw new
IllegalArgumentException
("URI cannot be null");
161
* An <code>
IllegalArgumentException
</code> is thrown if the
173
throw new
IllegalArgumentException
("File cannot be null");
189
* An <code>
IllegalArgumentException
</code> is thrown if the
/cts/tests/tests/drm/src/android/drm/cts/
DrmEventTest.java
208
} catch(
IllegalArgumentException
e) {
215
} catch(
IllegalArgumentException
e) {
224
} catch(
IllegalArgumentException
e) {
231
} catch(
IllegalArgumentException
e) {
242
} catch(
IllegalArgumentException
iae) {
/cts/tests/tests/location/src/android/location/cts/asn1/base/
Asn1Object.java
127
* @throws
IllegalArgumentException
in case of parsing failure
138
throw new
IllegalArgumentException
("Length mismatch: expected=" + buf.remaining()
149
throw new
IllegalArgumentException
("Length mismatch: expected=" + buf.remaining()
159
throw new
IllegalArgumentException
("BER encoded input not fully read");
165
throw new
IllegalArgumentException
("Invalid tag: expected=" + expected
/cts/tests/tests/proto/src/android/util/proto/cts/
ProtoOutputStreamTagTest.java
96
} catch (
IllegalArgumentException
ex) {
107
} catch (
IllegalArgumentException
ex) {
132
} catch (
IllegalArgumentException
ex) {
143
} catch (
IllegalArgumentException
ex) {
164
} catch (
IllegalArgumentException
ex) {
/cts/tests/tests/telephony/src/android/telephony/embms/cts/
MbmsDownloadSessionTest.java
103
} catch (
IllegalArgumentException
e) {
113
} catch (
IllegalArgumentException
e) {
120
} catch (
IllegalArgumentException
e) {
127
} catch (
IllegalArgumentException
e) {
134
} catch (
IllegalArgumentException
e) {
/dalvik/dexgen/src/com/android/dexgen/rop/annotation/
Annotations.java
50
* @throws
IllegalArgumentException
thrown if there is a duplicate type
70
* @throws
IllegalArgumentException
thrown if there is a duplicate type
166
* @throws
IllegalArgumentException
thrown if there is a duplicate type
178
throw new
IllegalArgumentException
("duplicate type: " +
190
* @throws
IllegalArgumentException
thrown if there is a duplicate type
/dalvik/dx/src/com/android/dx/rop/annotation/
Annotations.java
49
* @throws
IllegalArgumentException
thrown if there is a duplicate type
69
* @throws
IllegalArgumentException
thrown if there is a duplicate type
167
* @throws
IllegalArgumentException
thrown if there is a duplicate type
179
throw new
IllegalArgumentException
("duplicate type: " +
191
* @throws
IllegalArgumentException
thrown if there is a duplicate type
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/inference/
OneWayAnovaImpl.java
69
throws
IllegalArgumentException
, MathException {
85
throws
IllegalArgumentException
, MathException {
103
throws
IllegalArgumentException
, MathException {
119
* @throws
IllegalArgumentException
if categoryData does not meet
124
throws
IllegalArgumentException
, MathException {
/external/apache-http/src/org/apache/http/impl/cookie/
BasicDomainHandler.java
54
throw new
IllegalArgumentException
("Cookie may not be null");
68
throw new
IllegalArgumentException
("Cookie may not be null");
71
throw new
IllegalArgumentException
("Cookie origin may not be null");
109
throw new
IllegalArgumentException
("Cookie may not be null");
112
throw new
IllegalArgumentException
("Cookie origin may not be null");
RFC2109DomainHandler.java
56
throw new
IllegalArgumentException
("Cookie may not be null");
70
throw new
IllegalArgumentException
("Cookie may not be null");
73
throw new
IllegalArgumentException
("Cookie origin may not be null");
119
throw new
IllegalArgumentException
("Cookie may not be null");
122
throw new
IllegalArgumentException
("Cookie origin may not be null");
RFC2965PortAttributeHandler.java
113
throw new
IllegalArgumentException
("Cookie may not be null");
131
throw new
IllegalArgumentException
("Cookie may not be null");
134
throw new
IllegalArgumentException
("Cookie origin may not be null");
154
throw new
IllegalArgumentException
("Cookie may not be null");
157
throw new
IllegalArgumentException
("Cookie origin may not be null");
/external/apache-http/src/org/apache/http/util/
EntityUtils.java
67
throw new
IllegalArgumentException
("HTTP entity may not be null");
74
throw new
IllegalArgumentException
("HTTP entity too large to be buffered in memory");
97
throw new
IllegalArgumentException
("HTTP entity may not be null");
115
throw new
IllegalArgumentException
("HTTP entity may not be null");
122
throw new
IllegalArgumentException
("HTTP entity too large to be buffered in memory");
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/
CBCBlockCipher.java
56
* @exception
IllegalArgumentException
if the params argument is
62
throws
IllegalArgumentException
75
throw new
IllegalArgumentException
("initialisation vector must be the same length as block size");
89
throw new
IllegalArgumentException
("cannot change encrypting state without providing key.");
103
throw new
IllegalArgumentException
("cannot change encrypting state without providing key.");
/external/guava/guava/src/com/google/common/net/
HostSpecifier.java
73
* @throws
IllegalArgumentException
if the specifier is not valid.
89
} catch (
IllegalArgumentException
e) {
106
throw new
IllegalArgumentException
(
122
} catch (
IllegalArgumentException
e) {
143
} catch (
IllegalArgumentException
e) {
/external/guava/guava-gwt/test-super/com/google/common/cache/super/com/google/common/cache/
CacheBuilderTest.java
53
} catch (
IllegalArgumentException
expected) {}
76
} catch (
IllegalArgumentException
expected) {}
98
} catch (
IllegalArgumentException
expected) {}
115
} catch (
IllegalArgumentException
expected) {}
140
} catch (
IllegalArgumentException
expected) {}
/external/guava/guava-tests/test/com/google/common/collect/
ImmutableRangeMapTest.java
71
fail("Expected
IllegalArgumentException
");
72
} catch (
IllegalArgumentException
expected) {
77
fail("Expected
IllegalArgumentException
");
78
} catch (
IllegalArgumentException
expected) {
93
} catch (
IllegalArgumentException
e) {
/external/guava/guava-tests/test/com/google/common/net/
PercentEscaperTest.java
118
* {@link
IllegalArgumentException
}.
126
} catch (
IllegalArgumentException
expected) {
133
* 'plusForSpace' (throws {@link
IllegalArgumentException
}).
138
} catch (
IllegalArgumentException
e) {
146
} catch (
IllegalArgumentException
expected) {
/external/icu/tools/srcgen/currysrc/src/main/java/com/google/currysrc/api/process/ast/
BodyDeclarationLocators.java
98
throw new
IllegalArgumentException
("Unsupported node type: " + nodeType);
119
throw new
IllegalArgumentException
("No '(' found in " + methodNameAndParameters);
132
throw new
IllegalArgumentException
("Unsupported locator type: " + locatorTypeName);
160
throw new
IllegalArgumentException
("Expected \"(<types>)\" but was " + parametersString);
172
throw new
IllegalArgumentException
("Cannot split " + string + " on " + separator);
/external/jarjar/src/main/com/tonicsystems/jarjar/
Wildcard.java
39
throw new
IllegalArgumentException
("'**' is not a valid pattern");
41
throw new
IllegalArgumentException
("Not a valid package pattern: " + pattern);
43
throw new
IllegalArgumentException
("The sequence '***' is invalid in a package pattern");
71
throw new
IllegalArgumentException
("Backslash not followed by a digit");
94
throw new
IllegalArgumentException
("Result includes impossible placeholder \"@" + max + "\": " + result);
/external/jarjar/src/main/com/tonicsystems/jarjar/util/
ClassPathIterator.java
59
throw new
IllegalArgumentException
("Multiple wildcards are not allowed: " + part);
62
throw new
IllegalArgumentException
("Incorrect wildcard usage: " + part);
69
throw new
IllegalArgumentException
("File " + file + " does not exist");
73
throw new
IllegalArgumentException
("File " + file + " + is not a directory");
129
throw new
IllegalArgumentException
("Do not know how to handle " + file);
Completed in 2509 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>