Searched defs:ps (Results 1 – 4 of 4) sorted by relevance
185 try (PrintStream ps = new PrintStream(dumpStack)) { in run()197 private void dumpStacks(PrintStream ps) { in dumpStacks()200 dumpThreadStack(threadEntry.getKey(), threadEntry.getValue(), ps); in dumpStacks() local204 private void dumpThreadStack(Thread thread, StackTraceElement[] trace, PrintStream ps) { in dumpThreadStack()
1068 private void dumpStacks(PrintStream ps) { in dumpStacks()1071 dumpThreadStack(threadEntry.getKey(), threadEntry.getValue(), ps); in dumpStacks() local1075 private void dumpThreadStack(Thread thread, StackTraceElement[] trace, PrintStream ps) { in dumpThreadStack()1103 PrintStream ps = null; in dumpTfBugreport() local
107 PrintStream ps = new PrintStream(baos, true); in testPrintCommandUsage() local
772 PrintStream ps = new PrintStream(baos); in loadAllConfigs() local918 PrintStream ps = new PrintStream(baos); in loadAndPrintAllConfigs() local