Home
last modified time | relevance | path

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

12

/tools/acloud/public/actions/
Dremote_host_cf_device_factory_test.py109 self.assertEqual("inst", factory.CreateInstance())
161 self.assertEqual("inst", factory.CreateInstance())
208 self.assertEqual("inst", factory.CreateInstance())
266 self.assertEqual("inst", factory.CreateInstance())
315 self.assertEqual("inst", factory.CreateInstance())
368 self.assertEqual("inst", factory.CreateInstance())
424 self.assertEqual("inst", factory.CreateInstance())
443 self.assertEqual("inst", factory.CreateInstance())
470 self.assertEqual("inst", factory.CreateInstance())
Dremote_host_gf_device_factory_test.py163 instance_name = factory.CreateInstance()
231 instance_name = factory.CreateInstance()
254 factory.CreateInstance()
293 factory.CreateInstance()
358 factory.CreateInstance()
379 factory.CreateInstance()
397 factory.CreateInstance()
420 factory.CreateInstance()
438 factory.CreateInstance()
Dcreate_goldfish_action_test.py138 self.compute_client.CreateInstance.assert_called_with(
196 self.compute_client.CreateInstance.assert_called_with(
262 self.compute_client.CreateInstance.assert_called_with(
318 self.compute_client.CreateInstance.assert_called_with(
377 self.compute_client.CreateInstance.assert_called_with(
433 self.compute_client.CreateInstance.assert_called_with(
Dbase_device_factory.py42 def CreateInstance(self): member in BaseDeviceFactory
Dremote_instance_cf_device_factory_test.py257 factory.CreateInstance()
304 factory_local_img.CreateInstance()
340 factory.CreateInstance()
Dcreate_goldfish_action.py141 def CreateInstance(self): member in GoldfishDeviceFactory
153 self._compute_client.CreateInstance(
Dremote_instance_fvp_device_factory.py30 def CreateInstance(self): member in RemoteInstanceDeviceFactory
Dremote_instance_fvp_device_factory_test.py82 factory.CreateInstance()
Dgce_device_factory.py86 self._compute_client.CreateInstance(
Dremote_instance_trusty_device_factory_test.py201 factory.CreateInstance()
Dremote_instance_cf_device_factory.py57 def CreateInstance(self): member in RemoteInstanceDeviceFactory
Dcommon_operations.py105 instance = self._device_factory.CreateInstance()
Dremote_instance_trusty_device_factory.py119 def CreateInstance(self): member in RemoteInstanceDeviceFactory
/tools/acloud/internal/lib/
Dcheeps_compute_client_test.py118 self.cheeps_compute_client.CreateInstance(
124 gcompute_client.ComputeClient.CreateInstance.assert_called_with(
167 self.cheeps_compute_client.CreateInstance(
173 gcompute_client.ComputeClient.CreateInstance.assert_called_with(
Dcheeps_compute_client.py66 def CreateInstance(self, instance, image_name, image_project, avd_spec): member in CheepsComputeClient
100 gcompute_client.ComputeClient.CreateInstance(
Dgoldfish_compute_client.py150 def CreateInstance(self, member in GoldfishComputeClient
249 gcompute_client.ComputeClient.CreateInstance(
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().CreateInstance(
Dgoldfish_compute_client_test.py176 self.goldfish_compute_client.CreateInstance(
252 self.goldfish_compute_client.CreateInstance(
Dcvd_compute_client_multi_stage.py110 def CreateInstance(self, instance, image_name, image_project, member in CvdComputeClient
283 gcompute_client.ComputeClient.CreateInstance(
Dcvd_compute_client_multi_stage_test.py159 self.cvd_compute_client_multi_stage.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.py91 self.compute_client.CreateInstance.assert_called_with(
124 self.compute_client.CreateInstance.assert_called_with(
/tools/tradefederation/core/javatests/res/testtype/
Dpython_output2.txt99 Test CreateInstance. ... ok
101 Test CreateInstance with a GPU parameter not set to None. ... ok
151 Test CreateInstance. ... ok
197 Test CreateInstance. ... ok
199 Test CreateInstance. ... ok
/tools/acloud/public/
Ddevice_driver_test.py109 self.compute_client.CreateInstance.assert_called_with(

12