OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:illegalargumentexception
(Results
226 - 250
of
10592
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/frameworks/native/opengl/tools/glgen/stubs/gles11/
glDrawElementsIndirect.cpp
7
jniThrowException(_env, "java/lang/
IllegalArgumentException
", "indirect offset too large");
glGetShaderInfoLog.cpp
12
jniThrowException(_env, "java/lang/
IllegalArgumentException
", "out of memory");
glGetShaderSource.cpp
18
_exceptionType = "java/lang/
IllegalArgumentException
";
30
_exceptionType = "java/lang/
IllegalArgumentException
";
36
_exceptionType = "java/lang/
IllegalArgumentException
";
100
jniThrowException(_env, "java/lang/
IllegalArgumentException
", "out of memory");
/frameworks/support/navigation/common/src/test/java/androidx/navigation/
SimpleNavigatorProviderTest.java
40
+ "
IllegalArgumentException
");
41
} catch (
IllegalArgumentException
e) {
76
+ "an
IllegalArgumentException
");
77
} catch (
IllegalArgumentException
e) {
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/
SSLEngineResultHandshakeStatusTest.java
68
fail("
IllegalArgumentException
should be thrown for " + str_invalid[i]);
69
} catch (
IllegalArgumentException
iae) {
77
fail("NullPointerException/
IllegalArgumentException
should be thrown for NULL parameter");
80
} catch (
IllegalArgumentException
iae) {
SSLEngineResultStatusTest.java
75
fail("
IllegalArgumentException
should be thrown for " + str_invalid[i]);
76
} catch (
IllegalArgumentException
iae) {
84
fail("NullPointerException/
IllegalArgumentException
should be thrown for NULL parameter");
87
} catch (
IllegalArgumentException
iae) {
SSLEngineResultTest.java
42
* constructor throws
IllegalArgumentException
when bytesConsumed
54
fail("
IllegalArgumentException
must be thrown");
55
} catch (
IllegalArgumentException
e) {
60
fail("
IllegalArgumentException
must be thrown");
61
} catch (
IllegalArgumentException
e) {
67
fail("
IllegalArgumentException
must be thrown");
68
} catch (
IllegalArgumentException
e) {
75
fail("
IllegalArgumentException
must be thrown");
76
} catch (
IllegalArgumentException
e) {
SSLSessionContextTest.java
34
fail("
IllegalArgumentException
wasn't thrown");
35
} catch (
IllegalArgumentException
iae) {
58
fail("
IllegalArgumentException
wasn't thrown");
59
} catch (
IllegalArgumentException
iae) {
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/xml/parsers/
SAXParserTest.java
332
fail("java.lang.
IllegalArgumentException
is not thrown");
333
} catch(java.lang.
IllegalArgumentException
iae) {
339
} catch(java.lang.
IllegalArgumentException
iae) {
340
fail("java.lang.
IllegalArgumentException
is thrown");
377
fail("java.lang.
IllegalArgumentException
is not thrown");
378
} catch(java.lang.
IllegalArgumentException
iae) {
388
} catch(java.lang.
IllegalArgumentException
iae) {
389
fail("java.lang.
IllegalArgumentException
is thrown");
423
fail("java.lang.
IllegalArgumentException
is not thrown");
424
} catch (
IllegalArgumentException
expected)
[
all
...]
/libcore/luni/src/main/java/org/apache/harmony/xml/parsers/
DocumentBuilderFactoryImpl.java
38
public Object getAttribute(String name) throws
IllegalArgumentException
{
39
throw new
IllegalArgumentException
(name);
85
throws
IllegalArgumentException
{
86
throw new
IllegalArgumentException
(name);
/libcore/luni/src/test/java/libcore/java/net/
OldDatagramPacketTest.java
64
fail("
IllegalArgumentException
was not thrown.");
65
} catch(
IllegalArgumentException
expected) {
70
fail("
IllegalArgumentException
was not thrown.");
71
} catch(
IllegalArgumentException
expected) {
/libcore/luni/src/test/java/libcore/java/util/
OldLinkedHashMapTest.java
58
fail("
IllegalArgumentException
expected");
59
} catch (
IllegalArgumentException
expected) {
64
fail("
IllegalArgumentException
expected");
65
} catch (
IllegalArgumentException
expected) {
/libcore/luni/src/test/java/libcore/java/util/jar/
OldAttributesTest.java
38
a.getValue("
IllegalArgumentException
expected");
39
} catch (
IllegalArgumentException
ee) {
99
fail("
IllegalArgumentException
expected");
100
} catch (
IllegalArgumentException
ee) {
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
KeyGeneratorSpiTest.java
74
fail("
IllegalArgumentException
must be thrown");
75
} catch (
IllegalArgumentException
e) {
79
fail("
IllegalArgumentException
must be thrown");
80
} catch (
IllegalArgumentException
e) {
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
RC5ParameterSpecTest.java
39
* testing. Tests that
IllegalArgumentException
is thrown in the case of
51
fail("An
IllegalArgumentException
should be thrown "
53
} catch (
IllegalArgumentException
e) {
58
fail("An
IllegalArgumentException
should be thrown "
60
} catch (
IllegalArgumentException
e) {
65
fail("An
IllegalArgumentException
should be thrown "
67
} catch (
IllegalArgumentException
e) {
80
* offset) method testing. Tests that
IllegalArgumentException
is thrown in
93
fail("An
IllegalArgumentException
should be thrown "
95
} catch (
IllegalArgumentException
e)
[
all
...]
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
KSPrivateKeyEntryTest.java
79
* and throws
IllegalArgumentException
when chain length is 0
92
fail("
IllegalArgumentException
must be thrown when chain length is 0");
93
} catch (
IllegalArgumentException
e) {
99
* Assertion: throws
IllegalArgumentException
when chain contains certificates
106
fail("
IllegalArgumentException
must be thrown when chain contains certificates of different types");
107
} catch (
IllegalArgumentException
e) {
114
* Assertion: throws
IllegalArgumentException
when algorithm of privateKey
121
fail("
IllegalArgumentException
must be thrown when key algorithms do not match");
122
} catch (
IllegalArgumentException
e) {
/libcore/luni/src/test/java/tests/java/security/
SecureRandomTest.java
153
} catch (
IllegalArgumentException
e) {
166
} catch (
IllegalArgumentException
e) {
174
fail("expected
IllegalArgumentException
");
179
} catch (
IllegalArgumentException
e) {
192
} catch (
IllegalArgumentException
e) {
214
} catch (
IllegalArgumentException
e) {
226
} catch (
IllegalArgumentException
e) {
234
fail("expected
IllegalArgumentException
");
237
} catch (
IllegalArgumentException
e) {
/libcore/luni/src/test/java/tests/security/cert/
CertPathBuilder2Test.java
129
* throws
IllegalArgumentException
when provider is null or empty;
134
NoSuchProviderException,
IllegalArgumentException
,
154
fail("
IllegalArgumentException
must be thrown when provider is null (type: "
156
} catch (
IllegalArgumentException
e) {
160
fail("
IllegalArgumentException
must be thrown when provider is empty (type: "
162
} catch (
IllegalArgumentException
e) {
197
IllegalArgumentException
,
216
fail("
IllegalArgumentException
must be thrown when provider is null (type: "
218
} catch (
IllegalArgumentException
e) {
/packages/apps/Messaging/src/com/android/messaging/mmslib/
SqliteWrapper.java
44
} catch (
IllegalArgumentException
e) {
57
} catch (
IllegalArgumentException
e) {
70
} catch (
IllegalArgumentException
e) {
83
} catch (
IllegalArgumentException
e) {
/packages/apps/TV/tuner/src/com/android/tv/tuner/exoplayer/audio/
MpegTsMediaCodecAudioTrackRenderer.java
43
void onAudioTrackSetPlaybackParamsError(
IllegalArgumentException
e);
60
} catch (
IllegalArgumentException
e) {
70
private void notifyAudioTrackSetPlaybackParamsError(final
IllegalArgumentException
e) {
82
private static boolean isAudioTrackSetPlaybackParamsError(
IllegalArgumentException
e) {
/packages/apps/UnifiedEmail/src/org/apache/commons/io/filefilter/
NameFileFilter.java
58
* @throws
IllegalArgumentException
if the name is null
69
* @throws
IllegalArgumentException
if the name is null
73
throw new
IllegalArgumentException
("The wildcard must not be null");
86
* @throws
IllegalArgumentException
if the names array is null
100
* @throws
IllegalArgumentException
if the names array is null
104
throw new
IllegalArgumentException
("The array of names must not be null");
114
* @throws
IllegalArgumentException
if the name list is null
126
* @throws
IllegalArgumentException
if the name list is null
131
throw new
IllegalArgumentException
("The list of names must not be null");
PrefixFileFilter.java
59
* @throws
IllegalArgumentException
if the prefix is null
71
* @throws
IllegalArgumentException
if the prefix is null
76
throw new
IllegalArgumentException
("The prefix must not be null");
89
* @throws
IllegalArgumentException
if the prefix array is null
104
* @throws
IllegalArgumentException
if the prefix is null
109
throw new
IllegalArgumentException
("The array of prefixes must not be null");
119
* @throws
IllegalArgumentException
if the prefix list is null
132
* @throws
IllegalArgumentException
if the prefix list is null
138
throw new
IllegalArgumentException
("The list of prefixes must not be null");
SuffixFileFilter.java
60
* @throws
IllegalArgumentException
if the suffix is null
72
* @throws
IllegalArgumentException
if the suffix is null
77
throw new
IllegalArgumentException
("The suffix must not be null");
90
* @throws
IllegalArgumentException
if the suffix array is null
105
* @throws
IllegalArgumentException
if the suffix array is null
110
throw new
IllegalArgumentException
("The array of suffixes must not be null");
120
* @throws
IllegalArgumentException
if the suffix list is null
133
* @throws
IllegalArgumentException
if the suffix list is null
139
throw new
IllegalArgumentException
("The list of suffixes must not be null");
/tools/loganalysis/src/com/android/loganalysis/item/
DvmLockSampleItem.java
64
public void setAttribute(String attribute, Object value) throws
IllegalArgumentException
{
69
throw new
IllegalArgumentException
(
75
throw new
IllegalArgumentException
("Invalid attribute key: " + attribute);
81
public Object getAttribute(String attribute) throws
IllegalArgumentException
{
/frameworks/base/core/jni/
android_opengl_GLES20.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
";
487
_exceptionType = "java/lang/
IllegalArgumentException
";
618
_exceptionType = "java/lang/
IllegalArgumentException
";
657
_exceptionType = "java/lang/
IllegalArgumentException
";
664
_exceptionType = "java/lang/
IllegalArgumentException
";
773
_exceptionType = "java/lang/
IllegalArgumentException
";
[
all
...]
Completed in 545 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>