Home
last modified time | relevance | path

Searched refs:instance_type (Results 1 – 7 of 7) sorted by relevance

/tools/acloud/create/
Dcreate.py86 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,
Davd_spec.py592 def _CheckCFBuildTarget(instance_type): argument
604 pattern = constants.CF_AVD_BUILD_TARGET_PATTERN_MAPPING[instance_type]
710 def instance_type(self): member in AVDSpec
Dbase_avd_create.py68 avd_spec.instance_type)
Dcreate_test.py162 spec.instance_type = constants.INSTANCE_TYPE_REMOTE
/tools/acloud/public/actions/
Dremote_instance_cf_device_factory_test.py373 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
Dremote_instance_cf_device_factory.py78 if self._avd_spec.instance_type == constants.INSTANCE_TYPE_HOST:
/tools/acloud/public/
Dconfig.py291 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)