Searched refs:printWriter (Results 1 – 3 of 3) sorted by relevance
108 PrintWriter printWriter = new PrintWriter(writer); in run() local111 printWriter.print(++i); in run()112 printWriter.print(") "); in run()113 allocationSite.printStackTrace(printWriter); in run()114 printWriter.println(" --------------------------------"); in run()
683 PrintWriter printWriter = new PrintWriter(out); in test_appendChar() local684 printWriter.append(testChar); in test_appendChar()685 printWriter.flush(); in test_appendChar()687 printWriter.close(); in test_appendChar()697 PrintWriter printWriter = new PrintWriter(out); in test_appendCharSequence() local698 printWriter.append(testString); in test_appendCharSequence()699 printWriter.flush(); in test_appendCharSequence()701 printWriter.close(); in test_appendCharSequence()711 PrintWriter printWriter = new PrintWriter(out); in test_appendCharSequenceIntInt() local712 printWriter.append(testString, 1, 3); in test_appendCharSequenceIntInt()[all …]
744 private final PrintWriter printWriter; field in Throwable.WrappedPrintWriter746 WrappedPrintWriter(PrintWriter printWriter) { in WrappedPrintWriter() argument747 this.printWriter = printWriter; in WrappedPrintWriter()751 return printWriter; in lock()755 printWriter.println(o); in println()