/tools/acloud/public/actions/ |
D | remote_host_cf_device_factory_test.py | 108 self.assertEqual("inst", factory.CreateInstance()) 160 self.assertEqual("inst", factory.CreateInstance()) 207 self.assertEqual("inst", factory.CreateInstance()) 265 self.assertEqual("inst", factory.CreateInstance()) 315 self.assertEqual("inst", factory.CreateInstance()) 368 self.assertEqual("inst", factory.CreateInstance()) 423 self.assertEqual("inst", factory.CreateInstance()) 444 self.assertEqual("inst", factory.CreateInstance()) 472 self.assertEqual("inst", factory.CreateInstance())
|
D | remote_host_gf_device_factory_test.py | 162 instance_name = factory.CreateInstance() 230 instance_name = factory.CreateInstance() 253 factory.CreateInstance() 292 factory.CreateInstance() 352 factory.CreateInstance() 373 factory.CreateInstance() 391 factory.CreateInstance() 414 factory.CreateInstance() 432 factory.CreateInstance()
|
D | create_goldfish_action_test.py | 138 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(
|
D | remote_instance_cf_device_factory_test.py | 256 factory.CreateInstance() 303 factory_local_img.CreateInstance() 339 factory.CreateInstance()
|
D | create_goldfish_action.py | 141 def CreateInstance(self): member in GoldfishDeviceFactory 153 self._compute_client.CreateInstance(
|
D | base_device_factory.py | 42 def CreateInstance(self): member in BaseDeviceFactory
|
D | remote_instance_fvp_device_factory.py | 30 def CreateInstance(self): member in RemoteInstanceDeviceFactory
|
D | remote_instance_fvp_device_factory_test.py | 82 factory.CreateInstance()
|
D | gce_device_factory.py | 86 self._compute_client.CreateInstance(
|
D | remote_instance_cf_device_factory.py | 55 def CreateInstance(self): member in RemoteInstanceDeviceFactory
|
D | common_operations.py | 105 instance = self._device_factory.CreateInstance()
|
D | common_operations_test.py | 104 self.assertEqual(self.device_factory.CreateInstance.call_count, 5)
|
/tools/acloud/internal/lib/ |
D | cheeps_compute_client_test.py | 118 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(
|
D | cheeps_compute_client.py | 66 def CreateInstance(self, instance, image_name, image_project, avd_spec): member in CheepsComputeClient 100 gcompute_client.ComputeClient.CreateInstance(
|
D | goldfish_compute_client.py | 150 def CreateInstance(self, member in GoldfishComputeClient 249 gcompute_client.ComputeClient.CreateInstance(
|
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().CreateInstance(
|
D | goldfish_compute_client_test.py | 176 self.goldfish_compute_client.CreateInstance( 252 self.goldfish_compute_client.CreateInstance(
|
D | cvd_compute_client_multi_stage.py | 111 def CreateInstance(self, instance, image_name, image_project, member in CvdComputeClient 284 gcompute_client.ComputeClient.CreateInstance(
|
D | cvd_compute_client_multi_stage_test.py | 159 self.cvd_compute_client_multi_stage.CreateInstance(
|
D | gcompute_client_test.py | 607 self.compute_client.CreateInstance( 685 self.compute_client.CreateInstance( 760 self.compute_client.CreateInstance(
|
/tools/tradefederation/core/javatests/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/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 | 91 self.compute_client.CreateInstance.assert_called_with( 124 self.compute_client.CreateInstance.assert_called_with(
|
/tools/acloud/public/ |
D | device_driver_test.py | 109 self.compute_client.CreateInstance.assert_called_with(
|