/tools/tradefederation/core/src/com/android/tradefed/targetprep/ |
D | NativeLeakCollector.java | 100 if (receiver.getOutput() != null && !receiver.getOutput().isEmpty()) { in tearDown() 103 new ByteArrayInputStreamSource(receiver.getOutput().getBytes()); in tearDown() 107 CLog.w("No test logger available, printing output here:\n%s", receiver.getOutput()); in tearDown()
|
D | RunCommandTargetPreparer.java | 99 CLog.v("cmd: '%s', returned:\n%s", cmd, receiver.getOutput()); in setUp() 140 CLog.d("Background command output : %s", bgAction.getValue().getOutput()); in tearDown()
|
D | PushFileInvoker.java | 76 CLog.d("Executed perf setup script\noutput:\n%s\nEND", receiver.getOutput()); in setUp()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/result/ |
D | MetricsXMLResultReporterTest.java | 65 assertEquals(expectedOutput, getOutput()); in testEmptyGeneration() 86 String output = getOutput(); in testRunMetrics() 113 String output = getOutput(); in testTestMetrics() 139 String output = getOutput(); in testTestFailMetrics() 151 private String getOutput() { in getOutput() method in MetricsXMLResultReporterTest
|
D | XmlResultReporterTest.java | 111 assertEquals(expectedOutput, getOutput()); in testEmptyGeneration() 129 String output = getOutput(); in testSinglePass() 154 String output = getOutput(); in testSingleFail() 167 private String getOutput() { in getOutput() method in XmlResultReporterTest
|
/tools/tradefederation/core/tests/src/com/android/tradefed/device/ |
D | DeviceStateMonitorTest.java | 173 public String getOutput() { in testWaitForShellAvailable() 200 public String getOutput() { in testWaitForShell_becomeAvailable() 241 public String getOutput() { in testWaitForShell_timeout() 346 public String getOutput() { in testWaitForPmResponsive() 374 public String getOutput() { in testWaitForPm_becomeResponsive() 416 public String getOutput() { in testWaitForPm_timeout() 463 public String getOutput() { in testgetMountPoint_nonCached() 489 public String getOutput() { in testWaitForStoreMount() 525 public String getOutput() { in testWaitForStoreMount_PermDenied() 561 public String getOutput() { in testWaitForStoreMount_becomeAvailable() [all …]
|
D | DeviceManagerTest.java | 180 public String getOutput() { in setUp() 949 public String getOutput() { in testFreeDevice_unavailable() 1013 public String getOutput() { in testFreeDevice_unknown() 1077 public String getOutput() { in testFreeDevice_unknown_subName()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/util/ |
D | MetricsXmlParserTest.java | 107 mMetrics, Collections.emptySet(), new ByteArrayInputStream(getOutput())); in testSimpleParse() 141 mMetrics, Collections.emptySet(), new ByteArrayInputStream(getOutput())); in testParse() 177 MetricsXmlParser.parse(mMetrics, blacklist, new ByteArrayInputStream(getOutput())); in testParseBlacklist() 185 private byte[] getOutput() { in getOutput() method in MetricsXmlParserTest
|
/tools/tradefederation/core/src/com/android/tradefed/device/ |
D | CollectingByteOutputReceiver.java | 30 public byte[] getOutput() { in getOutput() method in CollectingByteOutputReceiver
|
D | CollectingOutputReceiver.java | 31 public String getOutput() { in getOutput() method in CollectingOutputReceiver
|
D | ManagedTestDeviceFactory.java | 115 String output = receiver.getOutput().trim(); in checkFrameworkSupport() 123 + "output: %s", receiver.getOutput()); in checkFrameworkSupport()
|
D | DeviceStateMonitor.java | 54 String output = receiver.getOutput(); in waitForPmResponsive()
|
D | NativeDeviceStateMonitor.java | 171 String output = receiver.getOutput(); in waitForDeviceShell() 305 String output = receiver.getOutput(); in waitForStoreMount() 346 return receiver.getOutput().trim(); in getMountPoint()
|
D | NativeDevice.java | 674 String output = receiver.getOutput(); in executeShellCommand() 2011 output = receiver.getOutput(); in getLogcatSince() 2033 output = receiver.getOutput(); in getLogcatDump() 2235 String output = receiver.getOutput().trim(); in getBugreportzInternal() 2286 return new ByteArrayInputStreamSource(receiver.getOutput()); in getBugreportInternal() 2907 if (receiver.getOutput().split(":")[0].matches("500 \\d+ Usage")) { in encryptDevice() 3924 String output = receiver.getOutput().trim(); in getMacAddress()
|
/tools/tradefederation/contrib/src/com/android/media/tests/ |
D | AudioLevelUtility.java | 39 final String shellOutput = receiver.getOutput(); in extractDeviceHeadsetLevelFromAdbShell()
|
D | AudioJitterTest.java | 106 String resultStr = receiver.getOutput(); in run()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/proto/ |
D | PlatformProtosFuncTest.java | 69 byte[] protoBytes = receiver.getOutput(); in testDumpAndReadBatteryStatsProto()
|
/tools/tradefederation/core/src/com/android/tradefed/util/ |
D | DeviceConcurrentUtil.java | 120 String output = receiver.getOutput(); in call()
|
D | BluetoothUtils.java | 75 String output = receiver.getOutput(); in runBluetoothInstrumentation()
|
/tools/tradefederation/core/prod-tests/src/com/android/monkey/ |
D | MonkeyBase.java | 130 mOutput = receiver.getOutput(); in runCommand() 138 public String getOutput() { in getOutput() method in MonkeyBase.CommandHelper 370 outputBuilder.append(commandHelper.getOutput()); in runMonkey()
|
/tools/tradefederation/core/prod-tests/src/com/android/graphics/tests/ |
D | FlatlandTest.java | 136 String result = receiver.getOutput(); in run()
|
/tools/tradefederation/core/src/com/android/tradefed/testtype/ |
D | GTestXmlResultParser.java | 102 errorMessage += "\nlogs:\n" + output.getOutput(); in parseResult()
|
/tools/tradefederation/core/src/com/android/tradefed/device/metric/ |
D | AtraceCollector.java | 140 CLog.i("command output: %s", c.getOutput()); in startTracing()
|
/tools/tradefederation/core/prod-tests/src/com/android/performance/tests/ |
D | GeekbenchTest.java | 121 CLog.v(receiver.getOutput()); in run()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/ |
D | GTestXmlResultParserTest.java | 265 public String getOutput() { in testParseWithEmptyFile_AdditionalOutput()
|