Searched refs:setError (Results 1 - 5 of 5) 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/net/www/http/
H A DChunkedOutputStream.java185 setError();
/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 333 milliseconds