Home
last modified time | relevance | path

Searched refs:image_source (Results 1 – 15 of 15) sorted by relevance

/tools/acloud/public/actions/
Dremote_instance_cf_device_factory.py91 if self._avd_spec.image_source == constants.IMAGE_SRC_LOCAL:
96 elif self._avd_spec.image_source == constants.IMAGE_SRC_REMOTE:
141 if self._avd_spec.image_source == constants.IMAGE_SRC_REMOTE:
167 if self._avd_spec.image_source == constants.IMAGE_SRC_LOCAL:
Dremote_host_cf_device_factory_test.py57 image_source=constants.IMAGE_SRC_REMOTE,
75 mock_avd_spec.image_source = constants.IMAGE_SRC_LOCAL
116 mock_avd_spec.image_source = constants.IMAGE_SRC_LOCAL
150 mock_avd_spec.image_source = constants.IMAGE_SRC_REMOTE
Dremote_host_cf_device_factory.py116 if self._avd_spec.image_source == constants.IMAGE_SRC_REMOTE:
146 if self._avd_spec.image_source == constants.IMAGE_SRC_LOCAL:
264 if self._avd_spec.image_source == constants.IMAGE_SRC_LOCAL:
Dremote_instance_cf_device_factory_test.py236 fake_avd_spec.image_source = constants.IMAGE_SRC_LOCAL
278 fake_avd_spec.image_source = constants.IMAGE_SRC_REMOTE
Dgce_device_factory.py70 if self._avd_spec.image_source == constants.IMAGE_SRC_REMOTE:
/tools/acloud/create/
Dcreate.py92 def GetAvdCreatorClass(avd_type, instance_type, image_source): argument
110 (avd_type, image_source, instance_type))
115 "image source: %s" % (avd_type, instance_type, image_source))
254 spec.image_source)
Dcreate_test.py44 image_source = "unknown image"
46 create.GetAvdCreatorClass(avd_type, ins_type, image_source)
185 spec.image_source = constants.IMAGE_SRC_LOCAL
Dbase_avd_create.py69 if avd_spec.image_source == constants.IMAGE_SRC_LOCAL:
73 elif avd_spec.image_source == constants.IMAGE_SRC_REMOTE:
Dgoldfish_remote_image_remote_host_test.py38 spec.image_source = constants.IMAGE_SRC_REMOTE
Dgoldfish_remote_image_remote_instance_test.py38 spec.image_source = constants.IMAGE_SRC_REMOTE
Dremote_image_remote_host_test.py45 spec.image_source = constants.IMAGE_SRC_REMOTE
Dlocal_image_remote_host_test.py46 spec.image_source = constants.IMAGE_SRC_LOCAL
Dlocal_image_remote_instance_test.py52 spec.image_source = constants.IMAGE_SRC_LOCAL
Davd_spec.py750 def image_source(self): member in AVDSpec
/tools/acloud/internal/lib/
Dcvd_compute_client.py133 if avd_spec and avd_spec.image_source == constants.IMAGE_SRC_LOCAL: