/tools/acloud/create/ |
D | create_args_test.py | 63 avd_type=constants.TYPE_CF, 86 mock_args.avd_type = constants.TYPE_GF 89 mock_args.avd_type = constants.TYPE_CF 97 mock_args.avd_type = constants.TYPE_GF 104 mock_args.avd_type = constants.TYPE_GF 160 mock_args.avd_type = "cheeps" 163 mock_args.avd_type = "cuttlefish"
|
D | local_image_remote_instance.py | 52 if avd_spec.avd_type == constants.TYPE_FVP: 62 avd_type=avd_spec.avd_type,
|
D | avd_spec_test.py | 262 self.args.avd_type = constants.TYPE_GCE 269 self.args.avd_type = constants.TYPE_CF 276 self.args.avd_type = constants.TYPE_CF 283 self.args.avd_type = constants.TYPE_CF 376 self.assertTrue(self.AvdSpec.avd_type == "gce") 381 self.assertTrue(self.AvdSpec.avd_type == "gce") 386 self.assertTrue(self.AvdSpec.avd_type == "cuttlefish") 391 self.assertTrue(self.AvdSpec.avd_type == "cuttlefish") 396 self.assertTrue(self.AvdSpec.avd_type == "goldfish") 401 self.assertTrue(self.AvdSpec.avd_type == "goldfish") [all …]
|
D | create_args.py | 859 args.avd_type in (constants.TYPE_CF, constants.TYPE_GF)): 862 args.avd_type) 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): 1003 % args.avd_type) 1034 if args.avd_type != constants.TYPE_CHEEPS and any(cheeps_only_flags):
|
D | create.py | 94 def GetAvdCreatorClass(avd_type, instance_type, image_source): argument 112 (avd_type, image_source, instance_type)) 117 "image source: %s" % (avd_type, instance_type, image_source)) 254 avd_creator_class = GetAvdCreatorClass(spec.avd_type,
|
D | local_image_remote_instance_test.py | 50 spec.avd_type = constants.TYPE_CF 67 spec.avd_type = constants.TYPE_FVP
|
D | create_test.py | 42 avd_type = "unknown type" 46 create.GetAvdCreatorClass(avd_type, ins_type, image_source) 183 spec.avd_type = constants.TYPE_GCE
|
D | goldfish_remote_host_test.py | 36 spec.avd_type = constants.TYPE_GF
|
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 | goldfish_remote_image_remote_instance_test.py | 36 spec.avd_type = constants.TYPE_GF
|
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 | avd_spec.py | 240 if self.avd_type != constants.TYPE_CF: 364 self._avd_type = args.avd_type 648 for avd_type, avd_type_abbr in constants.AVD_TYPES_MAPPING.items(): 651 self._avd_type = avd_type 804 constants.AVD_TYPES_MAPPING[args.avd_type], 875 def avd_type(self): member in AVDSpec
|
D | cheeps_remote_image_remote_instance.py | 61 avd_type=constants.TYPE_CHEEPS,
|
D | remote_image_remote_instance.py | 71 avd_type=constants.TYPE_CF,
|
/tools/acloud/reconnect/ |
D | reconnect.py | 148 if instance.avd_type not in utils.AVD_PORT_DICT: 151 (instance.name, instance.avd_type)) 170 target_vnc_port=utils.AVD_PORT_DICT[instance.avd_type].vnc_port, 171 target_adb_port=utils.AVD_PORT_DICT[instance.avd_type].adb_port, 250 if instance.avd_type not in utils.AVD_PORT_DICT: 253 (instance.name, instance.avd_type),
|
D | reconnect_test.py | 54 instance_object.avd_type = "cuttlefish" 170 instance_object.avd_type = "cuttlefish" 232 instance_object.avd_type = "gce" 244 instance_object.avd_type = "cuttlefish" 261 instance_object.avd_type = "unknown" 328 fake_ins1.avd_type = "cuttlefish" 331 fake_ins2.avd_type = "cuttlefish" 334 fake_ins_gf.avd_type = "goldfish" 367 fake_ins2.avd_type = "unknown"
|
/tools/acloud/list/ |
D | instance.py | 343 elapsed_time=None, avd_type=None, avd_flavor=None, argument 359 self._avd_type = avd_type 464 def avd_type(self): member in Instance 558 createtime=None, elapsed_time=None, avd_type=constants.TYPE_CF, 808 status=None, adb_port=adb_port, avd_type=constants.TYPE_GF, 935 avd_type = None 945 avd_type = value 953 if not avd_type and name.startswith(_ACLOUDWEB_INSTANCE_START_STRING): 954 avd_type = constants.TYPE_CF 962 forwarded_ports = self.GetAdbVncPortFromSSHTunnel(ip, hostname, avd_type) [all …]
|
/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.py | 210 def CreateDevices(command, cfg, device_factory, num, avd_type, argument 280 vnc_ports[0], adb_ports[0] = utils.AVD_PORT_DICT[avd_type]
|
D | remote_instance_fvp_device_factory_test.py | 63 args.avd_type = constants.TYPE_FVP
|
/tools/acloud/delete/ |
D | delete_test.py | 327 fake_ins.avd_type = "cuttlefish" 332 fake_ins2.avd_type = "cuttlefish" 337 fake_ins3.avd_type = "goldfish" 342 fake_ins4.avd_type = "unknown"
|
D | delete.py | 64 if instance.avd_type == constants.TYPE_GF: 66 elif instance.avd_type == constants.TYPE_CF: 70 instance.avd_type)
|
/tools/acloud/internal/lib/ |
D | android_compute_client_test.py | 127 fake_avd_spec.avd_type = "gce"
|