OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:illegalargumentexception
(Results
1151 - 1175
of
10592
) sorted by null
<<
41
42
43
44
45
46
47
48
49
50
>>
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
GLBooleanProperty.java
55
throw new
IllegalArgumentException
("Attempt to set non-boolean value for " //$NON-NLS-1$
GLEnumProperty.java
56
throw new
IllegalArgumentException
("Attempt to set invalid value for " + getType()); //$NON-NLS-1$
GLFloatProperty.java
44
throw new
IllegalArgumentException
("Attempt to set non float value for "
GLStringProperty.java
39
throw new
IllegalArgumentException
("Attempt to set non-string value for " //$NON-NLS-1$
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/
NativeAbi.java
44
throw new
IllegalArgumentException
("Unknown abi: " + abi);
/test/suite_harness/common/util/tests/src/com/android/compatibility/common/util/
ReportLogTest.java
55
fail("Expected
IllegalArgumentException
when serializing an empty report");
56
} catch (
IllegalArgumentException
e) {
86
fail("Expected
IllegalArgumentException
when passing a null report");
87
} catch(
IllegalArgumentException
e) {
/test/suite_harness/tools/dex-tools/test/dex/reader/
DexTestsCommon.java
102
throw new
IllegalArgumentException
("Class: " + className +" not present in file: " + file.getName());
114
throw new
IllegalArgumentException
("Field: " + fieldName +" not present in class: " + clazz.getName());
126
throw new
IllegalArgumentException
("Annotation: " + annotationType +" not present in Element.");
140
throw new
IllegalArgumentException
("Method: " + methodName +" not present in class: " + clazz.getName());
/tools/tradefederation/core/src/com/android/tradefed/util/
Email.java
96
public void send(Message msg) throws
IllegalArgumentException
, IOException {
99
throw new
IllegalArgumentException
("Message is missing a destination");
101
throw new
IllegalArgumentException
("Message is missing a subject");
103
throw new
IllegalArgumentException
("Message is missing a body");
/tools/tradefederation/core/tests/src/com/android/tradefed/util/
AbiUtilsTest.java
107
} catch (
IllegalArgumentException
expected) {
113
} catch (
IllegalArgumentException
expected) {
129
} catch (
IllegalArgumentException
expected) {
135
} catch (
IllegalArgumentException
expected) {
/cts/tests/tests/accounts/common/src/android/accounts/cts/common/
TestAccountAuthenticator.java
66
throw new
IllegalArgumentException
("Request to the wrong authenticator!");
112
throw new
IllegalArgumentException
("Request to the wrong authenticator!");
159
throw new
IllegalArgumentException
("Request to the wrong authenticator!");
223
throw new
IllegalArgumentException
("Request to the wrong authenticator!");
267
throw new
IllegalArgumentException
("Request to the wrong authenticator!");
317
throw new
IllegalArgumentException
("Request to the wrong authenticator!");
366
throw new
IllegalArgumentException
("Request to the wrong authenticator!");
/cts/tests/tests/database/src/android/database/sqlite/cts/
SQLiteOpenHelperTest.java
73
fail("Constructor of SQLiteOpenHelp should throws a
IllegalArgumentException
here.");
74
} catch (
IllegalArgumentException
e) {
139
} catch (
IllegalArgumentException
expected) {
144
} catch (
IllegalArgumentException
expected) {
149
} catch (
IllegalArgumentException
expected) {
154
} catch (
IllegalArgumentException
expected) {
196
} catch (
IllegalArgumentException
expected) {
/cts/tests/tests/provider/src/android/provider/cts/
SettingsTest.java
147
fail("SettingsProvider didn't throw
IllegalArgumentException
for insert name "
149
} catch (
IllegalArgumentException
e) {
157
} catch (
IllegalArgumentException
e) {
164
fail("SettingsProvider didn't throw
IllegalArgumentException
for query name "
166
} catch (
IllegalArgumentException
e) {
173
fail("SettingsProvider didn't throw
IllegalArgumentException
for delete name "
175
} catch (
IllegalArgumentException
e) {
/external/apache-http/src/org/apache/http/impl/conn/
AbstractPoolEntry.java
106
throw new
IllegalArgumentException
("Connection operator may not be null");
146
throw new
IllegalArgumentException
151
throw new
IllegalArgumentException
207
throw new
IllegalArgumentException
248
throw new
IllegalArgumentException
252
throw new
IllegalArgumentException
282
throw new
IllegalArgumentException
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
ASN1ObjectIdentifier.java
26
* @throws
IllegalArgumentException
if the object cannot be converted.
50
throw new
IllegalArgumentException
("failed to construct object identifier from byte[]: " + e.getMessage());
54
throw new
IllegalArgumentException
("illegal object in getInstance: " + obj.getClass().getName());
64
* @throws
IllegalArgumentException
if the tagged object cannot
173
throw new
IllegalArgumentException
("'identifier' cannot be null");
177
throw new
IllegalArgumentException
("string " + identifier + " not an OID");
194
throw new
IllegalArgumentException
("string " + branchID + " not a valid OID branch");
/external/dagger2/compiler/src/main/java/dagger/internal/codegen/
MapKeys.java
62
* @throws
IllegalArgumentException
if the element is annotated with more than one {@code MapKey}
83
* @throws
IllegalArgumentException
if {@code mapKey}'s type is not annotated with
99
* @throws
IllegalArgumentException
if {@code mapKeyAnnotationType} is not an annotation type or
118
throw new
IllegalArgumentException
(
148
* @throws
IllegalArgumentException
if the element is annotated with more than one {@code MapKey}
261
* <p>Throws {@link
IllegalArgumentException
} if the visited value is an array.
271
throw new
IllegalArgumentException
("Cannot unwrap arrays");
/external/guava/guava/src/com/google/common/net/
HostAndPort.java
130
* @throws
IllegalArgumentException
if {@code host} contains a port number,
148
* @throws
IllegalArgumentException
if {@code host} contains a port number.
165
* @throws
IllegalArgumentException
if nothing meaningful could be parsed.
198
throw new
IllegalArgumentException
("Unparseable port number: " + hostPortString);
207
* Parses a bracketed host-port string, throwing
IllegalArgumentException
if parsing fails.
211
* @throws
IllegalArgumentException
if parsing the bracketed host-port string fails.
268
* @throws
IllegalArgumentException
if bracketless IPv6 is detected.
/external/guava/guava-tests/test/com/google/common/collect/
FilteredCollectionsTest.java
117
} catch (
IllegalArgumentException
e) {
156
fail("Expected
IllegalArgumentException
");
157
} catch (
IllegalArgumentException
expected) {
172
fail("Expected
IllegalArgumentException
");
173
} catch (
IllegalArgumentException
expected) {}
177
fail("Expected
IllegalArgumentException
");
178
} catch (
IllegalArgumentException
expected) {}
/external/guice/extensions/mini/src/com/google/inject/mini/
MiniGuice.java
143
throw new
IllegalArgumentException
("No @Provides methods on " + module);
176
throw new
IllegalArgumentException
("No binding for " + key);
214
throw new
IllegalArgumentException
("Too many injectable constructors on " + type);
221
throw new
IllegalArgumentException
("No injectable constructor on "
227
throw new
IllegalArgumentException
("No injectable constructor on "
278
throw new
IllegalArgumentException
("Duplicate binding " + key);
307
throw new
IllegalArgumentException
("Too many binding annotations on " + subject);
/external/icu/android_icu4j/src/main/java/android/icu/impl/
Norm2AllModes.java
34
throw new
IllegalArgumentException
();
46
throw new
IllegalArgumentException
();
54
throw new
IllegalArgumentException
();
62
throw new
IllegalArgumentException
();
95
throw new
IllegalArgumentException
();
104
throw new
IllegalArgumentException
();
126
throw new
IllegalArgumentException
();
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
Norm2AllModes.java
30
throw new
IllegalArgumentException
();
42
throw new
IllegalArgumentException
();
50
throw new
IllegalArgumentException
();
58
throw new
IllegalArgumentException
();
91
throw new
IllegalArgumentException
();
100
throw new
IllegalArgumentException
();
122
throw new
IllegalArgumentException
();
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/runtime/
AgentOptionsTest.java
305
@Test(expected =
IllegalArgumentException
.class)
310
@Test(expected =
IllegalArgumentException
.class)
329
@Test(expected =
IllegalArgumentException
.class)
334
@Test(expected =
IllegalArgumentException
.class)
361
@Test(expected =
IllegalArgumentException
.class)
366
@Test(expected =
IllegalArgumentException
.class)
371
@Test(expected =
IllegalArgumentException
.class)
/external/testng/src/main/java/org/testng/xml/dom/
XDom.java
50
IllegalArgumentException
, NoSuchMethodException,
77
IllegalAccessException, XPathExpressionException, SecurityException,
IllegalArgumentException
, NoSuchMethodException, InvocationTargetException {
129
IllegalArgumentException
, InstantiationException, IllegalAccessException,
183
} catch (
IllegalArgumentException
| InvocationTargetException | IllegalAccessException | DOMException e) {
209
} catch (
IllegalArgumentException
e) {
242
} catch (
IllegalArgumentException
| InvocationTargetException | IllegalAccessException e) {
273
IllegalArgumentException
, NoSuchMethodException,
/frameworks/base/core/java/android/hardware/
HardwareBuffer.java
150
*
IllegalArgumentException
if the dimensions passed are invalid (either zero, negative, or
158
throw new
IllegalArgumentException
("Invalid pixel format " + format);
161
throw new
IllegalArgumentException
("Invalid width " + width);
164
throw new
IllegalArgumentException
("Invalid height " + height);
167
throw new
IllegalArgumentException
("Invalid layer count " + layers);
170
throw new
IllegalArgumentException
("Height must be 1 when using the BLOB format");
174
throw new
IllegalArgumentException
("Unable to create a HardwareBuffer, either the " +
/frameworks/base/core/java/android/hardware/camera2/params/
ColorSpaceTransform.java
66
* @throws
IllegalArgumentException
75
throw new
IllegalArgumentException
("elements must be " + COUNT + " length");
107
* @throws
IllegalArgumentException
115
throw new
IllegalArgumentException
("elements must be " + COUNT_INT + " length");
133
* @throws
IllegalArgumentException
if column or row was out of range
137
throw new
IllegalArgumentException
("column out of range");
139
throw new
IllegalArgumentException
("row out of range");
/frameworks/base/media/jni/
android_media_MediaDrm.cpp
381
jniThrowException(env, "java/lang/
IllegalArgumentException
", msg);
567
jniThrowException(env, "java/lang/
IllegalArgumentException
",
577
jniThrowException(env, "java/lang/
IllegalArgumentException
",
663
jniThrowException(env, "java/lang/
IllegalArgumentException
", "sessionId is null");
826
jniThrowException(env, "java/lang/
IllegalArgumentException
", "uuid is null");
833
jniThrowException(env, "java/lang/
IllegalArgumentException
",
840
jniThrowException(env, "java/lang/
IllegalArgumentException
",
867
jniThrowException(env, "java/lang/
IllegalArgumentException
", NULL);
876
"java/lang/
IllegalArgumentException
",
915
jniThrowException(env, "java/lang/
IllegalArgumentException
", "Invalid security level")
[
all
...]
Completed in 1877 milliseconds
<<
41
42
43
44
45
46
47
48
49
50
>>