Home
last modified time | relevance | path

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

/tools/acloud/create/
Dcreate.py94 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))
255 spec.instance_type,
Dgoldfish_remote_host_test.py37 spec.instance_type = constants.INSTANCE_TYPE_HOST
Dgoldfish_remote_image_remote_instance_test.py37 spec.instance_type = constants.INSTANCE_TYPE_REMOTE
Dbase_avd_create.py68 avd_spec.instance_type)
Dremote_image_remote_host_test.py44 spec.instance_type = constants.INSTANCE_TYPE_HOST
Dlocal_image_remote_host_test.py45 spec.instance_type = constants.INSTANCE_TYPE_HOST
Davd_spec.py667 def _CheckCFBuildTarget(instance_type): argument
679 pattern = constants.CF_AVD_BUILD_TARGET_PATTERN_MAPPING[instance_type]
785 def instance_type(self): member in AVDSpec
Dlocal_image_remote_instance_test.py51 spec.instance_type = constants.INSTANCE_TYPE_REMOTE
Dcreate_test.py184 spec.instance_type = constants.INSTANCE_TYPE_REMOTE
/tools/acloud/public/
Dconfig.py295 def GetDefaultHwProperty(self, flavor, instance_type=None): argument
312 hw_key = ("%s-%s" % (instance_type, flavor)
313 if instance_type == constants.INSTANCE_TYPE_LOCAL else flavor)