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

1 2 3 4 5 67 8 91011>>

  /external/protobuf/java/core/src/main/java/com/google/protobuf/
LazyStringArrayList.java 106 throw new IllegalArgumentException();
  /external/testng/src/main/java/org/testng/internal/
DynamicGraph.java 116 default: throw new IllegalArgumentException();
141 default: throw new IllegalArgumentException();
  /external/webrtc/talk/app/webrtc/java/android/org/webrtc/
RendererCommon.java 239 throw new IllegalArgumentException();
  /frameworks/base/cmds/sm/src/com/android/commands/sm/
Sm.java 43 if (e instanceof IllegalArgumentException) {
55 throw new IllegalArgumentException();
100 throw new IllegalArgumentException();
193 throw new IllegalArgumentException("Unsupported partition type " + type);
  /frameworks/base/core/java/android/content/
SearchRecentSuggestionsProvider.java 176 throw new IllegalArgumentException();
230 throw new IllegalArgumentException("Unknown Uri");
238 throw new IllegalArgumentException("Unknown Uri");
264 throw new IllegalArgumentException("Unknown Uri");
277 throw new IllegalArgumentException("Unknown Uri");
292 throw new IllegalArgumentException("Unknown Uri");
305 throw new IllegalArgumentException("Provider not configured");
349 throw new IllegalArgumentException("Unknown Uri");
354 throw new IllegalArgumentException("Unknown Uri");
  /frameworks/base/core/java/android/provider/
SearchRecentSuggestions.java 134 throw new IllegalArgumentException();
166 throw new IllegalArgumentException();
231 throw new IllegalArgumentException();
  /frameworks/base/core/java/com/android/internal/util/
ArrayUtils.java 88 throw new IllegalArgumentException();
  /frameworks/base/graphics/java/android/graphics/
SurfaceTexture.java 312 throw new IllegalArgumentException();
  /frameworks/base/media/java/android/media/
MediaCodecList.java 60 throw new IllegalArgumentException();
208 * @throws IllegalArgumentException if format is not a valid media format.
232 * @throws IllegalArgumentException if format is not a valid media format.
252 } catch (IllegalArgumentException e) {
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/util/
StateMachine.java 91 throw new IllegalArgumentException();
108 throw new IllegalArgumentException();
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
ParallaxEffect.java 102 throw new IllegalArgumentException();
ShadowOverlayHelper.java 350 throw new IllegalArgumentException();
ThumbsBar.java 122 throw new IllegalArgumentException();
ViewsStateBundle.java 132 throw new IllegalArgumentException();
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
AbstractSequentialListTest.java 110 if (o.equals(wrongElement)) throw new IllegalArgumentException();
194 fail("IllegalArgumentException expected");
195 } catch (IllegalArgumentException e) {
265 fail("IllegalArgumentException expected");
266 } catch (IllegalArgumentException ee) {
535 if (o.equals(illegalStr)) throw new IllegalArgumentException();
571 fail("IllegalArgumentException expected");
572 } catch (IllegalArgumentException ee) {
  /libcore/luni/src/test/java/libcore/java/util/
OldListIteratorTest.java 59 if(((String) o).equals("Wrong element")) throw new IllegalArgumentException();
93 if(((String) o).equals("Wrong element")) throw new IllegalArgumentException();
198 fail("IllegalArgumentException expected");
199 } catch (IllegalArgumentException e) {
225 fail("IllegalArgumentException expected");
226 } catch (IllegalArgumentException e) {
OldMapEntryTest.java 59 if (((String)val).equals("Wrong element")) throw new IllegalArgumentException();
  /libcore/ojluni/src/main/java/java/nio/
CharBuffer.java 147 * @throws IllegalArgumentException If the <tt>capacity</tt> is a negative integer
151 throw new IllegalArgumentException();
183 } catch (IllegalArgumentException x) {
266 } catch (IllegalArgumentException x) {
512 * @throws IllegalArgumentException If the source buffer is this buffer
517 throw new IllegalArgumentException();
    [all...]
DoubleBuffer.java 120 * @throws IllegalArgumentException If the <tt>capacity</tt> is a negative integer
124 throw new IllegalArgumentException();
156 } catch (IllegalArgumentException x) {
393 * @throws IllegalArgumentException If the source buffer is this buffer
398 throw new IllegalArgumentException();
FloatBuffer.java 121 * @throws IllegalArgumentException If the <tt>capacity</tt> is a negative integer
125 throw new IllegalArgumentException();
157 } catch (IllegalArgumentException x) {
394 * @throws IllegalArgumentException If the source buffer is this buffer
399 throw new IllegalArgumentException();
IntBuffer.java 123 * @throws IllegalArgumentException If the <tt>capacity</tt> is a negative integer
127 throw new IllegalArgumentException();
159 } catch (IllegalArgumentException x) {
396 * @throws IllegalArgumentException If the source buffer is this buffer
401 throw new IllegalArgumentException();
LongBuffer.java 121 * @throws IllegalArgumentException If the <tt>capacity</tt> is a negative integer
125 throw new IllegalArgumentException();
157 } catch (IllegalArgumentException x) {
394 * @throws IllegalArgumentException If the source buffer is this buffer
399 throw new IllegalArgumentException();
ShortBuffer.java 122 * @throws IllegalArgumentException If the <tt>capacity</tt> is a negative integer
126 throw new IllegalArgumentException();
158 } catch (IllegalArgumentException x) {
395 * @throws IllegalArgumentException If the source buffer is this buffer
400 throw new IllegalArgumentException();
  /libcore/ojluni/src/main/java/java/text/
ChoiceFormat.java 202 throw new IllegalArgumentException();
214 throw new IllegalArgumentException();
221 throw new IllegalArgumentException();
345 throw new IllegalArgumentException(
  /libcore/ojluni/src/main/java/java/util/concurrent/
DelayQueue.java 339 * @throws IllegalArgumentException {@inheritDoc}
345 throw new IllegalArgumentException();
365 * @throws IllegalArgumentException {@inheritDoc}
371 throw new IllegalArgumentException();

Completed in 943 milliseconds

1 2 3 4 5 67 8 91011>>