/tools/acloud/create/ |
D | local_image_local_instance.py | 82 def _CreateAVD(self, avd_spec, no_prompts): argument 119 local_image_path, avd_spec.connect_webrtc, no_prompts, 135 utils.LaunchVNCFromReport(result_report, avd_spec, no_prompts) 226 local_image_path, connect_webrtc=False, no_prompts=False, argument 250 if no_prompts or utils.GetUserAnswerYes(_CONFIRM_RELAUNCH %
|
D | goldfish_local_image_local_instance_test.py | 152 report = self._goldfish._CreateAVD(mock_avd_spec, no_prompts=False) 194 report = self._goldfish._CreateAVD(mock_avd_spec, no_prompts=True) 241 report = self._goldfish._CreateAVD(mock_avd_spec, no_prompts=True) 291 report = self._goldfish._CreateAVD(mock_avd_spec, no_prompts=True)
|
D | goldfish_local_image_local_instance.py | 149 def _CreateAVD(self, avd_spec, no_prompts): argument 195 self._CheckRunningEmulator(adb, no_prompts) 301 def _CheckRunningEmulator(self, adb, no_prompts): argument 314 if no_prompts or utils.GetUserAnswerYes(_CONFIRM_RELAUNCH):
|
D | base_avd_create.py | 28 def _CreateAVD(self, avd_spec, no_prompts): argument 37 def Create(self, avd_spec, no_prompts): argument 45 results = self._CreateAVD(avd_spec, no_prompts)
|
D | goldfish_remote_image_remote_instance.py | 30 def _CreateAVD(self, avd_spec, no_prompts): argument 44 utils.LaunchVNCFromReport(report, avd_spec, no_prompts)
|
D | gce_local_image_remote_instance.py | 35 def _CreateAVD(self, avd_spec, no_prompts): argument 57 utils.LaunchVNCFromReport(report, avd_spec, no_prompts)
|
D | gce_remote_image_remote_instance.py | 36 def _CreateAVD(self, avd_spec, no_prompts): argument 57 utils.LaunchVNCFromReport(report, avd_spec, no_prompts)
|
D | remote_image_remote_host.py | 39 def _CreateAVD(self, avd_spec, no_prompts): argument 60 utils.LaunchVNCFromReport(report, avd_spec, no_prompts)
|
D | local_image_remote_host.py | 35 def _CreateAVD(self, avd_spec, no_prompts): argument 60 utils.LaunchVNCFromReport(report, avd_spec, no_prompts)
|
D | remote_image_remote_instance.py | 33 def _CreateAVD(self, avd_spec, no_prompts): argument 57 utils.LaunchVNCFromReport(report, avd_spec, no_prompts)
|
D | local_image_remote_instance.py | 35 def _CreateAVD(self, avd_spec, no_prompts): argument 69 utils.LaunchVNCFromReport(report, avd_spec, no_prompts)
|
D | cheeps_remote_image_remote_instance.py | 38 def _CreateAVD(self, avd_spec, no_prompts): argument 67 utils.LaunchVNCFromReport(report, avd_spec, no_prompts)
|
D | cheeps_remote_image_remote_instance_test.py | 85 report = instance.Create(avd_spec, no_prompts=False) 117 instance.Create(avd_spec, no_prompts=False)
|
D | local_image_local_instance_test.py | 105 mock_avd_spec, no_prompts=True) 113 mock_avd_spec, no_prompts=True)
|
/tools/acloud/pull/ |
D | pull.py | 43 def PullFileFromInstance(cfg, instance, file_name=None, no_prompts=False): argument 67 DisplayLog(ssh, log_files[0], no_prompts) 85 def DisplayLog(ssh, log_file, no_prompts=False): argument 96 if no_prompts or utils.GetUserAnswerYes(warning_msg):
|
/tools/acloud/internal/lib/ |
D | utils.py | 957 def LaunchVNCFromReport(report, avd_spec, no_prompts=False): argument 970 no_prompts=no_prompts) 1011 def LaunchVncClient(port, avd_width=None, avd_height=None, no_prompts=False): argument 1030 if no_prompts or GetUserAnswerYes(_CONFIRM_CONTINUE):
|