HomeSort by relevance Sort by last modified time
    Searched refs:ArrayIndexOutOfBoundsException (Results 26 - 50 of 391) sorted by null

12 3 4 5 6 7 8 91011>>

  /frameworks/base/graphics/java/android/graphics/
ColorMatrixColorFilter.java 51 throw new ArrayIndexOutOfBoundsException();
102 * @throws ArrayIndexOutOfBoundsException if the specified array's
114 throw new ArrayIndexOutOfBoundsException();
  /art/test/427-bounds/src/
Main.java 22 } catch (ArrayIndexOutOfBoundsException e) {
  /art/test/668-aiobe/src/
Main.java 29 if (!(e.getCause() instanceof ArrayIndexOutOfBoundsException)) {
30 throw new Error("Expected ArrayIndexOutOfBoundsException, got " + e.getCause());
  /libcore/luni/src/test/java/libcore/java/lang/reflect/
OldAndroidArrayTest.java 40 } catch (ArrayIndexOutOfBoundsException abe) {
85 } catch (ArrayIndexOutOfBoundsException abe) {
103 } catch (ArrayIndexOutOfBoundsException abe) {
124 } catch (ArrayIndexOutOfBoundsException abe) {
  /libcore/ojluni/src/main/java/javax/crypto/spec/
IvParameterSpec.java 72 * @throws ArrayIndexOutOfBoundsException is thrown if <code>offset</code>
84 throw new ArrayIndexOutOfBoundsException("len is negative");
  /external/apache-xml/src/main/java/org/apache/xml/utils/
ObjectStack.java 128 catch (ArrayIndexOutOfBoundsException e)
146 catch (ArrayIndexOutOfBoundsException e)
164 catch (ArrayIndexOutOfBoundsException e)
  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
CharacterDataImpl.java 73 } catch (ArrayIndexOutOfBoundsException ex) {
82 } catch (ArrayIndexOutOfBoundsException ex) {
94 } catch (ArrayIndexOutOfBoundsException ex) {
  /cts/tests/tests/text/src/android/text/cts/
AndroidCharacterTest.java 103 fail("Should throw ArrayIndexOutOfBoundsException.");
104 } catch (ArrayIndexOutOfBoundsException e) {
109 fail("Should throw ArrayIndexOutOfBoundsException.");
110 } catch (ArrayIndexOutOfBoundsException e) {
115 fail("Should throw ArrayIndexOutOfBoundsException.");
116 } catch (ArrayIndexOutOfBoundsException e) {
142 fail("Should throw ArrayIndexOutOfBoundsException.");
143 } catch (ArrayIndexOutOfBoundsException e) {
148 fail("Should throw ArrayIndexOutOfBoundsException.");
149 } catch (ArrayIndexOutOfBoundsException e)
    [all...]
  /frameworks/support/collection/src/main/java/androidx/collection/
CircularArray.java 106 * @throws ArrayIndexOutOfBoundsException if CircularArray is empty.
110 throw new ArrayIndexOutOfBoundsException();
121 * @throws ArrayIndexOutOfBoundsException if CircularArray is empty.
125 throw new ArrayIndexOutOfBoundsException();
145 * @throws ArrayIndexOutOfBoundsException if numOfElements is larger than
153 throw new ArrayIndexOutOfBoundsException();
178 * @throws ArrayIndexOutOfBoundsException if numOfElements is larger than
186 throw new ArrayIndexOutOfBoundsException();
212 * @throws {@link ArrayIndexOutOfBoundsException} if CircularArray is empty.
216 throw new ArrayIndexOutOfBoundsException();
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/reflect/
ArrayTest.java 53 } catch (ArrayIndexOutOfBoundsException e) {
84 } catch (ArrayIndexOutOfBoundsException e) {
120 } catch (ArrayIndexOutOfBoundsException e) {
166 } catch (ArrayIndexOutOfBoundsException e) {
212 } catch (ArrayIndexOutOfBoundsException e) {
259 } catch (ArrayIndexOutOfBoundsException e) {
305 } catch (ArrayIndexOutOfBoundsException e) {
351 } catch (ArrayIndexOutOfBoundsException e) {
417 } catch (ArrayIndexOutOfBoundsException e) {
463 } catch (ArrayIndexOutOfBoundsException e)
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
BufferedOutputStreamTest.java 235 fail("should throw ArrayIndexOutOfBoundsException");
236 } catch (ArrayIndexOutOfBoundsException e) {
242 fail("should throw ArrayIndexOutOfBoundsException");
243 } catch (ArrayIndexOutOfBoundsException e) {
249 fail("should throw ArrayIndexOutOfBoundsException");
250 } catch (ArrayIndexOutOfBoundsException e) {
256 fail("should throw ArrayIndexOutOfBoundsException");
257 } catch (ArrayIndexOutOfBoundsException e) {
263 fail("should throw ArrayIndexOutOfBoundsException");
264 } catch (ArrayIndexOutOfBoundsException e)
    [all...]
  /art/test/530-checker-loops3/src/
Main.java 307 } catch (ArrayIndexOutOfBoundsException e) {
317 } catch (ArrayIndexOutOfBoundsException e) {
327 } catch (ArrayIndexOutOfBoundsException e) {
337 } catch (ArrayIndexOutOfBoundsException e) {
347 } catch (ArrayIndexOutOfBoundsException e) {
358 } catch (ArrayIndexOutOfBoundsException e) {
369 } catch (ArrayIndexOutOfBoundsException e) {
384 } catch (ArrayIndexOutOfBoundsException e) {
393 } catch (ArrayIndexOutOfBoundsException e) {
  /art/test/561-shared-slowpaths/src/
Main.java 76 } catch (ArrayIndexOutOfBoundsException e) {
90 } catch (ArrayIndexOutOfBoundsException e) {
118 } catch (ArrayIndexOutOfBoundsException e) {
132 } catch (ArrayIndexOutOfBoundsException e) {
  /frameworks/base/core/java/android/bluetooth/
BluetoothInputStream.java 86 throw new ArrayIndexOutOfBoundsException("invalid offset or length");
  /art/test/530-checker-loops2/src/
Main.java 980 } catch (ArrayIndexOutOfBoundsException e) {
987 } catch (ArrayIndexOutOfBoundsException e) {
996 } catch (ArrayIndexOutOfBoundsException e) {
1005 } catch (ArrayIndexOutOfBoundsException e) {
1014 } catch (ArrayIndexOutOfBoundsException e) {
    [all...]
  /art/test/537-checker-arraycopy/src/
Main.java 37 } catch (ArrayIndexOutOfBoundsException aiooe) {
47 } catch (ArrayIndexOutOfBoundsException aiooe) {
  /art/test/575-checker-string-init-alias/src/
Main.java 44 if (!(e.getCause() instanceof ArrayIndexOutOfBoundsException)) {
59 if (!(e.getCause() instanceof ArrayIndexOutOfBoundsException)) {
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/aget_object/
Test_aget_object.java 45 * @title expected ArrayIndexOutOfBoundsException
49 ArrayIndexOutOfBoundsException.class, new String[2], 2);
53 * @title expected ArrayIndexOutOfBoundsException (negative index)
57 ArrayIndexOutOfBoundsException.class, new String[2], -1);
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/aget_wide/
Test_aget_wide.java 59 * @title expected ArrayIndexOutOfBoundsException
63 ArrayIndexOutOfBoundsException.class, new long[2], 2);
75 * @title expected ArrayIndexOutOfBoundsException (negative index)
79 ArrayIndexOutOfBoundsException.class, new long[2], -1);
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/aput_wide/
Test_aput_wide.java 59 * @title expected ArrayIndexOutOfBoundsException
63 ArrayIndexOutOfBoundsException.class, new long[2], 2, 100000000000l);
75 * @title expected ArrayIndexOutOfBoundsException (negative index)
79 ArrayIndexOutOfBoundsException.class, new long[2], -1, 100000000000l);
  /frameworks/support/collection/src/test/java/androidx/collection/
SimpleArrayMapTest.java 48 } catch (ArrayIndexOutOfBoundsException e) {
69 } catch (ArrayIndexOutOfBoundsException e) {
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/helpers/
AttributesImplTest.java 317 fail("ArrayIndexOutOfBoundsException expected");
318 } catch (ArrayIndexOutOfBoundsException e) {
325 fail("ArrayIndexOutOfBoundsException expected");
326 } catch (ArrayIndexOutOfBoundsException e) {
343 fail("ArrayIndexOutOfBoundsException expected");
344 } catch (ArrayIndexOutOfBoundsException e) {
350 fail("ArrayIndexOutOfBoundsException expected");
351 } catch (ArrayIndexOutOfBoundsException e) {
368 fail("ArrayIndexOutOfBoundsException expected");
369 } catch (ArrayIndexOutOfBoundsException e)
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
ChunkedIntArray.java 60 throw new ArrayIndexOutOfBoundsException(XMLMessages.createXMLMessage(XMLErrorResources.ER_CHUNKEDINTARRAY_NOT_SUPPORTED, new Object[]{Integer.toString(slotsize)})); //"ChunkedIntArray("+slotsize+") not currently supported");
83 catch(ArrayIndexOutOfBoundsException aioobe)
110 int readEntry(int position, int offset) throws ArrayIndexOutOfBoundsException
117 catch(ArrayIndexOutOfBoundsException aioobe)
122 throw new ArrayIndexOutOfBoundsException(XMLMessages.createXMLMessage(XMLErrorResources.ER_OFFSET_BIGGER_THAN_SLOT, null)); //"Offset bigger than slot");
192 void writeEntry(int position, int offset, int value) throws ArrayIndexOutOfBoundsException
199 catch(ArrayIndexOutOfBoundsException aioobe)
203 throw new ArrayIndexOutOfBoundsException(XMLMessages.createXMLMessage(XMLErrorResources.ER_OFFSET_BIGGER_THAN_SLOT, null)); //"Offset bigger than slot");
252 catch(ArrayIndexOutOfBoundsException aioobe)
  /packages/apps/Contacts/src/com/android/contacts/widget/
CompositeListAdapter.java 150 throw new ArrayIndexOutOfBoundsException(position);
164 throw new ArrayIndexOutOfBoundsException(position);
187 throw new ArrayIndexOutOfBoundsException(position);
201 throw new ArrayIndexOutOfBoundsException(position);
223 throw new ArrayIndexOutOfBoundsException(position);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/ext/
Attributes2ImplTest.java 176 fail("ArrayIndexOutOfBoundsException expected");
177 } catch (ArrayIndexOutOfBoundsException e) {
183 fail("ArrayIndexOutOfBoundsException expected");
184 } catch (ArrayIndexOutOfBoundsException e) {
248 fail("ArrayIndexOutOfBoundsException expected");
249 } catch (ArrayIndexOutOfBoundsException e) {
255 fail("ArrayIndexOutOfBoundsException expected");
256 } catch (ArrayIndexOutOfBoundsException e) {
297 fail("ArrayIndexOutOfBoundsException expected");
298 } catch (ArrayIndexOutOfBoundsException e)
    [all...]

Completed in 1571 milliseconds

12 3 4 5 6 7 8 91011>>