Home
last modified time | relevance | path

Searched defs:setError (Results 1 – 7 of 7) sorted by relevance

/libcore/luni/src/test/java/libcore/java/io/
DPrintWriterTest.java40 public void setError() { in setError() method in PrintWriterTest.Writer
/libcore/ojluni/src/main/java/sun/nio/fs/
DUnixException.java55 void setError(int errno) { in setError() method in UnixException
/libcore/support/src/test/java/libcore/java/io/
DNullPrintStream.java59 protected void setError() {} in setError() method in NullPrintStream
/libcore/ojluni/annotations/sdk/nullability/java/io/
DPrintWriter.annotated.java64 protected void setError() { throw new RuntimeException("Stub!"); } in setError() method in PrintWriter
/libcore/ojluni/src/main/java/java/io/
DPrintWriter.java451 protected void setError() { in setError() method in PrintWriter
DPrintStream.java515 protected void setError() { in setError() method in PrintStream
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
DPrintStreamTest.java72 public void setError() { in setError() method in PrintStreamTest.MockPrintStream