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

  /libcore/support/src/test/java/tests/support/
Support_ASimpleOutputStream.java 23 public boolean throwExceptionOnNextUse = false;
31 throwExceptionOnNextUse = throwException;
42 if (throwExceptionOnNextUse) {
49 if (throwExceptionOnNextUse) {
56 // if (throwExceptionOnNextUse) {
66 // if (throwExceptionOnNextUse) {
79 if (throwExceptionOnNextUse) {
Support_ASimpleInputStream.java 23 public boolean throwExceptionOnNextUse = false;
31 throwExceptionOnNextUse = throwException;
49 if (throwExceptionOnNextUse) {
56 if (throwExceptionOnNextUse) {
64 if (throwExceptionOnNextUse) {
Support_ASimpleReader.java 23 public boolean throwExceptionOnNextUse = false;
31 throwExceptionOnNextUse = throwException;
42 if (throwExceptionOnNextUse) {
49 if (throwExceptionOnNextUse) {
57 if (throwExceptionOnNextUse) {
Support_ASimpleWriter.java 23 public boolean throwExceptionOnNextUse = false;
31 throwExceptionOnNextUse = throwException;
42 if (throwExceptionOnNextUse) {
49 if (throwExceptionOnNextUse) {
56 if (throwExceptionOnNextUse) {
  /libcore/luni/src/test/java/libcore/java/io/
OldSequenceInputStreamTest.java 33 simple2.throwExceptionOnNextUse = true;
36 simple1.throwExceptionOnNextUse = true;
46 simple1.throwExceptionOnNextUse = true;
61 simple2.throwExceptionOnNextUse = true;
69 simple1.throwExceptionOnNextUse = true;
76 simple1.throwExceptionOnNextUse = false;
91 simple2.throwExceptionOnNextUse = false;
105 simple2.throwExceptionOnNextUse = true;
107 simple1.throwExceptionOnNextUse = true;
120 simple2.throwExceptionOnNextUse = true
    [all...]
OldReaderTest.java 43 simple.throwExceptionOnNextUse = true;
59 simple.throwExceptionOnNextUse = true;
78 simple.throwExceptionOnNextUse = true;
88 simple.throwExceptionOnNextUse = true;
104 simple.throwExceptionOnNextUse = true;
OldPushbackReaderTest.java 90 underlying.throwExceptionOnNextUse = true;
115 underlying.throwExceptionOnNextUse = true;
135 underlying.throwExceptionOnNextUse = true;
234 underlying.throwExceptionOnNextUse = true;
261 underlying.throwExceptionOnNextUse = true;
293 underlying.throwExceptionOnNextUse = true;
321 underlying.throwExceptionOnNextUse = true;
OldPushbackInputStreamTest.java 79 underlying.throwExceptionOnNextUse = true;
93 underlying.throwExceptionOnNextUse = true;
112 underlying.throwExceptionOnNextUse = true;
132 underlying.throwExceptionOnNextUse = true;
175 underlying.throwExceptionOnNextUse = true;
218 underlying.throwExceptionOnNextUse = true;
258 underlying.throwExceptionOnNextUse = true;
OldBufferedReaderTest.java 74 ssr.throwExceptionOnNextUse = false;
180 ssr.throwExceptionOnNextUse = false;
255 ssr.throwExceptionOnNextUse = false;
285 ssr.throwExceptionOnNextUse = false;
OldDataInputStreamTest.java 79 sis.throwExceptionOnNextUse = true;
111 sis.throwExceptionOnNextUse = true;
OldStreamTokenizerTest.java 40 sis.throwExceptionOnNextUse = true;
OldBufferedInputStreamTest.java 123 sis.throwExceptionOnNextUse = false;
OldBufferedWriterTest.java 310 ssw.throwExceptionOnNextUse = false;
OldFilterInputStreamTest.java 91 sis.throwExceptionOnNextUse = false;
  /libcore/luni/src/test/java/tests/api/java/io/
ObjectInputStreamTest.java 60 sis.throwExceptionOnNextUse = true;
67 sis.throwExceptionOnNextUse = false;
104 sis.throwExceptionOnNextUse = true;
111 sis.throwExceptionOnNextUse = false;
122 sis.throwExceptionOnNextUse = true;
129 sis.throwExceptionOnNextUse = false;
149 sis.throwExceptionOnNextUse = true;
156 sis.throwExceptionOnNextUse = false;
200 sis.throwExceptionOnNextUse = true;
207 sis.throwExceptionOnNextUse = false
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
DigestInputStream2Test.java 199 sis.throwExceptionOnNextUse = false;

Completed in 155 milliseconds