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

1 2 3 45 6 7 8 91011>>

  /libcore/luni/src/test/java/libcore/java/io/
OldPushbackInputStreamTest.java 148 fail("IndexOutOfBoundsException was not thrown");
149 } catch (IndexOutOfBoundsException e) {
154 fail("IndexOutOfBoundsException was not thrown");
155 } catch (IndexOutOfBoundsException e) {
160 fail("IndexOutOfBoundsException was not thrown");
161 } catch (IndexOutOfBoundsException e) {
284 fail("IndexOutOfBoundsException was not thrown");
285 } catch (IndexOutOfBoundsException e) {
292 fail("IndexOutOfBoundsException was not thrown");
293 } catch (IndexOutOfBoundsException e)
    [all...]
OldBufferedOutputStreamTest.java 135 fail("Test 2: IndexOutOfBoundsException expected.");
136 } catch (IndexOutOfBoundsException e) {
142 fail("Test 3: IndexOutOfBoundsException expected.");
143 } catch (IndexOutOfBoundsException e) {
149 fail("Test 4: IndexOutOfBoundsException expected.");
150 } catch (IndexOutOfBoundsException e) {
OldByteArrayInputStreamTest.java 159 fail("Test 3: IndexOutOfBoundsException expected.");
160 } catch (IndexOutOfBoundsException e) {
166 fail("Test 4: IndexOutOfBoundsException expected.");
167 } catch (IndexOutOfBoundsException e) {
173 fail("Test 5: IndexOutOfBoundsException expected.");
174 } catch (IndexOutOfBoundsException e) {
OldCharArrayReaderTest.java 164 } catch (IndexOutOfBoundsException e) {
171 } catch (IndexOutOfBoundsException e) {
178 } catch (IndexOutOfBoundsException e) {
OldDataOutputStreamTest.java 100 fail("Test 2: IndexOutOfBoundsException expected.");
101 } catch (IndexOutOfBoundsException e) {
107 fail("Test 3: IndexOutOfBoundsException expected.");
108 } catch (IndexOutOfBoundsException e) {
114 fail("Test 4: IndexOutOfBoundsException expected.");
115 } catch (IndexOutOfBoundsException e) {
OldFilterOutputStreamTest.java 151 fail("IndexOutOfBoundsException expected.");
152 } catch (IndexOutOfBoundsException e) {
158 fail("IndexOutOfBoundsException expected.");
159 } catch (IndexOutOfBoundsException e) {
165 fail("IndexOutOfBoundsException expected.");
166 } catch (IndexOutOfBoundsException e) {
OldPipedOutputStreamTest.java 182 fail("Test 2: IndexOutOfBoundsException expected.");
183 } catch (IndexOutOfBoundsException e) {
189 fail("Test 3: IndexOutOfBoundsException expected.");
190 } catch (IndexOutOfBoundsException e) {
196 fail("Test 4: IndexOutOfBoundsException expected.");
197 } catch (IndexOutOfBoundsException e) {
  /external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/
ShortBufferTest.java 289 } catch (IndexOutOfBoundsException e) {
296 } catch (IndexOutOfBoundsException e) {
309 } catch (IndexOutOfBoundsException e) {
316 } catch (IndexOutOfBoundsException expected) {
321 } catch (IndexOutOfBoundsException e) {
345 } catch (IndexOutOfBoundsException e) {
351 } catch (IndexOutOfBoundsException e) {
443 } catch (IndexOutOfBoundsException e) {
449 } catch (IndexOutOfBoundsException e) {
457 } catch (IndexOutOfBoundsException e)
    [all...]
  /libcore/luni/src/test/java/tests/api/java/util/
ConcurrentModTest.java 62 fail("IndexOutOfBoundsException expected");
63 } catch (IndexOutOfBoundsException ee) {
69 fail("IndexOutOfBoundsException expected");
70 } catch (IndexOutOfBoundsException ee) {
166 fail("IndexOutOfBoundsException expected");
167 } catch (IndexOutOfBoundsException ee) {
173 fail("IndexOutOfBoundsException expected");
174 } catch (IndexOutOfBoundsException ee) {
390 fail("IndexOutOfBoundsException expected");
391 } catch (IndexOutOfBoundsException ee)
    [all...]
AbstractListTest.java 180 fail("emptySubList.get(0) should throw IndexOutOfBoundsException");
181 } catch (IndexOutOfBoundsException e) {
187 fail("emptySubList.set(0,Object) should throw IndexOutOfBoundsException");
188 } catch (IndexOutOfBoundsException e) {
194 fail("emptySubList.remove(0) should throw IndexOutOfBoundsException");
195 } catch (IndexOutOfBoundsException e) {
279 fail("IndexOutOfBoundsException expected");
280 } catch (IndexOutOfBoundsException ee) {
286 fail("IndexOutOfBoundsException expected");
287 } catch (IndexOutOfBoundsException ee)
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
ArrayListTest.java 125 fail("Should throw IndexOutOfBoundsException");
126 } catch (IndexOutOfBoundsException e) {
133 fail("Should throw IndexOutOfBoundsException");
134 } catch (IndexOutOfBoundsException e) {
141 fail("Should throw IndexOutOfBoundsException");
142 } catch (IndexOutOfBoundsException e) {
149 fail("Should throw IndexOutOfBoundsException");
150 } catch (IndexOutOfBoundsException e) {
234 fail("IndexOutOfBoundsException expected");
235 } catch (IndexOutOfBoundsException e)
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
EditTextTest.java 107 fail("An IndexOutOfBoundsException should be thrown out.");
108 } catch (IndexOutOfBoundsException e) {
114 fail("An IndexOutOfBoundsException should be thrown out.");
115 } catch (IndexOutOfBoundsException e) {
145 fail("An IndexOutOfBoundsException should be thrown out.");
146 } catch (IndexOutOfBoundsException e) {
152 fail("An IndexOutOfBoundsException should be thrown out.");
153 } catch (IndexOutOfBoundsException e) {
203 fail("An IndexOutOfBoundsException should be thrown out.");
204 } catch (IndexOutOfBoundsException e)
    [all...]
ArrayAdapterTest.java 145 fail("should throw IndexOutOfBoundsException");
146 } catch (IndexOutOfBoundsException e) {
151 fail("should throw IndexOutOfBoundsException");
152 } catch (IndexOutOfBoundsException e) {
158 fail("should throw IndexOutOfBoundsException");
159 } catch (IndexOutOfBoundsException e) {
165 fail("should throw IndexOutOfBoundsException");
166 } catch (IndexOutOfBoundsException e) {
228 fail("should throw IndexOutOfBoundsException");
229 } catch (IndexOutOfBoundsException e)
    [all...]
MultiAutoCompleteTextView_CommaTokenizerTest.java 62 fail("did not throw IndexOutOfBoundsException when cursor is large than length");
63 } catch (IndexOutOfBoundsException e) {
91 fail("did not throw IndexOutOfBoundsException when cursor is -1");
92 } catch (IndexOutOfBoundsException e) {
  /external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/
InflaterOutputStreamTest.java 334 fail("Should throw IndexOutOfBoundsException");
335 } catch (IndexOutOfBoundsException e) {
340 fail("Should throw IndexOutOfBoundsException");
341 } catch (IndexOutOfBoundsException e) {
346 fail("Should throw IndexOutOfBoundsException");
347 } catch (IndexOutOfBoundsException e) {
352 fail("Should throw IndexOutOfBoundsException");
353 } catch (IndexOutOfBoundsException e) {
362 fail("Should throw IndexOutOfBoundsException");
363 } catch (IndexOutOfBoundsException e)
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
PipedReaderTest.java 208 } catch (IndexOutOfBoundsException expected) {
219 } catch (IndexOutOfBoundsException expected) {
230 } catch (IndexOutOfBoundsException expected) {
241 } catch (IndexOutOfBoundsException expected) {
351 fail("should throw IndexOutOfBoundsException"); //$NON-NLS-1$
352 } catch (IndexOutOfBoundsException e) {
RandomAccessFileTest.java 570 fail("should throw IndexOutOfBoundsException");
571 } catch (IndexOutOfBoundsException e) {
577 fail("should throw IndexOutOfBoundsException");
578 } catch (IndexOutOfBoundsException e) {
584 fail("should throw IndexOutOfBoundsException");
585 } catch (IndexOutOfBoundsException e) {
591 fail("should throw IndexOutOfBoundsException");
592 } catch (IndexOutOfBoundsException e) {
603 fail("should throw IndexOutOfBoundsException");
604 } catch (IndexOutOfBoundsException e)
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
CharacterTest.java 130 } catch (IndexOutOfBoundsException e) {
136 } catch (IndexOutOfBoundsException e) {
159 } catch (IndexOutOfBoundsException e) {
165 } catch (IndexOutOfBoundsException e) {
190 } catch (IndexOutOfBoundsException e) {
196 } catch (IndexOutOfBoundsException e) {
202 } catch (IndexOutOfBoundsException e) {
208 } catch (IndexOutOfBoundsException e) {
232 } catch (IndexOutOfBoundsException e) {
238 } catch (IndexOutOfBoundsException e)
    [all...]
ThrowableTest.java 61 throw new IndexOutOfBoundsException();
66 throw new IndexOutOfBoundsException();
69 } catch (IndexOutOfBoundsException e) {
  /external/guava/guava/src/com/google/common/base/
Preconditions.java 49 * {@link IndexOutOfBoundsException}, {@link NoSuchElementException}, {@link
275 * @throws IndexOutOfBoundsException if {@code index} is negative or is not
293 * @throws IndexOutOfBoundsException if {@code index} is negative or is not
301 throw new IndexOutOfBoundsException(badElementIndex(index, size, desc));
325 * @throws IndexOutOfBoundsException if {@code index} is negative or is
343 * @throws IndexOutOfBoundsException if {@code index} is negative or is
351 throw new IndexOutOfBoundsException(badPositionIndex(index, size, desc));
377 * @throws IndexOutOfBoundsException if either index is negative or is
384 throw new IndexOutOfBoundsException(badPositionIndexes(start, end, size));
  /external/proguard/src/proguard/evaluation/
Variables.java 177 throw new IndexOutOfBoundsException("Variable index ["+index+"] out of bounds ["+size+"]");
192 throw new IndexOutOfBoundsException("Variable index ["+index+"] out of bounds ["+size+"]");
214 throw new IndexOutOfBoundsException("Variable index ["+index+"] out of bounds ["+size+"]");
  /cts/tests/tests/os/src/android/os/cts/
MemoryFileTest.java 60 fail("MemoryFile should throw IndexOutOfBoundsException here.");
61 } catch (IndexOutOfBoundsException e) {
143 fail("MemoryFile should throw IndexOutOfBoundsException here.");
144 } catch (IndexOutOfBoundsException e) {
  /cts/tests/tests/text/src/android/text/cts/
SpannableStringTest.java 69 fail("should throw IndexOutOfBoundsException here");
70 } catch (IndexOutOfBoundsException e) {
76 fail("should throw IndexOutOfBoundsException here");
77 } catch (IndexOutOfBoundsException e) {
  /dalvik/dexgen/src/com/android/dexgen/util/
FixedSizeList.java 228 * @throws IndexOutOfBoundsException always thrown
232 throw new IndexOutOfBoundsException("n < 0");
235 throw new IndexOutOfBoundsException("n >= size()");
  /dalvik/dx/src/com/android/dx/util/
FixedSizeList.java 228 * @throws IndexOutOfBoundsException always thrown
232 throw new IndexOutOfBoundsException("n < 0");
235 throw new IndexOutOfBoundsException("n >= size()");

Completed in 775 milliseconds

1 2 3 45 6 7 8 91011>>