Home
last modified time | relevance | path

Searched defs:ps (Results 1 – 4 of 4) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/sandbox/
DTradefedSandboxRunner.java203 try (PrintStream ps = new PrintStream(dumpStack)) { in run()
215 private void dumpStacks(PrintStream ps) { in dumpStacks()
218 dumpThreadStack(threadEntry.getKey(), threadEntry.getValue(), ps); in dumpStacks() local
222 private void dumpThreadStack(Thread thread, StackTraceElement[] trace, PrintStream ps) { in dumpThreadStack()
/tools/tradefederation/core/src/com/android/tradefed/command/
DConsole.java1241 private void dumpStacks(PrintStream ps) { in dumpStacks()
1244 dumpThreadStack(threadEntry.getKey(), threadEntry.getValue(), ps); in dumpStacks() local
1248 private void dumpThreadStack(Thread thread, StackTraceElement[] trace, PrintStream ps) { in dumpThreadStack()
1272 PrintStream ps = null; in dumpTfBugreport() local
/tools/tradefederation/core/javatests/com/android/tradefed/config/
DGlobalConfigurationTest.java107 PrintStream ps = new PrintStream(baos, true); in testPrintCommandUsage() local
/tools/tradefederation/core/src/com/android/tradefed/config/
DConfigurationFactory.java1017 PrintStream ps = new PrintStream(baos); in loadAllConfigs() local
1163 PrintStream ps = new PrintStream(baos); in loadAndPrintAllConfigs() local