Home
last modified time | relevance | path

Searched refs:ps (Results 1 – 5 of 5) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/sandbox/
DTradefedSandboxRunner.java185 try (PrintStream ps = new PrintStream(dumpStack)) { in run() argument
186 dumpStacks(ps); in run()
197 private void dumpStacks(PrintStream ps) { in dumpStacks() argument
200 dumpThreadStack(threadEntry.getKey(), threadEntry.getValue(), ps); in dumpStacks() local
204 private void dumpThreadStack(Thread thread, StackTraceElement[] trace, PrintStream ps) { in dumpThreadStack() argument
205 printLine(String.format("%s", thread), ps); in dumpThreadStack()
207 printLine(String.format("\t%s", trace[i]), ps); in dumpThreadStack()
209 printLine("", ps); in dumpThreadStack()
/tools/tradefederation/core/src/com/android/tradefed/command/
DConsole.java1068 private void dumpStacks(PrintStream ps) { in dumpStacks() argument
1071 dumpThreadStack(threadEntry.getKey(), threadEntry.getValue(), ps); in dumpStacks() local
1075 private void dumpThreadStack(Thread thread, StackTraceElement[] trace, PrintStream ps) { in dumpThreadStack() argument
1076 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() local
1108 ps = new PrintStream(tmpStackFile); in dumpTfBugreport()
1109 dumpStacks(ps); in dumpTfBugreport()
1110 ps.flush(); in dumpTfBugreport()
[all …]
/tools/tradefederation/core/tests/src/com/android/tradefed/config/
DGlobalConfigurationTest.java107 PrintStream ps = new PrintStream(baos, true); in testPrintCommandUsage() local
108 mGlobalConfig.printCommandUsage(true, ps); in testPrintCommandUsage()
116 ps = new PrintStream(baos, true); in testPrintCommandUsage()
117 mGlobalConfig.printCommandUsage(true, ps); in testPrintCommandUsage()
/tools/tradefederation/core/src/com/android/tradefed/config/
DConfigurationFactory.java740 PrintStream ps = new PrintStream(baos); in loadAllConfigs() local
752 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() local
914 ps.printf("Failed to print %s: %s", def.getName(), e.getMessage()); in loadAndPrintAllConfigs()
915 ps.println(); in loadAndPrintAllConfigs()
/tools/tradefederation/core/tests/res/testdata/
Dtradefed-prebuilt-cts-8.0_r21.jarMETA-INF/ META-INF/MANIFEST.MF jline/ jline/CompletionHandler.class CompletionHandler ...