/libcore/luni/src/test/java/libcore/java/io/ |
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...] |
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) {
|
/libcore/harmony-tests/src/test/java/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...] |
/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/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/ |
LiteralByteString.java | 85 throw new IndexOutOfBoundsException( 89 throw new IndexOutOfBoundsException("End index: " + endIndex + " > " + 94 throw new IndexOutOfBoundsException(
|
/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+"]");
|
/packages/apps/UnifiedEmail/src/com/android/mail/lib/base/ |
Preconditions.java | 44 * {@link IndexOutOfBoundsException}, {@link NoSuchElementException}, {@link 264 * @throws IndexOutOfBoundsException if {@code index} is negative or is not 282 * @throws IndexOutOfBoundsException if {@code index} is negative or is not 289 throw new IndexOutOfBoundsException(badElementIndex(index, size, desc)); 313 * @throws IndexOutOfBoundsException if {@code index} is negative or is 331 * @throws IndexOutOfBoundsException if {@code index} is negative or is 338 throw new IndexOutOfBoundsException(badPositionIndex(index, size, desc)); 364 * @throws IndexOutOfBoundsException if either index is negative or is 371 throw new IndexOutOfBoundsException(badPositionIndexes(start, end, size));
|
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/ |
Preconditions.java | 44 * {@link IndexOutOfBoundsException}, {@link NoSuchElementException}, {@link 264 * @throws IndexOutOfBoundsException if {@code index} is negative or is not 282 * @throws IndexOutOfBoundsException if {@code index} is negative or is not 289 throw new IndexOutOfBoundsException(badElementIndex(index, size, desc)); 313 * @throws IndexOutOfBoundsException if {@code index} is negative or is 331 * @throws IndexOutOfBoundsException if {@code index} is negative or is 338 throw new IndexOutOfBoundsException(badPositionIndex(index, size, desc)); 364 * @throws IndexOutOfBoundsException if either index is negative or is 371 throw new IndexOutOfBoundsException(badPositionIndexes(start, end, 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) {
|