Searched refs:instance_type (Results 1 – 7 of 7) sorted by relevance
/tools/acloud/create/ |
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)) 231 spec.instance_type,
|
D | avd_spec.py | 592 def _CheckCFBuildTarget(instance_type): argument 604 pattern = constants.CF_AVD_BUILD_TARGET_PATTERN_MAPPING[instance_type] 710 def instance_type(self): member in AVDSpec
|
D | base_avd_create.py | 68 avd_spec.instance_type)
|
D | create_test.py | 162 spec.instance_type = constants.INSTANCE_TYPE_REMOTE
|
/tools/acloud/public/actions/ |
D | remote_instance_cf_device_factory_test.py | 373 fake_avd_spec.instance_type = constants.INSTANCE_TYPE_HOST 400 fake_avd_spec.instance_type = constants.INSTANCE_TYPE_REMOTE 456 fake_avd_spec.instance_type = constants.INSTANCE_TYPE_HOST 475 fake_avd_spec.instance_type = constants.INSTANCE_TYPE_HOST
|
D | remote_instance_cf_device_factory.py | 78 if self._avd_spec.instance_type == constants.INSTANCE_TYPE_HOST:
|
/tools/acloud/public/ |
D | config.py | 291 def GetDefaultHwProperty(self, flavor, instance_type=None): argument 308 hw_key = ("%s-%s" % (instance_type, flavor) 309 if instance_type == constants.INSTANCE_TYPE_LOCAL else flavor)
|