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

  /external/caliper/caliper/src/main/java/com/google/caliper/util/
OutputModule.java 28 public final class OutputModule {
29 public static OutputModule system() {
30 return new OutputModule(new PrintWriter(System.out, true), new PrintWriter(System.err, true));
36 public OutputModule(PrintWriter stdout, PrintWriter stderr) {
  /external/caliper/caliper/src/main/java/com/google/caliper/runner/
BenchmarkClassChecker.java 21 import com.google.caliper.util.OutputModule;
62 .outputModule(new OutputModule(new PrintWriter(System.out), new PrintWriter(System.err)))
92 OutputModule.class,
MainComponent.java 25 import com.google.caliper.util.OutputModule;
44 OutputModule.class,
CaliperMain.java 23 import com.google.caliper.util.OutputModule;
105 .outputModule(new OutputModule(stdout, stderr))
  /external/conscrypt/benchmark-android/
vogar.jar 

Completed in 68 milliseconds