HomeSort by relevance Sort by last modified time
    Searched refs:IllegalArgumentException (Results 376 - 400 of 3562) sorted by null

<<11121314151617181920>>

  /frameworks/base/core/tests/coretests/src/android/view/
SetTagsTest.java 82 } catch (IllegalArgumentException e) {
93 } catch (IllegalArgumentException e) {
109 } catch (IllegalArgumentException e) {
  /frameworks/base/drm/java/android/drm/
DrmRights.java 107 throw new IllegalArgumentException(msg);
120 throw new IllegalArgumentException("data is null");
131 throw new IllegalArgumentException(msg);
  /frameworks/base/graphics/java/android/graphics/
SweepGradient.java 54 throw new IllegalArgumentException("needs >= 2 number of colors");
57 throw new IllegalArgumentException(
102 throw new IllegalArgumentException("SweepGradient should be created with either " +
  /frameworks/base/media/java/android/media/
RemoteDisplay.java 71 throw new IllegalArgumentException("iface must not be null");
74 throw new IllegalArgumentException("listener must not be null");
77 throw new IllegalArgumentException("handler must not be null");
  /libcore/crypto/src/main/java/org/conscrypt/
OpenSSLEngine.java 34 public static OpenSSLEngine getInstance(String engine) throws IllegalArgumentException {
43 throw new IllegalArgumentException("Unknown ENGINE id: " + engine);
57 throw new IllegalArgumentException("Could not initialize engine");
  /libcore/luni/src/main/java/java/math/
MathContext.java 79 * @throws IllegalArgumentException
96 * @throws IllegalArgumentException
114 * @throws IllegalArgumentException
143 private IllegalArgumentException invalidMathContext(String reason, String s) {
144 throw new IllegalArgumentException(reason + ": " + s);
149 throw new IllegalArgumentException("Negative precision: " + precision);
  /libcore/luni/src/main/java/org/apache/harmony/security/asn1/
ASN1Type.java 46 * @throws IllegalArgumentException - if tagNumber is invalid
58 * @throws IllegalArgumentException - if tagClass or tagNumber is invalid
62 throw new IllegalArgumentException("tagNumber < 0");
68 throw new IllegalArgumentException("invalid tagClass");
76 throw new IllegalArgumentException("tag long form not implemented");
  /libcore/luni/src/main/java/org/apache/harmony/security/utils/
ObjectIdentifier.java 66 * @throws IllegalArgumentException - if oid is invalid
83 * @throws IllegalArgumentException - if oid is invalid
186 * @throws IllegalArgumentException - if oid is invalid
195 throw new IllegalArgumentException("OID MUST have at least 2 subidentifiers");
199 throw new IllegalArgumentException("Valid values for first subidentifier are 0, 1 and 2");
201 throw new IllegalArgumentException("If the first subidentifier has 0 or 1 value the second subidentifier value MUST be less than 40");
  /libcore/luni/src/test/java/libcore/java/nio/channels/
SocketChannelTest.java 50 } catch (IllegalArgumentException expected) {
55 } catch (IllegalArgumentException expected) {
60 } catch (IllegalArgumentException expected) {
  /libcore/luni/src/test/java/tests/api/javax/net/
ServerSocketFactoryTest.java 61 fail("IllegalArgumentException wasn't thrown");
62 } catch (IllegalArgumentException expected) {
81 fail("IllegalArgumentException wasn't thrown");
82 } catch (IllegalArgumentException expected) {
102 fail("IllegalArgumentException wasn't thrown");
103 } catch (IllegalArgumentException expected) {
  /libcore/luni/src/test/java/tests/security/spec/
PSSParameterSpecTest.java 50 * throws <code>IllegalArgumentException</code>
57 } catch (IllegalArgumentException e) {
115 * throws <code>IllegalArgumentException<code>
123 } catch (IllegalArgumentException e) {
133 * throws <code>IllegalArgumentException</code>
141 } catch (IllegalArgumentException e) {
  /packages/apps/Tag/src/com/android/apps/tag/record/
ImageRecord.java 56 throw new IllegalArgumentException("not a valid image file");
64 throw new IllegalArgumentException("not a valid image file");
73 } catch (IllegalArgumentException e) {
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/filefilter/
NameFileFilter.java 58 * @throws IllegalArgumentException if the name is null
69 * @throws IllegalArgumentException if the name is null
73 throw new IllegalArgumentException("The wildcard must not be null");
86 * @throws IllegalArgumentException if the names array is null
100 * @throws IllegalArgumentException if the names array is null
104 throw new IllegalArgumentException("The array of names must not be null");
114 * @throws IllegalArgumentException if the name list is null
126 * @throws IllegalArgumentException if the name list is null
131 throw new IllegalArgumentException("The list of names must not be null");
PrefixFileFilter.java 59 * @throws IllegalArgumentException if the prefix is null
71 * @throws IllegalArgumentException if the prefix is null
76 throw new IllegalArgumentException("The prefix must not be null");
89 * @throws IllegalArgumentException if the prefix array is null
104 * @throws IllegalArgumentException if the prefix is null
109 throw new IllegalArgumentException("The array of prefixes must not be null");
119 * @throws IllegalArgumentException if the prefix list is null
132 * @throws IllegalArgumentException if the prefix list is null
138 throw new IllegalArgumentException("The list of prefixes must not be null");
SuffixFileFilter.java 60 * @throws IllegalArgumentException if the suffix is null
72 * @throws IllegalArgumentException if the suffix is null
77 throw new IllegalArgumentException("The suffix must not be null");
90 * @throws IllegalArgumentException if the suffix array is null
105 * @throws IllegalArgumentException if the suffix array is null
110 throw new IllegalArgumentException("The array of suffixes must not be null");
120 * @throws IllegalArgumentException if the suffix list is null
133 * @throws IllegalArgumentException if the suffix list is null
139 throw new IllegalArgumentException("The list of suffixes must not be null");
WildcardFileFilter.java 63 * @throws IllegalArgumentException if the pattern is null
74 * @throws IllegalArgumentException if the pattern is null
78 throw new IllegalArgumentException("The wildcard must not be null");
91 * @throws IllegalArgumentException if the pattern array is null
105 * @throws IllegalArgumentException if the pattern array is null
109 throw new IllegalArgumentException("The wildcard array must not be null");
119 * @throws IllegalArgumentException if the pattern list is null
131 * @throws IllegalArgumentException if the pattern list is null
136 throw new IllegalArgumentException("The wildcard list must not be null");
  /cts/tools/dex-tools/src/dex/structure/
DexEncodedValueType.java 192 throw new IllegalArgumentException("Type does not exist!");
  /cts/tools/signature-tools/src/signature/model/impl/
SigPrimitiveType.java 38 throw new IllegalArgumentException(name + " is not a primitive type");
  /dalvik/dexgen/src/com/android/dexgen/rop/cst/
CstBoolean.java 56 throw new IllegalArgumentException("bogus value: " + value);
  /dalvik/dx/src/com/android/dx/cf/code/
ByteBlockList.java 58 throw new IllegalArgumentException("no such label: "
  /dalvik/dx/src/com/android/dx/rop/cst/
CstBoolean.java 56 throw new IllegalArgumentException("bogus value: " + value);
  /external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/
MyKeyPairGeneratorSpi.java 44 throw new IllegalArgumentException("Invalid random");
  /external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
MockedDateFormatSymbolsProvider.java 33 throw new IllegalArgumentException();
MockedDecimalFormatSymbolsProvider.java 34 throw new IllegalArgumentException();
  /external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
SSLSessionImplTest.java 111 fail("No expected IllegalArgumentException");
112 } catch (IllegalArgumentException e) {
118 fail("No expected IllegalArgumentException");
119 } catch (IllegalArgumentException e) {
125 fail("No expected IllegalArgumentException");
126 } catch (IllegalArgumentException e) {
131 fail("No expected IllegalArgumentException");
132 } catch (IllegalArgumentException e) {

Completed in 1205 milliseconds

<<11121314151617181920>>