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

1 2 3 4 5 6 7 8 91011>>

  /libcore/ojluni/src/main/java/java/util/logging/
FileHandler.java 282 * @exception IllegalArgumentException if pattern is an empty string
286 throw new IllegalArgumentException();
314 * @exception IllegalArgumentException if pattern is an empty string
319 throw new IllegalArgumentException();
350 * @exception IllegalArgumentException if {@code limit < 0}, or {@code count < 1}.
351 * @exception IllegalArgumentException if pattern is an empty string
356 throw new IllegalArgumentException();
388 * @exception IllegalArgumentException if {@code limit < 0}, or {@code count < 1}.
389 * @exception IllegalArgumentException if pattern is an empty string
395 throw new IllegalArgumentException();
    [all...]
  /packages/apps/Dialer/java/com/android/incallui/
ExternalCallNotifier.java 88 throw new IllegalArgumentException();
111 throw new IllegalArgumentException();
186 throw new IllegalArgumentException();
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
MailboxUtilities.java 135 if (accountSelector == null) throw new IllegalArgumentException();
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
Utils.java 77 // Throws IllegalArgumentException if the input is <= 0 or
80 if (n <= 0 || n > (1 << 30)) throw new IllegalArgumentException("n is invalid: " + n);
92 // Throws IllegalArgumentException if the input is <= 0
94 if (n <= 0) throw new IllegalArgumentException();
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
MediaObject.java 156 throw new IllegalArgumentException(s);
165 throw new IllegalArgumentException();
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/codec/
EncoderUtil.java 218 throw new IllegalArgumentException();
220 throw new IllegalArgumentException();
323 throw new IllegalArgumentException();
325 throw new IllegalArgumentException();
333 throw new IllegalArgumentException("Unsupported charset");
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
AndroidTargetData.java 167 * All other values will throw an {@link IllegalArgumentException}.
197 throw new IllegalArgumentException();
WidgetClassLoader.java 206 throw new IllegalArgumentException();
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
Fat.java 58 * @throws IllegalArgumentException if {@code fatNr} is greater than
62 throws IOException, IllegalArgumentException {
65 throw new IllegalArgumentException(
83 * @throws IllegalArgumentException if {@code fatNr} is greater than
87 throws IOException, IllegalArgumentException {
90 throw new IllegalArgumentException(
110 throw new IllegalArgumentException("FAT too large");
426 if (entry > Integer.MAX_VALUE) throw new IllegalArgumentException();
450 protected void testCluster(long cluster) throws IllegalArgumentException {
452 throw new IllegalArgumentException(
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/
BitSet.java 109 throw new IllegalArgumentException("can't add "+
133 throw new IllegalArgumentException();
143 throw new IllegalArgumentException();
354 throw new IllegalArgumentException("can't create BitSet from "+set.getClass().getName());
  /external/autotest/frontend/client/src/autotest/common/
Utils.java 103 * @throws IllegalArgumentException if the list is not of size 1
107 throw new IllegalArgumentException("List is not of size 1");
173 throw new IllegalArgumentException();
  /external/autotest/frontend/client/src/autotest/tko/
TestDetailView.java 208 catch (IllegalArgumentException exc) {
231 throw new IllegalArgumentException();
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/raw/
Nat192.java 216 throw new IllegalArgumentException();
233 throw new IllegalArgumentException();
Nat224.java 258 throw new IllegalArgumentException();
    [all...]
Nat256.java 311 throw new IllegalArgumentException();
328 throw new IllegalArgumentException();
    [all...]
  /external/dexmaker/dexmaker/src/main/java/com/android/dx/
Code.java 264 throw new IllegalArgumentException(
324 throw new IllegalArgumentException("Cannot adopt label; it belongs to another Code");
365 throw new IllegalArgumentException("Already caught: " + toCatch);
379 throw new IllegalArgumentException("No catch clause: " + toCatch);
419 throw new IllegalArgumentException("unexpected branch: " + branch);
425 throw new IllegalArgumentException("unexpected branch: " + branch);
432 throw new IllegalArgumentException("branch == null");
440 throw new IllegalArgumentException("branch == null");
447 throw new IllegalArgumentException("unexpected branch: " + branch);
453 throw new IllegalArgumentException();
    [all...]
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
AbstractIteratorTester.java 331 throw new IllegalArgumentException();
  /external/guice/core/test/com/google/inject/
ProvisionExceptionTest.java 171 "1) Error injecting method, java.lang.IllegalArgumentException",
172 "Caused by: java.lang.IllegalArgumentException: java.lang.UnsupportedOperationException",
346 throw new IllegalArgumentException(new UnsupportedOperationException("Unsupported"));
  /external/icu/android_icu4j/src/main/java/android/icu/util/
SimpleTimeZone.java 126 * @throws IllegalArgumentException the month, day, dayOfWeek, or time
172 * @throws IllegalArgumentException the month, day, dayOfWeek, or time
217 * @throws IllegalArgumentException the month, day, dayOfWeek, or time
303 * @throws IllegalArgumentException the month, dayOfWeekInMonth,
375 * @throws IllegalArgumentException the month,
400 * @throws IllegalArgumentException the month, dayOfMonth,
429 * @throws IllegalArgumentException the month, dayOfWeekInMonth,
449 * @throws IllegalArgumentException the month,
474 * @throws IllegalArgumentException the month, dayOfMonth,
534 throw new IllegalArgumentException();
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
SimpleTimeZone.java 129 * @throws IllegalArgumentException the month, day, dayOfWeek, or time
176 * @throws IllegalArgumentException the month, day, dayOfWeek, or time
222 * @throws IllegalArgumentException the month, day, dayOfWeek, or time
314 * @throws IllegalArgumentException the month, dayOfWeekInMonth,
387 * @throws IllegalArgumentException the month,
413 * @throws IllegalArgumentException the month, dayOfMonth,
443 * @throws IllegalArgumentException the month, dayOfWeekInMonth,
464 * @throws IllegalArgumentException the month,
490 * @throws IllegalArgumentException the month, dayOfMonth,
552 throw new IllegalArgumentException();
    [all...]
  /external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/
PhoneNumberMatcher.java 179 throw new IllegalArgumentException();
232 throw new IllegalArgumentException();
    [all...]
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/framed/
MockSpdyPeer.java 100 if (length >= bytesOut.size() - lastFrame.start) throw new IllegalArgumentException();
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowActivity.java 415 throw new IllegalArgumentException();
542 } catch(IllegalArgumentException e) {
  /frameworks/base/core/java/android/widget/
ExpandableListConnector.java     [all...]
  /frameworks/base/graphics/java/android/graphics/
Matrix.java 604 throw new IllegalArgumentException();

Completed in 1044 milliseconds

1 2 3 4 5 6 7 8 91011>>