Home
last modified time | relevance | path

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

/tools/acloud/internal/
Dconstants.py92 HW_ALIAS_MEMORY = "memory" variable
99 HW_ALIAS_MEMORY, HW_ALIAS_DISK]
/tools/acloud/internal/lib/
Dcvd_compute_client.py207 if constants.HW_ALIAS_MEMORY in avd_spec.hw_property:
209 avd_spec.hw_property[constants.HW_ALIAS_MEMORY])
Dcvd_compute_client_multi_stage.py342 if constants.HW_ALIAS_MEMORY in avd_spec.hw_property:
344 "-memory_mb=%s" % avd_spec.hw_property[constants.HW_ALIAS_MEMORY])
Dgoldfish_utils.py238 memory_size_mb = avd_spec.hw_property.get(constants.HW_ALIAS_MEMORY)
Dcvd_compute_client_test.py199 fake_avd_spec.hw_property[constants.HW_ALIAS_MEMORY] = "4096"
/tools/acloud/create/
Dbase_avd_create.py83 int(avd_spec.hw_property[constants.HW_ALIAS_MEMORY]) / 1024))
Davd_spec.py277 elif key in [constants.HW_ALIAS_MEMORY, constants.HW_ALIAS_DISK]: