/tools/acloud/list/ |
D | instance.py | 235 elapsed_time=None, avd_type=None, avd_flavor=None, argument 250 self._avd_type = avd_type 336 def avd_type(self): member in Instance 406 createtime=None, elapsed_time=None, avd_type=constants.TYPE_CF, 577 status=None, adb_port=adb_port, avd_type=constants.TYPE_GF, 704 avd_type = None 712 avd_type = value 716 if not avd_type and name.startswith(_ACLOUDWEB_INSTANCE_START_STRING): 717 avd_type = constants.TYPE_CF 724 forwarded_ports = self.GetAdbVncPortFromSSHTunnel(ip, avd_type) [all …]
|
D | instance_test.py | 135 self.assertEqual(inst.avd_type, constants.TYPE_GF) 236 self.assertEqual("fake_type", instance_info.avd_type)
|
D | list.py | 415 return [ins for ins in instances if ins.avd_type == constants.TYPE_CF]
|
/tools/acloud/create/ |
D | avd_spec_test.py | 239 self.args.avd_type = constants.TYPE_GCE 246 self.args.avd_type = constants.TYPE_CF 253 self.args.avd_type = constants.TYPE_CF 346 self.assertTrue(self.AvdSpec.avd_type == "gce") 351 self.assertTrue(self.AvdSpec.avd_type == "gce") 356 self.assertTrue(self.AvdSpec.avd_type == "cuttlefish") 361 self.assertTrue(self.AvdSpec.avd_type == "cuttlefish") 366 self.assertTrue(self.AvdSpec.avd_type == "goldfish") 371 self.assertTrue(self.AvdSpec.avd_type == "goldfish") 375 self.args.avd_type = "cuttlefish" [all …]
|
D | local_image_remote_instance.py | 45 if avd_spec.avd_type == constants.TYPE_CF: 51 elif avd_spec.avd_type == constants.TYPE_FVP: 61 avd_type=avd_spec.avd_type,
|
D | create_args.py | 593 args.avd_type in (constants.TYPE_CF, constants.TYPE_GF)): 596 args.avd_type) 609 if args.avd_type != constants.TYPE_CF: 660 if args.avd_type != constants.TYPE_CF: 664 % args.avd_type) 694 if args.avd_type != constants.TYPE_CHEEPS and any(cheeps_only_flags):
|
D | create.py | 86 def GetAvdCreatorClass(avd_type, instance_type, image_source): argument 104 (avd_type, image_source, instance_type)) 109 "image source: %s" % (avd_type, instance_type, image_source)) 230 avd_creator_class = GetAvdCreatorClass(spec.avd_type,
|
D | create_test.py | 42 avd_type = "unknown type" 46 create.GetAvdCreatorClass(avd_type, ins_type, image_source) 161 spec.avd_type = constants.TYPE_GCE
|
D | avd_spec.py | 307 self._avd_type = args.avd_type 561 for avd_type, avd_type_abbr in constants.AVD_TYPES_MAPPING.items(): 564 self._avd_type = avd_type 705 constants.AVD_TYPES_MAPPING[args.avd_type], 760 def avd_type(self): member in AVDSpec
|
D | create_args_test.py | 48 avd_type=constants.TYPE_CF, 76 mock_args.avd_type = constants.TYPE_GF
|
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_instance.py | 63 avd_type=constants.TYPE_CF,
|
D | cheeps_remote_image_remote_instance.py | 61 avd_type=constants.TYPE_CHEEPS,
|
/tools/acloud/reconnect/ |
D | reconnect.py | 167 if instance.avd_type not in utils.AVD_PORT_DICT: 170 (instance.name, instance.avd_type)) 186 target_vnc_port=utils.AVD_PORT_DICT[instance.avd_type].vnc_port, 187 target_adb_port=utils.AVD_PORT_DICT[instance.avd_type].adb_port, 254 if instance.avd_type not in utils.AVD_PORT_DICT: 257 (instance.name, instance.avd_type),
|
D | reconnect_test.py | 47 instance_object.avd_type = "cuttlefish" 161 instance_object.avd_type = "cuttlefish" 200 instance_object.avd_type = "gce" 211 instance_object.avd_type = "cuttlefish" 227 instance_object.avd_type = "unknown"
|
/tools/acloud/public/actions/ |
D | remote_instance_cf_device_factory_test.py | 65 args.avd_type = constants.TYPE_CF 105 args.avd_type = constants.TYPE_CF 150 args.avd_type = constants.TYPE_CF 185 args.avd_type = constants.TYPE_CF 214 args.avd_type = constants.TYPE_CF 274 args.avd_type = constants.TYPE_CF 336 args.avd_type = constants.TYPE_CF
|
D | common_operations.py | 211 def CreateDevices(command, cfg, device_factory, num, avd_type, argument 283 target_vnc_port=utils.AVD_PORT_DICT[avd_type].vnc_port, 284 target_adb_port=utils.AVD_PORT_DICT[avd_type].adb_port,
|
D | remote_instance_fvp_device_factory_test.py | 65 args.avd_type = constants.TYPE_FVP
|
/tools/acloud/delete/ |
D | delete.py | 60 if instance.avd_type == constants.TYPE_GF: 62 elif instance.avd_type == constants.TYPE_CF: 66 instance.avd_type)
|
/tools/acloud/internal/lib/ |
D | cvd_compute_client.py | 150 metadata[constants.INS_KEY_AVD_TYPE] = avd_spec.avd_type
|
D | android_compute_client_test.py | 127 fake_avd_spec.avd_type = "gce"
|
D | android_compute_client.py | 314 metadata[constants.INS_KEY_AVD_TYPE] = avd_spec.avd_type
|
D | cvd_compute_client_test.py | 154 args.avd_type = constants.TYPE_CF
|
D | cvd_compute_client_multi_stage_test.py | 104 self.args.avd_type = constants.TYPE_CF
|