Home
last modified time | relevance | path

Searched refs:TYPE_GF (Results 1 – 16 of 16) sorted by relevance

/tools/acloud/create/
Dcreate_args.py563 choices=[constants.TYPE_GCE, constants.TYPE_CF, constants.TYPE_GF, constants.TYPE_CHEEPS,
859 args.avd_type in (constants.TYPE_CF, constants.TYPE_GF)):
935 if args.avd_type != constants.TYPE_GF and any(goldfish_only_flags):
944 if args.avd_type == constants.TYPE_GF and any(remote_kernel_flags):
954 if (args.avd_type == constants.TYPE_GF and any(remote_boot_flags) and
966 if (args.avd_type == constants.TYPE_GF and any(remote_system_flags) and
973 if args.avd_type == constants.TYPE_GF and args.remote_host is None and any(
999 if args.avd_type not in (constants.TYPE_CF, constants.TYPE_GF):
Dcreate.py80 (constants.TYPE_GF, constants.IMAGE_SRC_REMOTE, constants.INSTANCE_TYPE_REMOTE):
82 (constants.TYPE_GF, constants.IMAGE_SRC_LOCAL, constants.INSTANCE_TYPE_LOCAL):
84 (constants.TYPE_GF, constants.IMAGE_SRC_REMOTE, constants.INSTANCE_TYPE_HOST):
86 (constants.TYPE_GF, constants.IMAGE_SRC_LOCAL, constants.INSTANCE_TYPE_HOST):
Dcreate_args_test.py86 mock_args.avd_type = constants.TYPE_GF
97 mock_args.avd_type = constants.TYPE_GF
104 mock_args.avd_type = constants.TYPE_GF
Dgoldfish_remote_host_test.py36 spec.avd_type = constants.TYPE_GF
Dgoldfish_remote_image_remote_instance_test.py36 spec.avd_type = constants.TYPE_GF
Dgoldfish_remote_host.py58 constants.TYPE_GF,
Davd_spec_test.py104 self.AvdSpec._avd_type = constants.TYPE_GF
172 self.AvdSpec._avd_type = constants.TYPE_GF
Davd_spec.py480 elif self._avd_type == constants.TYPE_GF:
/tools/acloud/internal/
Dconstants.py44 TYPE_GF = "goldfish" variable
55 TYPE_GF: "sdk",
/tools/acloud/internal/lib/
Dgoldfish_compute_client.py208 metadata[constants.INS_KEY_AVD_TYPE] = constants.TYPE_GF
Dutils.py92 constants.TYPE_GF: ForwardedPorts(constants.GF_VNC_PORT,
/tools/acloud/public/actions/
Dcreate_goldfish_action.py349 num, constants.TYPE_GF,
/tools/acloud/delete/
Ddelete.py64 if instance.avd_type == constants.TYPE_GF:
/tools/acloud/public/
Dacloud_main.py307 % constants.TYPE_GF)
/tools/acloud/list/
Dinstance_test.py193 self.assertEqual(inst.avd_type, constants.TYPE_GF)
Dinstance.py808 status=None, adb_port=adb_port, avd_type=constants.TYPE_GF,