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

<<41424344454647484950>>

  /frameworks/base/wifi/java/android/net/wifi/rtt/
RangingRequest.java 104 throw new IllegalArgumentException(
110 throw new IllegalArgumentException("Invalid Responder specification");
137 throw new IllegalArgumentException("Null ScanResult!");
158 throw new IllegalArgumentException("Null list of ScanResults!");
187 throw new IllegalArgumentException("Null peer MAC address");
212 throw new IllegalArgumentException("Null peer handler (identifier)");
231 throw new IllegalArgumentException("Null Responder!");
  /frameworks/support/media/src/main/java/androidx/media/
SessionToken2.java 121 throw new IllegalArgumentException("serviceComponent shouldn't be null");
132 throw new IllegalArgumentException("Cannot find package " + mPackageName);
150 throw new IllegalArgumentException("service " + mServiceName + " doesn't implement"
269 throw new IllegalArgumentException("Unexpected token for session,"
276 throw new IllegalArgumentException("Session service needs service name");
280 throw new IllegalArgumentException("Invalid type");
283 throw new IllegalArgumentException("Package name nor ID cannot be null.");
  /frameworks/support/paging/common/src/test/java/androidx/paging/
PositionalDataSourceTest.kt 154 @Test(expected = IllegalArgumentException::class)
161 @Test(expected = IllegalArgumentException::class)
167 @Test(expected = IllegalArgumentException::class)
173 @Test(expected = IllegalArgumentException::class)
179 @Test(expected = IllegalArgumentException::class)
197 @Test(expected = IllegalArgumentException::class)
203 @Test(expected = IllegalArgumentException::class)
  /libcore/luni/src/test/java/libcore/java/lang/reflect/
ProxyTest.java 52 } catch (IllegalArgumentException expected) {
74 } catch (IllegalArgumentException expected) {
83 } catch (IllegalArgumentException expected) {
92 } catch (IllegalArgumentException expected) {
101 } catch (IllegalArgumentException expected) {
223 } catch (IllegalArgumentException expected) {
313 } catch (IllegalArgumentException expected) {
  /packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
DictionaryMaker.java 140 throw new IllegalArgumentException("Option " + arg + " is unknown or "
151 throw new IllegalArgumentException(
164 throw new IllegalArgumentException(
168 throw new IllegalArgumentException("Unknown option : " + arg);
178 throw new IllegalArgumentException("Unknown format for file " + arg);
183 throw new IllegalArgumentException("Several output binary files specified");
266 IllegalArgumentException {
  /system/extras/verity/
BootSignature.java 103 throw new IllegalArgumentException("Unsupported format version");
176 throw new IllegalArgumentException("Invalid image length");
197 throw new IllegalArgumentException("Invalid image header: missing magic");
227 throw new IllegalArgumentException(
236 throw new IllegalArgumentException("Invalid image header: invalid length");
256 throw new IllegalArgumentException("Invalid image: too short, expected " +
283 throw new IllegalArgumentException("Invalid image: not signed");
  /test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/util/
RetryFilterHelper.java 99 * Throws an {@link IllegalArgumentException} if the device build fingerprint doesn't match
105 throw new IllegalArgumentException(
110 throw new IllegalArgumentException(String.format(
177 throw new IllegalArgumentException(String.format(
264 throw new IllegalArgumentException(
267 throw new IllegalArgumentException(String.format(
280 throw new IllegalArgumentException(
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
BootSector.java 193 * @throws IllegalArgumentException if the length of the specified string
197 throws IllegalArgumentException {
200 throw new IllegalArgumentException();
253 if (name.length() > 8) throw new IllegalArgumentException(
291 throw new IllegalArgumentException();
326 if (!isPowerOfTwo(v)) throw new IllegalArgumentException(
348 if (v < 1) throw new IllegalArgumentException(
SuperFloppyFormatter.java 342 * @throws IllegalArgumentException if {@code fatType} does not support the
346 throws IOException, IllegalArgumentException {
379 if (sectors <= 66600) throw new IllegalArgumentException(
398 if (sectors <= 66600) throw new IllegalArgumentException(
409 if (sectors <= 8400) throw new IllegalArgumentException(
412 if (sectors > 4194304) throw new IllegalArgumentException(
462 IllegalArgumentException("disk too large for FAT12");
  /external/apache-commons-math/src/main/java/org/apache/commons/math/transform/
FastHadamardTransformer.java 39 throws IllegalArgumentException {
46 throws FunctionEvaluationException, IllegalArgumentException {
52 throws IllegalArgumentException {
59 throws FunctionEvaluationException, IllegalArgumentException {
71 * @throws IllegalArgumentException if any parameters are invalid
74 throws IllegalArgumentException {
153 * @exception IllegalArgumentException if input array is not a power of 2
155 protected double[] fht(double x[]) throws IllegalArgumentException {
204 * @exception IllegalArgumentException if input array is not a power of 2
206 protected int[] fht(int x[]) throws IllegalArgumentException {
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/
Primes.java 120 throw new IllegalArgumentException("'hash' cannot be null");
124 throw new IllegalArgumentException("'length' must be >= 2");
128 throw new IllegalArgumentException("'inputSeed' cannot be null or empty");
156 throw new IllegalArgumentException("'random' cannot be null");
160 throw new IllegalArgumentException("'iterations' must be > 0");
282 throw new IllegalArgumentException("'random' cannot be null");
286 throw new IllegalArgumentException("'iterations' must be > 0");
337 throw new IllegalArgumentException("'base' must be < ('candidate' - 1)");
358 throw new IllegalArgumentException("'" + name + "' must be non-null and >= 2");
632 throw new IllegalArgumentException("Size limit exceeded")
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
UnicodeRegex.java 234 // throw (IllegalArgumentException) new IllegalArgumentException().initCause(e);
242 throw new IllegalArgumentException("Not a single root: " + unused);
318 throw new IllegalArgumentException(); // should never happen
351 throw (IllegalArgumentException) new IllegalArgumentException("Error in " + regex).initCause(e);
401 throw new IllegalArgumentException("Missing ';' before " + count + ") " + line);
405 throw new IllegalArgumentException("Duplicate variable definition in " + line);
410 throw new IllegalArgumentException("Missing '=' at " + count + ") " + line);
422 throw new IllegalArgumentException("Missing ';' at end")
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/
TestMultipleParagraphs.java 98 } catch (IllegalArgumentException e) {
126 } catch (IllegalArgumentException e) {
148 } catch (IllegalArgumentException e) {
181 } catch (IllegalArgumentException e) {
211 } catch (IllegalArgumentException e) {
265 } catch (IllegalArgumentException e) {
325 } catch (IllegalArgumentException e) {
342 } catch (IllegalArgumentException e) {
363 } catch (IllegalArgumentException e) {
396 } catch (IllegalArgumentException e)
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
UnicodeRegex.java 232 // throw (IllegalArgumentException) new IllegalArgumentException().initCause(e);
240 throw new IllegalArgumentException("Not a single root: " + unused);
316 throw new IllegalArgumentException(); // should never happen
349 throw (IllegalArgumentException) new IllegalArgumentException("Error in " + regex).initCause(e);
399 throw new IllegalArgumentException("Missing ';' before " + count + ") " + line);
403 throw new IllegalArgumentException("Duplicate variable definition in " + line);
408 throw new IllegalArgumentException("Missing '=' at " + count + ") " + line);
420 throw new IllegalArgumentException("Missing ';' at end")
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
TestMultipleParagraphs.java 95 } catch (IllegalArgumentException e) {
123 } catch (IllegalArgumentException e) {
145 } catch (IllegalArgumentException e) {
178 } catch (IllegalArgumentException e) {
208 } catch (IllegalArgumentException e) {
262 } catch (IllegalArgumentException e) {
322 } catch (IllegalArgumentException e) {
339 } catch (IllegalArgumentException e) {
360 } catch (IllegalArgumentException e) {
393 } catch (IllegalArgumentException e)
    [all...]
  /frameworks/base/core/java/android/net/
MacAddress.java 212 * @throws IllegalArgumentException if the given String is not a valid representation.
220 throw new IllegalArgumentException(addr + " was not a valid MAC address");
226 throw new IllegalArgumentException(addr + "was not a valid MAC address");
240 * @throws IllegalArgumentException if the given byte array is not a valid representation.
265 throw new IllegalArgumentException(
281 throw new IllegalArgumentException(addr + " was not a valid MAC address");
287 throw new IllegalArgumentException(addr + "was not a valid MAC address");
313 * @throws IllegalArgumentException if the given String is not a valid representation.
325 * @throws IllegalArgumentException if the given byte array is not a valid representation.
385 throw new IllegalArgumentException(Arrays.toString(in
    [all...]
  /frameworks/base/core/java/android/net/nsd/
NsdServiceInfo.java 138 throw new IllegalArgumentException("Zero sized txt record");
170 throw new IllegalArgumentException("Invalid txt record (key is empty)");
175 throw new IllegalArgumentException("Invalid txt record (duplicate key \"" + key + "\")");
179 } catch (IllegalArgumentException e) {
190 throw new IllegalArgumentException("Key cannot be empty");
197 throw new IllegalArgumentException("Key strings must be printable US-ASCII");
199 throw new IllegalArgumentException("Key strings must not include '='");
205 throw new IllegalArgumentException("Key length + value length must be < 255 bytes");
218 throw new IllegalArgumentException("Total length of attributes must be < 1300 bytes");
242 throw new IllegalArgumentException("Value must be UTF-8")
    [all...]
  /frameworks/base/core/java/android/os/
PatternMatcher.java 285 throw new IllegalArgumentException("Pattern is too large!");
314 throw new IllegalArgumentException(
325 throw new IllegalArgumentException("Modifier must follow a token.");
341 throw new IllegalArgumentException("Modifier must follow a token.");
349 throw new IllegalArgumentException("Modifier must follow a token.");
361 throw new IllegalArgumentException("Escape found at end of pattern!");
390 throw new IllegalArgumentException("Range not ended with '}'");
409 throw new IllegalArgumentException(
415 throw new IllegalArgumentException("Range number format incorrect", e);
425 throw new IllegalArgumentException("Set was not terminated!")
    [all...]
  /frameworks/base/core/java/android/print/
PrinterCapabilitiesInfo.java 453 * @throws IllegalArgumentException If the printer id is <code>null</code>.
457 throw new IllegalArgumentException("printerId cannot be null.");
471 * @throws IllegalArgumentException If set as default and there
499 * @throws IllegalArgumentException If set as default and there
528 * @throws IllegalArgumentException If margins are <code>null</code>.
534 throw new IllegalArgumentException("margins cannot be null");
556 * @throws IllegalArgumentException If color modes contains an invalid
582 * @throws IllegalArgumentException If duplex modes contains an invalid
637 throw new IllegalArgumentException("margins cannot be null");
644 throw new IllegalArgumentException("Default already specified.")
    [all...]
  /frameworks/base/core/java/org/apache/http/conn/ssl/
SSLSocketFactory.java 258 throw new IllegalArgumentException("Keystore may not be null");
269 throw new IllegalArgumentException("Keystore may not be null");
298 throw new IllegalArgumentException("Target host may not be null.");
301 throw new IllegalArgumentException("Parameters may not be null.");
364 * @throws IllegalArgumentException if the argument is invalid
367 throws IllegalArgumentException {
370 throw new IllegalArgumentException("Socket may not be null.");
374 throw new IllegalArgumentException
379 throw new IllegalArgumentException("Socket is closed.");
415 throw new IllegalArgumentException("Hostname verifier may not be null")
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
StringCharacterIteratorTest.java 45 } catch (IllegalArgumentException e) {
52 } catch (IllegalArgumentException e) {
77 } catch (IllegalArgumentException e) {
84 } catch (IllegalArgumentException e) {
91 } catch (IllegalArgumentException e) {
98 } catch (IllegalArgumentException e) {
105 } catch (IllegalArgumentException e) {
112 } catch (IllegalArgumentException e) {
365 } catch (IllegalArgumentException e) {
372 } catch (IllegalArgumentException e)
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
CurrencyTest.java 102 } catch (IllegalArgumentException e) {
103 fail("Unexpected IllegalArgumentException " + e);
110 fail("Expected IllegalArgumentException");
111 } catch (IllegalArgumentException e) {
117 fail("Expected IllegalArgumentException");
118 } catch (IllegalArgumentException e) {
124 fail("Expected IllegalArgumentException");
125 } catch (IllegalArgumentException e) {
131 fail("Expected IllegalArgumentException");
132 } catch (IllegalArgumentException e)
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/xml/parsers/
DocumentBuilderTest.java 263 fail("Expected IllegalArgumentException was not thrown");
264 } catch (IllegalArgumentException iae) {
323 fail("Expected IllegalArgumentException was not thrown");
324 } catch (IllegalArgumentException iae) {
385 fail("Expected IllegalArgumentException was not thrown");
386 } catch (IllegalArgumentException iae) {
450 fail("Expected IllegalArgumentException was not thrown");
451 } catch (IllegalArgumentException iae) {
505 fail("Expected IllegalArgumentException was not thrown");
506 } catch (IllegalArgumentException iae)
    [all...]
  /libcore/luni/src/test/java/libcore/java/util/
LocaleLanguageRangeTest.java 53 } catch (IllegalArgumentException expected) {
59 } catch (IllegalArgumentException expected) {
83 // IllegalArgumentException is thrown here is somewhat
298 } catch (IllegalArgumentException expected) {
303 } catch (IllegalArgumentException expected) {
308 } catch (IllegalArgumentException expected) {
313 } catch (IllegalArgumentException expected) {
354 } catch (IllegalArgumentException expected) {
359 } catch (IllegalArgumentException expected) {
441 } catch (IllegalArgumentException expected)
    [all...]
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
SSLSocketFactory.java 251 throw new IllegalArgumentException("Keystore may not be null");
262 throw new IllegalArgumentException("Keystore may not be null");
293 throw new IllegalArgumentException("Target host may not be null.");
296 throw new IllegalArgumentException("Parameters may not be null.");
351 * @throws IllegalArgumentException if the argument is invalid
355 throws IllegalArgumentException {
358 throw new IllegalArgumentException("Socket may not be null.");
362 throw new IllegalArgumentException
367 throw new IllegalArgumentException("Socket is closed.");
396 throw new IllegalArgumentException("Hostname verifier may not be null")
    [all...]

Completed in 2188 milliseconds

<<41424344454647484950>>