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

<<51525354555657585960>>

  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/rtt/
RttNative.java 324 } catch (IllegalArgumentException e) {
348 throw new IllegalArgumentException(
366 throw new IllegalArgumentException(
384 throw new IllegalArgumentException(
398 throw new IllegalArgumentException(
406 * If none: throw an IllegalArgumentException.
421 throw new IllegalArgumentException(
429 * If none: throw an IllegalArgumentException.
443 throw new IllegalArgumentException(
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/
KeyManagerFactory1Test.java 191 * Assertion: throws IllegalArgumentException when provider is null or empty
203 fail("Expected IllegalArgumentException was not thrown for null provider");
204 } catch (IllegalArgumentException e) {
208 fail("Expected IllegalArgumentException was not thrown for empty provider");
209 } catch (IllegalArgumentException e) {
295 * Assertion: throws IllegalArgumentException when provider is null
307 fail("Expected IllegalArgumentException was not thrown when provider is null");
308 } catch (IllegalArgumentException e) {
348 IllegalArgumentException {
  /libcore/luni/src/main/java/javax/xml/transform/
Transformer.java 147 * An <code>IllegalArgumentException</code> is thrown if any names do not
157 * @throws IllegalArgumentException If any parameter names do not conform
206 * An <code>IllegalArgumentException</code> is thrown if any of the
278 * @throws IllegalArgumentException If the property is not supported, and is
284 throws IllegalArgumentException;
298 * @throws IllegalArgumentException If the property is not supported.
303 throws IllegalArgumentException;
309 * @throws IllegalArgumentException if listener is null.
312 throws IllegalArgumentException;
  /libcore/luni/src/test/java/tests/security/spec/
ECFieldF2mTest.java 53 * <code>IArgE</code> reference object of class IllegalArgumentException.
54 * IllegalArgumentException must be thrown by <code>ECFieldF2m</code>
57 static final IllegalArgumentException IArgE = new IllegalArgumentException();
127 * Assertion: IllegalArgumentException if m is not positive.
248 * Assertion: IllegalArgumentException if m is not positive.
252 * Assertion: IllegalArgumentException if ks is invalid.
287 * Assertion: IllegalArgumentException if m is not positive.
291 * Assertion: IllegalArgumentException if rp is invalid.
  /libcore/ojluni/src/main/java/java/net/
DatagramPacket.java 147 * @throws IllegalArgumentException if address type is not supported
189 * @throws IllegalArgumentException if address type is not supported
283 throw new IllegalArgumentException("illegal length or offset");
321 throw new IllegalArgumentException("Port out of range:"+ iport);
331 * @throws IllegalArgumentException if address is null or is a
339 throw new IllegalArgumentException("unsupported address type");
342 throw new IllegalArgumentException("unresolved address");
392 * @exception IllegalArgumentException if the length is negative
404 throw new IllegalArgumentException("illegal length");
  /libcore/ojluni/src/main/java/java/util/
NavigableSet.java 204 * <p>The returned set will throw an {@code IllegalArgumentException}
225 * @throws IllegalArgumentException if {@code fromElement} is
240 * <p>The returned set will throw an {@code IllegalArgumentException}
256 * @throws IllegalArgumentException if this set itself has a
269 * <p>The returned set will throw an {@code IllegalArgumentException}
285 * @throws IllegalArgumentException if this set itself has a
298 * @throws IllegalArgumentException {@inheritDoc}
309 * @throws IllegalArgumentException {@inheritDoc}
320 * @throws IllegalArgumentException {@inheritDoc}
Base64.java 126 * @throws IllegalArgumentException if {@code lineSeparator} includes any
135 throw new IllegalArgumentException(
285 * @throws IllegalArgumentException if {@code dst} does not have enough
291 throw new IllegalArgumentException(
452 * present, otherwise {@code IllegalArgumentException} (
521 * @throws IllegalArgumentException
545 * @throws IllegalArgumentException
564 * IllegalargumentException is thrown.
573 * @throws IllegalArgumentException
580 throw new IllegalArgumentException(
    [all...]
  /libcore/ojluni/src/main/java/javax/net/ssl/
SNIHostName.java 93 * @throws IllegalArgumentException if {@code hostname} is illegal
96 // IllegalArgumentException will be thrown if {@code hostname} is
160 * @throws IllegalArgumentException if {@code encoded} is illegal
178 throw new IllegalArgumentException(
314 throw new IllegalArgumentException(
319 throw new IllegalArgumentException(
357 * @throws IllegalArgumentException if {@code serverName} is
372 throw new IllegalArgumentException(
378 } catch (NullPointerException | IllegalArgumentException e) {
  /cts/tests/tests/text/src/android/text/cts/
PrecomputedTextTest.java 237 @Test(expected = IllegalArgumentException.class)
244 @Test(expected = IllegalArgumentException.class)
390 @Test(expected = IllegalArgumentException.class)
396 @Test(expected = IllegalArgumentException.class)
402 @Test(expected = IllegalArgumentException.class)
408 @Test(expected = IllegalArgumentException.class)
414 @Test(expected = IllegalArgumentException.class)
420 @Test(expected = IllegalArgumentException.class)
575 @Test(expected = IllegalArgumentException.class)
582 @Test(expected = IllegalArgumentException.class
    [all...]
  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
TimestampTest.java 185 fail("Should throw IllegalArgumentException");
186 } catch (IllegalArgumentException e) {
317 fail("Should throw IllegalArgumentException.");
318 } catch (IllegalArgumentException e) {
356 fail("Should throw IllegalArgumentException.");
357 } catch (IllegalArgumentException e) {
372 fail("should throw IllegalArgumentException");
373 } catch (IllegalArgumentException e) {
380 fail("should throw IllegalArgumentException");
381 } catch (IllegalArgumentException e)
    [all...]
  /external/protobuf/javanano/src/main/java/com/google/protobuf/nano/
Extension.java 234 throw new IllegalArgumentException("Unknown type " + type);
237 throw new IllegalArgumentException(
240 throw new IllegalArgumentException(
243 throw new IllegalArgumentException("Error reading extension field", e);
277 throw new IllegalArgumentException("Unknown type " + type);
328 throw new IllegalArgumentException("Unknown type " + type);
362 throw new IllegalArgumentException("Error reading extension field", e);
378 throw new IllegalArgumentException("Error reading extension field", e);
456 throw new IllegalArgumentException("Unknown type " + type);
550 throw new IllegalArgumentException("Unpackable type " + type)
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
KeyAgreementTest.java 159 throws NoSuchAlgorithmException, IllegalArgumentException,
182 * method Assertions: throws IllegalArgumentException when provider is null
187 throws IllegalArgumentException, NoSuchAlgorithmException,
197 fail("IllegalArgumentException must be thrown when provider is null");
198 } catch (IllegalArgumentException e) {
202 fail("IllegalArgumentException must be thrown when provider is empty");
203 } catch (IllegalArgumentException e) {
222 throws IllegalArgumentException, NoSuchAlgorithmException,
245 throws NoSuchAlgorithmException, IllegalArgumentException {
267 * method Assertions: throws IllegalArgumentException when provider is nul
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
MultimapsTest.java 606 fail("Expected IllegalArgumentException");
607 } catch (IllegalArgumentException expected) {
614 fail("Expected IllegalArgumentException");
615 } catch (IllegalArgumentException expected) {
    [all...]
  /frameworks/base/core/java/com/android/internal/os/
ZygoteConnection.java 486 * @throws IllegalArgumentException
488 Arguments(String args[]) throws IllegalArgumentException {
501 throws IllegalArgumentException {
515 throw new IllegalArgumentException(
523 throw new IllegalArgumentException(
531 throw new IllegalArgumentException(
544 throw new IllegalArgumentException(
551 throw new IllegalArgumentException(
572 throw new IllegalArgumentException(
588 throw new IllegalArgumentException(
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/zip/
DeflaterTest.java 689 "IllegalArgumentException not thrown when setting level to a number < 0.");
690 } catch (IllegalArgumentException e) {
695 "IllegalArgumentException not thrown when setting level to a number > 9.");
696 } catch (IllegalArgumentException e) {
756 fail("IllegalArgumentException not thrown when setting strategy to an invalid value.");
757 } catch (IllegalArgumentException e) {
887 fail("IllegalArgumentException not thrown when setting level to a number < 0.");
888 } catch (IllegalArgumentException e) {
892 fail("IllegalArgumentException not thrown when setting level to a number > 9.");
893 } catch (IllegalArgumentException e)
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/security/auth/x500/
X500PrincipalTest.java 68 fail("IllegalArgumentException wasn't thrown");
69 } catch (IllegalArgumentException npe) {
71 fail(e + " was thrown instead of IllegalArgumentException");
104 fail("IllegalArgumentException wasn't thrown");
105 } catch (IllegalArgumentException npe) {
107 fail(e + " was thrown instead of IllegalArgumentException");
130 fail("IllegalArgumentException wasn't thrown");
131 } catch (IllegalArgumentException npe) {
133 fail(e + " was thrown instead of IllegalArgumentException");
139 fail("IllegalArgumentException wasn't thrown")
    [all...]
  /cts/tests/tests/proto/src/android/util/proto/cts/
ProtoOutputStreamBoolTest.java 266 } catch (IllegalArgumentException ex) {
275 } catch (IllegalArgumentException ex) {
286 } catch (IllegalArgumentException ex) {
295 } catch (IllegalArgumentException ex) {
307 } catch (IllegalArgumentException ex) {
317 } catch (IllegalArgumentException ex) {
  /cts/tests/tests/util/src/android/util/cts/
JsonWriterTest.java 155 } catch (IllegalArgumentException expected) {
160 } catch (IllegalArgumentException expected) {
165 } catch (IllegalArgumentException expected) {
177 } catch (IllegalArgumentException expected) {
182 } catch (IllegalArgumentException expected) {
187 } catch (IllegalArgumentException expected) {
  /dalvik/dexgen/src/com/android/dexgen/util/
ByteArray.java 54 throw new IllegalArgumentException("start < 0");
58 throw new IllegalArgumentException("end < start");
62 throw new IllegalArgumentException("end > bytes.length");
108 * @throws IllegalArgumentException thrown if {@code bytes} is
113 throw new IllegalArgumentException("wrong bytes");
223 throw new IllegalArgumentException("bad range: " + s + ".." + e +
  /dalvik/dx/src/com/android/dx/merge/
IndexMap.java 105 throw new IllegalArgumentException();
112 throw new IllegalArgumentException();
119 throw new IllegalArgumentException();
126 throw new IllegalArgumentException();
133 throw new IllegalArgumentException();
140 throw new IllegalArgumentException();
  /dalvik/dx/src/com/android/dx/rop/type/
Prototype.java 55 * @throws IllegalArgumentException thrown if the descriptor has
81 * @throws IllegalArgumentException thrown if the descriptor has
112 throw new IllegalArgumentException("bad descriptor");
152 throw new IllegalArgumentException("bad descriptor");
173 throw new IllegalArgumentException("bad descriptor");
177 throw new IllegalArgumentException("bad descriptor");
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
MatrixPaletteRenderer.java 91 throw new IllegalArgumentException("w");
94 throw new IllegalArgumentException("h");
97 throw new IllegalArgumentException("w * h >= 65536");
155 throw new IllegalArgumentException("i");
158 throw new IllegalArgumentException("j");
162 throw new IllegalArgumentException("Weights must add up to 1.0f");
  /development/samples/XmlAdapters/src/com/example/android/xmladapters/
Adapters.java 400 * @throws IllegalArgumentException If the XML resource does not contain
437 * @throws IllegalArgumentException If the XML resource does not contain
528 * This method will generate an {@link IllegalArgumentException} if
551 throw new IllegalArgumentException("The adapter defined in " +
559 throw new IllegalArgumentException("Unknown adapter name " + parser.getName() +
628 throw new IllegalArgumentException("The layout specified in " +
681 throw new IllegalArgumentException("A select item in " +
699 throw new IllegalArgumentException("A bind item in " +
705 throw new IllegalArgumentException("A bind item in " +
711 throw new IllegalArgumentException("A bind item in "
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/polynomials/
PolynomialFunctionLagrangeForm.java 70 * @throws IllegalArgumentException if input arrays are not valid
73 throws IllegalArgumentException {
159 * @throws IllegalArgumentException if inputs are not valid
162 DuplicateSampleAbscissaException, IllegalArgumentException {
287 * @throws IllegalArgumentException if not valid
292 throws IllegalArgumentException {
  /external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/solvers/
UnivariateRealSolverUtils.java 51 * @throws IllegalArgumentException if f is null or the endpoints do not
71 * @throws IllegalArgumentException if f is null, the endpoints do not
122 * @throws IllegalArgumentException if function is null, maximumIterations
162 * @throws IllegalArgumentException if function is null, maximumIterations
220 * Checks to see if f is null, throwing IllegalArgumentException if so.
222 * @throws IllegalArgumentException if f is null

Completed in 1757 milliseconds

<<51525354555657585960>>