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.py232 metadata["cvd_01_x_res"] = avd_spec.hw_property[constants.HW_X_RES]
236 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.py104 avd_spec.hw_property = {constants.HW_X_RES: str(self.X_RES),
151 avd_spec.hw_property = {constants.HW_X_RES: str(self.X_RES),
Dcvd_compute_client_test.py160 fake_avd_spec.hw_property[constants.HW_X_RES] = str(self.X_RES)
168 fake_avd_spec.hw_property[constants.HW_X_RES],
Dcvd_compute_client_multi_stage_test.py196 fake_avd_spec.hw_property[constants.HW_X_RES] = str(self.X_RES)
204 fake_avd_spec.hw_property[constants.HW_X_RES],
Dcvd_compute_client_multi_stage.py299 "-x_res=" + avd_spec.hw_property[constants.HW_X_RES])
486 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.py103 HW_X_RES = "x_res" variable