HomeSort by relevance Sort by last modified time
    Searched full:illegalargumentexception (Results 101 - 125 of 10592) sorted by null

1 2 3 45 6 7 8 91011>>

  /libcore/luni/src/test/java/libcore/libcore/util/
HexEncodingTest.java 44 } catch (IllegalArgumentException expected) {
52 } catch (IllegalArgumentException expected) {
61 } catch (IllegalArgumentException expected) {
67 } catch (IllegalArgumentException expected) {
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
KeyPairGeneratorSpiTest.java 62 fail("IllegalArgumentException must be thrown for incorrect keysize");
63 } catch (IllegalArgumentException e) {
67 fail("IllegalArgumentException must be thrown");
68 } catch (IllegalArgumentException e) {
KeyPairGenerator2Test.java 152 fail("IllegalArgumentException must be thrown for null random");
153 } catch (IllegalArgumentException e) {
167 fail("IllegalArgumentException must be thrown for null random");
168 } catch (IllegalArgumentException e) {
217 * throws IllegalArgumentException when provider is null;
223 NoSuchProviderException, IllegalArgumentException,
244 fail("IllegalArgumentException must be thrown when provider is null (algorithm: "
246 } catch (IllegalArgumentException e) {
279 * throws IllegalArgumentException when provider is null;
283 IllegalArgumentException, InvalidAlgorithmParameterException
    [all...]
  /cts/tests/tests/keystore/src/android/keystore/cts/
KeyPairGeneratorSpecTest.java 103 fail("Should throw IllegalArgumentException when alias is missing");
104 } catch (IllegalArgumentException expected) {
116 fail("Should throw IllegalArgumentException when subject is missing");
117 } catch (IllegalArgumentException expected) {
129 fail("Should throw IllegalArgumentException when serialNumber is missing");
130 } catch (IllegalArgumentException expected) {
142 fail("Should throw IllegalArgumentException when startDate is missing");
143 } catch (IllegalArgumentException expected) {
155 fail("Should throw IllegalArgumentException when endDate is missing");
156 } catch (IllegalArgumentException expected)
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
ASN1Null.java 24 * @exception IllegalArgumentException if the object cannot be converted.
41 throw new IllegalArgumentException("failed to construct NULL from byte[]: " + e.getMessage());
45 throw new IllegalArgumentException("unknown object in getInstance(): " + o.getClass().getName());
DERBitString.java 15 * @exception IllegalArgumentException if the object cannot be converted.
37 throw new IllegalArgumentException("encoding error in getInstance: " + e.toString());
41 throw new IllegalArgumentException("illegal object in getInstance: " + obj.getClass().getName());
50 * @exception IllegalArgumentException if the tagged object cannot
143 throw new IllegalArgumentException("truncated BIT STRING detected");
DLBitString.java 15 * @exception IllegalArgumentException if the object cannot be converted.
37 throw new IllegalArgumentException("encoding error in getInstance: " + e.toString());
41 throw new IllegalArgumentException("illegal object in getInstance: " + obj.getClass().getName());
50 * @exception IllegalArgumentException if the tagged object cannot
143 throw new IllegalArgumentException("truncated BIT STRING detected");
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x9/
DHValidationParms.java 43 throw new IllegalArgumentException("'seed' cannot be null");
47 throw new IllegalArgumentException("'pgenCounter' cannot be null");
58 throw new IllegalArgumentException("Bad sequence size: " + seq.size());
  /external/protobuf/java/core/src/test/java/com/google/protobuf/
CheckUtf8Test.java 68 fail("Expected IllegalArgumentException for non UTF-8 byte string.");
69 } catch (IllegalArgumentException exception) {
77 fail("Expected IllegalArgumentException for non UTF-8 byte string.");
78 } catch (IllegalArgumentException exception) {
86 fail("Expected IllegalArgumentException for non UTF-8 byte string.");
87 } catch (IllegalArgumentException exception) {
106 fail("Expected IllegalArgumentException for non UTF-8 byte string.");
107 } catch (IllegalArgumentException exception) {
115 fail("Expected IllegalArgumentException for non UTF-8 byte string.");
116 } catch (IllegalArgumentException exception)
    [all...]
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/res/
IntegerResourceLoader.java 17 throw new IllegalArgumentException("No such resource: " + resourceId);
21 throw new IllegalArgumentException("Got resource name " + resourceName + " from id " + resourceIdDebugString
30 throw new IllegalArgumentException("No such resource (" + isSystem + "): " + resourceName);
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/res/
ResourceTableTest.java 34 @Test(expected = IllegalArgumentException.class)
40 @Test(expected = IllegalArgumentException.class)
46 @Test(expected = IllegalArgumentException.class)
  /frameworks/base/core/tests/coretests/src/android/text/method/
WordIteratorTest.java 199 fail("preceding with invalid offset should throw IllegalArgumentException.");
200 } catch (IllegalArgumentException e) {
204 fail("preceding with invalid offset should throw IllegalArgumentException.");
205 } catch (IllegalArgumentException e) {
239 fail("following with invalid offset should throw IllegalArgumentException.");
240 } catch (IllegalArgumentException e) {
244 fail("following with invalid offset should throw IllegalArgumentException.");
245 } catch (IllegalArgumentException e) {
279 fail("isBoundary with invalid offset should throw IllegalArgumentException.");
280 } catch (IllegalArgumentException e)
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/aware/
ConfigRequest.java 166 * throws an IllegalArgumentException.
168 public void validate() throws IllegalArgumentException {
170 throw new IllegalArgumentException(
174 throw new IllegalArgumentException("Master Preference specification must not "
178 throw new IllegalArgumentException("Cluster specification must be non-negative");
181 throw new IllegalArgumentException("Cluster specification must not exceed 0xFFFF");
184 throw new IllegalArgumentException("Cluster specification must be non-negative");
187 throw new IllegalArgumentException("Cluster specification must not exceed 0xFFFF");
190 throw new IllegalArgumentException(
194 throw new IllegalArgumentException(
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
ErrorTest.java 71 } catch (IllegalArgumentException e) {
80 } catch (IllegalArgumentException e) {
92 } catch (IllegalArgumentException e) {
104 } catch (IllegalArgumentException e) {
117 } catch (IllegalArgumentException e) {
126 } catch (IllegalArgumentException e) {
169 } catch (IllegalArgumentException e) {
175 } catch (IllegalArgumentException e) {
187 // } catch (IllegalArgumentException e) {
194 // } catch (IllegalArgumentException e)
    [all...]
  /external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
ErrorTest.java 68 } catch (IllegalArgumentException e) {
77 } catch (IllegalArgumentException e) {
89 } catch (IllegalArgumentException e) {
101 } catch (IllegalArgumentException e) {
114 } catch (IllegalArgumentException e) {
123 } catch (IllegalArgumentException e) {
166 } catch (IllegalArgumentException e) {
172 } catch (IllegalArgumentException e) {
184 // } catch (IllegalArgumentException e) {
191 // } catch (IllegalArgumentException e)
    [all...]
  /frameworks/base/opengl/java/android/opengl/
GLUtils.java 45 throw new IllegalArgumentException("bitmap is recycled");
49 throw new IllegalArgumentException("Unknown internalformat");
58 * @throws IllegalArgumentException if the bitmap does not have a type.
67 throw new IllegalArgumentException("bitmap is recycled");
71 throw new IllegalArgumentException("Unknown type");
104 throw new IllegalArgumentException("bitmap is recycled");
107 throw new IllegalArgumentException("invalid Bitmap format");
130 throw new IllegalArgumentException("bitmap is recycled");
133 throw new IllegalArgumentException("invalid Bitmap format");
152 throw new IllegalArgumentException("bitmap is recycled")
    [all...]
  /frameworks/support/core/ktx/src/androidTest/java/androidx/core/content/res/
TypedArrayTest.kt 39 assertThrows<IllegalArgumentException> {
50 assertThrows<IllegalArgumentException> {
62 assertThrows<IllegalArgumentException> {
73 assertThrows<IllegalArgumentException> {
85 assertThrows<IllegalArgumentException> {
97 assertThrows<IllegalArgumentException> {
108 assertThrows<IllegalArgumentException> {
119 assertThrows<IllegalArgumentException> {
131 assertThrows<IllegalArgumentException> {
142 assertThrows<IllegalArgumentException> {
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/inference/
ChiSquareTestImpl.java 63 * @throws IllegalArgumentException if preconditions are not met
67 throws IllegalArgumentException {
112 * @throws IllegalArgumentException if preconditions are not met
116 throws IllegalArgumentException, MathException {
133 * @throws IllegalArgumentException if preconditions are not met
137 double alpha) throws IllegalArgumentException, MathException {
149 * @throws IllegalArgumentException if preconditions are not met
151 public double chiSquare(long[][] counts) throws IllegalArgumentException {
185 * @throws IllegalArgumentException if preconditions are not met
189 throws IllegalArgumentException, MathException
    [all...]
  /frameworks/av/packages/MediaComponents/src/com/android/media/
MediaMetadata2Impl.java 122 throw new IllegalArgumentException("key shouldn't be null");
130 throw new IllegalArgumentException("key shouldn't be null");
143 throw new IllegalArgumentException("key shouldn't be null");
155 throw new IllegalArgumentException("key shouldn't be null");
163 throw new IllegalArgumentException("key shouldn't be null");
179 throw new IllegalArgumentException("key shouldn't be null");
187 throw new IllegalArgumentException("key shouldn't be null");
240 throw new IllegalArgumentException("source shouldn't be null");
264 throw new IllegalArgumentException("key shouldn't be null");
268 throw new IllegalArgumentException("The " + ke
    [all...]
  /frameworks/base/core/java/com/android/internal/util/
FastXmlSerializer.java 185 IllegalArgumentException, IllegalStateException {
200 public void cdsect(String text) throws IOException, IllegalArgumentException,
205 public void comment(String text) throws IOException, IllegalArgumentException,
210 public void docdecl(String text) throws IOException, IllegalArgumentException,
215 public void endDocument() throws IOException, IllegalArgumentException, IllegalStateException {
220 IllegalArgumentException, IllegalStateException {
241 public void entityRef(String text) throws IOException, IllegalArgumentException,
298 throws IllegalArgumentException {
306 public void ignorableWhitespace(String text) throws IOException, IllegalArgumentException,
311 public void processingInstruction(String text) throws IOException, IllegalArgumentException,
    [all...]
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
PixelUtils.java 52 throw new IllegalArgumentException("Input and output buffers must have the same size!");
54 throw new IllegalArgumentException("Input buffer size must be a multiple of 4!");
56 throw new IllegalArgumentException("Output buffer size must be a multiple of 4!");
58 throw new IllegalArgumentException(
61 throw new IllegalArgumentException(
  /frameworks/support/core/ktx/src/main/java/androidx/core/os/
PersistableBundle.kt 26 * @throws IllegalArgumentException When a value is not a supported type of [PersistableBundle].
39 throw IllegalArgumentException("Illegal value type boolean for key \"$key\"")
54 throw IllegalArgumentException("Illegal value type boolean[] for key \"$key\"")
71 throw IllegalArgumentException(
79 throw IllegalArgumentException("Illegal value type $valueType for key \"$key\"")
  /packages/apps/Contacts/src/com/android/contacts/util/
ContactLoaderUtils.java 36 * For legacy contacts, a raw-contact lookup is performed. An {@link IllegalArgumentException}
43 throws IllegalArgumentException {
44 if (uri == null) throw new IllegalArgumentException("uri must not be null");
64 throw new IllegalArgumentException("uri format is unknown");
76 throw new IllegalArgumentException("uri authority is unknown");
  /packages/apps/Dialer/java/com/android/contacts/common/util/
ContactLoaderUtils.java 34 * contacts, a raw-contact lookup is performed. An {@link IllegalArgumentException} can be thrown
41 throws IllegalArgumentException {
43 throw new IllegalArgumentException("uri must not be null");
64 throw new IllegalArgumentException("uri format is unknown");
76 throw new IllegalArgumentException("uri authority is unknown");
  /external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
AbstractRealVector.java 95 public RealVector add(double[] v) throws IllegalArgumentException {
106 public RealVector add(RealVector v) throws IllegalArgumentException {
122 public RealVector subtract(double[] v) throws IllegalArgumentException {
134 public RealVector subtract(RealVector v) throws IllegalArgumentException {
160 throw new IllegalArgumentException(e);
170 public double dotProduct(double[] v) throws IllegalArgumentException {
175 public double dotProduct(RealVector v) throws IllegalArgumentException {
187 public RealVector ebeDivide(double[] v) throws IllegalArgumentException {
192 public RealVector ebeMultiply(double[] v) throws IllegalArgumentException {
197 public double getDistance(RealVector v) throws IllegalArgumentException {
    [all...]

Completed in 983 milliseconds

1 2 3 45 6 7 8 91011>>