OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:illegalargumentexception
(Results
176 - 200
of
10592
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/guava/guava-tests/test/com/google/common/collect/
ConstrainedMapTest.java
74
fail("Expected
IllegalArgumentException
");
75
} catch (
IllegalArgumentException
expected) {
86
fail("Expected
IllegalArgumentException
");
87
} catch (
IllegalArgumentException
expected) {
98
fail("Expected
IllegalArgumentException
");
99
} catch (
IllegalArgumentException
expected) {
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
TestFailureRecovery.java
34
//} catch (
IllegalArgumentException
e) {
41
} catch (
IllegalArgumentException
e) {
48
} catch (
IllegalArgumentException
e) {
71
} catch (
IllegalArgumentException
e) {
78
} catch (
IllegalArgumentException
e) {
117
} catch (
IllegalArgumentException
e) {
/frameworks/av/packages/MediaComponents/src/com/android/media/
MediaLibraryService2Impl.java
103
throw new
IllegalArgumentException
("controller shouldn't be null");
106
throw new
IllegalArgumentException
("parentId shouldn't be null");
115
throw new
IllegalArgumentException
("parentId shouldn't be null");
125
throw new
IllegalArgumentException
("controller shouldn't be null");
128
throw new
IllegalArgumentException
("query shouldn't be empty");
156
throw new
IllegalArgumentException
("rootId shouldn't be null.");
/frameworks/base/core/java/android/security/keymaster/
KeyCharacteristics.java
73
* @throws
IllegalArgumentException
if {@code tag} is not an enum tag.
88
* throws
IllegalArgumentException
if {@code tag} is not a repeating enum tag.
101
* @throws
IllegalArgumentException
if {@code tag} is not an unsigned 32-bit int tag.
114
* @throws
IllegalArgumentException
if {@code tag} is not a repeating unsigned 64-bit long tag.
126
* @throws
IllegalArgumentException
if {@code tag} is not a date tag or if the tag's value
141
* @throws
IllegalArgumentException
if {@code tag} is not a boolean tag.
/frameworks/base/media/java/android/media/
MediaSyncEvent.java
53
* @throws java.lang.
IllegalArgumentException
56
throws
IllegalArgumentException
{
58
throw (new
IllegalArgumentException
(eventType
82
* @throws java.lang.
IllegalArgumentException
85
throws
IllegalArgumentException
{
89
throw (new
IllegalArgumentException
(audioSessionId + " is not a valid session ID."));
/libcore/luni/src/test/java/libcore/java/lang/
OldAndroidMonitorTest.java
58
} catch (
IllegalArgumentException
ex) {
66
"have thrown
IllegalArgumentException
");
76
} catch (
IllegalArgumentException
ex) {
84
"have thrown
IllegalArgumentException
");
95
} catch (
IllegalArgumentException
ex) {
103
"have thrown
IllegalArgumentException
");
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
BERConstructedOctetString.java
34
throw new
IllegalArgumentException
(octs.elementAt(i).getClass().getName() + " found in input should only contain DEROctetString");
38
throw new
IllegalArgumentException
("exception converting octets " + e.toString());
78
throw new
IllegalArgumentException
("Unable to encode object");
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x9/
DHPublicKey.java
51
throw new
IllegalArgumentException
("Invalid DHPublicKey: " + obj.getClass().getName());
58
throw new
IllegalArgumentException
("'y' cannot be null");
73
throw new
IllegalArgumentException
("'y' cannot be null");
/external/easymock/src/org/easymock/internal/
Range.java
34
throw new RuntimeExceptionWrapper(new
IllegalArgumentException
(
39
throw new RuntimeExceptionWrapper(new
IllegalArgumentException
(
44
throw new RuntimeExceptionWrapper(new
IllegalArgumentException
(
/external/guava/guava-tests/test/com/google/common/net/
HostAndPortTest.java
104
} catch (
IllegalArgumentException
e) {
117
} catch (
IllegalArgumentException
e) {
157
fail("Expected
IllegalArgumentException
");
158
} catch (
IllegalArgumentException
expected) {
163
fail("Expected
IllegalArgumentException
");
164
} catch (
IllegalArgumentException
expected) {
179
fail("Expected
IllegalArgumentException
");
180
} catch (
IllegalArgumentException
expected) {
185
fail("Expected
IllegalArgumentException
");
186
} catch (
IllegalArgumentException
expected)
[
all
...]
/external/jarjar/src/main/com/tonicsystems/jarjar/
JarJarTask.java
31
throw new
IllegalArgumentException
("The <rule> element requires both \"pattern\" and \"result\" attributes.");
37
throw new
IllegalArgumentException
("The <zap> element requires a \"pattern\" attribute.");
43
throw new
IllegalArgumentException
("The <keep> element requires a \"pattern\" attribute.");
/external/nist-sip/java/gov/nist/javax/sip/message/
MessageFactoryExt.java
48
* @throws
IllegalArgumentException
if Charset is not a known charset.
52
throws NullPointerException,
IllegalArgumentException
;
59
* @throws NullPointerException,
IllegalArgumentException
/frameworks/base/core/java/android/app/timezone/
Utils.java
26
throw new
IllegalArgumentException
("Invalid " + type + " version=" + version);
35
throw new
IllegalArgumentException
(type + " must not be empty");
63
throw new
IllegalArgumentException
(type + " != null");
/frameworks/base/core/java/android/content/res/
ObbScanner.java
35
* @throws
IllegalArgumentException
if the OBB file couldn't be found
40
throw new
IllegalArgumentException
("file path cannot be null");
45
throw new
IllegalArgumentException
("OBB file does not exist: " + filePath);
/frameworks/base/core/tests/coretests/src/android/widget/focus/
LinearLayoutGrid.java
41
throw new
IllegalArgumentException
("row out of range");
44
throw new
IllegalArgumentException
("column out of range");
60
throw new
IllegalArgumentException
("column out of range");
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
ProxyTest.java
56
fail("should throw
IllegalArgumentException
");
57
} catch (
IllegalArgumentException
e) {
63
fail("should throw
IllegalArgumentException
");
64
} catch (
IllegalArgumentException
e) {
70
fail("should throw
IllegalArgumentException
");
71
} catch (
IllegalArgumentException
e) {
77
fail("should throw
IllegalArgumentException
");
78
} catch (
IllegalArgumentException
e) {
203
fail("should throw
IllegalArgumentException
, illegalName:"
205
} catch (
IllegalArgumentException
e)
[
all
...]
/libcore/luni/src/test/java/libcore/java/lang/invoke/
MethodHandleInfoTest.java
35
} catch (
IllegalArgumentException
expected) {
71
} catch (
IllegalArgumentException
expected) {
77
} catch (
IllegalArgumentException
expected) {
/libcore/luni/src/test/java/libcore/java/util/
RandomTest.java
74
} catch (
IllegalArgumentException
expected) {}
93
} catch (
IllegalArgumentException
expected) {}
113
} catch (
IllegalArgumentException
expected) {}
117
} catch (
IllegalArgumentException
expected) {}
149
} catch (
IllegalArgumentException
expected) {}
168
} catch (
IllegalArgumentException
expected) {}
188
} catch (
IllegalArgumentException
expected) {}
192
} catch (
IllegalArgumentException
expected) {}
224
} catch (
IllegalArgumentException
expected) {}
247
} catch (
IllegalArgumentException
expected) {
[
all
...]
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
MessageDigest1Test.java
67
fail("No expected
IllegalArgumentException
");
68
} catch (
IllegalArgumentException
e) {
73
fail("No expected
IllegalArgumentException
");
74
} catch (
IllegalArgumentException
e) {
79
fail("No expected
IllegalArgumentException
");
80
} catch (
IllegalArgumentException
e) {
157
fail("No expected
IllegalArgumentException
");
158
} catch (
IllegalArgumentException
e) {
163
fail("No expected
IllegalArgumentException
");
164
} catch (
IllegalArgumentException
e)
[
all
...]
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/
ModuleMerger.java
26
throw new
IllegalArgumentException
(
43
throw new
IllegalArgumentException
("suite was not a splitted suite.");
46
throw new
IllegalArgumentException
("suite was not a splitted suite.");
/art/test/064-field-access/
info.txt
6
the field causes an
IllegalArgumentException
. If code does both at the
/cts/tests/autofillservice/src/android/autofillservice/cts/
CustomDescriptionUnitTest.java
51
assertThrows(
IllegalArgumentException
.class, () -> mBuilder.addChild(42, null));
56
assertThrows(
IllegalArgumentException
.class,
62
assertThrows(
IllegalArgumentException
.class,
68
assertThrows(
IllegalArgumentException
.class,
Timeout.java
47
* @throws
IllegalArgumentException
if {@code name} is {@code null} or empty,
53
throw new
IllegalArgumentException
(
57
throw new
IllegalArgumentException
("multiplier must be higher than 1: " + multiplier);
60
throw new
IllegalArgumentException
("no name");
120
* @throws
IllegalArgumentException
if {@code description} is {@code null} or empty, if
138
* @throws
IllegalArgumentException
if {@code description} is {@code null} or empty, if
146
throw new
IllegalArgumentException
("no description");
149
throw new
IllegalArgumentException
("no job");
152
throw new
IllegalArgumentException
("need to sleep at least 1ms, right?");
UserDataTest.java
95
assertThrows(
IllegalArgumentException
.class,
99
assertThrows(
IllegalArgumentException
.class,
101
assertThrows(
IllegalArgumentException
.class,
103
assertThrows(
IllegalArgumentException
.class,
106
assertThrows(
IllegalArgumentException
.class, () -> new UserData.Builder(mId, mValue, ""));
112
assertThrows(
IllegalArgumentException
.class, () -> mBuilder.add("", mCategoryId));
113
assertThrows(
IllegalArgumentException
.class, () -> mBuilder.add(mShortValue, mCategoryId));
114
assertThrows(
IllegalArgumentException
.class, () -> mBuilder.add(mLongValue, mCategoryId));
116
assertThrows(
IllegalArgumentException
.class, () -> mBuilder.add(mValue, ""));
/cts/tests/tests/database/src/android/database/cts/
ObservableTest.java
29
fail("registerObserver should throw a
IllegalArgumentException
here.");
30
} catch (
IllegalArgumentException
e) {
44
fail("unregisterObserver should throw a
IllegalArgumentException
here.");
45
} catch (
IllegalArgumentException
e) {
Completed in 1475 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>