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

  /libcore/support/src/test/java/tests/support/
ThrowingReader.java 31 private int throwAt;
33 public ThrowingReader(Reader in, int throwAt) {
35 this.throwAt = throwAt;
49 if (total < throwAt) {
50 count = Math.min(count, (throwAt - total));
59 if (total == throwAt) {
60 throwAt = Integer.MAX_VALUE;

Completed in 306 milliseconds