/tools/acloud/public/actions/ |
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 169 self._compute_client.CreateInstance(
|
D | create_goldfish_action.py | 141 def CreateInstance(self): member in GoldfishDeviceFactory 153 self._compute_client.CreateInstance(
|
D | remote_instance_cf_device_factory_test.py | 323 factory.CreateInstance() 350 factory.CreateInstance()
|
D | base_device_factory.py | 42 def CreateInstance(self): member in BaseDeviceFactory
|
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 | 81 factory.CreateInstance()
|
D | common_operations_test.py | 96 self.assertEqual(self.device_factory.CreateInstance.call_count, 5)
|
D | create_cuttlefish_action_test.py | 131 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/internal/lib/ |
D | cheeps_compute_client_test.py | 114 self.cheeps_compute_client.CreateInstance( 120 gcompute_client.ComputeClient.CreateInstance.assert_called_with( 161 self.cheeps_compute_client.CreateInstance( 167 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 | 138 def CreateInstance(self, member in GoldfishComputeClient 228 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 | 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 | 270 def CreateInstance(self, member in AndroidComputeClient 324 super(AndroidComputeClient, self).CreateInstance(
|
D | cvd_compute_client_test.py | 129 self.cvd_compute_client.CreateInstance( 168 self.cvd_compute_client.CreateInstance(
|
D | cvd_compute_client_multi_stage_test.py | 177 self.cvd_compute_client_multi_stage.CreateInstance( 210 self.cvd_compute_client_multi_stage.CreateInstance(
|
D | gcompute_client_test.py | 607 self.compute_client.CreateInstance( 684 self.compute_client.CreateInstance( 758 self.compute_client.CreateInstance(
|
D | cvd_compute_client_multi_stage.py | 163 def CreateInstance(self, instance, image_name, image_project, member in CvdComputeClient 466 gcompute_client.ComputeClient.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 | 108 self.compute_client.CreateInstance.assert_called_with(
|