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

<<51525354555657585960>>

  /cts/tests/tests/media/src/android/media/cts/
EnvReverbTest.java 62 } catch (IllegalArgumentException e) {
101 } catch (IllegalArgumentException e) {
134 } catch (IllegalArgumentException e) {
171 } catch (IllegalArgumentException e) {
212 } catch (IllegalArgumentException e) {
246 } catch (IllegalArgumentException e) {
274 } catch (IllegalArgumentException e) {
421 } catch (IllegalArgumentException e) {
MediaExtractorTest.java 64 fail("Expected IllegalArgumentException.");
65 } catch (IllegalArgumentException ex) {
  /cts/tests/tests/net/src/android/net/wifi/cts/
NsdManagerTest.java 279 } catch (IllegalArgumentException e) {
286 } catch (IllegalArgumentException e) {
293 } catch (IllegalArgumentException e) {
300 } catch (IllegalArgumentException e) {
307 } catch (IllegalArgumentException e) {
314 } catch (IllegalArgumentException e) {
321 } catch (IllegalArgumentException e) {
328 } catch (IllegalArgumentException e) {
  /cts/tests/tests/provider/src/android/provider/cts/contacts/
Contacts_ContactMethodsTest.java 49 fail("Should throw IllegalArgumentException when the format is wrong.");
50 } catch (IllegalArgumentException e) {
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
IntrinsicBlur.java 85 throw new IllegalArgumentException("bad type");
97 throw new IllegalArgumentException("bad type");
  /cts/tests/tests/view/src/android/view/cts/
KeyboardShortcutInfoTest.java 65 @Test(expected=IllegalArgumentException.class)
70 @Test(expected=IllegalArgumentException.class)
  /cts/tests/tests/webkit/src/android/webkit/cts/
WebViewDataDirTest.java 89 fail("didn't throw IllegalArgumentException");
90 } catch (IllegalArgumentException e) {}
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
FieldIdsSection.java 66 throw new IllegalArgumentException("not found");
132 throw new IllegalArgumentException("not found");
MethodIdsSection.java 66 throw new IllegalArgumentException("not found");
132 throw new IllegalArgumentException("not found");
  /dalvik/dx/src/com/android/dx/cf/attrib/
AttCode.java 60 throw new IllegalArgumentException("maxStack < 0");
64 throw new IllegalArgumentException("maxLocals < 0");
  /dalvik/dx/src/com/android/dx/command/annotool/
Main.java 80 } catch (IllegalArgumentException ex) {
91 } catch (IllegalArgumentException ex) {
  /dalvik/dx/src/com/android/dx/dex/file/
FieldIdsSection.java 65 throw new IllegalArgumentException("not found");
131 throw new IllegalArgumentException("not found");
MethodIdsSection.java 65 throw new IllegalArgumentException("not found");
131 throw new IllegalArgumentException("not found");
  /external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/util/
ValPixConverterTest.java 129 fail("IllegalArgumentException expected.");
130 } catch(IllegalArgumentException ex) {
  /external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/runner/
NotifiedTestExecuter.java 50 if(failTest == null) throw new IllegalArgumentException("Null fail test");
63 if(passTest == null) throw new IllegalArgumentException("Null pass test");
  /external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/solvers/
BrentSolver.java 111 * <p>Throws <code>IllegalArgumentException</code> if the values of the
124 * @throws IllegalArgumentException if initial is not between min and max
178 * <p>Throws <code>IllegalArgumentException</code> if the values of the
192 * @throws IllegalArgumentException if initial is not between min and max
207 * signs. An <code>IllegalArgumentException</code> is thrown if this is not
216 * @throws IllegalArgumentException if min is not less than max or the
267 * signs. An <code>IllegalArgumentException</code> is thrown if this is not
277 * @throws IllegalArgumentException if min is not less than max or the
  /external/apache-commons-math/src/main/java/org/apache/commons/math/distribution/
IntegerDistribution.java 57 * @throws IllegalArgumentException if x0 > x1
81 * @throws IllegalArgumentException if p is not between 0 and 1 (inclusive)
  /external/apache-commons-math/src/main/java/org/apache/commons/math/exception/
MathIllegalArgumentException.java 29 * the standard {@link IllegalArgumentException}, but must also provide a
35 public class MathIllegalArgumentException extends IllegalArgumentException implements MathThrowable {
  /external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/
DifferentiableMultivariateRealOptimizer.java 105 * @exception IllegalArgumentException if the start point dimension is wrong
110 throws FunctionEvaluationException, OptimizationException, IllegalArgumentException;
DifferentiableMultivariateVectorialOptimizer.java 107 * @exception IllegalArgumentException if the start point dimension is wrong
112 throws FunctionEvaluationException, OptimizationException, IllegalArgumentException;
MultivariateRealOptimizer.java 94 * @exception IllegalArgumentException if the start point dimension is wrong
99 throws FunctionEvaluationException, OptimizationException, IllegalArgumentException;
  /external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/fitting/
GaussianDerivativeFunction.java 63 * @throws IllegalArgumentException if <code>d</code> is 0
79 * @throws IllegalArgumentException if <code>parameters</code> is null,
  /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/
StorelessUnivariateStatistic.java 44 * @throws IllegalArgumentException if the array is null
57 * @throws IllegalArgumentException if the array is null or the index
  /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/summary/
SumOfSquares.java 109 * Throws <code>IllegalArgumentException</code> if the array is null.</p>
115 * @throws IllegalArgumentException if the array is null or the array index
  /external/apache-http/src/org/apache/http/auth/params/
AuthParams.java 73 throw new IllegalArgumentException("HTTP parameters may not be null");
94 throw new IllegalArgumentException("HTTP parameters may not be null");

Completed in 2219 milliseconds

<<51525354555657585960>>