Home
last modified time | relevance | path

Searched defs:pw (Results 1 – 11 of 11) sorted by relevance

/tools/tradefederation/core/tests/src/com/android/tradefed/command/remote/
DRemoteManagerTest.java78 PrintWriter pw = new PrintWriter(out); in testProcessClientOperations_invalidAction() local
97 PrintWriter pw = new PrintWriter(out); in testProcessClientOperations_initHandover() local
116 PrintWriter pw = new PrintWriter(out); in testProcessClientOperations_addCommand() local
132 PrintWriter pw = new PrintWriter(out); in testProcessClientOperations_addCommand_fail() local
150 PrintWriter pw = new PrintWriter(out); in testProcessClientOperations_addCommand_config() local
168 PrintWriter pw = new PrintWriter(out); in testProcessClientOperations_allocateDevice_fail() local
185 PrintWriter pw = new PrintWriter(out); in testProcessClientOperations_allocateDevice() local
202 PrintWriter pw = new PrintWriter(out); in testProcessClientOperations_processFree_notFound() local
223 PrintWriter pw = new PrintWriter(out); in testProcessClientOperations_processFree() local
247 PrintWriter pw = new PrintWriter(out); in testProcessClientOperations_processFree_wildcard() local
/tools/tradefederation/core/tests/src/com/android/tradefed/config/
DSandboxConfigurationFactoryTest.java165 try (PrintWriter pw = new PrintWriter(mConfig)) { in testCreateConfiguration_runConfig()
/tools/tradefederation/core/src/com/android/tradefed/sandbox/
DSandboxConfigDump.java83 PrintWriter pw = null; in parse() local
DTradefedSandbox.java431 PrintWriter pw = new PrintWriter(tmpParentConfig); in handleChildMissingConfig() local
/tools/tradefederation/core/tests/src/com/android/tradefed/command/
DCommandRunnerTest.java112 PrintWriter pw = new PrintWriter(out); in printStackTrace() local
DCommandSchedulerTest.java935 PrintWriter pw = new PrintWriter(res); in testDisplayCommandQueue() local
953 PrintWriter pw = new PrintWriter(res); in testDumpCommandXml() local
986 PrintWriter pw = new PrintWriter(res); in testDisplayCommandsInfo() local
/tools/tradefederation/core/src/com/android/tradefed/log/
DTerribleFailureEmailHandler.java246 PrintWriter pw = new PrintWriter(sw); in getStackTraceString() local
DLogUtil.java320 PrintWriter pw = new PrintWriter(sw); in getStackTraceString() local
/tools/tradefederation/core/src/com/android/tradefed/command/
DConsole.java910 protected void printLine(String output, PrintStream pw) { in printLine()
/tools/tradefederation/core/src/com/android/tradefed/util/
DSubprocessEventHelper.java199 PrintWriter pw = new PrintWriter(sw); in toString() local
/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DDeviceManagerTest.java1256 PrintWriter pw = new PrintWriter(out); in testDisplayDevicesInfo() local