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

12 3 4 5 6 7 8 910

  /frameworks/base/core/java/android/os/
NullVibrator.java 48 throw new ArrayIndexOutOfBoundsException();
  /external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
BoundedByteString.java 82 * Throws {@link ArrayIndexOutOfBoundsException}
88 * @throws ArrayIndexOutOfBoundsException {@code index} is < 0 or >= size
95 throw new ArrayIndexOutOfBoundsException("Index too small: " + index);
98 throw new ArrayIndexOutOfBoundsException(
  /libcore/luni/src/test/java/tests/api/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 155 throw new ArrayIndexOutOfBoundsException(position);
169 throw new ArrayIndexOutOfBoundsException(position);
192 throw new ArrayIndexOutOfBoundsException(position);
206 throw new ArrayIndexOutOfBoundsException(position);
228 throw new ArrayIndexOutOfBoundsException(position);
  /libcore/luni/src/test/java/tests/api/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...]
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemExtensionDecl.java 110 * @throws ArrayIndexOutOfBoundsException
112 public String getFunction(int i) throws ArrayIndexOutOfBoundsException
116 throw new ArrayIndexOutOfBoundsException();
166 * @throws ArrayIndexOutOfBoundsException
168 public String getElement(int i) throws ArrayIndexOutOfBoundsException
172 throw new ArrayIndexOutOfBoundsException();
  /external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
DOMStringListImpl.java 70 } catch (ArrayIndexOutOfBoundsException e) {
  /frameworks/opt/mms/src/java/com/google/android/mms/pdu/
QuotedPrintable.java 59 } catch (ArrayIndexOutOfBoundsException e) {
  /libcore/luni/src/main/java/javax/crypto/spec/
GCMParameterSpec.java 65 * @throws ArrayIndexOutOfBoundsException if {@code offset} or
77 } catch (ArrayIndexOutOfBoundsException e) {
  /libcore/luni/src/main/java/org/xml/sax/ext/
Attributes2Impl.java 85 throw new ArrayIndexOutOfBoundsException (
127 * @exception java.lang.ArrayIndexOutOfBoundsException When the
133 throw new ArrayIndexOutOfBoundsException (
284 * @exception java.lang.ArrayIndexOutOfBoundsException When the
291 throw new ArrayIndexOutOfBoundsException (
304 * @exception java.lang.ArrayIndexOutOfBoundsException When the
310 throw new ArrayIndexOutOfBoundsException (
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
FilterEmptyPromptSet.java 54 throw new ArrayIndexOutOfBoundsException();
  /cts/tests/tests/graphics/src/android/graphics/drawable/shapes/cts/
RoundRectShapeTest.java 48 fail("Should throw ArrayIndexOutOfBoundsException");
49 } catch (ArrayIndexOutOfBoundsException e) {
56 fail("Should throw ArrayIndexOutOfBoundsException");
57 } catch (ArrayIndexOutOfBoundsException e) {
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/aget/
Test_aget.java 46 * @title expected ArrayIndexOutOfBoundsException
53 fail("expected ArrayIndexOutOfBoundsException");
54 } catch (ArrayIndexOutOfBoundsException aie) {
73 * @title expected ArrayIndexOutOfBoundsException (negative index)
80 fail("expected ArrayIndexOutOfBoundsException");
81 } catch (ArrayIndexOutOfBoundsException aie) {
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/aget_boolean/
Test_aget_boolean.java 46 * @title expected ArrayIndexOutOfBoundsException
53 fail("expected ArrayIndexOutOfBoundsException");
54 } catch (ArrayIndexOutOfBoundsException aie) {
73 * @title expected ArrayIndexOutOfBoundsException (negative index)
80 fail("expected ArrayIndexOutOfBoundsException");
81 } catch (ArrayIndexOutOfBoundsException aie) {
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/aget_byte/
Test_aget_byte.java 47 * @title expected ArrayIndexOutOfBoundsException
54 fail("expected ArrayIndexOutOfBoundsException");
55 } catch (ArrayIndexOutOfBoundsException aie) {
74 * @title expected ArrayIndexOutOfBoundsException (negative index)
81 fail("expected ArrayIndexOutOfBoundsException");
82 } catch (ArrayIndexOutOfBoundsException aie) {
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/aget_char/
Test_aget_char.java 46 * @title expected ArrayIndexOutOfBoundsException
53 fail("expected ArrayIndexOutOfBoundsException");
54 } catch (ArrayIndexOutOfBoundsException aie) {
73 * @title expected ArrayIndexOutOfBoundsException (negative index)
80 fail("expected ArrayIndexOutOfBoundsException");
81 } catch (ArrayIndexOutOfBoundsException aie) {
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/aget_object/
Test_aget_object.java 45 * @title expected ArrayIndexOutOfBoundsException
52 fail("expected ArrayIndexOutOfBoundsException");
53 } catch (ArrayIndexOutOfBoundsException aioobe) {
59 * @title expected ArrayIndexOutOfBoundsException (negative index)
66 fail("expected ArrayIndexOutOfBoundsException");
67 } catch (ArrayIndexOutOfBoundsException aioobe) {
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/aget_short/
Test_aget_short.java 46 * @title expected ArrayIndexOutOfBoundsException
53 fail("expected ArrayIndexOutOfBoundsException");
54 } catch (ArrayIndexOutOfBoundsException aie) {
73 * @title expected ArrayIndexOutOfBoundsException (negative index)
80 fail("expected ArrayIndexOutOfBoundsException");
81 } catch (ArrayIndexOutOfBoundsException aie) {
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/aput/
Test_aput.java 47 * @title expected ArrayIndexOutOfBoundsException
54 fail("expected ArrayIndexOutOfBoundsException");
55 } catch (ArrayIndexOutOfBoundsException aie) {
74 * @title expected ArrayIndexOutOfBoundsException (negative index)
81 fail("expected ArrayIndexOutOfBoundsException");
82 } catch (ArrayIndexOutOfBoundsException aie) {
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/aput_boolean/
Test_aput_boolean.java 46 * @title expected ArrayIndexOutOfBoundsException
53 fail("expected ArrayIndexOutOfBoundsException");
54 } catch (ArrayIndexOutOfBoundsException aie) {
73 * @title expected ArrayIndexOutOfBoundsException (negative index)
80 fail("expected ArrayIndexOutOfBoundsException");
81 } catch (ArrayIndexOutOfBoundsException aie) {
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/aput_byte/
Test_aput_byte.java 46 * @title expected ArrayIndexOutOfBoundsException
53 fail("expected ArrayIndexOutOfBoundsException");
54 } catch (ArrayIndexOutOfBoundsException aie) {
73 * @title expected ArrayIndexOutOfBoundsException (negative index)
80 fail("expected ArrayIndexOutOfBoundsException");
81 } catch (ArrayIndexOutOfBoundsException aie) {
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/aput_char/
Test_aput_char.java 47 * @title expected ArrayIndexOutOfBoundsException
54 fail("expected ArrayIndexOutOfBoundsException");
55 } catch (ArrayIndexOutOfBoundsException aie) {
74 * @title expected ArrayIndexOutOfBoundsException (negative index)
81 fail("expected ArrayIndexOutOfBoundsException");
82 } catch (ArrayIndexOutOfBoundsException aie) {
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/aput_short/
Test_aput_short.java 46 * @title expected ArrayIndexOutOfBoundsException
53 fail("expected ArrayIndexOutOfBoundsException");
54 } catch (ArrayIndexOutOfBoundsException aie) {
73 * @title expected ArrayIndexOutOfBoundsException (negative index)
80 fail("expected ArrayIndexOutOfBoundsException");
81 } catch (ArrayIndexOutOfBoundsException aie) {
  /external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/
Adler32Test.java 145 } catch (ArrayIndexOutOfBoundsException e) {
153 } catch (ArrayIndexOutOfBoundsException e) {

Completed in 572 milliseconds

12 3 4 5 6 7 8 910