Home
last modified time | relevance | path

Searched refs:TYPE_CF (Results 1 – 20 of 20) 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.py77 self.AvdSpec._avd_type = constants.TYPE_CF
87 self.AvdSpec._avd_type = constants.TYPE_CF
163 self.AvdSpec._avd_type = constants.TYPE_CF
190 self.AvdSpec._avd_type = constants.TYPE_CF
269 self.args.avd_type = constants.TYPE_CF
276 self.args.avd_type = constants.TYPE_CF
283 self.args.avd_type = constants.TYPE_CF
Dcreate_args.py562 default=constants.TYPE_CF,
563 choices=[constants.TYPE_GCE, constants.TYPE_CF, constants.TYPE_GF, constants.TYPE_CHEEPS,
565 help="Android Virtual Device type (default %s)." % constants.TYPE_CF)
859 args.avd_type in (constants.TYPE_CF, constants.TYPE_GF)):
999 if args.avd_type not in (constants.TYPE_CF, constants.TYPE_GF):
Dcreate_args_test.py63 avd_type=constants.TYPE_CF,
89 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.py71 avd_type=constants.TYPE_CF,
Davd_spec.py240 if self.avd_type != constants.TYPE_CF:
476 if self._avd_type == constants.TYPE_CF:
/tools/acloud/public/actions/
Dremote_instance_cf_device_factory_test.py64 args.avd_type = constants.TYPE_CF
123 args.avd_type = constants.TYPE_CF
166 args.avd_type = constants.TYPE_CF
196 args.avd_type = constants.TYPE_CF
292 args.avd_type = constants.TYPE_CF
362 args.avd_type = constants.TYPE_CF
Dcommon_operations_test.py221 self.CMD, cfg, self.device_factory, 1, constants.TYPE_CF,
274 constants.TYPE_CF)
/tools/acloud/internal/
Dconstants.py42 TYPE_CF = "cuttlefish" variable
54 TYPE_CF: "cf",
/tools/acloud/internal/lib/
Dcvd_compute_client_multi_stage_test.py116 self.args.avd_type = constants.TYPE_CF
152 local_image_metadata["avd_type"] = constants.TYPE_CF
Dutils.py90 constants.TYPE_CF: ForwardedPorts(constants.CF_VNC_PORT,
1613 return AVD_PORT_DICT[constants.TYPE_CF]
1623 AVD_PORT_DICT[constants.TYPE_CF] = ForwardedPorts(
/tools/acloud/list/
Dlist.py425 return [ins for ins in instances if ins.avd_type == constants.TYPE_CF]
Dinstance.py558 createtime=None, elapsed_time=None, avd_type=constants.TYPE_CF,
954 avd_type = constants.TYPE_CF
Dinstance_test.py265 "1.1.1.1", "fake_hostname", constants.TYPE_CF)
/tools/acloud/delete/
Ddelete.py66 elif instance.avd_type == constants.TYPE_CF: