/external/conscrypt/src/main/java/org/conscrypt/util/ |
Arrays.java | 34 throw new ArrayIndexOutOfBoundsException("length=" + arrayLength + "; regionStart="
|
/external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/spec/ |
IvParameterSpecTest.java | 26 import java.lang.ArrayIndexOutOfBoundsException; 69 } catch (ArrayIndexOutOfBoundsException e) { 70 fail("Unexpected ArrayIndexOutOfBoundsException was thrown"); 80 } catch (ArrayIndexOutOfBoundsException e) { 81 fail("Unexpected ArrayIndexOutOfBoundsException was thrown"); 89 fail("Should raise an ArrayIndexOutOfBoundsException " 91 } catch (ArrayIndexOutOfBoundsException e) { 101 fail("Should raise an ArrayIndexOutOfBoundsException " 103 } catch(ArrayIndexOutOfBoundsException e) { 120 fail("ArrayIndexOutOfBoundsException expected") [all...] |
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
IntStack.java | 125 catch (ArrayIndexOutOfBoundsException e) 143 catch (ArrayIndexOutOfBoundsException e) 161 catch (ArrayIndexOutOfBoundsException e)
|
ObjectStack.java | 128 catch (ArrayIndexOutOfBoundsException e) 146 catch (ArrayIndexOutOfBoundsException e) 164 catch (ArrayIndexOutOfBoundsException e)
|
/cts/tests/tests/text/src/android/text/cts/ |
AndroidCharacterTest.java | 89 fail("Should throw ArrayIndexOutOfBoundsException."); 90 } catch (ArrayIndexOutOfBoundsException e) { 95 fail("Should throw ArrayIndexOutOfBoundsException."); 96 } catch (ArrayIndexOutOfBoundsException e) { 101 fail("Should throw ArrayIndexOutOfBoundsException."); 102 } catch (ArrayIndexOutOfBoundsException e) { 126 fail("Should throw ArrayIndexOutOfBoundsException."); 127 } catch (ArrayIndexOutOfBoundsException e) { 132 fail("Should throw ArrayIndexOutOfBoundsException."); 133 } catch (ArrayIndexOutOfBoundsException e) [all...] |
StaticLayoutTest.java | 140 fail("should throw ArrayIndexOutOfBoundsException"); 141 } catch (ArrayIndexOutOfBoundsException e) { 146 fail("should throw ArrayIndexOutOfBoundsException"); 147 } catch (ArrayIndexOutOfBoundsException e) { 162 fail("should throw ArrayIndexOutOfBoundsException"); 163 } catch (ArrayIndexOutOfBoundsException e) { 168 fail("should throw ArrayIndexOutOfBoundsException"); 169 } catch (ArrayIndexOutOfBoundsException e) { 182 fail("should throw ArrayIndexOutOfBoundsException"); 183 } catch (ArrayIndexOutOfBoundsException e) [all...] |
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
Stylesheet.java | 236 * @throws ArrayIndexOutOfBoundsException 239 throws ArrayIndexOutOfBoundsException 243 throw new ArrayIndexOutOfBoundsException(); 314 * @throws ArrayIndexOutOfBoundsException 317 throws ArrayIndexOutOfBoundsException 321 throw new ArrayIndexOutOfBoundsException(); 474 * @throws ArrayIndexOutOfBoundsException 477 throws ArrayIndexOutOfBoundsException 481 throw new ArrayIndexOutOfBoundsException(); 526 * @throws ArrayIndexOutOfBoundsException [all...] |
/art/test/003-omnibus-opcodes/src/ |
Array.java | 94 } catch (ArrayIndexOutOfBoundsException aioobe) { 100 } catch (ArrayIndexOutOfBoundsException aioobe) { 106 } catch (ArrayIndexOutOfBoundsException aioobe) { 112 } catch (ArrayIndexOutOfBoundsException aioobe) { 118 } catch (ArrayIndexOutOfBoundsException aioobe) { 124 } catch (ArrayIndexOutOfBoundsException aioobe) { 132 } catch (ArrayIndexOutOfBoundsException aioobe) { 149 } catch (ArrayIndexOutOfBoundsException aioobe) { 155 } catch (ArrayIndexOutOfBoundsException aioobe) { 161 } catch (ArrayIndexOutOfBoundsException aioobe) [all...] |
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/aget/ |
Test_aget.java | 46 * @title expected ArrayIndexOutOfBoundsException 49 loadAndRun("dot.junit.opcodes.aget.d.T_aget_1", ArrayIndexOutOfBoundsException.class, 61 * @title expected ArrayIndexOutOfBoundsException (negative index) 64 loadAndRun("dot.junit.opcodes.aget.d.T_aget_1", ArrayIndexOutOfBoundsException.class,
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/aget_boolean/ |
Test_aget_boolean.java | 46 * @title expected ArrayIndexOutOfBoundsException 50 ArrayIndexOutOfBoundsException.class, new boolean[2], 2); 62 * @title expected ArrayIndexOutOfBoundsException (negative index) 66 ArrayIndexOutOfBoundsException.class, new boolean[2], -1);
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/aget_byte/ |
Test_aget_byte.java | 47 * @title expected ArrayIndexOutOfBoundsException 51 ArrayIndexOutOfBoundsException.class, new byte[2], 2); 63 * @title expected ArrayIndexOutOfBoundsException (negative index) 67 ArrayIndexOutOfBoundsException.class, new byte[2], -1);
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/aget_char/ |
Test_aget_char.java | 46 * @title expected ArrayIndexOutOfBoundsException 50 ArrayIndexOutOfBoundsException.class, new char[2], 2); 62 * @title expected ArrayIndexOutOfBoundsException (negative index) 66 ArrayIndexOutOfBoundsException.class, new char[2], -1);
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/aget_short/ |
Test_aget_short.java | 46 * @title expected ArrayIndexOutOfBoundsException 50 ArrayIndexOutOfBoundsException.class, new short[2], 2); 62 * @title expected ArrayIndexOutOfBoundsException (negative index) 66 ArrayIndexOutOfBoundsException.class, new short[2], -1);
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/aput/ |
Test_aput.java | 47 * @title expected ArrayIndexOutOfBoundsException 50 loadAndRun("dot.junit.opcodes.aput.d.T_aput_1", ArrayIndexOutOfBoundsException.class, 63 * @title expected ArrayIndexOutOfBoundsException (negative index) 66 loadAndRun("dot.junit.opcodes.aput.d.T_aput_1", ArrayIndexOutOfBoundsException.class,
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/aput_boolean/ |
Test_aput_boolean.java | 46 * @title expected ArrayIndexOutOfBoundsException 50 ArrayIndexOutOfBoundsException.class, new boolean[2], 2, true); 62 * @title expected ArrayIndexOutOfBoundsException (negative index) 66 ArrayIndexOutOfBoundsException.class, new boolean[2], -1, true);
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/aput_byte/ |
Test_aput_byte.java | 46 * @title expected ArrayIndexOutOfBoundsException 50 ArrayIndexOutOfBoundsException.class, new byte[2], 2, (byte) 100); 62 * @title expected ArrayIndexOutOfBoundsException (negative index) 66 ArrayIndexOutOfBoundsException.class, new byte[2], -1, (byte) 100);
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/aput_char/ |
Test_aput_char.java | 47 * @title expected ArrayIndexOutOfBoundsException 51 ArrayIndexOutOfBoundsException.class, new char[2], 2, 'g'); 63 * @title expected ArrayIndexOutOfBoundsException (negative index) 67 ArrayIndexOutOfBoundsException.class, new char[2], -1, 'g');
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/aput_short/ |
Test_aput_short.java | 46 * @title expected ArrayIndexOutOfBoundsException 50 ArrayIndexOutOfBoundsException.class, new short[2], 2, (short) 10000); 62 * @title expected ArrayIndexOutOfBoundsException (negative index) 66 ArrayIndexOutOfBoundsException.class, new short[2], -1, (short) 10000);
|
/dalvik/dx/src/com/android/dx/io/instructions/ |
ShortArrayCodeInput.java | 51 } catch (ArrayIndexOutOfBoundsException ex) {
|
/external/dexmaker/src/dx/java/com/android/dx/io/instructions/ |
ShortArrayCodeInput.java | 51 } catch (ArrayIndexOutOfBoundsException ex) {
|
/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);
|
/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)
|
/art/test/407-arrays/src/ |
Main.java | 99 ArrayIndexOutOfBoundsException exception = null; 102 } catch (ArrayIndexOutOfBoundsException e) { 112 } catch (ArrayIndexOutOfBoundsException e) {
|