Home
last modified time | relevance | path

Searched refs:CreateInstance (Results 1 – 25 of 28) sorted by relevance

12

/tools/acloud/internal/lib/
Dcheeps_compute_client_test.py115 self.cheeps_compute_client.CreateInstance(
121 gcompute_client.ComputeClient.CreateInstance.assert_called_with(
162 self.cheeps_compute_client.CreateInstance(
168 gcompute_client.ComputeClient.CreateInstance.assert_called_with(
Dcheeps_compute_client.py66 def CreateInstance(self, instance, image_name, image_project, avd_spec): member in CheepsComputeClient
95 gcompute_client.ComputeClient.CreateInstance(
Dgoldfish_compute_client.py150 def CreateInstance(self, member in GoldfishComputeClient
245 gcompute_client.ComputeClient.CreateInstance(
Dcvd_compute_client.py70 def CreateInstance(self, instance, image_name, image_project, member in CvdComputeClient
171 gcompute_client.ComputeClient.CreateInstance(
Dgoldfish_compute_client_test.py132 self.goldfish_compute_client.CreateInstance(
145 gcompute_client.ComputeClient.CreateInstance.assert_called_with(
Dandroid_compute_client_test.py133 self.android_compute_client.CreateInstance(instance_name, self.IMAGE,
137 self.android_compute_client).CreateInstance.assert_called_with(
Dandroid_compute_client.py270 def CreateInstance(self, member in AndroidComputeClient
324 super(AndroidComputeClient, self).CreateInstance(
Dcvd_compute_client_test.py130 self.cvd_compute_client.CreateInstance(
171 self.cvd_compute_client.CreateInstance(
Dcvd_compute_client_multi_stage_test.py174 self.cvd_compute_client_multi_stage.CreateInstance(
207 self.cvd_compute_client_multi_stage.CreateInstance(
Dcvd_compute_client_multi_stage.py148 def CreateInstance(self, instance, image_name, image_project, member in CvdComputeClient
495 gcompute_client.ComputeClient.CreateInstance(
Dgcompute_client_test.py609 self.compute_client.CreateInstance(
687 self.compute_client.CreateInstance(
762 self.compute_client.CreateInstance(
/tools/acloud/public/actions/
Dcreate_goldfish_action_test.py135 self.compute_client.CreateInstance.assert_called_with(
192 self.compute_client.CreateInstance.assert_called_with(
257 self.compute_client.CreateInstance.assert_called_with(
312 self.compute_client.CreateInstance.assert_called_with(
370 self.compute_client.CreateInstance.assert_called_with(
425 self.compute_client.CreateInstance.assert_called_with(
Dcreate_goldfish_action.py141 def CreateInstance(self): member in GoldfishDeviceFactory
153 self._compute_client.CreateInstance(
Dcreate_cuttlefish_action.py144 def CreateInstance(self): member in CuttlefishDeviceFactory
176 self._compute_client.CreateInstance(
Dbase_device_factory.py42 def CreateInstance(self): member in BaseDeviceFactory
Dremote_instance_cf_device_factory_test.py382 factory.CreateInstance()
409 factory.CreateInstance()
Dremote_instance_fvp_device_factory.py29 def CreateInstance(self): member in RemoteInstanceDeviceFactory
Dgce_device_factory.py85 self._compute_client.CreateInstance(
Dremote_instance_fvp_device_factory_test.py84 factory.CreateInstance()
Dcreate_cuttlefish_action_test.py141 self.compute_client.CreateInstance.assert_called_with(
Dcommon_operations_test.py98 self.assertEqual(self.device_factory.CreateInstance.call_count, 5)
Dcommon_operations.py113 instance = self._device_factory.CreateInstance()
/tools/acloud/create/
Dcheeps_remote_image_remote_instance.py105 def CreateInstance(self): member in CheepsDeviceFactory
126 self._compute_client.CreateInstance(
Dcheeps_remote_image_remote_instance_test.py88 self.compute_client.CreateInstance.assert_called_with(
120 self.compute_client.CreateInstance.assert_called_with(
/tools/acloud/public/
Ddevice_driver_test.py109 self.compute_client.CreateInstance.assert_called_with(

12