/tools/tradefederation/core/test_framework/com/android/tradefed/targetprep/ |
D | NativeLeakCollector.java | 82 CollectingOutputReceiver receiver = new CollectingOutputReceiver(); in tearDown() local 84 writeToReceiver(String.format(OUTPUT_HEADER, allCommand), receiver); in tearDown() local 90 writeToReceiver(String.format(OUTPUT_HEADER, procCommand), receiver); in tearDown() local 107 private void writeToReceiver (String msg, CollectingOutputReceiver receiver) { in writeToReceiver()
|
D | PushFileInvoker.java | 75 CollectingOutputReceiver receiver = new CollectingOutputReceiver(); in setUp() local
|
/tools/tradefederation/core/src/com/android/tradefed/util/ |
D | SimplePerfUtil.java | 109 public void executeCommand(String command, IShellOutputReceiver receiver) in executeCommand() 111 mDevice.executeShellCommand(commandStringPreparer(command), receiver); in executeCommand() local 131 public void executeCommand(String command, IShellOutputReceiver receiver, in executeCommand() 134 mDevice.executeShellCommand(commandStringPreparer(command), receiver, in executeCommand() local
|
D | ShellOutputReceiverStream.java | 39 public ShellOutputReceiverStream(@Nullable IShellOutputReceiver receiver) { in ShellOutputReceiverStream() 43 public ShellOutputReceiverStream( in ShellOutputReceiverStream()
|
D | BluetoothUtils.java | 73 CollectingOutputReceiver receiver = new CollectingOutputReceiver(); in runBluetoothInstrumentation() local 74 device.executeShellCommand(String.format(BT_INSTR_CMD, command), receiver); in runBluetoothInstrumentation() local
|
D | DeviceConcurrentUtil.java | 118 CollectingOutputReceiver receiver = new CollectingOutputReceiver(); in call() local
|
/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/ |
D | StubDevice.java | 178 InstallReceiver receiver, in installPackage() 188 InstallReceiver receiver, in installPackage() 221 String remoteFilePath, boolean reinstall, InstallReceiver receiver, String... extraArgs) in installRemotePackage() 230 InstallReceiver receiver, in installRemotePackage() 302 public void runEventLogService(LogReceiver receiver) in runEventLogService() 308 public void runLogService(String logname, LogReceiver receiver) in runLogService() 397 IShellOutputReceiver receiver, in executeShellCommand() 408 IShellOutputReceiver receiver, in executeShellCommand() 418 public void executeShellCommand(String command, IShellOutputReceiver receiver) in executeShellCommand() 431 String command, IShellOutputReceiver receiver, int maxTimeToOutputResponse) in executeShellCommand() [all …]
|
/tools/tradefederation/core/javatests/com/android/tradefed/result/proto/ |
D | StreamProtoResultReporterTest.java | 83 StreamProtoReceiver receiver = in testStream() local 167 StreamProtoReceiver receiver = in testStream_stopParsing() local 190 StreamProtoReceiver receiver = in testStream_noInvocationReporting() local
|
/tools/tradefederation/core/javatests/com/android/tradefed/result/ |
D | LegacySubprocessResultsReporterTest.java | 71 SubprocessTestResultsParser receiver = in testPrintEvent_printToSocket() local 103 SubprocessTestResultsParser receiver = in testPrintEvent_legacyMethodCalls() local
|
D | SubprocessResultsReporterTest.java | 118 SubprocessTestResultsParser receiver = in testPrintEvent_printToSocket() local 155 SubprocessTestResultsParser receiver = in testPrintEvent_printToSocket_StructuredFailures() local 230 try (SubprocessTestResultsParser receiver = in testTestLog() 259 try (SubprocessTestResultsParser receiver = in testTestLog_disabled()
|
/tools/tradefederation/core/test_framework/com/android/tradefed/util/statsd/ |
D | MetricUtil.java | 86 final CollectingByteOutputReceiver receiver = new CollectingByteOutputReceiver(); in getStatsdMetadata() local 104 final CollectingByteOutputReceiver receiver = new CollectingByteOutputReceiver(); in getReportByteArray() local
|
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/rust/ |
D | RustBinaryTest.java | 152 final Invocation invocation, IShellOutputReceiver receiver, final String... extraArgs) in runInvocation() 184 receiver, in runInvocation() local 207 CollectingOutputReceiver receiver = new CollectingOutputReceiver(); in runTest() local
|
/tools/tradefederation/contrib/src/com/android/graphics/tests/ |
D | FlatlandTest.java | 136 CollectingOutputReceiver receiver = new CollectingOutputReceiver(); in run() local 139 receiver, in run() local
|
/tools/tradefederation/contrib/src/com/android/media/tests/ |
D | AudioLevelUtility.java | 35 final CollectingOutputReceiver receiver = new CollectingOutputReceiver(); in extractDeviceHeadsetLevelFromAdbShell() local
|
D | AudioJitterTest.java | 103 CollectingOutputReceiver receiver = new CollectingOutputReceiver(); in run() local
|
/tools/tradefederation/core/src/com/android/tradefed/device/ |
D | BatteryTemperature.java | 80 DumpsysBatteryTemperatureReceiver receiver = new DumpsysBatteryTemperatureReceiver(); in getBatteryTemperature() local
|
D | DeviceStateMonitor.java | 50 final CollectingOutputReceiver receiver = createOutputReceiver(); in waitForPmResponsive() local
|
D | BackgroundDeviceAction.java | 64 IShellOutputReceiver receiver, int startDelay) { in BackgroundDeviceAction()
|
/tools/tradefederation/core/src/com/android/tradefed/device/metric/ |
D | LogcatOnFailureCollector.java | 135 ILogcatReceiver receiver = mLogcatReceivers.get(device); in collectAndLog() local 155 ILogcatReceiver receiver = createLogcatReceiver(device); in initReceiver() local
|
/tools/metalava/metalava-model/src/main/java/com/android/tools/metalava/model/item/ |
D | DefaultPropertyItem.kt | 47 override val receiver: TypeItem?, constant
|
/tools/tradefederation/core/src/com/android/tradefed/log/ |
D | BaseLeveledLogOutput.java | 104 Map<String, LogLevel> receiver, in initComponentVerbosity()
|
/tools/tradefederation/core/src/com/android/tradefed/invoker/ |
D | DelegatedInvocationExecution.java | 162 try (StreamProtoReceiver receiver = createReceiver(listener, info.getContext())) { in runTests() 260 StreamProtoReceiver receiver = in createReceiver() local
|
/tools/netsim/rust/daemon/src/wifi/ |
D | hwsim_attr_set.rs | 60 receiver: Option<MacAddress>, field 75 pub receiver: Option<MacAddress>, field 117 pub fn receiver(&mut self, receiver: &[u8; 6]) -> &mut Self { in receiver() method
|
/tools/metalava/metalava-model/src/main/java/com/android/tools/metalava/model/ |
D | PropertyItem.kt | 43 val receiver: TypeItem? in <lambda>() constant
|
/tools/netsim/rust/daemon/src/http_server/ |
D | thread_pool.rs | 42 let receiver = Arc::new(Mutex::new(receiver)); in new() localVariable
|