Searched refs:throwExceptionOnNextUse (Results 1 - 15 of 15) 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.java35 simple2.throwExceptionOnNextUse = true;
38 simple1.throwExceptionOnNextUse = true;
48 simple1.throwExceptionOnNextUse = true;
63 simple2.throwExceptionOnNextUse = true;
71 simple1.throwExceptionOnNextUse = true;
78 simple1.throwExceptionOnNextUse = false;
93 simple2.throwExceptionOnNextUse = false;
107 simple2.throwExceptionOnNextUse = true;
109 simple1.throwExceptionOnNextUse = true;
122 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.java79 ssr.throwExceptionOnNextUse = false;
185 ssr.throwExceptionOnNextUse = false;
260 ssr.throwExceptionOnNextUse = false;
290 ssr.throwExceptionOnNextUse = false;
H A DOldDataInputStreamTest.java79 sis.throwExceptionOnNextUse = true;
111 sis.throwExceptionOnNextUse = true;
H A DOldStreamTokenizerTest.java40 sis.throwExceptionOnNextUse = true;
H A DOldBufferedWriterTest.java348 ssw.throwExceptionOnNextUse = false;
H A DOldFilterInputStreamTest.java89 sis.throwExceptionOnNextUse = false;
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/io/
H A DObjectInputStreamTest.java141 sis.throwExceptionOnNextUse = true;
148 sis.throwExceptionOnNextUse = false;
174 sis.throwExceptionOnNextUse = true;
181 sis.throwExceptionOnNextUse = false;
192 sis.throwExceptionOnNextUse = true;
199 sis.throwExceptionOnNextUse = false;
219 sis.throwExceptionOnNextUse = true;
226 sis.throwExceptionOnNextUse = false;
259 sis.throwExceptionOnNextUse = true;
266 sis.throwExceptionOnNextUse
[all...]
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
H A DDigestInputStream2Test.java199 sis.throwExceptionOnNextUse = false;

Completed in 542 milliseconds