HomeSort by relevance Sort by last modified time
    Searched refs:clearError (Results 1 - 7 of 7) sorted by null

  /libcore/luni/src/test/java/tests/api/java/io/
PrintStreamTest.java 59 public void clearError() {
60 super.clearError();
149 * @tests {@link java.io.PrintStream#clearError()}
156 os.clearError();
PrintWriterTest.java 52 public void clearError() {
53 super.clearError();
206 * @tests java.io.PrintWriter#clearError()
210 // Test for method boolean java.io.PrintWriter.clearError()
215 mpw.clearError();
  /external/srec/portable/include/
PFile.h 198 ESR_ReturnCode(*clearError)(struct PFile_t* self);
  /libcore/luni/src/main/java/java/io/
PrintStream.java 246 protected void clearError() {
PrintWriter.java 236 protected void clearError() {
  /external/srec/portable/src/
PANSIFileImpl.c 49 impl->Interface.Interface.clearError = &PANSIFileClearErrorImpl;
PFile.c 159 return self->clearError(self);

Completed in 61 milliseconds