HomeSort by relevance Sort by last modified time
    Searched defs:IllegalArgumentException (Results 251 - 275 of 368) sorted by null

<<1112131415

  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/
RestrictedLockUtils.java 228 } catch (RemoteException | IllegalArgumentException e) {
738 throw new IllegalArgumentException();
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/policy/
AccessibilityShortcutControllerTest.java 403 throw new IllegalArgumentException();
  /frameworks/ex/framesequence/src/android/support/rastermill/
FrameSequenceDrawable.java 254 throw new IllegalArgumentException("Invalid bitmap provided");
265 if (frameSequence == null || bitmapProvider == null) throw new IllegalArgumentException();
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/picker/
Picker.java 520 throw new IllegalArgumentException();
546 throw new IllegalArgumentException();
  /libcore/ojluni/src/main/java/java/nio/
ByteBuffer.java 233 * @throws IllegalArgumentException If the <tt>capacity</tt> is a negative integer
237 throw new IllegalArgumentException("capacity < 0: " + capacity);
256 * @throws IllegalArgumentException If the <tt>capacity</tt> is a negative integer
260 throw new IllegalArgumentException();
292 } catch (IllegalArgumentException x) {
529 * @throws IllegalArgumentException If the source buffer is this buffer
537 throw new IllegalArgumentException();
    [all...]
  /libcore/ojluni/src/main/java/java/text/
DateFormatSymbols.java 612 * @exception IllegalArgumentException if the length of any row in
622 throw new IllegalArgumentException();
    [all...]
  /libcore/ojluni/src/main/java/java/util/
PriorityQueue.java 131 * @throws IllegalArgumentException if {@code initialCapacity} is less
159 * @throws IllegalArgumentException if {@code initialCapacity} is
167 throw new IllegalArgumentException();
    [all...]
SimpleTimeZone.java 211 * @exception IllegalArgumentException if the month, day, dayOfWeek, or time
268 * @exception IllegalArgumentException if the month, day, dayOfWeek, or time
318 * @exception IllegalArgumentException if the month, day, dayOfWeek, time more, or
352 throw new IllegalArgumentException("Illegal daylight saving value: " + dstSavings);
382 * @exception IllegalArgumentException if the <code>startMonth</code>, <code>startDay</code>,
408 * @exception IllegalArgumentException if the <code>startMonth</code>,
431 * @exception IllegalArgumentException if the <code>startMonth</code>, <code>startDay</code>,
462 * @exception IllegalArgumentException if the <code>endMonth</code>, <code>endDay</code>,
489 * @exception IllegalArgumentException the <code>endMonth</code>, <code>endDay</code>,
514 * @exception IllegalArgumentException the <code>endMonth</code>, <code>endDay</code>
    [all...]
  /libcore/ojluni/src/main/java/java/util/concurrent/
ConcurrentLinkedQueue.java 503 * itself result in {@code IllegalArgumentException}.
509 * @throws IllegalArgumentException if the collection is this queue
514 throw new IllegalArgumentException();
    [all...]
LinkedBlockingQueue.java 257 * @throws IllegalArgumentException if {@code capacity} is not greater
261 if (capacity <= 0) throw new IllegalArgumentException();
691 * @throws IllegalArgumentException {@inheritDoc}
701 * @throws IllegalArgumentException {@inheritDoc}
707 throw new IllegalArgumentException();
    [all...]
Phaser.java 520 * @throws IllegalArgumentException if parties less than zero
545 * @throws IllegalArgumentException if parties less than zero
550 throw new IllegalArgumentException("Illegal number of parties");
608 * @throws IllegalArgumentException if {@code parties < 0}
612 throw new IllegalArgumentException();
    [all...]
PriorityBlockingQueue.java 200 * @throws IllegalArgumentException if {@code initialCapacity} is less
216 * @throws IllegalArgumentException if {@code initialCapacity} is less
222 throw new IllegalArgumentException();
718 * @throws IllegalArgumentException {@inheritDoc}
728 * @throws IllegalArgumentException {@inheritDoc}
734 throw new IllegalArgumentException();
    [all...]
  /libcore/ojluni/src/main/java/sun/net/www/
ParseUtil.java 202 throw new IllegalArgumentException();
216 throw new IllegalArgumentException("Error decoding percent encoded characters");
219 throw new IllegalArgumentException("Error decoding percent encoded characters");
  /libcore/ojluni/src/main/java/sun/nio/fs/
UnixPath.java 321 throw new IllegalArgumentException();
323 throw new IllegalArgumentException();
344 throw new IllegalArgumentException();
346 throw new IllegalArgumentException();
348 throw new IllegalArgumentException();
350 throw new IllegalArgumentException();
416 throw new IllegalArgumentException("'other' is different type of Path");
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
DataManager.java 145 default: 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(
  /developers/build/prebuilts/gradle/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/
DiskLruCache.java 178 throw new IllegalArgumentException();
257 throw new IllegalArgumentException("not a directory: " + dir);
310 throw new IllegalArgumentException("maxSize <= 0");
313 throw new IllegalArgumentException("valueCount <= 0");
718 throw new IllegalArgumentException(
    [all...]
  /developers/samples/android/ui/graphics/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/
DiskLruCache.java 178 throw new IllegalArgumentException();
257 throw new IllegalArgumentException("not a directory: " + dir);
310 throw new IllegalArgumentException("maxSize <= 0");
313 throw new IllegalArgumentException("valueCount <= 0");
718 throw new IllegalArgumentException(
    [all...]
  /development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/util/
DiskLruCache.java 178 throw new IllegalArgumentException();
257 throw new IllegalArgumentException("not a directory: " + dir);
310 throw new IllegalArgumentException("maxSize <= 0");
313 throw new IllegalArgumentException("valueCount <= 0");
718 throw new IllegalArgumentException(
    [all...]
  /external/autotest/frontend/client/src/autotest/afe/
HostDetailView.java 218 throw new IllegalArgumentException();
258 catch (IllegalArgumentException exc) {
532 catch (IllegalArgumentException exc) {
JobDetailView.java 148 catch (IllegalArgumentException exc) {
553 throw new IllegalArgumentException();
  /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...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
OlsonTimeZone.java 130 throw new IllegalArgumentException("Month is not in the legal range: " +month);
152 throw new IllegalArgumentException();
492 throw new IllegalArgumentException();
508 throw new IllegalArgumentException("Invalid Format");
530 throw new IllegalArgumentException("Invalid Format");
567 throw new IllegalArgumentException("Invalid Format");
576 throw new IllegalArgumentException("Invalid Format");
597 throw new IllegalArgumentException("Invalid Format");
632 throw new IllegalArgumentException("Invalid Format");
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
Normalizer.java     [all...]
UTF16.java 639 * @exception IllegalArgumentException Thrown if char32 is a invalid codepoint.
643 throw new IllegalArgumentException("Illegal codepoint");
    [all...]

Completed in 748 milliseconds

<<1112131415