Searched refs:bytePrintStream (Results 1 – 3 of 3) sorted by relevance
164 PrintStream bytePrintStream = new PrintStream(outputStream); in getStackTrace() local165 throwable.printStackTrace(bytePrintStream); in getStackTrace()
198 PrintStream bytePrintStream = new PrintStream(outputStream); in runTests()199 e.printStackTrace(bytePrintStream); in runTests()
294 PrintStream bytePrintStream = new PrintStream(outputStream); in getStackTrace() local295 throwable.printStackTrace(bytePrintStream); in getStackTrace()