Searched defs:printStream (Results 1 – 10 of 10) sorted by relevance
21 final PrintStream printStream; field in VerboseMockInvocationLogger29 public VerboseMockInvocationLogger(PrintStream printStream) { in VerboseMockInvocationLogger()
38 PrintStream printStream = new PrintStream(outputStream); in onCreate() local
44 public static TargetMonitor forPrintStream(PrintStream printStream) { in forPrintStream()
34 OutputChoice(PrintStream printStream) { in OutputChoice()
184 PrintStream printStream = new PrintStream(fos); in computeOutputChoice() local
35 PrintStream printStream = new PrintStream(stream); in systemLog_shouldWriteToStderr() local
283 public Builder tee(PrintStream printStream) { in tee()
266 PrintStream printStream = new PrintStream(stream); in printStackTracePrintStreamToString() local
90 WebServerPrintStream printStream = new WebServerPrintStream(stream); in handleRequest() local
665 …ic static void printRootCauseStackTrace(final Throwable throwable, final PrintStream printStream) { in printRootCauseStackTrace()