Home
last modified time | relevance | path

Searched refs:TYPE_CF (Results 1 – 19 of 19) sorted by relevance

/tools/acloud/create/
Dcreate.py59 (constants.TYPE_CF, constants.IMAGE_SRC_LOCAL, constants.INSTANCE_TYPE_LOCAL):
61 (constants.TYPE_CF, constants.IMAGE_SRC_LOCAL, constants.INSTANCE_TYPE_REMOTE):
63 (constants.TYPE_CF, constants.IMAGE_SRC_LOCAL, constants.INSTANCE_TYPE_HOST):
65 (constants.TYPE_CF, constants.IMAGE_SRC_REMOTE, constants.INSTANCE_TYPE_REMOTE):
67 (constants.TYPE_CF, constants.IMAGE_SRC_REMOTE, constants.INSTANCE_TYPE_LOCAL):
69 (constants.TYPE_CF, constants.IMAGE_SRC_REMOTE, constants.INSTANCE_TYPE_HOST):
Dcreate_args.py305 default=constants.TYPE_CF,
306 choices=[constants.TYPE_GCE, constants.TYPE_CF, constants.TYPE_GF, constants.TYPE_CHEEPS],
307 help="Android Virtual Device type (default %s)." % constants.TYPE_CF)
493 if args.avd_type != constants.TYPE_CF:
545 if args.avd_type != constants.TYPE_CF:
Davd_spec_test.py59 self.AvdSpec._avd_type = constants.TYPE_CF
70 self.AvdSpec._avd_type = constants.TYPE_CF
115 self.AvdSpec._avd_type = constants.TYPE_CF
194 self.args.avd_type = constants.TYPE_CF
201 self.args.avd_type = constants.TYPE_CF
Dremote_image_remote_instance.py49 avd_type=constants.TYPE_CF,
Dremote_image_remote_host.py53 avd_type=constants.TYPE_CF,
Dlocal_image_remote_host.py53 avd_type=constants.TYPE_CF,
Dcreate_args_test.py45 avd_type=constants.TYPE_CF,
Dlocal_image_remote_instance.py52 avd_type=constants.TYPE_CF,
Davd_spec.py359 if self._avd_type == constants.TYPE_CF:
/tools/acloud/public/actions/
Dremote_instance_cf_device_factory_test.py63 args.avd_type = constants.TYPE_CF
101 args.avd_type = constants.TYPE_CF
142 args.avd_type = constants.TYPE_CF
175 args.avd_type = constants.TYPE_CF
200 args.avd_type = constants.TYPE_CF
251 args.avd_type = constants.TYPE_CF
Dcreate_cuttlefish_action.py268 num, constants.TYPE_CF,
/tools/acloud/internal/
Dconstants.py38 TYPE_CF = "cuttlefish" variable
49 TYPE_CF: "cf",
/tools/acloud/internal/lib/
Dcvd_compute_client_test.py152 args.avd_type = constants.TYPE_CF
161 local_image_metadata["avd_type"] = constants.TYPE_CF
Dcvd_compute_client_multi_stage_test.py99 self.args.avd_type = constants.TYPE_CF
197 local_image_metadata["avd_type"] = constants.TYPE_CF
Dutils.py72 constants.TYPE_CF: ForwardedPorts(constants.CF_VNC_PORT,
/tools/acloud/list/
Dlist.py331 return [ins for ins in instances if ins.avd_type == constants.TYPE_CF]
Dinstance_test.py192 "1.1.1.1", constants.TYPE_CF)
Dinstance.py346 createtime=None, elapsed_time=None, avd_type=constants.TYPE_CF,
/tools/acloud/delete/
Ddelete.py67 elif instance.avd_type == constants.TYPE_CF: