/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/ |
StringBufferTest.java | 226 fail("no IOOBE, negative index"); 234 fail("no IOOBE, index too large index"); 284 fail("no IOOBE, negative index"); 292 fail("no IOOBE, index too large index"); 300 fail("no IOOBE, negative offset"); 308 fail("no IOOBE, negative length"); 316 fail("no IOOBE, too long"); 363 fail("No IOOBE on negative index."); 370 fail("No IOOBE on index equal to length."); 377 fail("No IOOBE on index greater than length.") [all...] |
StringTest.java | 200 fail("No IOOBE, negative offset"); 206 fail("No IOOBE, negative count"); 212 fail("No IOOBE, negative count"); 218 fail("No IOOBE, too large"); 340 fail("No IOOBE for negative index."); 346 fail("No IOOBE for offset that's too large."); 352 fail("No IOOBE for offset that's too small."); 358 fail("No IOOBE for index that's too large."); 364 fail("No IOOBE for index that's too large."); 371 fail("No IOOBE for negative index.") [all...] |
StringBuilderTest.java | 167 fail("no IOOBE, negative offset"); 174 fail("no IOOBE, negative length"); 181 fail("no IOOBE, offset and length overflow"); 404 fail("no IOOBE, negative index"); 411 fail("no IOOBE, equal to length"); 417 fail("no IOOBE, greater than length"); 439 fail("No IOOBE on negative index."); 446 fail("No IOOBE on index equal to length."); 453 fail("No IOOBE on index greater than length."); 477 fail("No IOOBE on zero index.") [all...] |
CharacterTest.java | 125 fail("No IOOBE, negative index."); 131 fail("No IOOBE, index too large."); 151 fail("No IOOBE, negative index."); 157 fail("No IOOBE, index too large."); 178 fail("No IOOBE, negative index."); 184 fail("No IOOBE, index too large."); 190 fail("No IOOBE, index larger than limit."); 196 fail("No IOOBE, limit is negative."); 217 fail("No IOOBE, index below one."); 223 fail("No IOOBE, index too large.") [all...] |
/libcore/luni/src/test/java/libcore/java/lang/ |
OldStringBufferTest.java | 242 } catch(IndexOutOfBoundsException ioobe) { 248 } catch(IndexOutOfBoundsException ioobe) { 303 } catch (IndexOutOfBoundsException ioobe) { 310 } catch (IndexOutOfBoundsException ioobe) { 317 } catch (IndexOutOfBoundsException ioobe) {
|
OldCharacterTest.java | 42 fail("No IOOBE, negative start."); 48 fail("No IOOBE, end greater than length."); 54 fail("No IOOBE, end greater than start.");
|
OldStringTest.java | 292 } catch(IndexOutOfBoundsException ioobe) { 299 } catch(IndexOutOfBoundsException ioobe) { 306 } catch(IndexOutOfBoundsException ioobe) { 315 } catch(IndexOutOfBoundsException ioobe) { 322 } catch(IndexOutOfBoundsException ioobe) { 329 } catch(IndexOutOfBoundsException ioobe) { 343 } catch(IndexOutOfBoundsException ioobe) { 350 } catch(IndexOutOfBoundsException ioobe) { 357 } catch(IndexOutOfBoundsException ioobe) { 386 } catch(IndexOutOfBoundsException ioobe) { [all...] |
OldSystemTest.java | 104 } catch(IndexOutOfBoundsException ioobe) { 111 } catch(IndexOutOfBoundsException ioobe) { 118 } catch(IndexOutOfBoundsException ioobe) { 125 } catch(IndexOutOfBoundsException ioobe) { 132 } catch(IndexOutOfBoundsException ioobe) { 139 } catch(IndexOutOfBoundsException ioobe) { 146 } catch(IndexOutOfBoundsException ioobe) { 153 } catch(IndexOutOfBoundsException ioobe) {
|
/art/test/535-deopt-and-inlining/src/ |
Main.java | 33 } catch (IndexOutOfBoundsException ioobe) {
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
Collections2Test.java | 473 fail("IOOBE expected"); 481 fail("IOOBE expected"); 487 fail("IOOBE expected"); 493 fail("IOOBE expected");
|
ArrayListTest.java | 878 } catch (ConcurrentModificationException ioobe) { [all...] |
/art/test/044-proxy/src/ |
BasicTest.java | 64 } catch (IndexOutOfBoundsException ioobe) { 65 System.out.println("Got expected ioobe");
|
/art/test/044-proxy/ |
expected.txt | 52 Got expected ioobe
|
/art/test/070-nio-buffer/src/ |
Main.java | 71 } catch (IndexOutOfBoundsException ioobe) {
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/regex/ |
MatcherTest.java | 55 fail("expected an IOOBE"); 61 fail("expected an IOOBE"); 67 fail("expected an IOOBE"); 73 fail("expected an IOOBE");
|
/libcore/jsr166-tests/src/test/java/jsr166/ |
LinkedListTest.java | 160 * addAll with too large an index throws IOOBE 174 * addAll with negative index throws IOOBE
|
/libcore/luni/src/test/java/org/apache/harmony/regex/tests/java/util/regex/ |
Pattern2Test.java | 161 } catch (IndexOutOfBoundsException ioobe) {
|
/packages/apps/Stk/src/com/android/stk/ |
StkLauncherActivity.java | 155 CatLog.d(LOG_TAG, "IOOBE Invalid menu");
|
StkMenuActivity.java | 483 CatLog.d(LOG_TAG, "IOOBE Invalid menu");
|
/art/test/445-checker-licm/src/ |
Main.java | 261 throw new Error("Expected IOOBE");
|
/external/emma/core/java12/com/vladium/jcd/cls/ |
ConstantCollection.java | 260 catch (IndexOutOfBoundsException ioobe) // empty collection edge case
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/zip/ |
GZIPInputStreamTest.java | 228 fail("Test failed IOOBE was not thrown");
|
InflaterInputStreamTest.java | 301 fail("should throw IOOBE.");
|
/external/guava/guava/src/com/google/common/collect/ |
Lists.java | 329 // check explicitly so the IOOBE will have the right message 380 // check explicitly so the IOOBE will have the right message [all...] |
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ |
Lists.java | 295 // check explicitly so the IOOBE will have the right message 346 // check explicitly so the IOOBE will have the right message [all...] |