Searched defs:setError (Results 1 – 6 of 6) sorted by relevance
/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 | 58 protected void setError() { throw new RuntimeException("Stub!"); } in setError() method in PrintWriter |
/libcore/ojluni/src/main/java/java/io/ | ||
D | PrintWriter.java | 375 protected void setError() { in setError() method in PrintWriter |
D | PrintStream.java | 432 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 |