Home
last modified time | relevance | path

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

/tools/acloud/public/actions/
Dremote_instance_cf_device_factory.py108 if avd_spec.image_source == constants.IMAGE_SRC_LOCAL:
114 elif avd_spec.image_source == constants.IMAGE_SRC_REMOTE:
168 if avd_spec.image_source == constants.IMAGE_SRC_LOCAL:
191 if self._avd_spec.image_source == constants.IMAGE_SRC_REMOTE:
243 if self._avd_spec.image_source == constants.IMAGE_SRC_LOCAL:
Dremote_instance_trusty_device_factory.py149 if avd_spec.image_source == constants.IMAGE_SRC_LOCAL:
159 elif avd_spec.image_source == constants.IMAGE_SRC_REMOTE:
170 elif avd_spec.image_source == constants.IMAGE_SRC_LOCAL:
342 if self._avd_spec.image_source == constants.IMAGE_SRC_REMOTE:
Dremote_host_cf_device_factory_test.py68 image_source=constants.IMAGE_SRC_REMOTE,
90 mock_avd_spec.image_source = constants.IMAGE_SRC_LOCAL
148 mock_avd_spec.image_source = constants.IMAGE_SRC_LOCAL
195 mock_avd_spec.image_source = constants.IMAGE_SRC_LOCAL
249 mock_avd_spec.image_source = constants.IMAGE_SRC_REMOTE
Dremote_host_cf_device_factory.py178 if self._avd_spec.image_source == constants.IMAGE_SRC_REMOTE:
257 if self._avd_spec.image_source != constants.IMAGE_SRC_LOCAL:
269 if self._avd_spec.image_source == constants.IMAGE_SRC_LOCAL:
548 if (self._avd_spec.image_source == constants.IMAGE_SRC_REMOTE and
583 if self._avd_spec.image_source == constants.IMAGE_SRC_LOCAL:
Dgce_device_factory.py70 if self._avd_spec.image_source == constants.IMAGE_SRC_REMOTE:
Dremote_host_gf_device_factory.py324 if self._avd_spec.image_source == constants.IMAGE_SRC_REMOTE:
326 elif self._avd_spec.image_source == constants.IMAGE_SRC_LOCAL:
368 if self._avd_spec.image_source == constants.IMAGE_SRC_REMOTE:
Dremote_instance_cf_device_factory_test.py236 fake_avd_spec.image_source = constants.IMAGE_SRC_LOCAL
326 fake_avd_spec.image_source = constants.IMAGE_SRC_REMOTE
Dremote_instance_trusty_device_factory_test.py187 fake_avd_spec.image_source = constants.IMAGE_SRC_LOCAL
Dremote_host_gf_device_factory_test.py338 self._mock_avd_spec.image_source = constants.IMAGE_SRC_LOCAL
/tools/acloud/create/
Dcreate.py99 def GetAvdCreatorClass(avd_type, instance_type, image_source): argument
117 (avd_type, image_source, instance_type))
122 "image source: %s" % (avd_type, instance_type, image_source))
261 spec.image_source)
Dbase_avd_create.py69 if avd_spec.image_source == constants.IMAGE_SRC_LOCAL:
73 elif avd_spec.image_source == constants.IMAGE_SRC_REMOTE:
Dcreate_test.py44 image_source = "unknown image"
46 create.GetAvdCreatorClass(avd_type, ins_type, image_source)
185 spec.image_source = constants.IMAGE_SRC_LOCAL
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.py849 def image_source(self): member in AVDSpec