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

12 3 4 5 6 7 8 9

  /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 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/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/base/core/java/com/google/android/mms/pdu/
QuotedPrintable.java 59 } 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/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
ArraysCompatUtils.java 39 if (startIndex < 0 || endIndex > array.length) throw new ArrayIndexOutOfBoundsException();
  /cts/tools/dx-tests/src/dxc/junit/opcodes/aaload/
Test_aaload.java 44 * @title ArrayIndexOutOfBoundsException expected
51 fail("expected ArrayIndexOutOfBoundsException");
52 } catch (ArrayIndexOutOfBoundsException aioobe) {
58 * @title Negative index. ArrayIndexOutOfBoundsException expected
65 fail("expected ArrayIndexOutOfBoundsException");
66 } catch (ArrayIndexOutOfBoundsException aioobe) {
  /cts/tools/dx-tests/src/dxc/junit/opcodes/baload/
Test_baload.java 46 * @title expected ArrayIndexOutOfBoundsException
53 fail("expected ArrayIndexOutOfBoundsException");
54 } catch (ArrayIndexOutOfBoundsException aie) {
73 * @title expected ArrayIndexOutOfBoundsException
80 fail("expected ArrayIndexOutOfBoundsException");
81 } catch (ArrayIndexOutOfBoundsException aie) {
  /cts/tools/dx-tests/src/dxc/junit/opcodes/bastore/
Test_bastore.java 46 * @title expected ArrayIndexOutOfBoundsException
53 fail("expected ArrayIndexOutOfBoundsException");
54 } catch (ArrayIndexOutOfBoundsException aie) {
73 * @title expected ArrayIndexOutOfBoundsException
80 fail("expected ArrayIndexOutOfBoundsException");
81 } catch (ArrayIndexOutOfBoundsException aie) {
  /cts/tools/dx-tests/src/dxc/junit/opcodes/caload/
Test_caload.java 46 * @title expected ArrayIndexOutOfBoundsException
53 fail("expected ArrayIndexOutOfBoundsException");
54 } catch (ArrayIndexOutOfBoundsException aie) {
73 * @title expected ArrayIndexOutOfBoundsException
80 fail("expected ArrayIndexOutOfBoundsException");
81 } catch (ArrayIndexOutOfBoundsException aie) {
  /cts/tools/dx-tests/src/dxc/junit/opcodes/castore/
Test_castore.java 46 * @title expected ArrayIndexOutOfBoundsException
53 fail("expected ArrayIndexOutOfBoundsException");
54 } catch (ArrayIndexOutOfBoundsException aie) {
73 * @title expected ArrayIndexOutOfBoundsException
80 fail("expected ArrayIndexOutOfBoundsException");
81 } catch (ArrayIndexOutOfBoundsException aie) {
  /cts/tools/dx-tests/src/dxc/junit/opcodes/daload/
Test_daload.java 46 * @title expected ArrayIndexOutOfBoundsException
53 fail("expected ArrayIndexOutOfBoundsException");
54 } catch (ArrayIndexOutOfBoundsException aie) {
73 * @title expected ArrayIndexOutOfBoundsException
80 fail("expected ArrayIndexOutOfBoundsException");
81 } catch (ArrayIndexOutOfBoundsException aie) {
  /cts/tools/dx-tests/src/dxc/junit/opcodes/dastore/
Test_dastore.java 46 * @title expected ArrayIndexOutOfBoundsException
53 fail("expected ArrayIndexOutOfBoundsException");
54 } catch (ArrayIndexOutOfBoundsException aie) {
73 * @title expected ArrayIndexOutOfBoundsException
80 fail("expected ArrayIndexOutOfBoundsException");
81 } catch (ArrayIndexOutOfBoundsException aie) {
  /cts/tools/dx-tests/src/dxc/junit/opcodes/faload/
Test_faload.java 46 * @title expected ArrayIndexOutOfBoundsException
53 fail("expected ArrayIndexOutOfBoundsException");
54 } catch (ArrayIndexOutOfBoundsException aie) {
73 * @title expected ArrayIndexOutOfBoundsException
80 fail("expected ArrayIndexOutOfBoundsException");
81 } catch (ArrayIndexOutOfBoundsException aie) {
  /cts/tools/dx-tests/src/dxc/junit/opcodes/fastore/
Test_fastore.java 46 * @title expected ArrayIndexOutOfBoundsException
53 fail("expected ArrayIndexOutOfBoundsException");
54 } catch (ArrayIndexOutOfBoundsException aie) {
73 * @title expected ArrayIndexOutOfBoundsException
80 fail("expected ArrayIndexOutOfBoundsException");
81 } catch (ArrayIndexOutOfBoundsException aie) {
  /cts/tools/dx-tests/src/dxc/junit/opcodes/iaload/
Test_iaload.java 46 * @title expected ArrayIndexOutOfBoundsException
53 fail("expected ArrayIndexOutOfBoundsException");
54 } catch (ArrayIndexOutOfBoundsException aie) {
73 * @title expected ArrayIndexOutOfBoundsException
80 fail("expected ArrayIndexOutOfBoundsException");
81 } catch (ArrayIndexOutOfBoundsException aie) {
  /cts/tools/dx-tests/src/dxc/junit/opcodes/iastore/
Test_iastore.java 46 * @title expected ArrayIndexOutOfBoundsException
53 fail("expected ArrayIndexOutOfBoundsException");
54 } catch (ArrayIndexOutOfBoundsException aie) {
73 * @title expected ArrayIndexOutOfBoundsException
80 fail("expected ArrayIndexOutOfBoundsException");
81 } catch (ArrayIndexOutOfBoundsException aie) {
  /cts/tools/dx-tests/src/dxc/junit/opcodes/laload/
Test_laload.java 46 * @title Exception - ArrayIndexOutOfBoundsException
53 fail("expected ArrayIndexOutOfBoundsException");
54 } catch (ArrayIndexOutOfBoundsException aie) {
73 * @title Exception - ArrayIndexOutOfBoundsException
80 fail("expected ArrayIndexOutOfBoundsException");
81 } catch (ArrayIndexOutOfBoundsException aie) {
  /cts/tools/dx-tests/src/dxc/junit/opcodes/lastore/
Test_lastore.java 46 * @title Exception - ArrayIndexOutOfBoundsException
53 fail("expected ArrayIndexOutOfBoundsException");
54 } catch (ArrayIndexOutOfBoundsException aie) {
73 * @title Exception - ArrayIndexOutOfBoundsException
80 fail("expected ArrayIndexOutOfBoundsException");
81 } catch (ArrayIndexOutOfBoundsException aie) {
  /cts/tools/dx-tests/src/dxc/junit/opcodes/saload/
Test_saload.java 46 * @title expected ArrayIndexOutOfBoundsException
53 fail("expected ArrayIndexOutOfBoundsException");
54 } catch (ArrayIndexOutOfBoundsException aie) {
73 * @title expected ArrayIndexOutOfBoundsException
80 fail("expected ArrayIndexOutOfBoundsException");
81 } catch (ArrayIndexOutOfBoundsException aie) {
  /cts/tools/dx-tests/src/dxc/junit/opcodes/sastore/
Test_sastore.java 46 * @title expected ArrayIndexOutOfBoundsException
53 fail("expected ArrayIndexOutOfBoundsException");
54 } catch (ArrayIndexOutOfBoundsException aie) {
73 * @title expected ArrayIndexOutOfBoundsException
80 fail("expected ArrayIndexOutOfBoundsException");
81 } catch (ArrayIndexOutOfBoundsException aie) {
  /cts/tools/vm-tests/src/dot/junit/opcodes/aget/
Test_aget.java 60 * @title expected ArrayIndexOutOfBoundsException
67 fail("expected ArrayIndexOutOfBoundsException");
68 } catch (ArrayIndexOutOfBoundsException aie) {
87 * @title expected ArrayIndexOutOfBoundsException (negative index)
94 fail("expected ArrayIndexOutOfBoundsException");
95 } catch (ArrayIndexOutOfBoundsException aie) {

Completed in 1800 milliseconds

12 3 4 5 6 7 8 9