Searched refs:TYPE_CF (Results 1 – 20 of 20) sorted by relevance
/tools/acloud/create/ |
D | create.py | 64 (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):
|
D | avd_spec_test.py | 77 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
|
D | create_args.py | 562 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):
|
D | create_args_test.py | 63 avd_type=constants.TYPE_CF, 89 mock_args.avd_type = constants.TYPE_CF
|
D | local_image_remote_host.py | 53 avd_type=constants.TYPE_CF,
|
D | remote_image_remote_host.py | 53 avd_type=constants.TYPE_CF,
|
D | remote_image_remote_host_test.py | 43 spec.avd_type = constants.TYPE_CF
|
D | local_image_remote_host_test.py | 44 spec.avd_type = constants.TYPE_CF
|
D | local_image_remote_instance_test.py | 50 spec.avd_type = constants.TYPE_CF
|
D | remote_image_remote_instance.py | 71 avd_type=constants.TYPE_CF,
|
D | avd_spec.py | 240 if self.avd_type != constants.TYPE_CF: 476 if self._avd_type == constants.TYPE_CF:
|
/tools/acloud/public/actions/ |
D | remote_instance_cf_device_factory_test.py | 64 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
|
D | common_operations_test.py | 221 self.CMD, cfg, self.device_factory, 1, constants.TYPE_CF, 274 constants.TYPE_CF)
|
/tools/acloud/internal/ |
D | constants.py | 42 TYPE_CF = "cuttlefish" variable 54 TYPE_CF: "cf",
|
/tools/acloud/internal/lib/ |
D | cvd_compute_client_multi_stage_test.py | 116 self.args.avd_type = constants.TYPE_CF 152 local_image_metadata["avd_type"] = constants.TYPE_CF
|
D | utils.py | 90 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/ |
D | list.py | 425 return [ins for ins in instances if ins.avd_type == constants.TYPE_CF]
|
D | instance.py | 558 createtime=None, elapsed_time=None, avd_type=constants.TYPE_CF, 954 avd_type = constants.TYPE_CF
|
D | instance_test.py | 265 "1.1.1.1", "fake_hostname", constants.TYPE_CF)
|
/tools/acloud/delete/ |
D | delete.py | 66 elif instance.avd_type == constants.TYPE_CF:
|