Home
last modified time | relevance | path

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

/tools/acloud/create/
Dcreate.py64 (constants.TYPE_CF, constants.IMAGE_SRC_LOCAL, constants.INSTANCE_TYPE_LOCAL):
66 (constants.TYPE_CF, constants.IMAGE_SRC_LOCAL, constants.INSTANCE_TYPE_REMOTE):
68 (constants.TYPE_CF, constants.IMAGE_SRC_LOCAL, constants.INSTANCE_TYPE_HOST):
70 (constants.TYPE_CF, constants.IMAGE_SRC_REMOTE, constants.INSTANCE_TYPE_REMOTE):
72 (constants.TYPE_CF, constants.IMAGE_SRC_REMOTE, constants.INSTANCE_TYPE_LOCAL):
74 (constants.TYPE_CF, constants.IMAGE_SRC_REMOTE, constants.INSTANCE_TYPE_HOST):
Davd_spec_test.py76 self.AvdSpec._avd_type = constants.TYPE_CF
86 self.AvdSpec._avd_type = constants.TYPE_CF
150 self.AvdSpec._avd_type = constants.TYPE_CF
177 self.AvdSpec._avd_type = constants.TYPE_CF
256 self.args.avd_type = constants.TYPE_CF
263 self.args.avd_type = constants.TYPE_CF
Dcreate_args.py450 default=constants.TYPE_CF,
451 choices=[constants.TYPE_GCE, constants.TYPE_CF, constants.TYPE_GF, constants.TYPE_CHEEPS,
453 help="Android Virtual Device type (default %s)." % constants.TYPE_CF)
706 args.avd_type in (constants.TYPE_CF, constants.TYPE_GF)):
830 if args.avd_type not in (constants.TYPE_CF, constants.TYPE_GF):
Dcreate_args_test.py57 avd_type=constants.TYPE_CF,
83 mock_args.avd_type = constants.TYPE_CF
Dlocal_image_remote_host.py53 avd_type=constants.TYPE_CF,
Dremote_image_remote_host.py53 avd_type=constants.TYPE_CF,
Dremote_image_remote_host_test.py43 spec.avd_type = constants.TYPE_CF
Dlocal_image_remote_host_test.py44 spec.avd_type = constants.TYPE_CF
Dlocal_image_remote_instance_test.py50 spec.avd_type = constants.TYPE_CF
Dremote_image_remote_instance.py69 avd_type=constants.TYPE_CF,
Davd_spec.py223 if self.avd_type != constants.TYPE_CF:
423 if self._avd_type == constants.TYPE_CF:
/tools/acloud/public/actions/
Dremote_instance_cf_device_factory_test.py63 args.avd_type = constants.TYPE_CF
119 args.avd_type = constants.TYPE_CF
163 args.avd_type = constants.TYPE_CF
194 args.avd_type = constants.TYPE_CF
303 args.avd_type = constants.TYPE_CF
Dcreate_cuttlefish_action.py295 num, constants.TYPE_CF,
Dcommon_operations_test.py189 self.CMD, cfg, self.device_factory, 1, constants.TYPE_CF,
/tools/acloud/internal/
Dconstants.py42 TYPE_CF = "cuttlefish" variable
54 TYPE_CF: "cf",
/tools/acloud/internal/lib/
Dcvd_compute_client_test.py156 args.avd_type = constants.TYPE_CF
168 local_image_metadata["avd_type"] = constants.TYPE_CF
Dcvd_compute_client_multi_stage_test.py117 self.args.avd_type = constants.TYPE_CF
231 local_image_metadata["avd_type"] = constants.TYPE_CF
Dutils.py88 constants.TYPE_CF: ForwardedPorts(constants.CF_VNC_PORT,
1579 return AVD_PORT_DICT[constants.TYPE_CF]
1589 AVD_PORT_DICT[constants.TYPE_CF] = ForwardedPorts(
/tools/acloud/list/
Dlist.py415 return [ins for ins in instances if ins.avd_type == constants.TYPE_CF]
Dinstance.py509 createtime=None, elapsed_time=None, avd_type=constants.TYPE_CF,
902 avd_type = constants.TYPE_CF
Dinstance_test.py258 "1.1.1.1", constants.TYPE_CF)
/tools/acloud/delete/
Ddelete.py67 elif instance.avd_type == constants.TYPE_CF: