/tools/acloud/public/actions/ |
D | common_operations.py | 108 stage: round(exec_time, 2) for stage, exec_time in 110 stage = self._compute_client.stage if hasattr( 118 time_info=time_info, stage=stage, 331 if device.stage: 332 reporter.SetErrorType(_DICT_ERROR_TYPE[device.stage])
|
/tools/acloud/internal/lib/ |
D | remote_host_client.py | 64 def SetStage(self, stage): argument 66 self._stage = stage 94 def stage(self): member in RemoteHostClient
|
D | cvd_compute_client_multi_stage.py | 449 def SetStage(self, stage): argument 455 self._stage = stage 468 def stage(self): member in CvdComputeClient
|
D | cvd_compute_client_multi_stage_test.py | 182 self.assertEqual(self.cvd_compute_client_multi_stage.stage,
|
/tools/acloud/public/ |
D | avd.py | 41 def __init__(self, instance_name, ip=None, time_info=None, stage=None, argument 79 self._stage = stage 111 def stage(self): member in AndroidVirtualDevice
|
/tools/tradefederation/core/src/com/android/tradefed/invoker/sandbox/ |
D | ParentSandboxInvocationExecution.java | 235 public void reportLogs(ITestDevice device, ITestLogger logger, Stage stage) { in reportLogs() argument 237 if (Stage.TEST.equals(stage)) { in reportLogs() 240 super.reportLogs(device, logger, stage); in reportLogs()
|
/tools/netsim/ |
D | README.md | 3 Netsim is a development stage open-source tool for testing and analysis of
|
/tools/tradefederation/core/src/com/android/tradefed/invoker/ |
D | IInvocationExecution.java | 174 public void reportLogs(ITestDevice device, ITestLogger logger, Stage stage); in reportLogs() argument
|
D | TestInvocation.java | 1475 public static String getDeviceLogName(Stage stage) { in getDeviceLogName() argument 1476 return DEVICE_LOG_NAME_PREFIX + stage.getName(); in getDeviceLogName() 1479 public static String getEmulatorLogName(Stage stage) { in getEmulatorLogName() argument 1480 return EMULATOR_LOG_NAME_PREFIX + stage.getName(); in getEmulatorLogName()
|
D | DelegatedInvocationExecution.java | 77 public void reportLogs(ITestDevice device, ITestLogger logger, Stage stage) { in reportLogs() argument
|
D | InvocationExecution.java | 1345 public void reportLogs(ITestDevice device, ITestLogger listener, Stage stage) { in reportLogs() argument 1356 TestInvocation.getDeviceLogName(stage), device.getSerialNumber()); in reportLogs() 1364 String name = TestInvocation.getEmulatorLogName(stage); in reportLogs()
|
/tools/acloud/internal/proto/ |
D | user_config.proto | 110 // [CVD only] Enable multi stage function.
|
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/dev_utils/proto/ |
D | apollo_qa.proto | 6 c) Prefer 3-stage migrations if possible: add new message/enum/field & start
|
/tools/tradefederation/core/src/com/android/tradefed/build/ |
D | BuildInfo.java | 729 try (CloseableTraceScope stage = new CloseableTraceScope("stageRemoteFile:" + fileName); in stageRemoteFile() argument
|