Searched defs:setError (Results 1 – 7 of 7) sorted by relevance
| /libcore/luni/src/test/java/libcore/java/io/ | ||
| D | PrintWriterTest.java | 40         public void setError() {  in setError()  method in PrintWriterTest.Writer | 
| /libcore/ojluni/src/main/java/sun/nio/fs/ | ||
| D | UnixException.java | 55     void setError(int errno) {  in setError()  method in UnixException | 
| /libcore/support/src/test/java/libcore/java/io/ | ||
| D | NullPrintStream.java | 59     protected void setError() {}  in setError()  method in NullPrintStream | 
| /libcore/ojluni/annotations/sdk/nullability/java/io/ | ||
| D | PrintWriter.annotated.java | 64 protected void setError() { throw new RuntimeException("Stub!"); }  in setError()  method in PrintWriter | 
| /libcore/ojluni/src/main/java/java/io/ | ||
| D | PrintWriter.java | 451     protected void setError() {  in setError()  method in PrintWriter | 
| D | PrintStream.java | 515     protected void setError() {  in setError()  method in PrintStream | 
| /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/ | ||
| D | PrintStreamTest.java | 72         public void setError() {  in setError()  method in PrintStreamTest.MockPrintStream |