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

12 3 4 5 6 7 8 91011>>

  /libcore/ojluni/src/main/java/sun/nio/ch/
SelectionKeyImpl.java 103 throw new IllegalArgumentException();
  /libcore/support/src/test/java/tests/support/
Support_StringWriter.java 47 throw new IllegalArgumentException();
  /packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/obex/
BmsgTokenizer.java 86 throw new IllegalArgumentException();
  /packages/apps/LegacyCamera/src/com/android/camera/
PreviewFrameLayout.java 44 if (ratio <= 0.0) throw new IllegalArgumentException();
  /external/apache-harmony/support/src/test/java/tests/support/
Support_StringReader.java 85 throw new IllegalArgumentException();
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemAttribute.java 270 throw new IllegalArgumentException();
  /external/guava/guava/src/com/google/common/base/
Preconditions.java 33 * * @throws IllegalArgumentException if the value is negative
44 * In this example, {@code checkArgument} throws an {@code IllegalArgumentException} to indicate
58 * throw new IllegalArgumentException("negative value: " + value);
104 * @throws IllegalArgumentException if {@code expression} is false
108 throw new IllegalArgumentException();
118 * @throws IllegalArgumentException if {@code expression} is false
122 throw new IllegalArgumentException(String.valueOf(errorMessage));
137 * @throws IllegalArgumentException if {@code expression} is false
145 throw new IllegalArgumentException(format(errorMessageTemplate, errorMessageArgs));
289 * @throws IllegalArgumentException if {@code size} is negativ
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
ReplaceableUCharacterIterator.java 38 throw new IllegalArgumentException();
50 throw new IllegalArgumentException();
62 throw new IllegalArgumentException();
180 * @exception IllegalArgumentException is thrown if an invalid currentIndex is
USerializedSet.java 112 throw new IllegalArgumentException();
  /external/icu/android_icu4j/src/main/java/android/icu/text/
Quantifier.java 29 throw new IllegalArgumentException();
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
ReplaceableUCharacterIterator.java 36 throw new IllegalArgumentException();
48 throw new IllegalArgumentException();
60 throw new IllegalArgumentException();
178 * @exception IllegalArgumentException is thrown if an invalid currentIndex is
USerializedSet.java 110 throw new IllegalArgumentException();
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
Quantifier.java 28 throw new IllegalArgumentException();
  /external/okhttp/okio/okio/src/main/java/okio/
Segment.java 110 if (byteCount <= 0 || byteCount > limit - pos) throw new IllegalArgumentException();
135 if (!sink.owner) throw new IllegalArgumentException();
138 if (sink.shared) throw new IllegalArgumentException();
139 if (sink.limit + byteCount - sink.pos > SIZE) throw new IllegalArgumentException();
  /external/protobuf/java/core/src/main/java/com/google/protobuf/
ProtobufArrayList.java 66 throw new IllegalArgumentException();
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowAccount.java 54 if (TextUtils.isEmpty(name) || TextUtils.isEmpty(type)) throw new IllegalArgumentException();
ShadowService.java 44 throw new IllegalArgumentException();
  /frameworks/base/core/java/android/view/textservice/
SentenceSuggestionsInfo.java 51 throw new IllegalArgumentException();
  /frameworks/base/core/java/com/android/internal/util/
Preconditions.java 33 throw new IllegalArgumentException();
43 * @throws IllegalArgumentException if {@code expression} is false
47 throw new IllegalArgumentException(String.valueOf(errorMessage));
58 * @throws IllegalArgumentException if {@code expression} is false
64 throw new IllegalArgumentException(String.format(messageTemplate, messageArgs));
74 * @throws IllegalArgumentException if {@code string} is empty
78 throw new IllegalArgumentException();
91 * @throws IllegalArgumentException if {@code string} is empty
96 throw new IllegalArgumentException(String.valueOf(errorMessage));
186 throw new IllegalArgumentException("Requested flags 0x
    [all...]
  /frameworks/base/location/java/android/location/
Country.java 84 throw new IllegalArgumentException();
94 throw new IllegalArgumentException();
  /frameworks/base/telephony/java/android/telephony/
PhoneNumberFormattingTextWatcher.java 70 if (countryCode == null) throw new IllegalArgumentException();
  /frameworks/opt/bluetooth/src/android/bluetooth/client/map/utils/
BmsgTokenizer.java 41 throw new IllegalArgumentException();
  /frameworks/support/compat/java/android/support/v4/util/
Preconditions.java 36 throw new IllegalArgumentException();
46 * @throws IllegalArgumentException if {@code expression} is false
50 throw new IllegalArgumentException(String.valueOf(errorMessage));
60 * @throws IllegalArgumentException if {@code string} is empty
64 throw new IllegalArgumentException();
77 * @throws IllegalArgumentException if {@code string} is empty
82 throw new IllegalArgumentException(String.valueOf(errorMessage));
152 throw new IllegalArgumentException("Requested flags 0x"
166 * @throws IllegalArgumentException if {@code value} was negative
171 throw new IllegalArgumentException(errorMessage)
    [all...]
  /libcore/ojluni/src/main/java/java/nio/
HeapDoubleBuffer.java 164 throw new IllegalArgumentException();
HeapFloatBuffer.java 163 throw new IllegalArgumentException();

Completed in 781 milliseconds

12 3 4 5 6 7 8 91011>>