HomeSort by relevance Sort by last modified time
    Searched refs:IndexOutOfBoundsException (Results 76 - 100 of 391) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/channels/
SourceChannelTest.java 359 fail("should throw IndexOutOfBoundsException");
360 } catch (IndexOutOfBoundsException e) {
375 fail("should throw IndexOutOfBoundsException");
376 } catch (IndexOutOfBoundsException e) {
381 fail("should throw IndexOutOfBoundsException");
382 } catch (IndexOutOfBoundsException e) {
387 fail("should throw IndexOutOfBoundsException");
388 } catch (IndexOutOfBoundsException e) {
396 fail("should throw IndexOutOfBoundsException");
397 } catch (IndexOutOfBoundsException e)
    [all...]
  /external/apache-http/src/org/apache/http/util/
ByteArrayBuffer.java 68 throw new IndexOutOfBoundsException();
96 throw new IndexOutOfBoundsException();
149 throw new IndexOutOfBoundsException();
  /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
ListSetTester.java 79 fail("set(-1) should throw IndexOutOfBoundsException");
80 } catch (IndexOutOfBoundsException expected) {
90 fail("set(size) should throw IndexOutOfBoundsException");
91 } catch (IndexOutOfBoundsException expected) {
113 + "or IndexOutOfBoundsException");
115 } catch (IndexOutOfBoundsException tolerated) {
ListRemoveAtIndexTester.java 55 } catch (IndexOutOfBoundsException expected) {
65 } catch (IndexOutOfBoundsException expected) {
  /frameworks/support/v4/java/android/support/v4/view/
MotionEventCompat.java 55 throw new IndexOutOfBoundsException("Pre-Eclair does not support multiple pointers");
62 throw new IndexOutOfBoundsException("Pre-Eclair does not support multiple pointers");
69 throw new IndexOutOfBoundsException("Pre-Eclair does not support multiple pointers");
207 * {@link IndexOutOfBoundsException} is thrown.
216 * {@link IndexOutOfBoundsException} is thrown.
225 * {@link IndexOutOfBoundsException} is thrown.
  /libcore/luni/src/test/java/libcore/java/io/
OldLineNumberInputStreamTest.java 91 fail("IndexOutOfBoundsException expected.");
92 } catch (IndexOutOfBoundsException e) {
98 fail("IndexOutOfBoundsException expected.");
99 } catch (IndexOutOfBoundsException e) {
105 fail("IndexOutOfBoundsException expected.");
106 } catch (IndexOutOfBoundsException e) {
OldLineNumberReaderTest.java 101 fail("IndexOutOfBoundsException expected.");
102 } catch (IndexOutOfBoundsException e) {
108 fail("IndexOutOfBoundsException expected.");
109 } catch (IndexOutOfBoundsException e) {
115 fail("IndexOutOfBoundsException expected.");
116 } catch (IndexOutOfBoundsException e) {
OldSequenceInputStreamTest.java 137 fail("IndexOutOfBoundsException was not thrown");
138 } catch (IndexOutOfBoundsException e) {
143 fail("IndexOutOfBoundsException was not thrown");
144 } catch (IndexOutOfBoundsException e) {
149 fail("IndexOutOfBoundsException was not thrown");
150 } catch (IndexOutOfBoundsException e) {
OldInputStreamTest.java 127 fail("Test 1: IndexOutOfBoundsException expected.");
128 } catch (IndexOutOfBoundsException e) {
135 fail("Test 2: IndexOutOfBoundsException expected.");
136 } catch (IndexOutOfBoundsException e) {
144 fail("Test 3: IndexOutOfBoundsException expected.");
145 } catch (IndexOutOfBoundsException e) {
152 } catch (IndexOutOfBoundsException e) {
153 fail("Test 4: Unexpected IndexOutOfBoundsException.");
OldBufferedWriterTest.java 158 fail("Test 2: IndexOutOfBoundsException expected.");
159 } catch (IndexOutOfBoundsException e) {
165 fail("Test 3: IndexOutOfBoundsException expected.");
166 } catch (IndexOutOfBoundsException e) {
172 fail("Test 4: IndexOutOfBoundsException expected.");
173 } catch (IndexOutOfBoundsException e) {
179 fail("Test 5: IndexOutOfBoundsException expected.");
180 } catch (IndexOutOfBoundsException e) {
186 fail("Test 6: IndexOutOfBoundsException expected.");
187 } catch (IndexOutOfBoundsException e)
    [all...]
OldFilterInputStreamTest.java 187 fail("Test 2: IndexOutOfBoundsException expected.");
188 } catch (IndexOutOfBoundsException e) {
194 fail("Test 3: IndexOutOfBoundsException expected.");
195 } catch (IndexOutOfBoundsException e) {
201 fail("Test 4: IndexOutOfBoundsException expected.");
202 } catch (IndexOutOfBoundsException e) {
208 fail("Test 5: IndexOutOfBoundsException expected.");
209 } catch (IndexOutOfBoundsException e) {
215 fail("Test 6: IndexOutOfBoundsException expected.");
216 } catch (IndexOutOfBoundsException e)
    [all...]
OldInputStreamReaderTest.java 75 fail("Should throw IndexOutOfBoundsException");
76 } catch (IndexOutOfBoundsException e) {
81 fail("Should throw IndexOutOfBoundsException");
82 } catch (IndexOutOfBoundsException e) {
87 fail("Should throw IndexOutOfBoundsException");
88 } catch (IndexOutOfBoundsException e) {
93 fail("Should throw IndexOutOfBoundsException");
94 } catch (IndexOutOfBoundsException e) {
99 fail("Should throw IndexOutOfBoundsException");
100 } catch (IndexOutOfBoundsException e)
    [all...]
  /external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/
LongBufferTest.java 297 } catch (IndexOutOfBoundsException e) {
304 } catch (IndexOutOfBoundsException e) {
311 } catch (IndexOutOfBoundsException e) {
323 } catch (IndexOutOfBoundsException e) {
330 } catch (IndexOutOfBoundsException expected) {
335 } catch (IndexOutOfBoundsException e) {
359 } catch (IndexOutOfBoundsException e) {
365 } catch (IndexOutOfBoundsException e) {
457 } catch (IndexOutOfBoundsException e) {
463 } catch (IndexOutOfBoundsException e)
    [all...]
DoubleBufferTest.java 320 } catch (IndexOutOfBoundsException e) {
327 } catch (IndexOutOfBoundsException e) {
334 } catch (IndexOutOfBoundsException e) {
346 } catch (IndexOutOfBoundsException e) {
353 } catch (IndexOutOfBoundsException expected) {
358 } catch (IndexOutOfBoundsException e) {
382 } catch (IndexOutOfBoundsException e) {
388 } catch (IndexOutOfBoundsException e) {
475 } catch (IndexOutOfBoundsException e) {
481 } catch (IndexOutOfBoundsException e)
    [all...]
FloatBufferTest.java 318 } catch (IndexOutOfBoundsException e) {
325 } catch (IndexOutOfBoundsException e) {
332 } catch (IndexOutOfBoundsException e) {
344 } catch (IndexOutOfBoundsException e) {
351 } catch (IndexOutOfBoundsException expected) {
356 } catch (IndexOutOfBoundsException e) {
380 } catch (IndexOutOfBoundsException e) {
386 } catch (IndexOutOfBoundsException e) {
480 } catch (IndexOutOfBoundsException e) {
486 } catch (IndexOutOfBoundsException e)
    [all...]
IntBufferTest.java 296 } catch (IndexOutOfBoundsException e) {
303 } catch (IndexOutOfBoundsException e) {
310 } catch (IndexOutOfBoundsException e) {
322 } catch (IndexOutOfBoundsException e) {
329 } catch (IndexOutOfBoundsException expected) {
334 } catch (IndexOutOfBoundsException e) {
358 } catch (IndexOutOfBoundsException e) {
364 } catch (IndexOutOfBoundsException e) {
456 } catch (IndexOutOfBoundsException e) {
462 } catch (IndexOutOfBoundsException e)
    [all...]
  /external/jmonkeyengine/engine/src/networking/com/jme3/network/serializing/serializers/
EnumSerializer.java 55 } catch (IndexOutOfBoundsException ex) {
  /frameworks/base/core/java/android/webkit/
PluginList.java 113 } catch (IndexOutOfBoundsException e) {
  /libcore/luni/src/main/java/java/security/cert/
CertPathValidatorException.java 60 * @throws IndexOutOfBoundsException
72 throw new IndexOutOfBoundsException();
  /libcore/luni/src/main/java/java/util/
Stack.java 56 } catch (IndexOutOfBoundsException e) {
  /packages/apps/Email/src/org/apache/james/mime4j/field/address/
DomainList.java 54 * @throws IndexOutOfBoundsException If index is < 0 or >= size().
58 throw new IndexOutOfBoundsException();
MailboxList.java 56 throw new IndexOutOfBoundsException();
  /external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/
CheckedOutputStreamTest.java 122 } catch (IndexOutOfBoundsException e) {
132 } catch (IndexOutOfBoundsException e) {
  /external/emma/core/java12/com/vladium/util/
IntVector.java 35 throw new IndexOutOfBoundsException ("get[" + index + "] on vector of size " + m_size);
115 throw new IndexOutOfBoundsException ("get[" + index + "] on vector of size " + m_size);
  /frameworks/base/core/java/android/text/
PackedIntVector.java 62 * @throws IndexOutOfBoundsException if the row is out of range
70 throw new IndexOutOfBoundsException(row + ", " + column);
93 * @throws IndexOutOfBoundsException if the row is out of range
99 throw new IndexOutOfBoundsException(row + ", " + column);
144 * @throws IndexOutOfBoundsException if the row is out of range
151 throw new IndexOutOfBoundsException(startRow + ", " + column);
171 * @throws IndexOutOfBoundsException if the row is out of range
177 throw new IndexOutOfBoundsException("row " + row);
181 throw new IndexOutOfBoundsException("value count " + values.length);
211 * @throws IndexOutOfBoundsException if any of the rows to be delete
    [all...]

Completed in 613 milliseconds

1 2 34 5 6 7 8 91011>>