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

<<11121314151617181920>>

  /frameworks/base/keystore/java/android/security/keystore/
KeyProperties.java 95 throw new IllegalArgumentException("Unknown purpose: " + purpose);
112 throw new IllegalArgumentException("Unknown purpose: " + purpose);
196 throw new IllegalArgumentException("Unsupported key algorithm: " + algorithm);
209 throw new IllegalArgumentException(
223 throw new IllegalArgumentException(
249 throw new IllegalArgumentException("Unsupported HMAC digest: "
253 throw new IllegalArgumentException(
279 throw new IllegalArgumentException(
328 throw new IllegalArgumentException("Unsupported block mode: " + blockMode);
344 throw new IllegalArgumentException("Unsupported block mode: " + blockMode)
    [all...]
  /libcore/luni/src/test/java/libcore/java/util/logging/
OldFileHandlerTest.java 195 fail("IllegalArgumentException expected");
196 } catch (IllegalArgumentException e) {
234 fail("IllegalArgumentException expected");
235 } catch (IllegalArgumentException e) {
265 fail("IllegalArgumentException expected");
266 } catch (IllegalArgumentException e) {
272 fail("IllegalArgumentException expected");
273 } catch (IllegalArgumentException e) {
279 fail("IllegalArgumentException expected");
280 } catch (IllegalArgumentException e)
    [all...]
  /cts/tests/tests/hardware/src/android/hardware/cts/
HardwareBufferTest.java 143 } catch (IllegalArgumentException e) {}
148 } catch (IllegalArgumentException e) {}
153 } catch (IllegalArgumentException e) {}
158 } catch (IllegalArgumentException e) {}
163 } catch (IllegalArgumentException e) {}
170 } catch (IllegalArgumentException e) {
176 } catch (IllegalArgumentException e) {
  /external/apache-http/src/org/apache/http/conn/scheme/
PlainSocketFactory.java 95 throw new IllegalArgumentException("Target host may not be null.");
98 throw new IllegalArgumentException("Parameters may not be null.");
142 * @throws IllegalArgumentException if the argument is invalid
145 throws IllegalArgumentException {
148 throw new IllegalArgumentException("Socket may not be null.");
154 throw new IllegalArgumentException
160 throw new IllegalArgumentException("Socket is closed.");
  /external/apache-http/src/org/apache/http/impl/cookie/
BestMatchSpec.java 104 throw new IllegalArgumentException("Header may not be null");
107 throw new IllegalArgumentException("Cookie origin may not be null");
140 throw new IllegalArgumentException("Cookie may not be null");
143 throw new IllegalArgumentException("Cookie origin may not be null");
154 throw new IllegalArgumentException("Cookie may not be null");
157 throw new IllegalArgumentException("Cookie origin may not be null");
168 throw new IllegalArgumentException("List of cookie may not be null");
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
OkHttpClientTest.java 71 } catch (IllegalArgumentException ignored) {
75 } catch (IllegalArgumentException ignored) {
79 } catch (IllegalArgumentException ignored) {
83 } catch (IllegalArgumentException ignored) {
87 } catch (IllegalArgumentException ignored) {
91 } catch (IllegalArgumentException ignored) {
192 } catch (IllegalArgumentException expected) {
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
EnumTest.java 129 } catch (IllegalArgumentException e) {
137 } catch (IllegalArgumentException e) {
150 fail("Expected IllegalArgumentException");
151 } catch (IllegalArgumentException e) {
159 } catch (IllegalArgumentException e) {
167 } catch (IllegalArgumentException e) {
175 } catch (IllegalArgumentException e) {
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
IDNTest.java 39 fail("should throw IllegalArgumentException");
40 } catch (IllegalArgumentException e) {
46 fail("should throw IllegalArgumentException");
47 } catch (IllegalArgumentException e) {
84 } catch (IllegalArgumentException e) {
91 } catch (IllegalArgumentException e) {
98 } catch (IllegalArgumentException e) {
  /libcore/support/src/test/java/org/apache/harmony/xnet/tests/support/
X509KeyManagerImpl.java 112 throw new IllegalArgumentException(ex.getMessage());
136 throw new IllegalArgumentException(ex.getMessage());
155 throw new IllegalArgumentException(ex.getMessage());
180 throw new IllegalArgumentException(ex.getMessage());
196 throw new IllegalArgumentException(ex.getMessage());
207 throw new IllegalArgumentException(ex.getMessage());
220 throw new IllegalArgumentException(ex.getMessage());
  /packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/obex/
EventReport.java 46 private EventReport(HashMap<String, String> attrs) throws IllegalArgumentException {
57 throw new IllegalArgumentException("Invalid value for handle:" + handle);
116 } catch (IllegalArgumentException e) {
123 private Type parseType(String type) throws IllegalArgumentException {
130 throw new IllegalArgumentException("Invalid value for type: " + type);
133 private Bmessage.Type parseMsgType(String msgType) throws IllegalArgumentException {
140 throw new IllegalArgumentException("Invalid value for msg_type: " + msgType);
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
SqlInjectionDetectionTest.java 124 assertThrows(IllegalArgumentException.class, () -> {
131 assertThrows(IllegalArgumentException.class, () -> {
135 assertThrows(IllegalArgumentException.class, () -> {
142 assertThrows(IllegalArgumentException.class, () -> {
146 assertThrows(IllegalArgumentException.class, () -> {
149 assertThrows(IllegalArgumentException.class, () -> {
159 assertThrows(IllegalArgumentException.class, () -> {
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
Fat16BootSector.java 122 * @throws IllegalArgumentException if the specified label is longer
125 public void setVolumeLabel(String label) throws IllegalArgumentException {
127 throw new IllegalArgumentException("volume label too long");
153 if (v > 0x7FFF) throw new IllegalArgumentException(
206 * @throws IllegalArgumentException for negative values
208 public void setRootDirEntryCount(int v) throws IllegalArgumentException {
209 if (v < 0) throw new IllegalArgumentException();
  /cts/tests/autofillservice/src/android/autofillservice/cts/
FillResponseTest.java 63 assertThrows(IllegalArgumentException.class,
66 assertThrows(IllegalArgumentException.class,
70 assertThrows(IllegalArgumentException.class,
74 assertThrows(IllegalArgumentException.class,
77 assertThrows(IllegalArgumentException.class,
113 assertThrows(IllegalArgumentException.class, () -> mBuilder.setFlags(-1));
125 assertThrows(IllegalArgumentException.class, () -> mBuilder.disableAutofill(0));
126 assertThrows(IllegalArgumentException.class, () -> mBuilder.disableAutofill(-1));
175 assertThrows(IllegalArgumentException.class,
  /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/inference/
UnknownDistributionChiSquareTest.java 57 * <code>IllegalArgumentException</code> is thrown.</p>
62 * @throws IllegalArgumentException if preconditions are not met
65 throws IllegalArgumentException;
95 * <code>IllegalArgumentException</code> is thrown.</p>
100 * @throws IllegalArgumentException if preconditions are not met
104 throws IllegalArgumentException, MathException;
131 * <code>IllegalArgumentException</code> is thrown.</p>
138 * @throws IllegalArgumentException if preconditions are not met
142 throws IllegalArgumentException, MathException;
  /frameworks/base/packages/SettingsProvider/test/src/com/android/providers/settings/
BaseSettingsProviderTest.java 77 throw new IllegalArgumentException("Invalid type: " + type);
99 throw new IllegalArgumentException("Invalid type: " + type);
186 throw new IllegalArgumentException("Invalid reset mode: " + resetMode);
200 throw new IllegalArgumentException("Invalid type: " + type);
228 throw new IllegalArgumentException("Invalid type: " + type);
248 throw new IllegalArgumentException("Invalid type: " + type);
268 throw new IllegalArgumentException("Invalid type: " + type);
301 throw new IllegalArgumentException("Invalid type: " + type);
345 throw new IllegalArgumentException("Invalid type: " + type);
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/filefilter/
WildcardFileFilter.java 63 * @throws IllegalArgumentException if the pattern is null
74 * @throws IllegalArgumentException if the pattern is null
78 throw new IllegalArgumentException("The wildcard must not be null");
91 * @throws IllegalArgumentException if the pattern array is null
105 * @throws IllegalArgumentException if the pattern array is null
109 throw new IllegalArgumentException("The wildcard array must not be null");
119 * @throws IllegalArgumentException if the pattern list is null
131 * @throws IllegalArgumentException if the pattern list is null
136 throw new IllegalArgumentException("The wildcard list must not be null");
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
MetadataEntryParser.java 150 throw new IllegalArgumentException("Input cannot be empty.");
177 throw new IllegalArgumentException(
186 throw new IllegalArgumentException("Aggregation type cannot be empty.");
204 throw new IllegalArgumentException("Field data hash id cannot be empty.");
217 throw new IllegalArgumentException("Usage type cannot be empty.");
238 throw new IllegalArgumentException("JSON Exception.", e);
252 throw new IllegalArgumentException("Unknown account type.");
266 throw new IllegalArgumentException(
273 throw new IllegalArgumentException("JSON Exception.", e);
  /tools/tradefederation/core/src/com/android/tradefed/testtype/
FakeTest.java 83 int toIntOrDefault(String number, int defValue) throws IllegalArgumentException {
88 throw new IllegalArgumentException(e);
95 String decodeRle(String encoded) throws IllegalArgumentException {
105 throw new IllegalArgumentException(String.format(
117 throw new IllegalArgumentException(String.format(
129 String decode(String encoded) throws IllegalArgumentException {
140 throw new IllegalArgumentException(String.format(
170 throws IllegalArgumentException {
175 throw new IllegalArgumentException(String.format(
  /tools/tradefederation/core/tests/src/com/android/tradefed/util/
EmailTest.java 100 * Ensure that IllegalArgumentException is thrown when a message without a destination address
110 fail("IllegalArgumentException not thrown");
111 } catch (IllegalArgumentException e) {
117 * Ensure that IllegalArgumentException is thrown when a message without a subject is sent.
123 fail("IllegalArgumentException not thrown");
124 } catch (IllegalArgumentException e) {
130 * Ensure that IllegalArgumentException is thrown when a message without a body is sent.
136 fail("IllegalArgumentException not thrown");
137 } catch (IllegalArgumentException e) {
  /frameworks/base/core/jni/
android_opengl_GLES31.cpp 251 jniThrowException(_env, "java/lang/IllegalArgumentException",
367 _exceptionType = "java/lang/IllegalArgumentException";
373 _exceptionType = "java/lang/IllegalArgumentException";
384 _exceptionType = "java/lang/IllegalArgumentException";
430 _exceptionType = "java/lang/IllegalArgumentException";
473 jniThrowException(_env, "java/lang/IllegalArgumentException", "indirect offset too large");
485 jniThrowException(_env, "java/lang/IllegalArgumentException", "indirect offset too large");
497 jniThrowException(_env, "java/lang/IllegalArgumentException", "indirect offset too large");
527 _exceptionType = "java/lang/IllegalArgumentException";
533 _exceptionType = "java/lang/IllegalArgumentException";
    [all...]
  /developers/build/prebuilts/gradle/DownloadableFonts/app/src/main/java/com/example/android/downloadablefonts/
QueryBuilder.java 53 throw new IllegalArgumentException("Width must be more than 0");
61 throw new IllegalArgumentException(
70 throw new IllegalArgumentException("Italic must be between 0 and 1 (inclusive)");
  /developers/samples/android/ui/fonts/DownloadableFonts/app/src/main/java/com/example/android/downloadablefonts/
QueryBuilder.java 53 throw new IllegalArgumentException("Width must be more than 0");
61 throw new IllegalArgumentException(
70 throw new IllegalArgumentException("Italic must be between 0 and 1 (inclusive)");
  /external/apache-commons-math/src/main/java/org/apache/commons/math/random/
RandomData.java 35 * <li><code>len > 0</code> (otherwise an IllegalArgumentException
53 * <li><code>lower < upper</code> (otherwise an IllegalArgumentException
74 * <li><code>lower < upper</code> (otherwise an IllegalArgumentException
93 * <li><code>len > 0</code> (otherwise an IllegalArgumentException
115 * <li><code>lower < upper</code> (otherwise an IllegalArgumentException
139 * <li><code>lower < upper</code> (otherwise an IllegalArgumentException
160 * IllegalArgumentException is thrown.)</li>
177 * <li><code>sigma > 0</code> (otherwise an IllegalArgumentException
196 * <li><code>mu >= 0</code> (otherwise an IllegalArgumentException
216 * <li><code>lower < upper</code> (otherwise an IllegalArgumentException
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/jaxp/
JAXPVariableStack.java 50 throws TransformerException,IllegalArgumentException {
53 // we need to through IllegalArgumentException
57 throw new IllegalArgumentException( fmsg );
  /external/autotest/frontend/client/src/autotest/common/ui/
DetailView.java 32 protected abstract void setObjectId(String id); // throws IllegalArgumentException
74 catch (IllegalArgumentException exc) {
121 catch (IllegalArgumentException exc) {

Completed in 2016 milliseconds

<<11121314151617181920>>