Home
last modified time | relevance | path

Searched refs:pw (Results 1 – 8 of 8) sorted by relevance

/tools/tradefederation/core/tests/src/com/android/tradefed/command/remote/
DRemoteManagerTest.java78 PrintWriter pw = new PrintWriter(out); in testProcessClientOperations_invalidAction() local
79 mRemoteManager.processClientOperations(in, pw); in testProcessClientOperations_invalidAction()
80 pw.flush(); in testProcessClientOperations_invalidAction()
97 PrintWriter pw = new PrintWriter(out); in testProcessClientOperations_initHandover() local
98 mRemoteManager.processClientOperations(in, pw); in testProcessClientOperations_initHandover()
99 pw.flush(); in testProcessClientOperations_initHandover()
116 PrintWriter pw = new PrintWriter(out); in testProcessClientOperations_addCommand() local
117 mRemoteManager.processClientOperations(in, pw); in testProcessClientOperations_addCommand()
118 pw.flush(); in testProcessClientOperations_addCommand()
132 PrintWriter pw = new PrintWriter(out); in testProcessClientOperations_addCommand_fail() local
[all …]
/tools/tradefederation/core/src/com/android/tradefed/sandbox/
DSandboxConfigDump.java72 PrintWriter pw = null; in parse() local
86 pw = new PrintWriter(resFile); in parse()
89 config.dumpXml(pw, VERSIONED_ELEMENTS); in parse()
92 config.dumpXml(pw); in parse()
98 StreamUtil.close(pw); in parse()
/tools/tradefederation/core/src/com/android/tradefed/log/
DTerribleFailureEmailHandler.java246 PrintWriter pw = new PrintWriter(sw); in getStackTraceString() local
247 t.printStackTrace(pw); in getStackTraceString()
248 pw.flush(); in getStackTraceString()
DLogUtil.java320 PrintWriter pw = new PrintWriter(sw); in getStackTraceString() local
321 t.printStackTrace(pw); in getStackTraceString()
322 pw.flush(); in getStackTraceString()
/tools/tradefederation/core/tests/src/com/android/tradefed/command/
DCommandRunnerTest.java112 PrintWriter pw = new PrintWriter(out); in printStackTrace() local
113 e.printStackTrace(pw); in printStackTrace()
114 pw.flush(); in printStackTrace()
DCommandSchedulerTest.java920 PrintWriter pw = new PrintWriter(res); in testDisplayCommandQueue() local
921 mScheduler.displayCommandQueue(pw); in testDisplayCommandQueue()
923 pw.flush(); in testDisplayCommandQueue()
937 PrintWriter pw = new PrintWriter(res); in testDumpCommandXml() local
944 mScheduler.dumpCommandsXml(pw, null); in testDumpCommandXml()
946 pw.flush(); in testDumpCommandXml()
969 PrintWriter pw = new PrintWriter(res); in testDisplayCommandsInfo() local
970 mScheduler.displayCommandsInfo(pw, null); in testDisplayCommandsInfo()
972 pw.flush(); in testDisplayCommandsInfo()
/tools/tradefederation/core/src/com/android/tradefed/command/
DConsole.java864 protected void printLine(String output, PrintStream pw) { in printLine() argument
865 pw.print(output); in printLine()
866 pw.println(); in printLine()
/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DDeviceManagerTest.java1149 PrintWriter pw = new PrintWriter(out); in testDisplayDevicesInfo() local
1150 manager.displayDevicesInfo(pw); in testDisplayDevicesInfo()
1151 pw.flush(); in testDisplayDevicesInfo()