OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:illegalargumentexception
(Results
801 - 825
of
10592
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
>>
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/summary/
Sum.java
110
* Throws <code>
IllegalArgumentException
</code> if the array is null.</p>
116
* @throws
IllegalArgumentException
if the array is null or the array index
136
* Throws <code>
IllegalArgumentException
</code> if any of the following are true:
155
* @throws
IllegalArgumentException
if the parameters are not valid
173
* Throws <code>
IllegalArgumentException
</code> if any of the following are true:
189
* @throws
IllegalArgumentException
if the parameters are not valid
/external/apache-http/src/org/apache/http/conn/params/
ConnRouteParams.java
94
throw new
IllegalArgumentException
("Parameters must not be null.");
119
throw new
IllegalArgumentException
("Parameters must not be null.");
138
throw new
IllegalArgumentException
("Parameters must not be null.");
163
throw new
IllegalArgumentException
("Parameters must not be null.");
183
throw new
IllegalArgumentException
("Parameters must not be null.");
202
throw new
IllegalArgumentException
("Parameters must not be null.");
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
ASN1Sequence.java
67
* @exception
IllegalArgumentException
if the object cannot be converted.
89
throw new
IllegalArgumentException
("failed to construct sequence from byte[]: " + e.getMessage());
102
throw new
IllegalArgumentException
("unknown object in getInstance: " + obj.getClass().getName());
118
* @exception
IllegalArgumentException
if the tagged object cannot
130
throw new
IllegalArgumentException
("object implicit - explicit expected.");
162
throw new
IllegalArgumentException
("unknown object in getInstance: " + obj.getClass().getName());
/external/emma/core/java12/com/vladium/emma/report/
SourcePathCache.java
39
if (sourcepath == null) throw new
IllegalArgumentException
("null input: sourcepath");
61
if (sourcepath == null) throw new
IllegalArgumentException
("null input: sourcepath");
83
if (packageVMName == null) throw new
IllegalArgumentException
("null input: packageVMName");
84
if (name == null) throw new
IllegalArgumentException
("null input: name");
168
throw new
IllegalArgumentException
("null input: extension");
174
throw new
IllegalArgumentException
("empty input: extension");
/external/glide/library/src/main/java/com/bumptech/glide/manager/
RequestManagerRetriever.java
83
throw new
IllegalArgumentException
("You cannot start a load on a null Context");
109
throw new
IllegalArgumentException
("You cannot start a load on a fragment before it is attached");
115
throw new
IllegalArgumentException
("You cannot start a load on a detached fragment");
136
throw new
IllegalArgumentException
("You cannot start a load for a destroyed activity");
143
throw new
IllegalArgumentException
("You cannot start a load on a fragment before it is attached");
157
throw new
IllegalArgumentException
("You cannot start a load on a detached fragment");
/external/guava/guava-gwt/test-super/com/google/common/io/super/com/google/common/io/
BaseEncodingTest.java
57
fail("Expected
IllegalArgumentException
");
58
} catch (
IllegalArgumentException
expected) {}
62
fail("Expected
IllegalArgumentException
");
63
} catch (
IllegalArgumentException
expected) {}
293
fail("Expected
IllegalArgumentException
");
294
} catch (
IllegalArgumentException
expected) {
/external/guava/guava-tests/test/com/google/common/collect/
QueuesTest.java
214
fail("Should have thrown
IllegalArgumentException
");
215
} catch (
IllegalArgumentException
expected) {
216
// any capacity less than 1 should throw
IllegalArgumentException
225
fail("Should have thrown
IllegalArgumentException
");
226
} catch (
IllegalArgumentException
expected) {
227
// any capacity less than 1 should throw
IllegalArgumentException
/external/tensorflow/tensorflow/java/src/main/java/org/tensorflow/
Graph.java
110
* @throws
IllegalArgumentException
if graphDef is not a recognized serialization of a graph.
113
public void importGraphDef(byte[] graphDef) throws
IllegalArgumentException
{
122
* @throws
IllegalArgumentException
if graphDef is not a recognized serialization of a graph.
125
public void importGraphDef(byte[] graphDef, String prefix) throws
IllegalArgumentException
{
127
throw new
IllegalArgumentException
("graphDef and prefix cannot be null");
253
throws
IllegalArgumentException
;
/frameworks/base/core/java/android/database/
MatrixCursor.java
96
* @throws
IllegalArgumentException
if {@code columnValues.length !=
103
throw new
IllegalArgumentException
("columnNames.length = "
117
* @throws
IllegalArgumentException
if {@code columnValues.size() !=
137
throw new
IllegalArgumentException
(
145
throw new
IllegalArgumentException
(
157
throw new
IllegalArgumentException
("columnNames.length = "
/frameworks/base/drm/java/android/drm/
DrmManagerClient.java
384
throw new
IllegalArgumentException
("Given usage or path is invalid/null");
399
throw new
IllegalArgumentException
("Given path is invalid/null");
415
throw new
IllegalArgumentException
("Uri should be non null");
430
throw new
IllegalArgumentException
("Uri should be non null");
453
throw new
IllegalArgumentException
("Given drmRights or contentPath is not valid");
470
throw new
IllegalArgumentException
(
486
throw new
IllegalArgumentException
("Path or the mimetype should be non null");
501
throw new
IllegalArgumentException
("Uri or the mimetype should be non null");
514
throw new
IllegalArgumentException
("Given drmInfo is invalid/null");
534
throw new
IllegalArgumentException
("Given drmInfoRequest is invalid/null")
[
all
...]
/frameworks/base/media/jni/
android_media_MediaCrypto.cpp
189
"java/lang/
IllegalArgumentException
",
241
"java/lang/
IllegalArgumentException
",
260
jniThrowException(env, "java/lang/
IllegalArgumentException
", NULL);
267
jniThrowException(env, "java/lang/
IllegalArgumentException
", NULL);
288
jniThrowException(env, "java/lang/
IllegalArgumentException
", NULL);
295
jniThrowException(env, "java/lang/
IllegalArgumentException
", NULL);
/frameworks/base/services/usb/java/com/android/server/usb/descriptors/
ByteStream.java
59
* @throws
IllegalArgumentException
63
throw new
IllegalArgumentException
();
181
* @throws
IllegalArgumentException
186
throw new
IllegalArgumentException
();
202
* @throws
IllegalArgumentException
207
throw new
IllegalArgumentException
();
/frameworks/support/lifecycle/common/src/main/java/androidx/lifecycle/
ClassesInfoCache.java
71
throw new
IllegalArgumentException
("The observer class has some methods that use "
93
throw new
IllegalArgumentException
(
134
throw new
IllegalArgumentException
(
143
throw new
IllegalArgumentException
(
147
throw new
IllegalArgumentException
(
152
throw new
IllegalArgumentException
("cannot have more than 2 params");
/frameworks/support/work/workmanager/src/main/java/androidx/work/impl/model/
WorkTypeConverters.java
109
throw new
IllegalArgumentException
(
142
throw new
IllegalArgumentException
(
163
throw new
IllegalArgumentException
(
184
throw new
IllegalArgumentException
(
214
throw new
IllegalArgumentException
(
244
throw new
IllegalArgumentException
(
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
BreakIteratorTest.java
88
} catch (
IllegalArgumentException
e) {
95
} catch (
IllegalArgumentException
e) {
104
} catch (
IllegalArgumentException
e) {
113
} catch (
IllegalArgumentException
e) {
140
} catch (
IllegalArgumentException
e) {
151
} catch (
IllegalArgumentException
e) {
/libcore/luni/src/main/java/java/math/
MathContext.java
79
* @throws
IllegalArgumentException
96
* @throws
IllegalArgumentException
114
* @throws
IllegalArgumentException
143
private
IllegalArgumentException
invalidMathContext(String reason, String s) {
144
throw new
IllegalArgumentException
(reason + ": " + s);
149
throw new
IllegalArgumentException
("Negative precision: " + precision);
/libcore/luni/src/main/java/org/xml/sax/ext/
Attributes2Impl.java
100
throw new
IllegalArgumentException
(
116
throw new
IllegalArgumentException
(
146
* @exception java.lang.
IllegalArgumentException
When the
154
throw new
IllegalArgumentException
(
166
* @exception java.lang.
IllegalArgumentException
When the
174
throw new
IllegalArgumentException
(
/libcore/luni/src/test/java/libcore/java/net/
InetSocketAddressTest.java
28
} catch (
IllegalArgumentException
expected) {
33
} catch (
IllegalArgumentException
expected) {
71
} catch(
IllegalArgumentException
expected) {
77
} catch (
IllegalArgumentException
expected) {
89
} catch (
IllegalArgumentException
expected) {
95
} catch (
IllegalArgumentException
expected) {
/libcore/luni/src/test/java/libcore/java/util/
OldTreeSetTest.java
145
fail("
IllegalArgumentException
expected");
146
} catch (
IllegalArgumentException
e) {
193
fail("
IllegalArgumentException
expected");
194
} catch (
IllegalArgumentException
e) {
232
fail("
IllegalArgumentException
expected");
233
} catch (
IllegalArgumentException
e) {
/libcore/luni/src/test/java/libcore/xml/
KxmlSerializerTest.java
133
} catch (
IllegalArgumentException
expected) {
138
} catch (
IllegalArgumentException
expected) {
143
} catch (
IllegalArgumentException
expected) {
161
} catch (
IllegalArgumentException
expected) {
179
} catch (
IllegalArgumentException
expected) {
197
} catch (
IllegalArgumentException
expected) {
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
NullCipherTest.java
193
fail("Expected
IllegalArgumentException
was not thrown");
194
} catch (
IllegalArgumentException
e) {
216
fail("Expected
IllegalArgumentException
was not thrown");
217
} catch (
IllegalArgumentException
e) {
251
fail("Expected
IllegalArgumentException
was not thrown");
252
} catch (
IllegalArgumentException
e) {
/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
PbapClientService.java
123
} catch (
IllegalArgumentException
e) {
266
throw new
IllegalArgumentException
("Null device");
290
throw new
IllegalArgumentException
("Null device");
329
throw new
IllegalArgumentException
("Null device");
342
throw new
IllegalArgumentException
("Null device");
355
throw new
IllegalArgumentException
("Null device");
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
RequiredStrongAuthTimeoutTest.java
82
fail("Didn't throw
IllegalArgumentException
");
83
} catch (
IllegalArgumentException
iae) {
/cts/hostsidetests/devicepolicy/app/ProfileOwner/src/com/android/cts/profileowner/
AppUsageObserverTest.java
43
fail("Should have thrown an
IllegalArgumentException
");
44
} catch (
IllegalArgumentException
expected) {
/cts/tests/camera/src/android/hardware/camera2/cts/
Camera2MultiViewCtsActivity.java
52
throw new
IllegalArgumentException
("Texture view index must be between 0 and " +
60
throw new
IllegalArgumentException
("Surface view index must be 0 or 1");
Completed in 2325 milliseconds
<<
31
32
33
34
35
36
37
38
39
40
>>