Home
last modified time | relevance | path

Searched defs:boot_timeout_secs (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/tools/acloud/public/actions/
H A Dcommon_operations.py123 def WaitForBoot(self, boot_timeout_secs): argument
213 boot_timeout_secs=None, unlock_screen=False, argument
H A Dcreate_goldfish_action.py249 boot_timeout_secs=None): argument
/aosp_15_r20/tools/acloud/create/
H A Dgoldfish_local_image_local_instance_test.py126 boot_timeout_secs=None, argument
H A Davd_spec.py1132 def boot_timeout_secs(self): member in AVDSpec
/aosp_15_r20/tools/acloud/internal/lib/
H A Dandroid_compute_client.py366 def WaitForBoot(self, instance, boot_timeout_secs=None): argument
H A Dcvd_utils.py921 def ExecuteRemoteLaunchCvd(ssh_obj, cmd, boot_timeout_secs): argument