Searched refs:TYPE_CF (Results 1 – 19 of 19) sorted by relevance
/tools/acloud/create/ |
D | create.py | 59 (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):
|
D | create_args.py | 305 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:
|
D | avd_spec_test.py | 59 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
|
D | remote_image_remote_instance.py | 49 avd_type=constants.TYPE_CF,
|
D | remote_image_remote_host.py | 53 avd_type=constants.TYPE_CF,
|
D | local_image_remote_host.py | 53 avd_type=constants.TYPE_CF,
|
D | create_args_test.py | 45 avd_type=constants.TYPE_CF,
|
D | local_image_remote_instance.py | 52 avd_type=constants.TYPE_CF,
|
D | avd_spec.py | 359 if self._avd_type == constants.TYPE_CF:
|
/tools/acloud/public/actions/ |
D | remote_instance_cf_device_factory_test.py | 63 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
|
D | create_cuttlefish_action.py | 268 num, constants.TYPE_CF,
|
/tools/acloud/internal/ |
D | constants.py | 38 TYPE_CF = "cuttlefish" variable 49 TYPE_CF: "cf",
|
/tools/acloud/internal/lib/ |
D | cvd_compute_client_test.py | 152 args.avd_type = constants.TYPE_CF 161 local_image_metadata["avd_type"] = constants.TYPE_CF
|
D | cvd_compute_client_multi_stage_test.py | 99 self.args.avd_type = constants.TYPE_CF 197 local_image_metadata["avd_type"] = constants.TYPE_CF
|
D | utils.py | 72 constants.TYPE_CF: ForwardedPorts(constants.CF_VNC_PORT,
|
/tools/acloud/list/ |
D | list.py | 331 return [ins for ins in instances if ins.avd_type == constants.TYPE_CF]
|
D | instance_test.py | 192 "1.1.1.1", constants.TYPE_CF)
|
D | instance.py | 346 createtime=None, elapsed_time=None, avd_type=constants.TYPE_CF,
|
/tools/acloud/delete/ |
D | delete.py | 67 elif instance.avd_type == constants.TYPE_CF:
|