HomeSort by relevance Sort by last modified time
    Searched refs:IndexOutOfBoundsException (Results 51 - 75 of 764) sorted by null

1 23 4 5 6 7 8 91011>>

  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
DigestInputStream2Test.java 149 fail("Test 2: IndexOutOfBoundsException expected.");
150 } catch (IndexOutOfBoundsException e) {
156 fail("Test 3: IndexOutOfBoundsException expected.");
157 } catch (IndexOutOfBoundsException e) {
163 fail("Test 4: IndexOutOfBoundsException expected.");
164 } catch (IndexOutOfBoundsException e) {
170 fail("Test 5: IndexOutOfBoundsException expected.");
171 } catch (IndexOutOfBoundsException e) {
177 fail("Test 6: IndexOutOfBoundsException expected.");
178 } catch (IndexOutOfBoundsException e)
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
ReplaceableUCharacterIterator.java 176 public void setIndex(int currentIndex) throws IndexOutOfBoundsException{
178 throw new IndexOutOfBoundsException();
186 throw new IndexOutOfBoundsException(Integer.toString(length));
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
ReplaceableUCharacterIterator.java 174 public void setIndex(int currentIndex) throws IndexOutOfBoundsException{
176 throw new IndexOutOfBoundsException();
184 throw new IndexOutOfBoundsException(Integer.toString(length));
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
SsData.java 124 } catch (IndexOutOfBoundsException e) {
133 } catch (IndexOutOfBoundsException e) {
142 } catch (IndexOutOfBoundsException e) {
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
FileInputStreamTest.java 266 fail("should throw IndexOutOfBoundsException");
267 } catch (IndexOutOfBoundsException e) {
276 fail("should throw IndexOutOfBoundsException");
277 } catch (IndexOutOfBoundsException e) {
286 fail("should throw IndexOutOfBoundsException");
287 } catch (IndexOutOfBoundsException e) {
296 fail("should throw IndexOutOfBoundsException");
297 } catch (IndexOutOfBoundsException e) {
306 fail("should throw IndexOutOfBoundsException");
307 } catch (IndexOutOfBoundsException e)
    [all...]
DataInputStreamTest.java 167 fail("should throw IndexOutOfBoundsException");
168 } catch (IndexOutOfBoundsException e) {
174 fail("should throw IndexOutOfBoundsException");
175 } catch (IndexOutOfBoundsException e) {
181 fail("should throw IndexOutOfBoundsException");
182 } catch (IndexOutOfBoundsException e) {
192 fail("should throw IndexOutOfBoundsException");
193 } catch (IndexOutOfBoundsException e) {
201 fail("should throw IndexOutOfBoundsException");
202 } catch (IndexOutOfBoundsException e)
    [all...]
  /libcore/luni/src/test/java/libcore/java/io/
OldFilterReaderTest.java 127 fail("Test 1: IndexOutOfBoundsException expected.");
128 } catch (IndexOutOfBoundsException e) {
134 fail("Test 2: IndexOutOfBoundsException expected.");
135 } catch (IndexOutOfBoundsException e) {
141 fail("Test 3: IndexOutOfBoundsException expected.");
142 } catch (IndexOutOfBoundsException e) {
OldFilterWriterTest.java 109 fail("Test 1: IndexOutOfBoundsException expected.");
110 } catch (IndexOutOfBoundsException e) {
116 fail("Test 2: IndexOutOfBoundsException expected.");
117 } catch (IndexOutOfBoundsException e) {
123 fail("Test 3: IndexOutOfBoundsException expected.");
124 } catch (IndexOutOfBoundsException e) {
OldOutputStreamTest.java 104 fail("Test 3: IndexOutOfBoundsException expected.");
105 } catch (IndexOutOfBoundsException e) {
113 fail("Test 4: IndexOutOfBoundsException expected.");
114 } catch (IndexOutOfBoundsException e) {
122 fail("Test 5: IndexOutOfBoundsException expected.");
123 } catch (IndexOutOfBoundsException e) {
  /libcore/luni/src/test/java/libcore/java/lang/
OldCharacterTest.java 43 } catch (IndexOutOfBoundsException e) {
49 } catch (IndexOutOfBoundsException e) {
55 } catch (IndexOutOfBoundsException e) {
  /packages/apps/TV/usbtuner/src/com/android/usbtuner/util/
ByteArrayBuffer.java 62 throw new IndexOutOfBoundsException();
90 throw new IndexOutOfBoundsException();
136 throw new IndexOutOfBoundsException();
  /external/autotest/frontend/client/src/autotest/common/
UnmodifiableSublistView.java 23 throw new IndexOutOfBoundsException();
  /frameworks/base/core/java/android/bluetooth/
BluetoothOutputStream.java 72 * @throws IndexOutOfBoundsException
83 throw new IndexOutOfBoundsException("invalid offset or length");
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
SourceChannelTest.java 360 } catch (IndexOutOfBoundsException expected) {
366 } catch (IndexOutOfBoundsException expected) {
372 } catch (IndexOutOfBoundsException expected) {
386 fail("should throw IndexOutOfBoundsException");
387 } catch (IndexOutOfBoundsException e) {
392 fail("should throw IndexOutOfBoundsException");
393 } catch (IndexOutOfBoundsException e) {
398 fail("should throw IndexOutOfBoundsException");
399 } catch (IndexOutOfBoundsException e) {
407 fail("should throw IndexOutOfBoundsException");
    [all...]
  /libcore/ojluni/src/main/java/java/io/
OutputStream.java 97 * <code>b</code>, then an <tt>IndexOutOfBoundsException</tt> is thrown.
111 throw new IndexOutOfBoundsException();
  /libcore/ojluni/src/main/java/java/lang/
StringIndexOutOfBoundsException.java 40 class StringIndexOutOfBoundsException extends IndexOutOfBoundsException {
  /cts/tests/tests/text/src/android/text/cts/
SpannableStringBuilderTest.java 124 fail("should throw IndexOutOfBoundsException here");
125 } catch (IndexOutOfBoundsException e) {
131 fail("should throw ..IndexOutOfBoundsException here");
132 } catch (IndexOutOfBoundsException e) {
180 fail("should throw IndexOutOfBoundsException here");
181 } catch (IndexOutOfBoundsException e) {
187 fail("should throw IndexOutOfBoundsException here");
188 } catch (IndexOutOfBoundsException e) {
238 fail("should throw IndexOutOfBoundsException here");
239 } catch (IndexOutOfBoundsException e)
    [all...]
  /libcore/luni/src/test/java/libcore/java/nio/
OldAndroidNIOTest.java 84 } catch (IndexOutOfBoundsException e) {
91 } catch (IndexOutOfBoundsException e) {
95 // IndexOutOfBoundsException: offset < 0
101 } catch (IndexOutOfBoundsException e) {
105 // IndexOutOfBoundsException: length > array.length - offset
111 } catch (IndexOutOfBoundsException e) {
142 } catch (IndexOutOfBoundsException e) {
148 } catch (IndexOutOfBoundsException e) {
311 } catch (IndexOutOfBoundsException e) {
317 } catch (IndexOutOfBoundsException e)
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/rop/cst/
StdConstantPool.java 59 } catch (IndexOutOfBoundsException ex) {
84 } catch (IndexOutOfBoundsException ex) {
  /dalvik/dx/src/com/android/dx/rop/cst/
StdConstantPool.java 59 } catch (IndexOutOfBoundsException ex) {
84 } catch (IndexOutOfBoundsException ex) {
  /external/conscrypt/src/main/java/org/conscrypt/ct/
DigitallySigned.java 39 } catch (IndexOutOfBoundsException e) {
55 } catch (IndexOutOfBoundsException e) {
  /external/dexmaker/src/dx/java/com/android/dx/rop/cst/
StdConstantPool.java 59 } catch (IndexOutOfBoundsException ex) {
84 } catch (IndexOutOfBoundsException ex) {
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
AtomicsTest.java 52 } catch (IndexOutOfBoundsException expected) {
73 } catch (IndexOutOfBoundsException expected) {
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
ItemizedOverlayTest.java 66 } catch (IndexOutOfBoundsException e) {
72 @Test(expected = IndexOutOfBoundsException.class)
  /frameworks/base/core/java/android/view/
WindowContentFrameStats.java 92 throw new IndexOutOfBoundsException();
111 throw new IndexOutOfBoundsException();

Completed in 1260 milliseconds

1 23 4 5 6 7 8 91011>>