Home
last modified time | relevance | path

Searched refs:HW_X_RES (Results 1 – 8 of 8) sorted by relevance

/tools/acloud/internal/lib/
Dcheeps_compute_client.py84 metadata["cvd_01_x_res"] = avd_spec.hw_property[constants.HW_X_RES]
88 avd_spec.hw_property[constants.HW_X_RES],
Dcvd_compute_client.py130 metadata["cvd_01_x_res"] = avd_spec.hw_property[constants.HW_X_RES]
139 avd_spec.hw_property[constants.HW_X_RES],
Dgoldfish_compute_client.py187 metadata["cvd_01_x_res"] = avd_spec.hw_property[constants.HW_X_RES]
191 avd_spec.hw_property[constants.HW_X_RES],
Dcvd_compute_client_test.py141 fake_avd_spec.hw_property[constants.HW_X_RES] = str(self.X_RES)
149 fake_avd_spec.hw_property[constants.HW_X_RES],
Dcheeps_compute_client_test.py96 avd_spec.hw_property = {constants.HW_X_RES: str(self.X_RES),
Dandroid_compute_client.py278 avd_spec.hw_property[constants.HW_X_RES],
/tools/acloud/internal/
Dconstants.py88 HW_X_RES = "x_res" variable
/tools/acloud/create/
Dbase_avd_create.py88 (avd_spec.hw_property[constants.HW_X_RES],