OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:illegalargumentexception
(Results
401 - 425
of
10592
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/frameworks/base/media/java/android/media/
MediaMetadataRetriever.java
65
* @throws
IllegalArgumentException
If the path is invalid.
67
public void setDataSource(String path) throws
IllegalArgumentException
{
69
throw new
IllegalArgumentException
();
76
throw new
IllegalArgumentException
();
78
throw new
IllegalArgumentException
();
89
* @throws
IllegalArgumentException
If the URI is invalid.
92
throws
IllegalArgumentException
{
111
throws
IllegalArgumentException
;
124
* @throws
IllegalArgumentException
if the arguments are invalid
127
throws
IllegalArgumentException
;
[
all
...]
/external/guava/guava-tests/test/com/google/common/math/
LongMathTest.java
178
fail("Expected
IllegalArgumentException
");
179
} catch (
IllegalArgumentException
expected) {}
188
fail("Expected
IllegalArgumentException
");
189
} catch (
IllegalArgumentException
expected) {}
223
fail("Expected
IllegalArgumentException
");
224
} catch (
IllegalArgumentException
expected) {}
234
fail("Expected
IllegalArgumentException
");
235
} catch (
IllegalArgumentException
expected) {}
279
fail("Expected
IllegalArgumentException
");
280
} catch (
IllegalArgumentException
expected) {
[
all
...]
/frameworks/base/cmds/content/src/com/android/commands/content/
Content.java
189
throw new
IllegalArgumentException
("Unsupported operation: " + operation);
191
} catch (
IllegalArgumentException
iae) {
210
throw new
IllegalArgumentException
("Unsupported argument: " + argument);
214
throw new
IllegalArgumentException
("Content provider URI not specified."
218
throw new
IllegalArgumentException
("Bindings not specified."
236
throw new
IllegalArgumentException
("Unsupported argument: " + argument);
240
throw new
IllegalArgumentException
("Content provider URI not specified."
261
throw new
IllegalArgumentException
("Unsupported argument: " + argument);
265
throw new
IllegalArgumentException
("Content provider URI not specified."
269
throw new
IllegalArgumentException
("Bindings not specified.
[
all
...]
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/inference/
TTestImpl.java
80
* @throws
IllegalArgumentException
if the precondition is not met
85
throws
IllegalArgumentException
, MathException {
124
* @throws
IllegalArgumentException
if the precondition is not met
128
throws
IllegalArgumentException
, MathException {
164
* @throws
IllegalArgumentException
if the preconditions are not met
168
throws
IllegalArgumentException
, MathException {
186
* @throws
IllegalArgumentException
if input array length is less than 2
189
throws
IllegalArgumentException
{
209
* @throws
IllegalArgumentException
if the precondition is not met
212
throws
IllegalArgumentException
{
[
all
...]
/external/emma/core/java12/com/vladium/util/args/
OptsParser.java
120
if (args == null) throw new
IllegalArgumentException
("null input: args");
139
if (av == null) throw new
IllegalArgumentException
("null input: args[" + a + "]");
570
if (value == null) throw new
IllegalArgumentException
("null input: value");
660
if (opt == null) throw new
IllegalArgumentException
("null input: opt");
661
if (optdef == null) throw new
IllegalArgumentException
("null input: optdef");
662
if (occuranceName == null) throw new
IllegalArgumentException
("null input: occuranceName");
707
if (occuranceName == null) throw new
IllegalArgumentException
("null input: occuranceName");
714
if (args == null) throw new
IllegalArgumentException
("null input: args");
715
if ((start < 0) || (start > args.length)) throw new
IllegalArgumentException
("invalid start index: " + start);
837
if (names == null) throw new
IllegalArgumentException
("null input: names")
[
all
...]
/cts/hostsidetests/appsecurity/test-apps/UsePermissionDiffCert/src/com/android/cts/usespermissiondiffcertapp/
ModifyInstallerPackageTest.java
72
fail("setInstallerPackageName did not throw
IllegalArgumentException
");
73
} catch (
IllegalArgumentException
e) {
85
fail("setInstallerPackageName did not throw
IllegalArgumentException
");
86
} catch (
IllegalArgumentException
e) {
/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
AffiliationTest.java
56
fail("Should throw
IllegalArgumentException
");
57
} catch (
IllegalArgumentException
ex) {
66
fail("Should throw
IllegalArgumentException
");
67
} catch (
IllegalArgumentException
ex) {
/cts/tests/tests/car/src/android/car/cts/
CarPackageManagerTest.java
55
} catch (
IllegalArgumentException
expected) {
61
} catch (
IllegalArgumentException
expected) {
67
} catch (
IllegalArgumentException
expected) {
107
} catch (
IllegalArgumentException
expected) {
/cts/tests/tests/opengl/src/android/opengl/cts/
Egl10Utils.java
34
throw new
IllegalArgumentException
("eglChooseConfig failed");
39
throw new
IllegalArgumentException
("No configs match configSpec");
44
throw new
IllegalArgumentException
("eglChooseConfig#2 failed");
48
throw new
IllegalArgumentException
("No config chosen");
/cts/tests/tests/renderscript/src/android/renderscript/cts/
SamplerTest.java
81
} catch (
IllegalArgumentException
e) {
86
} catch (
IllegalArgumentException
e) {
91
} catch (
IllegalArgumentException
e) {
96
} catch (
IllegalArgumentException
e) {
/dalvik/dexgen/src/com/android/dexgen/rop/
ByteBlock.java
58
throw new
IllegalArgumentException
("label < 0");
62
throw new
IllegalArgumentException
("start < 0");
66
throw new
IllegalArgumentException
("end <= start");
76
throw new
IllegalArgumentException
("successors[" + i +
/dalvik/dx/src/com/android/dx/cf/code/
ByteBlock.java
58
throw new
IllegalArgumentException
("label < 0");
62
throw new
IllegalArgumentException
("start < 0");
66
throw new
IllegalArgumentException
("end <= start");
76
throw new
IllegalArgumentException
("successors[" + i +
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/util/
ZHash.java
61
//throw new
IllegalArgumentException
("Key already exists in series structure...duplicates not permitted.");
78
//throw new
IllegalArgumentException
("Key already exists in series structure...duplicates not permitted.");
96
throw new
IllegalArgumentException
("Illegal argument to moveAbove(A, B); A cannot be equal to B.");
107
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/analysis/integration/
UnivariateRealIntegrator.java
72
* @throws
IllegalArgumentException
if min > max or the endpoints do not
79
throws ConvergenceException, FunctionEvaluationException,
IllegalArgumentException
;
91
* @throws
IllegalArgumentException
if min > max or the endpoints do not
95
throws ConvergenceException, FunctionEvaluationException,
IllegalArgumentException
;
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
OpenMapRealVector.java
213
public RealVector add(RealVector v) throws
IllegalArgumentException
{
226
* @throws
IllegalArgumentException
If the dimensions don't match
228
public OpenMapRealVector add(OpenMapRealVector v) throws
IllegalArgumentException
{
299
* @throws
IllegalArgumentException
If the dimensions don't match
301
public double dotProduct(OpenMapRealVector v) throws
IllegalArgumentException
{
316
public double dotProduct(RealVector v) throws
IllegalArgumentException
{
325
public OpenMapRealVector ebeDivide(RealVector v) throws
IllegalArgumentException
{
338
public OpenMapRealVector ebeDivide(double[] v) throws
IllegalArgumentException
{
350
public OpenMapRealVector ebeMultiply(RealVector v) throws
IllegalArgumentException
{
363
public OpenMapRealVector ebeMultiply(double[] v) throws
IllegalArgumentException
{
[
all
...]
/external/apache-xml/src/main/java/org/apache/xml/utils/
QName.java
102
* @param validate If true the new QName will be validated and an
IllegalArgumentException
will
111
throw new
IllegalArgumentException
(XMLMessages.createXMLMessage(
118
throw new
IllegalArgumentException
(XMLMessages.createXMLMessage(
149
* @param validate If true the new QName will be validated and an
IllegalArgumentException
will
158
throw new
IllegalArgumentException
(XMLMessages.createXMLMessage(
165
throw new
IllegalArgumentException
(XMLMessages.createXMLMessage(
171
throw new
IllegalArgumentException
(XMLMessages.createXMLMessage(
199
* @param validate If true the new QName will be validated and an
IllegalArgumentException
will
208
throw new
IllegalArgumentException
(XMLMessages.createXMLMessage(
215
throw new
IllegalArgumentException
(XMLMessages.createXMLMessage
[
all
...]
/external/autotest/frontend/client/src/autotest/afe/
ControlTypeSelect.java
30
throw new
IllegalArgumentException
("Invalid control type");
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
GeneralSubtree.java
62
throw new
IllegalArgumentException
("Bad tag number: "
72
throw new
IllegalArgumentException
("Bad tag number for 'minimum': " + oMin.getTagNo());
81
throw new
IllegalArgumentException
("Bad tag number for 'maximum': " + oMax.getTagNo());
89
throw new
IllegalArgumentException
("Bad sequence size: "
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/
SkippingCipher.java
13
* @throws java.lang.
IllegalArgumentException
if numberOfBytes is an invalid value.
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/generators/
DESKeyGenerator.java
28
throw new
IllegalArgumentException
("DES key must be "
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/params/
DSAPublicKeyParameters.java
32
throw new
IllegalArgumentException
("y value does not appear to be in correct group");
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
GLVMultiplier.java
16
throw new
IllegalArgumentException
("Need curve with known group order");
/external/conscrypt/platform/src/main/java/org/conscrypt/ct/
CertificateEntry.java
62
throw new
IllegalArgumentException
("issuerKeyHash missing for precert entry.");
64
throw new
IllegalArgumentException
("unexpected issuerKeyHash for X509 entry.");
68
throw new
IllegalArgumentException
("issuerKeyHash must be 32 bytes long");
77
* @throws
IllegalArgumentException
if issuerKeyHash isn't 32 bytes
/external/glide/library/src/main/java/com/bumptech/glide/request/target/
ImageViewTargetFactory.java
24
throw new
IllegalArgumentException
("Unhandled class: " + clazz
/external/glide/library/src/main/java/com/bumptech/glide/util/
Util.java
111
* Throws an {@link java.lang.
IllegalArgumentException
} if called on a thread other than the main thread.
115
throw new
IllegalArgumentException
("You must call this method on the main thread");
120
* Throws an {@link java.lang.
IllegalArgumentException
} if called on the main thread.
124
throw new
IllegalArgumentException
("YOu must call this method on a background thread");
Completed in 1234 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>