/tools/tradefederation/core/tests/src/com/android/tradefed/command/remote/ |
D | RemoteManagerTest.java | 78 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/ |
D | SandboxConfigDump.java | 86 PrintWriter pw = null; in parse() local 133 pw = new PrintWriter(resFile); in parse() 137 pw, in parse() 143 config.dumpXml(pw); in parse() 149 StreamUtil.close(pw); in parse()
|
D | TradefedSandboxRunner.java | 212 private void printLine(String output, PrintStream pw) { in printLine() argument 213 pw.print(output); in printLine() 214 pw.println(); in printLine()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/ |
D | BaseTargetPreparerTest.java | 58 try (PrintWriter pw = new PrintWriter(configFile)) { in testDisabledByDefault() argument 59 config.dumpXml(pw, new ArrayList<>(), false, true); in testDisabledByDefault()
|
/tools/tradefederation/core/src/com/android/tradefed/log/ |
D | TerribleFailureEmailHandler.java | 246 PrintWriter pw = new PrintWriter(sw); in getStackTraceString() local 247 t.printStackTrace(pw); in getStackTraceString() 248 pw.flush(); in getStackTraceString()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/config/ |
D | ConfigurationTest.java | 683 PrintWriter pw = new PrintWriter(sw); in testDumpChangedOption() local 684 one.dumpXml(pw, new ArrayList<>(), true, false); in testDumpChangedOption() 693 pw = new PrintWriter(sw); in testDumpChangedOption() 694 one.dumpXml(pw, new ArrayList<>(), true, false); in testDumpChangedOption() 701 pw = new PrintWriter(sw); in testDumpChangedOption() 702 one.dumpXml(pw, new ArrayList<>(), true, false); in testDumpChangedOption() 715 PrintWriter pw = new PrintWriter(sw); in testDumpChangedOption_structure() local 716 one.dumpXml(pw, new ArrayList<>(), true, false); in testDumpChangedOption_structure() 726 pw = new PrintWriter(sw); in testDumpChangedOption_structure() 727 one.dumpXml(pw, new ArrayList<>(), true, false); in testDumpChangedOption_structure()
|
D | SandboxConfigurationFactoryTest.java | 166 try (PrintWriter pw = new PrintWriter(mConfig)) { in testCreateConfiguration_runConfig() argument 167 originalConfig.dumpXml(pw); in testCreateConfiguration_runConfig()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/command/ |
D | CommandRunnerTest.java | 112 PrintWriter pw = new PrintWriter(out); in printStackTrace() local 113 e.printStackTrace(pw); in printStackTrace() 114 pw.flush(); in printStackTrace()
|
D | CommandSchedulerTest.java | 1014 PrintWriter pw = new PrintWriter(res); in testDisplayCommandQueue() local 1015 mScheduler.displayCommandQueue(pw); in testDisplayCommandQueue() 1017 pw.flush(); in testDisplayCommandQueue() 1032 PrintWriter pw = new PrintWriter(res); in testDumpCommandXml() local 1039 mScheduler.dumpCommandsXml(pw, null); in testDumpCommandXml() 1041 pw.flush(); in testDumpCommandXml() 1065 PrintWriter pw = new PrintWriter(res); in testDisplayCommandsInfo() local 1066 mScheduler.displayCommandsInfo(pw, null); in testDisplayCommandsInfo() 1068 pw.flush(); in testDisplayCommandsInfo()
|
/tools/tradefederation/core/common_util/com/android/tradefed/log/ |
D | LogUtil.java | 287 PrintWriter pw = new PrintWriter(sw); in getStackTraceString() local 288 t.printStackTrace(pw); in getStackTraceString() 289 pw.flush(); in getStackTraceString()
|
/tools/test/connectivity/acts/framework/acts/test_utils/power/cellular/ |
D | cellular_traffic_power_test.py | 429 for pw in sweep_range: 432 self.simulation.set_downlink_rx_power(self.simulation.bts1, pw) 434 self.simulation.set_uplink_tx_power(self.simulation.bts1, pw) 438 self.log.info("{} -- {} --".format(self.sweep, pw))
|
/tools/tradefederation/core/src/com/android/tradefed/command/ |
D | Console.java | 910 protected void printLine(String output, PrintStream pw) { in printLine() argument 911 pw.print(output); in printLine() 912 pw.println(); in printLine()
|
/tools/tradefederation/core/src/com/android/tradefed/util/ |
D | SubprocessEventHelper.java | 352 PrintWriter pw = new PrintWriter(sw); in toString() local 353 mCause.printStackTrace(pw); in toString()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/device/ |
D | DeviceManagerTest.java | 1323 PrintWriter pw = new PrintWriter(out); in testDisplayDevicesInfo() local 1324 manager.displayDevicesInfo(pw, false); in testDisplayDevicesInfo() 1325 pw.flush(); in testDisplayDevicesInfo()
|
/tools/tradefederation/core/tests/res/testdata/ |
D | tradefed-prebuilt-cts-8.0_r21.jar | META-INF/
META-INF/MANIFEST.MF
jline/
jline/CompletionHandler.class
CompletionHandler ... |