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

<<11121314151617181920>>

  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
KeyAgreementSpiTest.java 110 fail("IllegalArgumentException must be thrown");
111 } catch (IllegalArgumentException e) {
116 fail("IllegalArgumentException must be thrown");
117 } catch (IllegalArgumentException e) {
KeyGeneratorTest.java 132 fail("IllegalArgumentException must be thrown");
133 } catch (IllegalArgumentException e) {
196 NoSuchAlgorithmException, IllegalArgumentException,
220 * throws IllegalArgumentException when provider is null or empty
223 public void testGetInstanceStringString02() throws IllegalArgumentException,
233 fail("IllegalArgumentException must be thrown when provider is null");
234 } catch (IllegalArgumentException e) {
238 fail("IllegalArgumentException must be thrown when provider is empty");
239 } catch (IllegalArgumentException e) {
257 public void testGetInstanceStringString03() throws IllegalArgumentException,
    [all...]
  /libcore/ojluni/src/main/java/java/nio/file/
LinkPermission.java 70 throw new IllegalArgumentException("name: " + name);
80 * @throws IllegalArgumentException
97 * @throws IllegalArgumentException
104 throw new IllegalArgumentException("actions: " + actions);
  /libcore/ojluni/src/main/java/javax/net/ssl/
SNIMatcher.java 62 * @throws IllegalArgumentException if {@code type} is not in the range
67 throw new IllegalArgumentException(
70 throw new IllegalArgumentException(
99 * @throws IllegalArgumentException if {@code serverName} is
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/tools/
IconFactory.java 44 throw new IllegalArgumentException("Null argument to buildIcon");
51 throw new IllegalArgumentException("Bitmap with dimension 0 used as input");
71 throw new IllegalArgumentException("Null argument to buildIcon");
80 throw new IllegalArgumentException("Bitmap with dimension 0 used as input");
  /packages/apps/Settings/tests/robotests/src/com/android/settings/core/
BadPreferenceController.java 25 throw new IllegalArgumentException("error");
  /packages/apps/WallpaperPicker/src/com/android/gallery3d/common/
Utils.java 39 // Throws IllegalArgumentException if the input is <= 0 or
42 if (n <= 0 || n > (1 << 30)) throw new IllegalArgumentException("n is invalid: " + n);
54 // Throws IllegalArgumentException if the input is <= 0
56 if (n <= 0) throw new IllegalArgumentException();
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DownloadManagerWrapper.java 59 } catch (IllegalArgumentException e) {
74 } catch (IllegalArgumentException e) {
89 } catch (IllegalArgumentException e) {
103 } catch (IllegalArgumentException e) {
  /packages/services/Car/car-support-lib/src/android/support/car/
CarAppFocusManagerEmbedded.java 46 throw new IllegalArgumentException("null listener");
108 throw new IllegalArgumentException("null listener");
128 throw new IllegalArgumentException("null listener");
143 throw new IllegalArgumentException("null listener");
  /prebuilts/jdk/jdk8/darwin-x86/sample/jmx/jmx-scandir/test/com/sun/jmx/examples/scandir/
TestUtils.java 75 throw new IllegalArgumentException("not a "+Proxy.class.getName());
81 throw new IllegalArgumentException("not a JMX Proxy");
95 throw new IllegalArgumentException("not a "+Proxy.class.getName());
100 throw new IllegalArgumentException("not a JMX Proxy");
  /prebuilts/jdk/jdk8/linux-x86/sample/jmx/jmx-scandir/test/com/sun/jmx/examples/scandir/
TestUtils.java 75 throw new IllegalArgumentException("not a "+Proxy.class.getName());
81 throw new IllegalArgumentException("not a JMX Proxy");
95 throw new IllegalArgumentException("not a "+Proxy.class.getName());
100 throw new IllegalArgumentException("not a JMX Proxy");
  /tools/apksig/src/test/java/com/android/apksig/internal/util/
Resources.java 44 throw new IllegalArgumentException("Resource not found: " + resourceName);
54 throw new IllegalArgumentException("Resource not found: " + resourceName);
66 throw new IllegalArgumentException("Resource not found: " + resourceName);
81 throw new IllegalArgumentException(
  /external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/solvers/
UnivariateRealSolverImpl.java 68 * @throws IllegalArgumentException if f is null or the
93 * @throws IllegalArgumentException if f is null or the
153 * @throws IllegalArgumentException if min > max or the endpoints do not
177 * @throws IllegalArgumentException if min > max or the arguments do not
182 throws ConvergenceException, FunctionEvaluationException, IllegalArgumentException {
252 * throws IllegalArgumentException if not
256 * @throws IllegalArgumentException
268 * throws IllegalArgumentException if not
273 * @throws IllegalArgumentException
285 * opposite signs at the endpoints, throws IllegalArgumentException if no
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/moment/
SemiVariance.java 42 * <code>IllegalArgumentException.</code> If the array has length 1, <code>0</code>
174 * @throws IllegalArgumentException if values is null
191 * <code>IllegalArgumentException</code> if the array is null.</p>
197 * @throws IllegalArgumentException if the parameters are not valid
214 * @throws IllegalArgumentException if values is null
227 * <code>IllegalArgumentException</code> if the array is null.</p>
232 * @throws IllegalArgumentException if values is null
243 * <code>IllegalArgumentException</code> if the array is null.</p>
249 * @throws IllegalArgumentException if values is null
261 * <code>IllegalArgumentException</code> if the array is null.</p
    [all...]
  /external/emma/core/java12/com/vladium/util/
WCMatcher.java 23 if (pattern == null) throw new IllegalArgumentException ("null input: pattern");
120 if (s == null) throw new IllegalArgumentException ("null input: s");
127 if (chars == null) throw new IllegalArgumentException ("null input: chars");
139 if (s == null) throw new IllegalArgumentException ("null input: s");
146 if (chars == null) throw new IllegalArgumentException ("null input: chars");
158 if (s == null) throw new IllegalArgumentException ("null input: s");
165 if (chars == null) throw new IllegalArgumentException ("null input: chars");
196 if (s == null) throw new IllegalArgumentException ("null input: s");
203 if (chars == null) throw new IllegalArgumentException ("null input: chars");
235 if (s == null) throw new IllegalArgumentException ("null input: s")
    [all...]
  /frameworks/base/core/java/android/util/
Spline.java 42 throw new IllegalArgumentException("The control points must all have strictly "
67 * @throws IllegalArgumentException if the X or Y arrays are null, have
69 * @throws IllegalArgumentException if the control points are not monotonic.
85 * @throws IllegalArgumentException if the X or Y arrays are null, have
87 * @throws IllegalArgumentException if the X components of the control points are not strictly
96 throw new IllegalArgumentException("There must be at least two control points.");
111 throw new IllegalArgumentException("There must be at least two control points.");
131 throw new IllegalArgumentException("There must be at least two control "
143 throw new IllegalArgumentException("The control points must all "
165 throw new IllegalArgumentException("The control points must have
    [all...]
  /frameworks/base/location/java/android/location/
Criteria.java 123 * @throws IllegalArgumentException if accuracy is not one of the supported constants
127 throw new IllegalArgumentException("accuracy=" + accuracy);
147 * @throws IllegalArgumentException if accuracy is not one of the supported constants
151 throw new IllegalArgumentException("accuracy=" + accuracy);
171 * @throws IllegalArgumentException if accuracy is not one of the supported constants
175 throw new IllegalArgumentException("accuracy=" + accuracy);
195 * @throws IllegalArgumentException if accuracy is not one of the supported constants
199 throw new IllegalArgumentException("accuracy=" + accuracy);
219 * @throws IllegalArgumentException if accuracy is not one of the supported constants
223 throw new IllegalArgumentException("accuracy=" + accuracy)
    [all...]
  /frameworks/base/tests/net/java/android/net/apf/
Bpf2Apf.java 41 throw new IllegalArgumentException("Unhandled instruction: " + line);
45 throw new IllegalArgumentException("Unhandled instruction: " + line);
58 throw new IllegalArgumentException("Unhandled instruction: " + line);
74 throw new IllegalArgumentException("Unhandled instruction: " + line);
81 throw new IllegalArgumentException("Unhandled instruction: " + line);
88 throw new IllegalArgumentException("Unhandled instruction: " + line);
95 throw new IllegalArgumentException("Unhandled instruction: " + line);
103 throw new IllegalArgumentException("Unhandled instruction: " + line);
146 throw new IllegalArgumentException("Unhandled instruction: " + line);
153 throw new IllegalArgumentException("Unhandled instruction: " + line)
    [all...]
  /art/test/044-proxy/src/
Clash.java 36 } catch (IllegalArgumentException iae) {
45 } catch (IllegalArgumentException iae) {
  /cts/common/device-side/util/src/com/android/compatibility/common/util/
BundleUtils.java 26 throw new IllegalArgumentException("Argument count not even.");
53 throw new IllegalArgumentException(
  /cts/tests/autofillservice/src/android/autofillservice/cts/
BatchUpdatesTest.java 42 assertThrows(IllegalArgumentException.class, () -> mBuilder.transformChild(42, null));
47 assertThrows(IllegalArgumentException.class,
  /cts/tests/tests/appwidget/packages/src/android/appwidget/cts/packages/
AppWidgetConfirmPin.java 42 throw new IllegalArgumentException("Null request");
47 throw new IllegalArgumentException("Wrong request");
  /cts/tests/tests/bluetooth/src/android/bluetooth/cts/
BasicAdapterTest.java 182 fail("IllegalArgumentException not thrown");
183 } catch (IllegalArgumentException e) {}
186 fail("IllegalArgumentException not thrown");
187 } catch (IllegalArgumentException e) {}
190 fail("IllegalArgumentException not thrown");
191 } catch (IllegalArgumentException e) {}
194 fail("IllegalArgumentException not thrown");
195 } catch (IllegalArgumentException e) {}
  /cts/tests/tests/database/src/android/database/cts/
MatrixCursorTest.java 112 fail("Should throw IllegalArgumentException if values does not have the same length "
114 } catch (IllegalArgumentException e) {
120 fail("Should throw IllegalArgumentException if values does not have the same length "
122 } catch (IllegalArgumentException e) {
131 fail("Should throw IllegalArgumentException if values does not have the same length "
133 } catch (IllegalArgumentException e) {
151 fail("Should throw IllegalArgumentException if values does not have the same length "
153 } catch (IllegalArgumentException e) {
  /cts/tools/junit/src/com/android/cts/junit/
SingleJUnitTestRunner.java 34 throw new IllegalArgumentException(mUsage);
38 throw new IllegalArgumentException(mUsage);

Completed in 2049 milliseconds

<<11121314151617181920>>