Searched refs:ps (Results 1 – 5 of 5) sorted by relevance
185 try (PrintStream ps = new PrintStream(dumpStack)) { in run() argument186 dumpStacks(ps); in run()197 private void dumpStacks(PrintStream ps) { in dumpStacks() argument200 dumpThreadStack(threadEntry.getKey(), threadEntry.getValue(), ps); in dumpStacks() local204 private void dumpThreadStack(Thread thread, StackTraceElement[] trace, PrintStream ps) { in dumpThreadStack() argument205 printLine(String.format("%s", thread), ps); in dumpThreadStack()207 printLine(String.format("\t%s", trace[i]), ps); in dumpThreadStack()209 printLine("", ps); in dumpThreadStack()
1068 private void dumpStacks(PrintStream ps) { in dumpStacks() argument1071 dumpThreadStack(threadEntry.getKey(), threadEntry.getValue(), ps); in dumpStacks() local1075 private void dumpThreadStack(Thread thread, StackTraceElement[] trace, PrintStream ps) { in dumpThreadStack() argument1076 printLine(String.format("%s", thread), ps); in dumpThreadStack()1078 printLine(String.format("\t%s", trace[i]), ps); in dumpThreadStack()1080 printLine("", ps); in dumpThreadStack()1103 PrintStream ps = null; in dumpTfBugreport() local1108 ps = new PrintStream(tmpStackFile); in dumpTfBugreport()1109 dumpStacks(ps); in dumpTfBugreport()1110 ps.flush(); in dumpTfBugreport()[all …]
107 PrintStream ps = new PrintStream(baos, true); in testPrintCommandUsage() local108 mGlobalConfig.printCommandUsage(true, ps); in testPrintCommandUsage()116 ps = new PrintStream(baos, true); in testPrintCommandUsage()117 mGlobalConfig.printCommandUsage(true, ps); in testPrintCommandUsage()
740 PrintStream ps = new PrintStream(baos); in loadAllConfigs() local752 ps.printf("Failed to load %s: %s", configName, e.getMessage()); in loadAllConfigs()753 ps.println(); in loadAllConfigs()885 PrintStream ps = new PrintStream(baos); in loadAndPrintAllConfigs() local914 ps.printf("Failed to print %s: %s", def.getName(), e.getMessage()); in loadAndPrintAllConfigs()915 ps.println(); in loadAndPrintAllConfigs()
META-INF/ META-INF/MANIFEST.MF jline/ jline/CompletionHandler.class CompletionHandler ...