/tools/acloud/internal/lib/ |
D | cheeps_compute_client.py | 66 def CreateInstance(self, instance, image_name, image_project, avd_spec): member in CheepsComputeClient 97 gcompute_client.ComputeClient.CreateInstance(
|
D | goldfish_compute_client.py | 138 def CreateInstance(self, member in GoldfishComputeClient 228 gcompute_client.ComputeClient.CreateInstance(
|
D | cheeps_compute_client_test.py | 111 self.cheeps_compute_client.CreateInstance( 117 gcompute_client.ComputeClient.CreateInstance.assert_called_with(
|
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 | 125 self.goldfish_compute_client.CreateInstance( 137 gcompute_client.ComputeClient.CreateInstance.assert_called_with(
|
D | android_compute_client_test.py | 132 self.android_compute_client.CreateInstance(instance_name, self.IMAGE, 136 self.android_compute_client).CreateInstance.assert_called_with(
|
D | android_compute_client.py | 252 def CreateInstance(self, member in AndroidComputeClient 306 super(AndroidComputeClient, self).CreateInstance(
|
D | cvd_compute_client_test.py | 129 self.cvd_compute_client.CreateInstance( 167 self.cvd_compute_client.CreateInstance(
|
D | cvd_compute_client_multi_stage_test.py | 170 self.cvd_compute_client_multi_stage.CreateInstance( 203 self.cvd_compute_client_multi_stage.CreateInstance(
|
D | cvd_compute_client_multi_stage.py | 155 def CreateInstance(self, instance, image_name, image_project, member in CvdComputeClient 452 gcompute_client.ComputeClient.CreateInstance(
|
D | gcompute_client_test.py | 606 self.compute_client.CreateInstance( 683 self.compute_client.CreateInstance( 757 self.compute_client.CreateInstance(
|
D | gcompute_client.py | 1130 def CreateInstance(self, member in ComputeClient
|
/tools/acloud/public/actions/ |
D | base_device_factory.py | 42 def CreateInstance(self): member in BaseDeviceFactory
|
D | create_goldfish_action_test.py | 132 self.compute_client.CreateInstance.assert_called_with( 188 self.compute_client.CreateInstance.assert_called_with( 252 self.compute_client.CreateInstance.assert_called_with( 306 self.compute_client.CreateInstance.assert_called_with( 363 self.compute_client.CreateInstance.assert_called_with( 417 self.compute_client.CreateInstance.assert_called_with(
|
D | create_cuttlefish_action.py | 137 def CreateInstance(self): member in CuttlefishDeviceFactory 165 self._compute_client.CreateInstance(
|
D | remote_instance_cf_device_factory.py | 72 def CreateInstance(self): member in RemoteInstanceDeviceFactory 276 self._compute_client.CreateInstance(
|
D | common_operations_test.py | 94 self.assertEqual(self.device_factory.CreateInstance.call_count, 5)
|
D | create_cuttlefish_action_test.py | 130 self.compute_client.CreateInstance.assert_called_with(
|
D | remote_instance_cf_device_factory_test.py | 302 factory.CreateInstance() 329 factory.CreateInstance()
|
D | common_operations.py | 99 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/tradefederation/core/tests/res/testtype/ |
D | python_output2.txt | 99 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/ |
D | device_driver_test.py | 108 self.compute_client.CreateInstance.assert_called_with(
|
D | device_driver.py | 226 self._compute_client.CreateInstance(
|