OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:illegalargumentexception
(Results
1201 - 1225
of
10592
) sorted by null
<<
41
42
43
44
45
46
47
48
49
50
>>
/packages/apps/TV/src/com/android/tv/parental/
ContentRatingSystem.java
250
throw new
IllegalArgumentException
("Name cannot be empty");
253
throw new
IllegalArgumentException
("Domain cannot be empty");
286
throw new
IllegalArgumentException
("Rating isn't available.");
304
throw new
IllegalArgumentException
(
413
throw new
IllegalArgumentException
("A rating should have non-empty name");
416
throw new
IllegalArgumentException
("Invalid subrating for rating " + mName);
419
throw new
IllegalArgumentException
(
434
throw new
IllegalArgumentException
(
498
throw new
IllegalArgumentException
("A subrating should have non-empty name");
547
throw new
IllegalArgumentException
(
[
all
...]
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
Fat.java
58
* @throws
IllegalArgumentException
if {@code fatNr} is greater than
62
throws IOException,
IllegalArgumentException
{
65
throw new
IllegalArgumentException
(
83
* @throws
IllegalArgumentException
if {@code fatNr} is greater than
87
throws IOException,
IllegalArgumentException
{
90
throw new
IllegalArgumentException
(
110
throw new
IllegalArgumentException
("FAT too large");
426
if (entry > Integer.MAX_VALUE) throw new
IllegalArgumentException
();
450
protected void testCluster(long cluster) throws
IllegalArgumentException
{
452
throw new
IllegalArgumentException
(
[
all
...]
/cts/hostsidetests/devicepolicy/app/CorpOwnedManagedProfile/src/com/android/cts/comp/
BindDeviceAdminServiceGoodSetupTest.java
82
* If the intent is implicit, expected to throw {@link
IllegalArgumentException
}.
89
fail("
IllegalArgumentException
should be thrown for target user " + targetUser);
90
} catch (
IllegalArgumentException
ex) {
147
fail("
IllegalArgumentException
should be thrown");
148
} catch (
IllegalArgumentException
ex) {
/cts/tests/tests/view/src/android/view/cts/
ChoreographerTest.java
178
@Test(expected=
IllegalArgumentException
.class)
183
@Test(expected=
IllegalArgumentException
.class)
278
@Test(expected=
IllegalArgumentException
.class)
283
@Test(expected=
IllegalArgumentException
.class)
288
@Test(expected=
IllegalArgumentException
.class)
/external/apache-commons-math/src/main/java/org/apache/commons/math/distribution/
BinomialDistributionImpl.java
79
* @throws
IllegalArgumentException
if <code>trials</code> is not a valid
92
* @throws
IllegalArgumentException
if <code>trials</code> is not a valid
107
* @throws
IllegalArgumentException
if <code>p</code> is not a valid
120
* @throws
IllegalArgumentException
if <code>p</code> is not a valid
209
* @throws
IllegalArgumentException
if p < 0 or p > 1
PascalDistributionImpl.java
76
* @throws
IllegalArgumentException
if <code>successes</code> is not
88
* @throws
IllegalArgumentException
if <code>successes</code> is not
103
* @throws
IllegalArgumentException
if <code>p</code> is not a valid
115
* @throws
IllegalArgumentException
if <code>p</code> is not a valid
198
* @throws
IllegalArgumentException
if p < 0 or p > 1
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
AbstractFieldMatrix.java
64
* @throws
IllegalArgumentException
if row or column dimension is not positive
68
throws
IllegalArgumentException
{
85
* @exception
IllegalArgumentException
if array is empty
88
throws
IllegalArgumentException
{
103
* @exception
IllegalArgumentException
if array is empty
106
throws
IllegalArgumentException
{
164
throws
IllegalArgumentException
;
170
public FieldMatrix<T> add(FieldMatrix<T> m) throws
IllegalArgumentException
{
189
public FieldMatrix<T> subtract(final FieldMatrix<T> m) throws
IllegalArgumentException
{
241
throws
IllegalArgumentException
{
[
all
...]
/external/apache-http/src/org/apache/http/impl/
AbstractHttpClientConnection.java
125
throw new
IllegalArgumentException
("Input session buffer may not be null");
128
throw new
IllegalArgumentException
("Output session buffer may not be null");
151
throw new
IllegalArgumentException
("HTTP request may not be null");
161
throw new
IllegalArgumentException
("HTTP request may not be null");
195
throw new
IllegalArgumentException
("HTTP response may not be null");
/external/apache-http/src/org/apache/http/impl/cookie/
RFC2965DomainAttributeHandler.java
67
throw new
IllegalArgumentException
("Cookie may not be null");
117
throw new
IllegalArgumentException
("Cookie may not be null");
120
throw new
IllegalArgumentException
("Cookie origin may not be null");
181
throw new
IllegalArgumentException
("Cookie may not be null");
184
throw new
IllegalArgumentException
("Cookie origin may not be null");
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
ASN1UTCTime.java
45
* @exception
IllegalArgumentException
if the object cannot be converted.
64
throw new
IllegalArgumentException
("encoding error in getInstance: " + e.toString());
68
throw new
IllegalArgumentException
("illegal object in getInstance: " + obj.getClass().getName());
77
* @exception
IllegalArgumentException
if the tagged object cannot
117
throw new
IllegalArgumentException
("invalid date string: " + e.getMessage());
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
X509V1CertificateGenerator.java
73
throw new
IllegalArgumentException
("serial number must be a positive integer");
92
throw new
IllegalArgumentException
("can't process principal: " + e);
130
throw new
IllegalArgumentException
("can't process principal: " + e);
152
throw new
IllegalArgumentException
("unable to process key - " + e.toString());
173
throw new
IllegalArgumentException
("Unknown signature type requested");
/external/emma/tools/java/com/vladium/tools/
ClassDep.java
48
throw new
IllegalArgumentException
("usage: classpath output_file rootset_classname_1 [rootset_classname_2 ...]");
102
throw new
IllegalArgumentException
("null input: rootSet");
105
throw new
IllegalArgumentException
("null input: classPath");
148
throw new
IllegalArgumentException
("class [" + Descriptors.vmNameToJavaName (classVMName) + "] not found in the input classpath");
191
throw new
IllegalArgumentException
("null input: cls");
/external/guice/core/test/com/google/inject/util/
TypesTest.java
107
} catch (
IllegalArgumentException
expected) {
134
} catch (
IllegalArgumentException
expected) {
142
} catch (
IllegalArgumentException
expected) {
186
} catch (
IllegalArgumentException
expected) {
193
} catch (
IllegalArgumentException
expected) {
/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/reflectionmodel/
ReflectionClassDeclaration.java
61
throw new
IllegalArgumentException
("Class should not be null");
64
throw new
IllegalArgumentException
("Class should not be an interface");
67
throw new
IllegalArgumentException
("Class should not represent a primitive class");
70
throw new
IllegalArgumentException
("Class should not be an array");
73
throw new
IllegalArgumentException
("Class should not be an enum");
/external/tensorflow/tensorflow/contrib/lite/java/src/test/java/org/tensorflow/lite/
InterpreterTest.java
83
} catch (
IllegalArgumentException
e) {
157
} catch (
IllegalArgumentException
e) {
177
} catch (
IllegalArgumentException
e) {
194
} catch (
IllegalArgumentException
e) {
211
} catch (
IllegalArgumentException
e) {
/external/tensorflow/tensorflow/java/src/main/java/org/tensorflow/op/core/
Constant.java
67
* @throws
IllegalArgumentException
If the tensor shape is not compatible with the buffer
86
* @throws
IllegalArgumentException
If the tensor shape is not compatible with the buffer
105
* @throws
IllegalArgumentException
If the tensor shape is not compatible with the buffer
124
* @throws
IllegalArgumentException
If the tensor shape is not compatible with the buffer
144
* @throws
IllegalArgumentException
If the tensor datatype or shape is not compatible with the
/frameworks/base/core/java/android/net/
VpnService.java
280
* @throws
IllegalArgumentException
if the address is invalid.
311
* @throws
IllegalArgumentException
if the address is invalid.
419
throw new
IllegalArgumentException
("Bad address");
423
throw new
IllegalArgumentException
("Bad prefixLength");
427
throw new
IllegalArgumentException
("Bad prefixLength");
430
throw new
IllegalArgumentException
("Unsupported family");
475
* @throws
IllegalArgumentException
if the value is not positive.
479
throw new
IllegalArgumentException
("Bad mtu");
493
* @throws
IllegalArgumentException
if the address is invalid.
499
throw new
IllegalArgumentException
("Bad address")
[
all
...]
/frameworks/base/media/java/android/media/
MediaDescrambler.java
190
throw new
IllegalArgumentException
(
194
throw new
IllegalArgumentException
(
198
throw new
IllegalArgumentException
(
202
throw new
IllegalArgumentException
(
205
throw new
IllegalArgumentException
(
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
BlockingGLTextureView.java
49
throw new
IllegalArgumentException
("Renderer already set");
119
throw new
IllegalArgumentException
("eglChooseConfig failed " +
333
throw new
IllegalArgumentException
("Renderer is null!");
339
throw new
IllegalArgumentException
("surface is null!");
382
throw new
IllegalArgumentException
(
/frameworks/base/services/core/java/com/android/server/
NativeDaemonEvent.java
134
* @throws
IllegalArgumentException
when line doesn't match format expected
140
throw new
IllegalArgumentException
("Insufficient arguments");
150
throw new
IllegalArgumentException
("problem parsing code", e);
156
throw new
IllegalArgumentException
("Insufficient arguemnts");
162
throw new
IllegalArgumentException
("problem parsing cmdNumber", e);
/frameworks/native/opengl/tests/testViewport/src/com/android/test/
TestView.java
111
throw new
IllegalArgumentException
("w");
114
throw new
IllegalArgumentException
("h");
117
throw new
IllegalArgumentException
("w * h >= 65536");
172
throw new
IllegalArgumentException
("i");
175
throw new
IllegalArgumentException
("j");
/libcore/ojluni/src/main/java/sun/security/util/
BitArray.java
56
public BitArray(int length) throws
IllegalArgumentException
{
58
throw new
IllegalArgumentException
("Negative length for BitArray");
74
public BitArray(int length, byte[] a) throws
IllegalArgumentException
{
77
throw new
IllegalArgumentException
("Negative length for BitArray");
80
throw new
IllegalArgumentException
("Byte array too short to represent " +
/packages/apps/Gallery2/src/com/android/photos/views/
BlockingGLTextureView.java
49
throw new
IllegalArgumentException
("Renderer already set");
119
throw new
IllegalArgumentException
("eglChooseConfig failed " +
333
throw new
IllegalArgumentException
("Renderer is null!");
339
throw new
IllegalArgumentException
("surface is null!");
382
throw new
IllegalArgumentException
(
/packages/apps/SecureElement/src/com/android/se/internal/
ByteArrayConverter.java
50
* @throws
IllegalArgumentException
if the path has a bad coding.
52
public static String byteArrayToPathString(byte[] rawPath) throws
IllegalArgumentException
{
54
throw new
IllegalArgumentException
("Invald path");
128
throw new
IllegalArgumentException
("length must be multiple of 2");
139
throw new
IllegalArgumentException
("Invalid char found");
/packages/services/Car/service/src/com/android/car/
VmsSubscriberService.java
120
* @throws
IllegalArgumentException
if the subscriber is null.
128
throw new
IllegalArgumentException
("subscriber cannot be null.");
156
* @throws
IllegalArgumentException
if subscriber is null.
165
throw new
IllegalArgumentException
("Listener is null");
233
throw new
IllegalArgumentException
("Subscriber has active subscriptions.");
Completed in 4049 milliseconds
<<
41
42
43
44
45
46
47
48
49
50
>>