Home
last modified time | relevance | path

Searched refs:ListImages (Results 1 – 5 of 5) sorted by relevance

/tools/acloud/public/
Ddevice_driver_test.py238 self.compute_client.ListImages.return_value = fake_images
271 self.compute_client.ListImages.assert_called_once_with()
Ddevice_driver.py530 items = compute_client.ListImages()
/tools/tradefederation/core/tests/res/testtype/
Dpython_output2.txt137 Test ListImages. ... ok
139 Test ListImages which accepts different project. ... ok
/tools/acloud/internal/lib/
Dgcompute_client_test.py443 images = self.compute_client.ListImages()
460 images = self.compute_client.ListImages(
Dgcompute_client.py505 def ListImages(self, image_filter=None, image_project=None): member in ComputeClient