Home
last modified time | relevance | path

Searched refs:setError (Results 1 – 8 of 8) sorted by relevance

/libcore/support/src/test/java/libcore/java/io/
DNullPrintStream.java59 protected void setError() {} in setError() method in NullPrintStream
/libcore/ojluni/src/main/java/sun/nio/fs/
DUnixException.java55 void setError(int errno) { in setError() method in UnixException
DUnixChannelFactory.java262 x.setError(EEXIST); in open()
DUnixPath.java781 x.setError(ELOOP); in openForAttributeAccess()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
DPrintStreamTest.java72 public void setError() { in setError() method in PrintStreamTest.MockPrintStream
73 super.setError(); in setError()
200 os.setError(); in test_clearError()
/libcore/ojluni/annotations/sdk/nullability/java/io/
DPrintWriter.annotated.java58 protected void setError() { throw new RuntimeException("Stub!"); } in setError() method in PrintWriter
/libcore/ojluni/src/main/java/java/io/
DPrintWriter.java375 protected void setError() { in setError() method in PrintWriter
DPrintStream.java432 protected void setError() { in setError() method in PrintStream