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

  /external/vogar/src/vogar/target/
PrintStreamDecorator.java 21 public abstract class PrintStreamDecorator extends PrintStream {
22 public PrintStreamDecorator(PrintStream delegate) {
TestRunner.java 159 PrintStream monitorPrintStream = new PrintStreamDecorator(System.out) {

Completed in 63 milliseconds