Searched refs:setError (Results 1 - 7 of 7) sorted by relevance

/libcore/support/src/test/java/libcore/java/io/
H A DNullPrintStream.java59 protected void setError() {} method in class:NullPrintStream
/libcore/ojluni/src/main/java/sun/nio/fs/
H A DUnixException.java55 void setError(int errno) { method in class:UnixException
H A DUnixChannelFactory.java262 x.setError(EEXIST);
H A DUnixPath.java781 x.setError(ELOOP);
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
H A DPrintStreamTest.java64 public void setError() { method in class:PrintStreamTest.MockPrintStream
65 super.setError();
163 os.setError();
/libcore/ojluni/src/main/java/java/io/
H A DPrintWriter.java375 protected void setError() { method in class:PrintWriter
384 * operation fails and invokes {@link #setError()}.
H A DPrintStream.java388 * and when the <code>setError</code> method is invoked. If an operation
400 * <code>setError</code> method has been invoked
421 protected void setError() { method in class:PrintStream
430 * operation fails and invokes {@link #setError()}.

Completed in 156 milliseconds