/tools/acloud/internal/lib/ |
D | cheeps_compute_client_test.py | 115 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(
|
D | cheeps_compute_client.py | 66 def CreateInstance(self, instance, image_name, image_project, avd_spec): member in CheepsComputeClient 95 gcompute_client.ComputeClient.CreateInstance(
|
D | goldfish_compute_client.py | 150 def CreateInstance(self, member in GoldfishComputeClient 245 gcompute_client.ComputeClient.CreateInstance(
|
D | cvd_compute_client.py | 70 def CreateInstance(self, instance, image_name, image_project, member in CvdComputeClient 171 gcompute_client.ComputeClient.CreateInstance(
|
D | goldfish_compute_client_test.py | 132 self.goldfish_compute_client.CreateInstance( 145 gcompute_client.ComputeClient.CreateInstance.assert_called_with(
|
D | android_compute_client_test.py | 133 self.android_compute_client.CreateInstance(instance_name, self.IMAGE, 137 self.android_compute_client).CreateInstance.assert_called_with(
|
D | android_compute_client.py | 270 def CreateInstance(self, member in AndroidComputeClient 324 super(AndroidComputeClient, self).CreateInstance(
|
D | cvd_compute_client_test.py | 130 self.cvd_compute_client.CreateInstance( 171 self.cvd_compute_client.CreateInstance(
|
D | cvd_compute_client_multi_stage_test.py | 174 self.cvd_compute_client_multi_stage.CreateInstance( 207 self.cvd_compute_client_multi_stage.CreateInstance(
|
D | cvd_compute_client_multi_stage.py | 148 def CreateInstance(self, instance, image_name, image_project, member in CvdComputeClient 495 gcompute_client.ComputeClient.CreateInstance(
|
D | gcompute_client_test.py | 609 self.compute_client.CreateInstance( 687 self.compute_client.CreateInstance( 762 self.compute_client.CreateInstance(
|
/tools/acloud/public/actions/ |
D | create_goldfish_action_test.py | 135 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(
|
D | create_goldfish_action.py | 141 def CreateInstance(self): member in GoldfishDeviceFactory 153 self._compute_client.CreateInstance(
|
D | create_cuttlefish_action.py | 144 def CreateInstance(self): member in CuttlefishDeviceFactory 176 self._compute_client.CreateInstance(
|
D | base_device_factory.py | 42 def CreateInstance(self): member in BaseDeviceFactory
|
D | remote_instance_cf_device_factory_test.py | 382 factory.CreateInstance() 409 factory.CreateInstance()
|
D | remote_instance_fvp_device_factory.py | 29 def CreateInstance(self): member in RemoteInstanceDeviceFactory
|
D | gce_device_factory.py | 85 self._compute_client.CreateInstance(
|
D | remote_instance_fvp_device_factory_test.py | 84 factory.CreateInstance()
|
D | create_cuttlefish_action_test.py | 141 self.compute_client.CreateInstance.assert_called_with(
|
D | common_operations_test.py | 98 self.assertEqual(self.device_factory.CreateInstance.call_count, 5)
|
D | common_operations.py | 113 instance = self._device_factory.CreateInstance()
|
/tools/acloud/create/ |
D | cheeps_remote_image_remote_instance.py | 105 def CreateInstance(self): member in CheepsDeviceFactory 126 self._compute_client.CreateInstance(
|
D | cheeps_remote_image_remote_instance_test.py | 88 self.compute_client.CreateInstance.assert_called_with( 120 self.compute_client.CreateInstance.assert_called_with(
|
/tools/acloud/public/ |
D | device_driver_test.py | 109 self.compute_client.CreateInstance.assert_called_with(
|