Searched refs:throwExceptionOnNextUse (Results 1 - 16 of 16) sorted by relevance

/libcore/support/src/test/java/tests/support/
H A DSupport_ASimpleInputStream.java23 public boolean throwExceptionOnNextUse = false; field in class:Support_ASimpleInputStream
31 throwExceptionOnNextUse = throwException;
49 if (throwExceptionOnNextUse) {
56 if (throwExceptionOnNextUse) {
64 if (throwExceptionOnNextUse) {
H A DSupport_ASimpleOutputStream.java23 public boolean throwExceptionOnNextUse = false; field in class:Support_ASimpleOutputStream
31 throwExceptionOnNextUse = throwException;
42 if (throwExceptionOnNextUse) {
49 if (throwExceptionOnNextUse) {
56 // if (throwExceptionOnNextUse) {
66 // if (throwExceptionOnNextUse) {
79 if (throwExceptionOnNextUse) {
H A DSupport_ASimpleReader.java23 public boolean throwExceptionOnNextUse = false; field in class:Support_ASimpleReader
31 throwExceptionOnNextUse = throwException;
42 if (throwExceptionOnNextUse) {
49 if (throwExceptionOnNextUse) {
57 if (throwExceptionOnNextUse) {
H A DSupport_ASimpleWriter.java23 public boolean throwExceptionOnNextUse = false; field in class:Support_ASimpleWriter
31 throwExceptionOnNextUse = throwException;
42 if (throwExceptionOnNextUse) {
49 if (throwExceptionOnNextUse) {
56 if (throwExceptionOnNextUse) {
/libcore/luni/src/test/java/libcore/java/io/
H A DOldSequenceInputStreamTest.java33 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
[all...]
H A DOldReaderTest.java43 simple.throwExceptionOnNextUse = true;
59 simple.throwExceptionOnNextUse = true;
78 simple.throwExceptionOnNextUse = true;
88 simple.throwExceptionOnNextUse = true;
104 simple.throwExceptionOnNextUse = true;
H A DOldPushbackInputStreamTest.java79 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;
H A DOldPushbackReaderTest.java90 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;
H A DOldBufferedReaderTest.java74 ssr.throwExceptionOnNextUse = false;
180 ssr.throwExceptionOnNextUse = false;
255 ssr.throwExceptionOnNextUse = false;
285 ssr.throwExceptionOnNextUse = false;
H A DOldDataInputStreamTest.java79 sis.throwExceptionOnNextUse = true;
111 sis.throwExceptionOnNextUse = true;
H A DOldBufferedInputStreamTest.java123 sis.throwExceptionOnNextUse = false;
H A DOldStreamTokenizerTest.java40 sis.throwExceptionOnNextUse = true;
H A DOldBufferedWriterTest.java310 ssw.throwExceptionOnNextUse = false;
H A DOldFilterInputStreamTest.java91 sis.throwExceptionOnNextUse = false;
/libcore/luni/src/test/java/tests/api/java/io/
H A DObjectInputStreamTest.java60 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
[all...]
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
H A DDigestInputStream2Test.java199 sis.throwExceptionOnNextUse = false;

Completed in 152 milliseconds