OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 100 milliseconds