Home
last modified time | relevance | path

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

/tools/acloud/public/actions/
Dremote_instance_cf_device_factory.py94 if avd_spec.image_source == constants.IMAGE_SRC_LOCAL:
100 elif avd_spec.image_source == constants.IMAGE_SRC_REMOTE:
148 if avd_spec.image_source == constants.IMAGE_SRC_LOCAL:
212 if self._avd_spec.image_source == constants.IMAGE_SRC_REMOTE:
274 if self._avd_spec.image_source == constants.IMAGE_SRC_LOCAL:
Dremote_host_cf_device_factory_test.py58 image_source=constants.IMAGE_SRC_REMOTE,
81 mock_avd_spec.image_source = constants.IMAGE_SRC_LOCAL
130 mock_avd_spec.image_source = constants.IMAGE_SRC_LOCAL
178 mock_avd_spec.image_source = constants.IMAGE_SRC_REMOTE
Dremote_host_cf_device_factory.py142 if self._avd_spec.image_source == constants.IMAGE_SRC_REMOTE:
174 if self._avd_spec.image_source == constants.IMAGE_SRC_LOCAL:
356 if (self._avd_spec.image_source == constants.IMAGE_SRC_REMOTE and
392 if self._avd_spec.image_source == constants.IMAGE_SRC_LOCAL:
Dremote_host_gf_device_factory.py323 if self._avd_spec.image_source == constants.IMAGE_SRC_REMOTE:
325 elif self._avd_spec.image_source == constants.IMAGE_SRC_LOCAL:
358 if self._avd_spec.image_source == constants.IMAGE_SRC_REMOTE:
Dremote_instance_cf_device_factory_test.py245 fake_avd_spec.image_source = constants.IMAGE_SRC_LOCAL
367 fake_avd_spec.image_source = constants.IMAGE_SRC_REMOTE
Dgce_device_factory.py70 if self._avd_spec.image_source == constants.IMAGE_SRC_REMOTE:
Dremote_host_gf_device_factory_test.py326 self._mock_avd_spec.image_source = constants.IMAGE_SRC_LOCAL
/tools/acloud/create/
Dcreate.py94 def GetAvdCreatorClass(avd_type, instance_type, image_source): argument
112 (avd_type, image_source, instance_type))
117 "image source: %s" % (avd_type, instance_type, image_source))
256 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_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.py790 def image_source(self): member in AVDSpec