OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:illegalargumentexception
(Results
826 - 850
of
10592
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
>>
/cts/tests/tests/bluetooth/src/android/bluetooth/cts/
AdvertiseSettingsTest.java
73
} catch (
IllegalArgumentException
e) {
80
} catch (
IllegalArgumentException
e) {
/cts/tests/tests/hardware/src/android/hardware/fingerprint/cts/
FingerprintManagerTest.java
93
} catch (
IllegalArgumentException
e) {
110
} catch (
IllegalArgumentException
e) {
/cts/tests/tests/media/src/android/media/cts/
FaceDetector_FaceTest.java
73
fail("Should throw
IllegalArgumentException
");
74
} catch (
IllegalArgumentException
e) {
/cts/tests/tests/transition/src/android/transition/cts/
SlideBadEdgeTest.java
66
} catch (
IllegalArgumentException
e) {
74
} catch (
IllegalArgumentException
e) {
/cts/tools/testng/src/com/android/cts/testng/
SingleTestNGTestRunner.java
39
throw new
IllegalArgumentException
(mUsage);
43
throw new
IllegalArgumentException
(mUsage);
/dalvik/dexgen/src/com/android/dexgen/rop/cst/
ConstantPool.java
40
* @throws
IllegalArgumentException
thrown if {@code n} is
52
* @throws
IllegalArgumentException
thrown if {@code n} is
/dalvik/dx/src/com/android/dx/rop/cst/
ConstantPool.java
40
* @throws
IllegalArgumentException
thrown if {@code n} is
52
* @throws
IllegalArgumentException
thrown if {@code n} is
/dalvik/dx/tests/080-dex-exception-tables/
Blort.java
178
} catch (
IllegalArgumentException
ex) {
189
} catch (
IllegalArgumentException
ex) {
/development/tools/hosttestlib/src/com/android/hosttest/
DeviceConnector.java
40
* @throws
IllegalArgumentException
if no device cannot be found.
60
throw new
IllegalArgumentException
("Could not connect to device");
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/
YPositionMetric.java
64
* Throws
IllegalArgumentException
if there is a problem.
97
throw new
IllegalArgumentException
("Unsupported LayoutType: " + this.getLayoutType());
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/util/
Configurator.java
117
throw new
IllegalArgumentException
();
124
} catch (
IllegalArgumentException
e1) {
127
} catch (
IllegalArgumentException
e2) {
146
} catch (
IllegalArgumentException
e1) {
158
} catch (
IllegalArgumentException
e1) {
244
throw new
IllegalArgumentException
(
326
throw new
IllegalArgumentException
("Error inflating XML: Unexpected number of argments passed to \""
331
throw new
IllegalArgumentException
("Error inflating XML: no setter method found for param \"" +
ListOrganizer.java
44
throw new
IllegalArgumentException
("Illegal argument to moveAbove(A, B); A cannot be equal to B.");
58
throw new
IllegalArgumentException
("Illegal argument to moveBeaneath(A, B); A cannot be equal to B.");
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/general/
Preconditioner.java
47
* @exception
IllegalArgumentException
if point dimension is wrong
50
throws FunctionEvaluationException,
IllegalArgumentException
;
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/moment/
Mean.java
142
* Throws <code>
IllegalArgumentException
</code> if the array is null.</p>
150
* @throws
IllegalArgumentException
if the array is null or the array index
177
* Throws <code>
IllegalArgumentException
</code> if either array is null.</p>
183
* Throws <code>
IllegalArgumentException
</code> if any of the following are true:
198
* @throws
IllegalArgumentException
if the parameters are not valid
223
* Throws <code>
IllegalArgumentException
</code> if either array is null.</p>
229
* Throws <code>
IllegalArgumentException
</code> if any of the following are true:
241
* @throws
IllegalArgumentException
if the parameters are not valid
StandardDeviation.java
143
* Throws <code>
IllegalArgumentException
</code> if the array is null.</p>
149
* @throws
IllegalArgumentException
if the array is null
163
* Throws <code>
IllegalArgumentException
</code> if the array is null.</p>
171
* @throws
IllegalArgumentException
if the array is null or the array index
191
* Throws <code>
IllegalArgumentException
</code> if the array is null.</p>
200
* @throws
IllegalArgumentException
if the array is null or the array index
220
* Throws <code>
IllegalArgumentException
</code> if the array is null.</p>
227
* @throws
IllegalArgumentException
if the array is null
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/
ConnectionEventTest.java
35
} catch (
IllegalArgumentException
e) {
48
} catch (
IllegalArgumentException
e) {
StatementEventTest.java
61
fail("should throw
IllegalArgumentException
");
62
} catch (
IllegalArgumentException
e) {
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
BEROctetString.java
33
throw new
IllegalArgumentException
(octs[i].getClass().getName() + " found in input should only contain DEROctetString");
37
throw new
IllegalArgumentException
("exception converting octets " + e.toString());
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/
SignerIdentifier.java
63
* @exception
IllegalArgumentException
if the object cannot be converted.
88
throw new
IllegalArgumentException
(
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
ExtensionsGenerator.java
61
throw new
IllegalArgumentException
("extension " + oid + " already added");
78
throw new
IllegalArgumentException
("extension " + extension.getExtnId() + " already added");
V2Form.java
78
throw new
IllegalArgumentException
("Bad sequence size: " + seq.size());
102
throw new
IllegalArgumentException
("Bad tag number: "
X509ExtensionsGenerator.java
49
throw new
IllegalArgumentException
("error encoding value: " + e);
68
throw new
IllegalArgumentException
("extension " + oid + " already added");
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/params/
DHParameters.java
89
throw new
IllegalArgumentException
("when l value specified, it must satisfy 2^(l-1) <= p");
93
throw new
IllegalArgumentException
("when l value specified, it may not be less than m value");
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/
BigIntegers.java
56
throw new
IllegalArgumentException
("standard length exceeded for value");
82
throw new
IllegalArgumentException
("'min' may not be greater than 'max'");
/external/dagger2/compiler/src/main/java/dagger/internal/codegen/
InjectionAnnotations.java
44
throw new
IllegalArgumentException
(
58
throw new
IllegalArgumentException
(
Completed in 1364 milliseconds
<<
31
32
33
34
35
36
37
38
39
40
>>