Home
last modified time | relevance | path

Searched refs:HW_X_RES (Results 1 – 11 of 11) 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.py106 avd_spec.hw_property = {constants.HW_X_RES: str(self.X_RES),
155 avd_spec.hw_property = {constants.HW_X_RES: str(self.X_RES),
Dcvd_compute_client_test.py163 fake_avd_spec.hw_property[constants.HW_X_RES] = str(self.X_RES)
171 fake_avd_spec.hw_property[constants.HW_X_RES],
Dcvd_compute_client_multi_stage_test.py226 fake_avd_spec.hw_property[constants.HW_X_RES] = str(self.X_RES)
234 fake_avd_spec.hw_property[constants.HW_X_RES],
Dcvd_compute_client_multi_stage.py328 "-x_res=" + avd_spec.hw_property[constants.HW_X_RES])
493 avd_spec.hw_property[constants.HW_X_RES],
Dgoldfish_utils.py231 x_res = avd_spec.hw_property.get(constants.HW_X_RES)
Dandroid_compute_client.py319 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.py100 HW_X_RES = "x_res" variable