HomeSort by relevance Sort by last modified time
    Searched defs:throwExceptionOnNextUse (Results 1 - 4 of 4) sorted by null

  /libcore/support/src/test/java/tests/support/
Support_ASimpleInputStream.java 23 public boolean throwExceptionOnNextUse = false;
31 throwExceptionOnNextUse = throwException;
49 if (throwExceptionOnNextUse) {
56 if (throwExceptionOnNextUse) {
64 if (throwExceptionOnNextUse) {
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_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) {

Completed in 50 milliseconds