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

<<31323334353637383940>>

  /external/tensorflow/tensorflow/java/src/test/java/org/tensorflow/
TensorTest.java 87 } catch (IllegalArgumentException e) {
143 } catch (IllegalArgumentException e) {
148 } catch (IllegalArgumentException e) {
153 } catch (IllegalArgumentException e) {
158 } catch (IllegalArgumentException e) {
269 } catch (IllegalArgumentException e) {
276 } catch (IllegalArgumentException e) {
283 } catch (IllegalArgumentException e) {
290 } catch (IllegalArgumentException e) {
434 } catch (IllegalArgumentException e)
    [all...]
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/aware/
WifiAwareServiceImplTest.java 266 @Test(expected = IllegalArgumentException.class)
283 @Test(expected = IllegalArgumentException.class)
370 @Test(expected = IllegalArgumentException.class)
379 @Test(expected = IllegalArgumentException.class)
391 @Test(expected = IllegalArgumentException.class)
400 @Test(expected = IllegalArgumentException.class)
409 @Test(expected = IllegalArgumentException.class)
433 @Test(expected = IllegalArgumentException.class)
465 @Test(expected = IllegalArgumentException.class)
474 @Test(expected = IllegalArgumentException.class
    [all...]
  /external/okhttp/okio/okio/src/main/java/okio/
Buffer.java 143 if (out == null) throw new IllegalArgumentException("out == null");
167 if (out == null) throw new IllegalArgumentException("out == null");
203 if (out == null) throw new IllegalArgumentException("out == null");
233 if (byteCount < 0) throw new IllegalArgumentException("byteCount < 0: " + byteCount);
239 if (in == null) throw new IllegalArgumentException("in == null");
570 if (charset == null) throw new IllegalArgumentException("charset == null");
572 throw new IllegalArgumentException("byteCount > Integer.MAX_VALUE: " + byteCount);
716 throw new IllegalArgumentException("byteCount > Integer.MAX_VALUE: " + byteCount);
787 if (byteString == null) throw new IllegalArgumentException("byteString == null");
797 if (string == null) throw new IllegalArgumentException("string == null")
    [all...]
  /frameworks/base/wifi/tests/src/android/net/wifi/aware/
WifiAwareManagerTest.java 608 @Test(expected = IllegalArgumentException.class)
614 @Test(expected = IllegalArgumentException.class)
619 @Test(expected = IllegalArgumentException.class)
624 @Test(expected = IllegalArgumentException.class)
629 @Test(expected = IllegalArgumentException.class)
634 @Test(expected = IllegalArgumentException.class)
639 @Test(expected = IllegalArgumentException.class)
644 @Test(expected = IllegalArgumentException.class)
649 @Test(expected = IllegalArgumentException.class)
654 @Test(expected = IllegalArgumentException.class
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
CalendarTest.java 864 fail("Should throw IllegalArgumentException");
865 } catch (IllegalArgumentException e) {
870 fail("Should throw IllegalArgumentException");
871 } catch (IllegalArgumentException e) {
876 fail("Should throw IllegalArgumentException");
877 } catch (IllegalArgumentException e) {
882 fail("Should throw IllegalArgumentException");
883 } catch (IllegalArgumentException e) {
894 fail("Should throw IllegalArgumentException");
895 } catch (IllegalArgumentException e)
    [all...]
  /libcore/jsr166-tests/src/test/java/jsr166/
ThreadPoolExecutorSubclassTest.java 810 } catch (IllegalArgumentException success) {}
821 } catch (IllegalArgumentException success) {}
832 } catch (IllegalArgumentException success) {}
843 } catch (IllegalArgumentException success) {}
854 } catch (IllegalArgumentException success) {}
    [all...]
  /cts/tests/camera/src/android/hardware/camera2/cts/
MultiViewTest.java 307 fail("should get IllegalArgumentException due to invalid output");
308 } catch (IllegalArgumentException e) {
315 fail("should get IllegalArgumentException due to invalid output");
316 } catch (IllegalArgumentException e) {
323 fail("should get IllegalArgumentException due to invalid output");
324 } catch (IllegalArgumentException e) {
331 fail("should get IllegalArgumentException due to invalid output");
332 } catch (IllegalArgumentException e) {
364 fail("should get IllegalArgumentException due to duplicate output");
365 } catch (IllegalArgumentException e)
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
FieldMatrix.java 49 * @throws IllegalArgumentException if row or column dimension is not positive
66 * @throws IllegalArgumentException if m is not the same size as this
68 FieldMatrix<T> add(FieldMatrix<T> m) throws IllegalArgumentException;
75 * @throws IllegalArgumentException if m is not the same size as this
77 FieldMatrix<T> subtract(FieldMatrix<T> m) throws IllegalArgumentException;
100 * @throws IllegalArgumentException
103 FieldMatrix<T> multiply(FieldMatrix<T> m) throws IllegalArgumentException;
109 * @throws IllegalArgumentException
112 FieldMatrix<T> preMultiply(FieldMatrix<T> m) throws IllegalArgumentException;
160 * @exception IllegalArgumentException if the destination array is too smal
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
ECCurve.java 119 throw new IllegalArgumentException("Invalid point coordinates");
133 throw new IllegalArgumentException("Invalid point coordinates");
270 throw new IllegalArgumentException("'iso' not valid for affine coordinates");
375 throw new IllegalArgumentException("Incorrect length for infinity encoding");
386 throw new IllegalArgumentException("Incorrect length for compressed encoding");
395 throw new IllegalArgumentException("Invalid point");
404 throw new IllegalArgumentException("Incorrect length for uncompressed encoding");
418 throw new IllegalArgumentException("Incorrect length for hybrid encoding");
426 throw new IllegalArgumentException("Inconsistent Y coordinate in hybrid encoding");
433 throw new IllegalArgumentException("Invalid point encoding 0x" + Integer.toString(type, 16))
    [all...]
  /libcore/luni/src/test/java/libcore/java/io/
OldRandomAccessFileTest.java 61 } catch (IllegalArgumentException e) {
62 fail("Test 2: Unexpected IllegalArgumentException: " + e.getMessage());
71 } catch (IllegalArgumentException e) {
72 fail("Test 3: Unexpected IllegalArgumentException: " + e.getMessage());
77 } catch (IllegalArgumentException e) {
78 fail("Test 4: Unexpected IllegalArgumentException: " + e.getMessage());
83 } catch (IllegalArgumentException e) {
84 fail("Test 5: Unexpected IllegalArgumentException: " + e.getMessage());
91 fail("Test 6: IllegalArgumentException expected.");
92 } catch (IllegalArgumentException e)
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/util/
ResizableDoubleArray.java 70 * properties enforce this requirement, throwing IllegalArgumentException if it
156 * @throws IllegalArgumentException if initialCapacity is not > 0
201 * Throws IllegalArgumentException if the following conditions are
211 * @throws IllegalArgumentException if parameters are not valid
226 * Throws IllegalArgumentException if the following conditions are
237 * @throws IllegalArgumentException if parameters are not valid
251 * Throws IllegalArgumentException if the following conditions are
266 * @throws IllegalArgumentException if parameters are not valid
381 * IllegalArgumentException if the contractionCriteria is less than the
386 * @throws IllegalArgumentException if the contractionCriteria is less tha
    [all...]
  /frameworks/av/packages/MediaComponents/src/com/android/media/
MediaController2Impl.java 126 throw new IllegalArgumentException("context shouldn't be null");
129 throw new IllegalArgumentException("token shouldn't be null");
132 throw new IllegalArgumentException("callback shouldn't be null");
135 throw new IllegalArgumentException("executor shouldn't be null");
344 throw new IllegalArgumentException("item shouldn't be null");
442 throw new IllegalArgumentException("uri shouldn't be null");
460 throw new IllegalArgumentException("query shouldn't be empty");
478 throw new IllegalArgumentException("mediaId shouldn't be null");
495 throw new IllegalArgumentException("uri shouldn't be null");
512 throw new IllegalArgumentException("query shouldn't be empty")
    [all...]
  /art/test/044-proxy/src/
Clash2.java 35 } catch (IllegalArgumentException iae) {
  /art/test/065-mismatched-implements/
build 22 # Exception in thread "main" java.lang.IllegalArgumentException
  /art/test/957-methodhandle-transforms/
expected.txt 10 Handler: java.lang.IllegalArgumentException: exceptionMessage, Arg1: foo, Arg2: 42, ExMsg: exceptionMessage
11 Handler: java.lang.IllegalArgumentException: exceptionMessage, Arg1: foo, Arg2: 42, ExMsg: exceptionMessage
12 Handler: java.lang.IllegalArgumentException: exceptionMessage, Arg1: foo
13 Handler: java.lang.IllegalArgumentException: exceptionMessage, Arg1: foo
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/
IntentDrivenTestActivity.java 54 throw new IllegalArgumentException(
99 throw new IllegalArgumentException("Factory not found: " + className, e);
105 throw new IllegalArgumentException("Can't create factory: " + className, e);
107 throw new IllegalArgumentException("Can't create factory: " + className, e);
  /cts/hostsidetests/theme/app/src/android/theme/app/modifiers/
SearchViewModifier.java 51 throw new IllegalArgumentException("Bad search view type: " + mSearchViewType);
  /cts/tests/app/src/android/app/cts/
PipNotSupportedActivityTest.java 51 } catch (IllegalArgumentException e) {
  /cts/tests/tests/location/src/android/location/cts/asn1/base/
Asn1Null.java 49 throw new IllegalArgumentException("Invalid remaining bytes: " + buf.remaining());
Asn1TagClass.java 41 throw new IllegalArgumentException("Invalid tag class: " + tagClass);
  /cts/tests/tests/opengl/src/android/opengl/cts/
ParamsTest.java 36 @Test(expected = IllegalArgumentException.class)
  /cts/tests/tests/util/src/android/util/cts/
MonthDisplayHelperTest.java 42 @Test(expected=IllegalArgumentException.class)
47 @Test(expected=IllegalArgumentException.class)
52 @Test(expected=IllegalArgumentException.class)
57 @Test(expected=IllegalArgumentException.class)
  /cts/tests/tests/view/src/android/view/cts/
SoundEffectConstantsTest.java 51 @Test(expected=IllegalArgumentException.class)
  /cts/tests/tests/widget/src/android/widget/cts/
TextSwitcherTest.java 198 fail("Should throw IllegalArgumentException");
199 } catch (IllegalArgumentException e) {
205 fail("Should throw IllegalArgumentException");
206 } catch (IllegalArgumentException e) {
  /dalvik/dx/src/com/android/dx/dex/code/
Dop.java 63 throw new IllegalArgumentException("bogus opcode");
67 throw new IllegalArgumentException("bogus family");
71 throw new IllegalArgumentException("bogus nextOpcode");
171 throw new IllegalArgumentException("bogus opcode: " + this);

Completed in 1505 milliseconds

<<31323334353637383940>>