Home
last modified time | relevance | path

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

/tools/acloud/internal/lib/
Dcheeps_compute_client.py79 metadata["cvd_01_x_res"] = avd_spec.hw_property[constants.HW_X_RES]
83 avd_spec.hw_property[constants.HW_X_RES],
Dgoldfish_compute_client.py215 metadata["cvd_01_x_res"] = avd_spec.hw_property[constants.HW_X_RES]
219 avd_spec.hw_property[constants.HW_X_RES],
Dcvd_compute_client.py152 metadata["cvd_01_x_res"] = avd_spec.hw_property[constants.HW_X_RES]
162 avd_spec.hw_property[constants.HW_X_RES],
Dcheeps_compute_client_test.py103 avd_spec.hw_property = {constants.HW_X_RES: str(self.X_RES),
150 avd_spec.hw_property = {constants.HW_X_RES: str(self.X_RES),
Dcvd_compute_client_test.py157 fake_avd_spec.hw_property[constants.HW_X_RES] = str(self.X_RES)
165 fake_avd_spec.hw_property[constants.HW_X_RES],
Dcvd_compute_client_multi_stage_test.py199 fake_avd_spec.hw_property[constants.HW_X_RES] = str(self.X_RES)
207 fake_avd_spec.hw_property[constants.HW_X_RES],
Dcvd_compute_client_multi_stage.py268 "-x_res=" + avd_spec.hw_property[constants.HW_X_RES])
460 avd_spec.hw_property[constants.HW_X_RES],
Dandroid_compute_client.py320 avd_spec.hw_property[constants.HW_X_RES],
/tools/acloud/create/
Dbase_avd_create.py89 (avd_spec.hw_property[constants.HW_X_RES],
/tools/acloud/internal/
Dconstants.py99 HW_X_RES = "x_res" variable