/tools/acloud/public/actions/ |
D | create_goldfish_action_test.py | 119 self.compute_client.CreateInstance.assert_called_with( 156 self.compute_client.CreateInstance.assert_called_with( 206 self.compute_client.CreateInstance.assert_called_with( 241 self.compute_client.CreateInstance.assert_called_with( 287 self.compute_client.CreateInstance.assert_called_with( 322 self.compute_client.CreateInstance.assert_called_with(
|
D | create_cuttlefish_action.py | 94 def CreateInstance(self): member in CuttlefishDeviceFactory 115 self._compute_client.CreateInstance(
|
D | create_goldfish_action.py | 108 def CreateInstance(self): member in GoldfishDeviceFactory 119 self._compute_client.CreateInstance(
|
D | base_device_factory.py | 41 def CreateInstance(self): member in BaseDeviceFactory
|
D | create_cuttlefish_action_test.py | 113 self.compute_client.CreateInstance.assert_called_with(
|
D | common_operations_test.py | 94 self.assertEqual(self.device_factory.CreateInstance.call_count, 5)
|
D | common_operations.py | 130 instance = self._device_factory.CreateInstance()
|
/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.py | 65 def CreateInstance(self, instance, image_name, image_project, member in CheepsComputeClient 107 gcompute_client.ComputeClient.CreateInstance(
|
D | cvd_compute_client.py | 61 def CreateInstance(self, instance, image_name, image_project, member in CvdComputeClient 164 gcompute_client.ComputeClient.CreateInstance(
|
D | cheeps_compute_client_test.py | 100 self.cheeps_compute_client.CreateInstance( 107 gcompute_client.ComputeClient.CreateInstance.assert_called_with(
|
D | goldfish_compute_client.py | 126 def CreateInstance(self, member in GoldfishComputeClient 215 gcompute_client.ComputeClient.CreateInstance(
|
D | goldfish_compute_client_test.py | 114 self.goldfish_compute_client.CreateInstance( 121 gcompute_client.ComputeClient.CreateInstance.assert_called_with(
|
D | android_compute_client_test.py | 134 self.android_compute_client.CreateInstance(instance_name, self.IMAGE, 138 self.android_compute_client).CreateInstance.assert_called_with(
|
D | cvd_compute_client_test.py | 114 self.cvd_compute_client.CreateInstance( 152 self.cvd_compute_client.CreateInstance(
|
D | android_compute_client.py | 229 def CreateInstance(self, member in AndroidComputeClient 297 super(AndroidComputeClient, self).CreateInstance(
|
D | gcompute_client_test.py | 563 self.compute_client.CreateInstance( 634 self.compute_client.CreateInstance(
|
D | gcompute_client.py | 1075 def CreateInstance(self, member in ComputeClient
|
/tools/acloud/create/ |
D | cheeps_remote_image_remote_instance.py | 97 def CreateInstance(self): member in CheepsDeviceFactory 104 self._compute_client.CreateInstance(
|
D | local_image_remote_instance.py | 80 def CreateInstance(self): member in RemoteInstanceDeviceFactory 144 self._compute_client.CreateInstance(
|
D | cheeps_remote_image_remote_instance_test.py | 80 self.compute_client.CreateInstance.assert_called_with(
|
/tools/acloud/public/ |
D | device_driver_test.py | 109 self.compute_client.CreateInstance.assert_called_with(
|
D | device_driver.py | 228 self._compute_client.CreateInstance(
|