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

<<21222324252627282930>>

  /prebuilts/misc/common/robolectric/3.6.1/lib/
xmlpull-1.1.3.1.jar 
  /prebuilts/tools/common/m2/repository/xmlpull/xmlpull/1.1.3.1/
xmlpull-1.1.3.1.jar 
  /tools/tradefederation/core/src/com/android/tradefed/testtype/
DeviceSuite.java 65 throw new IllegalArgumentException("Missing device");
100 throw new IllegalArgumentException("Missing build information");
130 | IllegalArgumentException
154 throw new IllegalArgumentException("Missing device");
160 throw new IllegalArgumentException("Missing build information");
  /tools/tradefederation/core/src/com/android/tradefed/util/
QuotationAwareTokenizer.java 53 * @throws IllegalArgumentException if the line cannot be parsed
55 public static String[] tokenizeLine(String line, String delim) throws IllegalArgumentException {
57 throw new IllegalArgumentException("line is null");
98 throw new IllegalArgumentException("Unexpected EOL in a quotation or after an escape " +
119 public static String[] tokenizeLine(String line) throws IllegalArgumentException {
  /tools/tradefederation/core/tests/src/com/android/tradefed/log/
TerribleFailureEmailHandlerTest.java 60 public void testOnTerribleFailure() throws IllegalArgumentException, IOException {
70 * Test that onTerribleFailure catches IllegalArgumentException when Mailer
79 EasyMock.expectLastCall().andThrow(new IllegalArgumentException("Mailer state illegal"));
115 public void testOnTerribleFailure_adjacentFailures() throws IllegalArgumentException,
134 public void testOnTerribleFailure_notAdjacentFailures() throws IllegalArgumentException,
  /external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
RealMatrix.java 40 * @throws IllegalArgumentException if row or column dimension is not positive
57 * @throws IllegalArgumentException if m is not the same size as this
59 RealMatrix add(RealMatrix m) throws IllegalArgumentException;
66 * @throws IllegalArgumentException if m is not the same size as this
68 RealMatrix subtract(RealMatrix m) throws IllegalArgumentException;
91 * @throws IllegalArgumentException
94 RealMatrix multiply(RealMatrix m) throws IllegalArgumentException;
100 * @throws IllegalArgumentException
103 RealMatrix preMultiply(RealMatrix m) throws IllegalArgumentException;
167 * @exception IllegalArgumentException if the destination array is too smal
    [all...]
BigMatrixImpl.java 101 * @throws IllegalArgumentException if row or column dimension is not
125 * @throws IllegalArgumentException if <code>d</code> is not rectangular
144 * @throws IllegalArgumentException if <code>d</code> is not rectangular
184 * @throws IllegalArgumentException if <code>d</code> is not rectangular
214 * @throws IllegalArgumentException if <code>d</code> is not rectangular
270 * @throws IllegalArgumentException if m is not the same size as this
272 public BigMatrix add(BigMatrix m) throws IllegalArgumentException {
299 * @throws IllegalArgumentException if m is not the same size as this
301 public BigMatrixImpl add(BigMatrixImpl m) throws IllegalArgumentException {
325 * @throws IllegalArgumentException if m is not the same size as thi
    [all...]
Array2DRowFieldMatrix.java 61 * @throws IllegalArgumentException if row or column dimension is not
66 throws IllegalArgumentException {
79 * @throws IllegalArgumentException if <code>d</code> is not rectangular
85 throws IllegalArgumentException, NullPointerException {
100 * @throws IllegalArgumentException if <code>d</code> is not rectangular
106 throws IllegalArgumentException, NullPointerException {
154 throws IllegalArgumentException {
167 throws IllegalArgumentException {
180 * @throws IllegalArgumentException if m is not the same size as this
183 throws IllegalArgumentException {
    [all...]
Array2DRowRealMatrix.java 73 * @throws IllegalArgumentException if row or column dimension is not
77 throws IllegalArgumentException {
90 * @throws IllegalArgumentException if <code>d</code> is not rectangular
96 throws IllegalArgumentException, NullPointerException {
110 * @throws IllegalArgumentException if <code>d</code> is not rectangular
116 throws IllegalArgumentException, NullPointerException {
162 throws IllegalArgumentException {
175 throws IllegalArgumentException {
188 * @throws IllegalArgumentException if m is not the same size as this
191 throws IllegalArgumentException {
    [all...]
RealMatrixImpl.java 75 * @throws IllegalArgumentException if row or column dimension is not
79 throws IllegalArgumentException {
92 * @throws IllegalArgumentException if <code>d</code> is not rectangular
98 throws IllegalArgumentException, NullPointerException {
112 * @throws IllegalArgumentException if <code>d</code> is not rectangular
118 throws IllegalArgumentException, NullPointerException {
163 throws IllegalArgumentException {
176 throws IllegalArgumentException {
189 * @throws IllegalArgumentException if m is not the same size as this
192 throws IllegalArgumentException {
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
FileChannelTest.java 363 fail("should throw IllegalArgumentException");
364 } catch (IllegalArgumentException e) {
370 fail("should throw IllegalArgumentException");
371 } catch (IllegalArgumentException e) {
377 fail("should throw IllegalArgumentException");
378 } catch (IllegalArgumentException e) {
539 fail("should throw IllegalArgumentException");
540 } catch (IllegalArgumentException e) {
546 fail("should throw IllegalArgumentException");
547 } catch (IllegalArgumentException e)
    [all...]
  /frameworks/base/core/java/android/os/
Process.java 684 * @throws IllegalArgumentException Throws IllegalArgumentException if
691 throws IllegalArgumentException, SecurityException;
708 * @throws IllegalArgumentException Throws IllegalArgumentException if
720 throws IllegalArgumentException, SecurityException;
728 * @throws IllegalArgumentException Throws IllegalArgumentException if
735 throws IllegalArgumentException, SecurityException;
743 * @throws IllegalArgumentException Throws IllegalArgumentException i
    [all...]
  /frameworks/av/packages/MediaComponents/src/com/android/media/
MediaSession2Impl.java 158 throw new IllegalArgumentException("Ambiguous session type. Multiple"
205 throw new IllegalArgumentException("Ambiguous session type. Multiple"
217 VolumeProvider2 volumeProvider) throws IllegalArgumentException {
220 throw new IllegalArgumentException("player shouldn't be null");
398 throw new IllegalArgumentException("item shouldn't be null");
433 throw new IllegalArgumentException("controller shouldn't be null");
436 throw new IllegalArgumentException("layout shouldn't be null");
449 throw new IllegalArgumentException("controller shouldn't be null");
452 throw new IllegalArgumentException("commands shouldn't be null");
461 throw new IllegalArgumentException("controller shouldn't be null")
    [all...]
  /frameworks/base/core/jni/
android_opengl_GLES31Ext.cpp 252 jniThrowException(_env, "java/lang/IllegalArgumentException",
368 _exceptionType = "java/lang/IllegalArgumentException";
374 _exceptionType = "java/lang/IllegalArgumentException";
385 _exceptionType = "java/lang/IllegalArgumentException";
431 _exceptionType = "java/lang/IllegalArgumentException";
476 _exceptionType = "java/lang/IllegalArgumentException";
482 _exceptionType = "java/lang/IllegalArgumentException";
524 _exceptionType = "java/lang/IllegalArgumentException";
563 _exceptionType = "java/lang/IllegalArgumentException";
636 _exceptionType = "java/lang/IllegalArgumentException";
    [all...]
  /frameworks/base/media/java/android/media/
MediaMuxer.java 287 throws IllegalArgumentException, IOException;
319 * @throws IllegalArgumentException if path is invalid or format is not supported.
324 throw new IllegalArgumentException("path must not be null");
350 * @throws IllegalArgumentException if fd is invalid or format is not supported.
359 throw new IllegalArgumentException("format: " + format + " is invalid");
378 * @throws IllegalArgumentException if degree is not supported.
383 throw new IllegalArgumentException("Unsupported angle: " + degrees);
404 * @throws IllegalArgumentException If the given latitude or longitude is out
414 throw new IllegalArgumentException(msg);
418 throw new IllegalArgumentException(msg)
    [all...]
  /libcore/ojluni/src/main/java/javax/security/auth/x500/
X500Principal.java 124 * @exception IllegalArgumentException if the {@code name}
146 * {@code IllegalArgumentException} is thrown. It is permissible to
163 * @exception IllegalArgumentException if the {@code name} is
183 IllegalArgumentException iae = new IllegalArgumentException
221 * @throws IllegalArgumentException if an encoding error occurs
228 IllegalArgumentException iae = new IllegalArgumentException
250 * @exception IllegalArgumentException if an encoding error occurs
268 IllegalArgumentException iae = new IllegalArgumentExceptio
    [all...]
  /cts/tests/pdf/src/android/graphics/pdf/cts/
PdfDocumentTest.java 288 verifyException(() -> doc.writeTo(null), IllegalArgumentException.class);
295 verifyException(() -> doc.startPage(null), IllegalArgumentException.class);
302 verifyException(() -> doc.finishPage(null), IllegalArgumentException.class);
309 IllegalArgumentException.class);
315 IllegalArgumentException.class);
321 IllegalArgumentException.class);
327 IllegalArgumentException.class);
333 IllegalArgumentException.class);
339 .setContentRect(new Rect(-1, 0, 100, 200)), IllegalArgumentException.class);
345 .setContentRect(new Rect(0, -1, 100, 200)), IllegalArgumentException.class)
    [all...]
  /cts/tests/tests/drm/src/android/drm/cts/
DrmSupportInfoTest.java 102 } catch (IllegalArgumentException e) {
113 } catch(IllegalArgumentException e) {
131 } catch(IllegalArgumentException e) {
  /cts/tests/tests/os/src/android/os/cts/
CrossProcessExceptionTest.java 128 fail("Missing IllegalArgumentException!");
129 } catch (IllegalArgumentException e) {
130 if (e.getClass() != IllegalArgumentException.class) {
MemoryFileTest.java 59 } catch (IndexOutOfBoundsException | IllegalArgumentException e) {
107 } catch (IOException | IllegalArgumentException expected) {
142 } catch (IndexOutOfBoundsException | IllegalArgumentException e) {
  /cts/tests/tests/permission/src/android/permission/cts/
FileUtils.java 79 throw new IllegalArgumentException("Inappropriate flag " + flag);
86 throw new IllegalArgumentException("Unknown type " + type);
98 throw new IllegalArgumentException(String.format(
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
Dop.java 52 throw new IllegalArgumentException("bogus opcode");
56 throw new IllegalArgumentException("bogus family");
148 throw new IllegalArgumentException("bogus opcode: " + this);
  /dalvik/dexgen/src/com/android/dexgen/rop/code/
PlainInsn.java 46 throw new IllegalArgumentException("bogus branchingness");
52 throw new IllegalArgumentException
120 } catch (IllegalArgumentException ex) {
  /dalvik/dexgen/src/com/android/dexgen/rop/cst/
StdConstantPool.java 44 throw new IllegalArgumentException("size < 1");
102 throw new IllegalArgumentException("n < 1");
108 throw new IllegalArgumentException("(n == size - 1) && " +
  /dalvik/dx/src/com/android/dx/dex/file/
ProtoIdsSection.java 62 throw new IllegalArgumentException("cst not instance of CstProtoRef");
69 throw new IllegalArgumentException("not found");
139 throw new IllegalArgumentException("not found");

Completed in 2281 milliseconds

<<21222324252627282930>>