Searched refs:TextReporter (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/test/java/rmi/reliability/benchmark/bench/
H A DMakefile37 TextReporter.java \
H A DTextReporter.java40 public class TextReporter implements Reporter { class in inherits:Reporter
56 * Create TextReporter which writes to the given stream.
58 public TextReporter(OutputStream out, String title) { method in class:TextReporter
/openjdk7/jdk/test/java/rmi/reliability/benchmark/bench/serial/
H A DMain.java34 import bench.TextReporter;
241 reporter = new TextReporter(repstr, title);
/openjdk7/jdk/test/java/rmi/reliability/benchmark/bench/rmi/
H A DMain.java34 import bench.TextReporter;
410 reporter = new TextReporter(repstr, title);

Completed in 23 milliseconds