Home
last modified time | relevance | path

Searched refs:stage (Results 1 – 14 of 14) sorted by relevance

/tools/acloud/public/actions/
Dcommon_operations.py108 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/
Dremote_host_client.py64 def SetStage(self, stage): argument
66 self._stage = stage
94 def stage(self): member in RemoteHostClient
Dcvd_compute_client_multi_stage.py449 def SetStage(self, stage): argument
455 self._stage = stage
468 def stage(self): member in CvdComputeClient
Dcvd_compute_client_multi_stage_test.py182 self.assertEqual(self.cvd_compute_client_multi_stage.stage,
/tools/acloud/public/
Davd.py41 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/
DParentSandboxInvocationExecution.java235 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/
DREADME.md3 Netsim is a development stage open-source tool for testing and analysis of
/tools/tradefederation/core/src/com/android/tradefed/invoker/
DIInvocationExecution.java174 public void reportLogs(ITestDevice device, ITestLogger logger, Stage stage); in reportLogs() argument
DTestInvocation.java1475 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()
DDelegatedInvocationExecution.java77 public void reportLogs(ITestDevice device, ITestLogger logger, Stage stage) { in reportLogs() argument
DInvocationExecution.java1345 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/
Duser_config.proto110 // [CVD only] Enable multi stage function.
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/dev_utils/proto/
Dapollo_qa.proto6 c) Prefer 3-stage migrations if possible: add new message/enum/field & start
/tools/tradefederation/core/src/com/android/tradefed/build/
DBuildInfo.java729 try (CloseableTraceScope stage = new CloseableTraceScope("stageRemoteFile:" + fileName); in stageRemoteFile() argument