HomeSort by relevance Sort by last modified time
    Searched full:ioobe (Results 1 - 20 of 20) sorted by null

  /libcore/luni/src/main/java/java/util/prefs/
NodeSet.java 26 } catch(IndexOutOfBoundsException ioobe) {
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/lang/
StringBufferTest.java 225 fail("no IOOBE, negative index");
233 fail("no IOOBE, index too large index");
283 fail("no IOOBE, negative index");
291 fail("no IOOBE, index too large index");
299 fail("no IOOBE, negative offset");
307 fail("no IOOBE, negative length");
315 fail("no IOOBE, too long");
362 fail("No IOOBE on negative index.");
369 fail("No IOOBE on index equal to length.");
376 fail("No IOOBE on index greater than length.")
    [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...]
OldCharacterTest.java 43 fail("No IOOBE, negative start.");
49 fail("No IOOBE, end greater than length.");
55 fail("No IOOBE, end greater than start.");
SystemTest.java 200 } catch(IndexOutOfBoundsException ioobe) {
207 } catch(IndexOutOfBoundsException ioobe) {
214 } catch(IndexOutOfBoundsException ioobe) {
221 } catch(IndexOutOfBoundsException ioobe) {
228 } catch(IndexOutOfBoundsException ioobe) {
235 } catch(IndexOutOfBoundsException ioobe) {
242 } catch(IndexOutOfBoundsException ioobe) {
249 } catch(IndexOutOfBoundsException ioobe) {
StringBuffer2Test.java 951 } catch(IndexOutOfBoundsException ioobe) {
957 } catch(IndexOutOfBoundsException ioobe) {
    [all...]
  /libcore/luni/src/test/java/libcore/java/lang/
OldStringTest.java 294 } catch(IndexOutOfBoundsException ioobe) {
301 } catch(IndexOutOfBoundsException ioobe) {
308 } catch(IndexOutOfBoundsException ioobe) {
317 } catch(IndexOutOfBoundsException ioobe) {
324 } catch(IndexOutOfBoundsException ioobe) {
331 } catch(IndexOutOfBoundsException ioobe) {
345 } catch(IndexOutOfBoundsException ioobe) {
352 } catch(IndexOutOfBoundsException ioobe) {
359 } catch(IndexOutOfBoundsException ioobe) {
388 } catch(IndexOutOfBoundsException ioobe) {
    [all...]
  /dalvik/tests/044-proxy/
expected.txt 43 Got expected ioobe
  /dalvik/tests/070-nio-buffer/src/
Main.java 63 } catch (IndexOutOfBoundsException ioobe) {
  /libcore/luni/src/test/java/org/apache/harmony/nio/tests/java/nio/
DirectIntBufferTest.java 154 } catch (IndexOutOfBoundsException ioobe) {
DirectShortBufferTest.java 155 } catch (IndexOutOfBoundsException ioobe) {
  /dalvik/tests/044-proxy/src/
BasicTest.java 57 } catch (IndexOutOfBoundsException ioobe) {
58 System.out.println("Got expected ioobe");
  /libcore/luni/src/test/java/tests/api/java/util/concurrent/
LinkedListTest.java 160 * addAll with too large an index throws IOOBE
174 * addAll with negative index throws IOOBE
  /external/guava/src/com/google/common/collect/
Lists.java 251 // check explicitly so the IOOBE will have the right message
302 // check explicitly so the IOOBE will have the right message
  /external/emma/core/java12/com/vladium/jcd/cls/
ConstantCollection.java 260 catch (IndexOutOfBoundsException ioobe) // empty collection edge case
  /libcore/luni/src/test/java/org/apache/harmony/archive/tests/java/util/zip/
GZIPInputStreamTest.java 204 fail("Test failed IOOBE was not thrown");
InflaterInputStreamTest.java 228 fail("should throw IOOBE.");
  /libcore/luni/src/test/java/tests/api/java/util/
ArrayListTest.java 718 } catch (ConcurrentModificationException ioobe) {
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/util/
ArrayListTest.java 857 } catch (ConcurrentModificationException ioobe) {
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/regex/tests/java/util/regex/
Pattern2Test.java     [all...]

Completed in 791 milliseconds