OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:illegalargumentexception
(Results
626 - 650
of
10592
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/euicc/asn1/
IccUtilsTest.java
44
@Test(expected =
IllegalArgumentException
.class)
56
@Test(expected =
IllegalArgumentException
.class)
78
@Test(expected =
IllegalArgumentException
.class)
134
@Test(expected =
IllegalArgumentException
.class)
140
@Test(expected =
IllegalArgumentException
.class)
176
@Test(expected =
IllegalArgumentException
.class)
182
@Test(expected =
IllegalArgumentException
.class)
/frameworks/support/lifecycle/common/src/test/java/androidx/lifecycle/
ReflectiveGenericLifecycleObserverTest.java
212
@Test(expected =
IllegalArgumentException
.class)
222
@Test(expected =
IllegalArgumentException
.class)
232
@Test(expected =
IllegalArgumentException
.class)
242
@Test(expected =
IllegalArgumentException
.class)
265
@Test(expected =
IllegalArgumentException
.class)
312
@Test(expected =
IllegalArgumentException
.class)
364
@Test(expected =
IllegalArgumentException
.class)
/frameworks/support/media/src/main/java/androidx/media/
MediaSession2ImplBase.java
127
throw new
IllegalArgumentException
("Ambiguous session type. Multiple"
147
throw new
IllegalArgumentException
("player shouldn't be null");
318
throw new
IllegalArgumentException
("controller shouldn't be null");
321
throw new
IllegalArgumentException
("layout shouldn't be null");
335
throw new
IllegalArgumentException
("controller shouldn't be null");
338
throw new
IllegalArgumentException
("commands shouldn't be null");
353
throw new
IllegalArgumentException
("command shouldn't be null");
368
throw new
IllegalArgumentException
("controller shouldn't be null");
371
throw new
IllegalArgumentException
("command shouldn't be null");
580
throw new
IllegalArgumentException
("helper shouldn't be null")
[
all
...]
/libcore/luni/src/main/java/libcore/util/
NativeAllocationRegistry.java
74
* @throws
IllegalArgumentException
If <code>size</code> is negative
78
throw new
IllegalArgumentException
("Invalid native allocation size: " + size);
110
* @throws
IllegalArgumentException
if either referent or nativePtr is null.
120
throw new
IllegalArgumentException
("referent is null");
123
throw new
IllegalArgumentException
("nativePtr is null");
166
* @throws
IllegalArgumentException
if referent is null.
173
throw new
IllegalArgumentException
("referent is null");
/libcore/luni/src/test/java/libcore/java/util/
CalendarBuilderTest.java
69
} catch (
IllegalArgumentException
expected) {}
124
} catch (
IllegalArgumentException
expected) {}
163
@Test(expected =
IllegalArgumentException
.class)
168
@Test(expected =
IllegalArgumentException
.class)
210
@Test(expected =
IllegalArgumentException
.class)
287
@Test(expected =
IllegalArgumentException
.class)
292
@Test(expected =
IllegalArgumentException
.class)
/libcore/ojluni/src/main/java/javax/crypto/spec/
PBEKeySpec.java
103
* @exception
IllegalArgumentException
if <code>salt</code> is empty,
118
throw new
IllegalArgumentException
("the salt parameter " +
124
throw new
IllegalArgumentException
("invalid iterationCount value");
127
throw new
IllegalArgumentException
("invalid keyLength value");
147
* @exception
IllegalArgumentException
if <code>salt</code> is empty,
160
throw new
IllegalArgumentException
("the salt parameter " +
166
throw new
IllegalArgumentException
("invalid iterationCount value");
SecretKeySpec.java
88
* @exception
IllegalArgumentException
if <code>algorithm</code>
93
throw new
IllegalArgumentException
("Missing argument");
96
throw new
IllegalArgumentException
("Empty key");
133
* @exception
IllegalArgumentException
if <code>algorithm</code>
142
throw new
IllegalArgumentException
("Missing argument");
145
throw new
IllegalArgumentException
("Empty key");
148
throw new
IllegalArgumentException
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
MetadataEntryParserTest.java
49
} catch (
IllegalArgumentException
e) {
129
} catch (
IllegalArgumentException
e) {
143
} catch (
IllegalArgumentException
e) {
157
} catch (
IllegalArgumentException
e) {
171
} catch (
IllegalArgumentException
e) {
193
} catch (
IllegalArgumentException
e) {
226
} catch (
IllegalArgumentException
e) {
/frameworks/base/core/java/android/hardware/camera2/impl/
CameraCaptureSessionImpl.java
91
throw new
IllegalArgumentException
("callback must not be null");
182
throw new
IllegalArgumentException
("executor must not be null");
184
throw new
IllegalArgumentException
("callback must not be null");
205
throw new
IllegalArgumentException
("request must not be null");
207
throw new
IllegalArgumentException
("this capture session cannot handle reprocess " +
210
throw new
IllegalArgumentException
("capture request was created for another session");
239
throw new
IllegalArgumentException
("executor must not be null");
241
throw new
IllegalArgumentException
("callback must not be null");
263
throw new
IllegalArgumentException
("Requests must not be null");
265
throw new
IllegalArgumentException
("Requests must have at least one element")
[
all
...]
/frameworks/base/media/java/android/media/
RemoteController.java
89
* @throws
IllegalArgumentException
92
throws
IllegalArgumentException
{
103
* @throws java.lang.
IllegalArgumentException
106
throws
IllegalArgumentException
{
108
throw new
IllegalArgumentException
("Invalid null Context");
111
throw new
IllegalArgumentException
("Invalid null OnClientUpdateListener");
120
throw new
IllegalArgumentException
("Calling thread not associated with a looper");
248
* @throws
IllegalArgumentException
250
public boolean sendMediaKeyEvent(KeyEvent keyEvent) throws
IllegalArgumentException
{
252
throw new
IllegalArgumentException
("not a media key event")
[
all
...]
/libcore/luni/src/test/java/libcore/java/lang/invoke/
MethodTypeTest.java
57
} catch (
IllegalArgumentException
expected) {
82
} catch (
IllegalArgumentException
expected) {
107
} catch (
IllegalArgumentException
expected) {
151
} catch (
IllegalArgumentException
expected) {
186
} catch (
IllegalArgumentException
expected) {
192
} catch (
IllegalArgumentException
expected) {
212
} catch (
IllegalArgumentException
expected) {
218
} catch (
IllegalArgumentException
expected) {
251
} catch (
IllegalArgumentException
expected) {
277
} catch (
IllegalArgumentException
expected)
[
all
...]
/libcore/luni/src/test/java/libcore/java/util/prefs/
OldPreferencesTest.java
346
} catch (
IllegalArgumentException
expected) {
351
} catch (
IllegalArgumentException
expected) {
356
} catch (
IllegalArgumentException
expected) {
381
} catch (
IllegalArgumentException
expected) {
386
} catch (
IllegalArgumentException
expected) {
442
} catch (
IllegalArgumentException
expected) {
447
} catch (
IllegalArgumentException
expected) {
454
} catch (
IllegalArgumentException
expected) {
475
} catch (
IllegalArgumentException
expected) {
493
} catch (
IllegalArgumentException
expected)
[
all
...]
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
ArraysTest.java
455
} catch (
IllegalArgumentException
e) {
464
} catch (
IllegalArgumentException
e) {
473
} catch (
IllegalArgumentException
e) {
507
fail("
IllegalArgumentException
expected");
508
} catch (
IllegalArgumentException
e) {
554
fail("
IllegalArgumentException
expected");
555
} catch (
IllegalArgumentException
e) {
602
fail("
IllegalArgumentException
expected");
603
} catch (
IllegalArgumentException
e) {
650
fail("
IllegalArgumentException
expected")
[
all
...]
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
MatrixUtils.java
100
* @throws
IllegalArgumentException
if <code>data</code> is not rectangular
122
* @throws
IllegalArgumentException
if <code>data</code> is not rectangular
139
* @throws
IllegalArgumentException
if dimension is not positive
157
* @throws
IllegalArgumentException
if dimension is not positive
179
* @throws
IllegalArgumentException
if dimension is not positive
235
* @throws
IllegalArgumentException
if <code>data</code> is not rectangular
251
* @throws
IllegalArgumentException
if <code>data</code> is not rectangular
272
* @throws
IllegalArgumentException
if <code>data</code> is not rectangular
289
* @throws
IllegalArgumentException
if <code>data</code> is not rectangular
304
* @throws
IllegalArgumentException
if <code>data</code> is empt
[
all
...]
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapbMessage.java
397
throw new
IllegalArgumentException
("Bmessage too short");
409
* @throws
IllegalArgumentException
413
public void expect(String subString) throws
IllegalArgumentException
{
416
throw new
IllegalArgumentException
("Line or substring is null");
418
throw new
IllegalArgumentException
(
427
* @throws
IllegalArgumentException
430
public void expect(String subString, String subString2) throws
IllegalArgumentException
{
433
throw new
IllegalArgumentException
(
437
throw new
IllegalArgumentException
(
487
throws
IllegalArgumentException
{
[
all
...]
/external/okhttp/okio/okio/src/main/java/okio/
ByteString.java
66
if (data == null) throw new
IllegalArgumentException
("data == null");
75
if (data == null) throw new
IllegalArgumentException
("data == null");
85
if (s == null) throw new
IllegalArgumentException
("s == null");
138
if (base64 == null) throw new
IllegalArgumentException
("base64 == null");
156
if (hex == null) throw new
IllegalArgumentException
("hex == null");
157
if (hex.length() % 2 != 0) throw new
IllegalArgumentException
("Unexpected hex string: " + hex);
172
throw new
IllegalArgumentException
("Unexpected hex digit: " + c);
182
if (in == null) throw new
IllegalArgumentException
("in == null");
183
if (byteCount < 0) throw new
IllegalArgumentException
("byteCount < 0: " + byteCount);
257
if (beginIndex < 0) throw new
IllegalArgumentException
("beginIndex < 0")
[
all
...]
/external/tensorflow/tensorflow/contrib/lite/java/src/test/java/org/tensorflow/lite/
NativeInterpreterWrapperTest.java
62
} catch (
IllegalArgumentException
e) {
72
} catch (
IllegalArgumentException
e) {
205
} catch (
IllegalArgumentException
e) {
232
} catch (
IllegalArgumentException
e) {
252
} catch (
IllegalArgumentException
e) {
273
} catch (
IllegalArgumentException
e) {
285
} catch (
IllegalArgumentException
e) {
304
} catch (
IllegalArgumentException
e) {
320
} catch (
IllegalArgumentException
e) {
339
} catch (
IllegalArgumentException
e)
[
all
...]
/frameworks/base/core/java/android/hardware/biometrics/
BiometricPrompt.java
155
throw new
IllegalArgumentException
("Text must be set and non-empty");
158
throw new
IllegalArgumentException
("Executor must not be null");
161
throw new
IllegalArgumentException
("Listener must not be null");
179
throw new
IllegalArgumentException
("Text must be set and non-empty");
182
throw new
IllegalArgumentException
("Executor must not be null");
185
throw new
IllegalArgumentException
("Listener must not be null");
195
* @throws
IllegalArgumentException
if any of the required fields are not set.
202
throw new
IllegalArgumentException
("Title must be set and non-empty");
204
throw new
IllegalArgumentException
("Negative text must be set and non-empty");
382
throw new
IllegalArgumentException
("Callback cannot be casted")
[
all
...]
/frameworks/base/telephony/java/android/telephony/
SmsManager.java
308
* @throws
IllegalArgumentException
if destinationAddress or text are empty
321
throw new
IllegalArgumentException
("Invalid destinationAddress");
325
throw new
IllegalArgumentException
("Invalid message body");
381
throw new
IllegalArgumentException
("Invalid destinationAddress");
385
throw new
IllegalArgumentException
("Invalid message body");
440
* @throws
IllegalArgumentException
if destinationAddress or text are empty
456
throw new
IllegalArgumentException
("Invalid destinationAddress");
460
throw new
IllegalArgumentException
("Invalid message body");
464
throw new
IllegalArgumentException
("Invalid priority");
468
throw new
IllegalArgumentException
("Invalid validity period")
[
all
...]
/cts/tests/camera/utils/src/android/hardware/camera2/cts/helpers/
Camera2Focuser.java
97
throw new
IllegalArgumentException
("camera must not be null");
100
throw new
IllegalArgumentException
("session must not be null");
103
throw new
IllegalArgumentException
("listener must not be null");
106
throw new
IllegalArgumentException
("handler must not be null");
109
throw new
IllegalArgumentException
("requestSurface must not be null");
112
throw new
IllegalArgumentException
("staticInfo must not be null");
124
throw new
IllegalArgumentException
("this camera doesn't have a focuser");
311
* @throws
IllegalArgumentException
if the region is malformed (length is 0).
320
throw new
IllegalArgumentException
("afRegions is malformed, length: 0");
/cts/tests/pdf/src/android/graphics/pdf/cts/
PdfRendererTest.java
168
verifyException(() -> renderer.openPage(-1),
IllegalArgumentException
.class);
173
verifyException(() -> renderer.openPage(2),
IllegalArgumentException
.class);
289
Page.RENDER_MODE_FOR_DISPLAY, mContext),
IllegalArgumentException
.class);
334
Page.RENDER_MODE_FOR_DISPLAY, mContext),
IllegalArgumentException
.class);
342
Page.RENDER_MODE_FOR_DISPLAY, mContext),
IllegalArgumentException
.class);
350
IllegalArgumentException
.class);
357
1 << 30, mContext),
IllegalArgumentException
.class);
364
mContext),
IllegalArgumentException
.class);
371
mContext),
IllegalArgumentException
.class);
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/correlation/
Covariance.java
78
* @throws
IllegalArgumentException
if the input data array is not
93
* @throws
IllegalArgumentException
if the input data array is not
111
* @throws
IllegalArgumentException
if the input matrix does not have
127
* @throws
IllegalArgumentException
if the input matrix does not have
217
* @throws
IllegalArgumentException
if the arrays lengths do not match or
221
throws
IllegalArgumentException
{
252
* @throws
IllegalArgumentException
if the arrays lengths do not match or
256
throws
IllegalArgumentException
{
261
* Throws
IllegalArgumentException
of the matrix does not have at least
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
CompoundTransliteratorTest.java
41
}catch(
IllegalArgumentException
ex) {
57
}catch(
IllegalArgumentException
ex1) {
64
}catch(
IllegalArgumentException
ex2) {
71
}catch(
IllegalArgumentException
ex3) {
79
// }catch(
IllegalArgumentException
ex4) {
89
// }catch(
IllegalArgumentException
ex5) {
108
}catch(
IllegalArgumentException
iae) {
139
}catch(
IllegalArgumentException
iae){
183
}catch(
IllegalArgumentException
iae2){
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
CompoundTransliteratorTest.java
38
}catch(
IllegalArgumentException
ex) {
54
}catch(
IllegalArgumentException
ex1) {
61
}catch(
IllegalArgumentException
ex2) {
68
}catch(
IllegalArgumentException
ex3) {
76
// }catch(
IllegalArgumentException
ex4) {
86
// }catch(
IllegalArgumentException
ex5) {
105
}catch(
IllegalArgumentException
iae) {
136
}catch(
IllegalArgumentException
iae){
180
}catch(
IllegalArgumentException
iae2){
/external/replicaisland/src/com/replica/replicaisland/
Grid.java
65
throw new
IllegalArgumentException
("quadsAcross");
68
throw new
IllegalArgumentException
("quadsDown");
71
throw new
IllegalArgumentException
("quadsAcross * quadsDown >= 32768");
152
throw new
IllegalArgumentException
("quadX");
155
throw new
IllegalArgumentException
("quadY");
158
throw new
IllegalArgumentException
("positions");
161
throw new
IllegalArgumentException
("quadY");
176
throw new
IllegalArgumentException
("i");
179
throw new
IllegalArgumentException
("j");
Completed in 1952 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>