Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/config/
DGlobalConfigurationTest.java98 PrintStream ps = new PrintStream(baos, true); in testPrintCommandUsage() local
99 mGlobalConfig.printCommandUsage(true, ps); in testPrintCommandUsage()
107 ps = new PrintStream(baos, true); in testPrintCommandUsage()
108 mGlobalConfig.printCommandUsage(true, ps); in testPrintCommandUsage()
/tools/tradefederation/core/src/com/android/tradefed/command/
DConsole.java1021 private void dumpStacks(PrintStream ps) { in dumpStacks() argument
1024 dumpThreadStack(threadEntry.getKey(), threadEntry.getValue(), ps); in dumpStacks() local
1028 private void dumpThreadStack(Thread thread, StackTraceElement[] trace, PrintStream ps) { in dumpThreadStack() argument
1029 printLine(String.format("%s", thread), ps); in dumpThreadStack()
1031 printLine(String.format("\t%s", trace[i]), ps); in dumpThreadStack()
1033 printLine("", ps); in dumpThreadStack()
1056 PrintStream ps = null; in dumpTfBugreport() local
1061 ps = new PrintStream(tmpStackFile); in dumpTfBugreport()
1062 dumpStacks(ps); in dumpTfBugreport()
1063 ps.flush(); in dumpTfBugreport()
[all …]
/tools/tradefederation/core/src/com/android/tradefed/config/
DConfigurationFactory.java689 PrintStream ps = new PrintStream(baos); in loadAllConfigs() local
701 ps.printf("Failed to load %s: %s", configName, e.getMessage()); in loadAllConfigs()
702 ps.println(); in loadAllConfigs()
819 PrintStream ps = new PrintStream(baos); in loadAndPrintAllConfigs() local
848 ps.printf("Failed to print %s: %s", def.getName(), e.getMessage()); in loadAndPrintAllConfigs()
849 ps.println(); in loadAndPrintAllConfigs()