Home
last modified time | relevance | path

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

/aosp_15_r20/tools/acloud/internal/lib/
H A 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],
H A Dgoldfish_compute_client.py236 metadata["cvd_01_x_res"] = avd_spec.hw_property[constants.HW_X_RES]
240 avd_spec.hw_property[constants.HW_X_RES],
H A 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),
H A Dcvd_compute_client_multi_stage_test.py145 fake_avd_spec.hw_property[constants.HW_X_RES] = str(self.X_RES)
156 fake_avd_spec.hw_property[constants.HW_X_RES],
H A Dgoldfish_utils.py304 x_res = avd_spec.hw_property.get(constants.HW_X_RES)
H A Dcvd_utils_test.py541 constants.HW_X_RES: "1080",
567 constants.HW_X_RES: "1080",
H A Dandroid_compute_client.py320 avd_spec.hw_property[constants.HW_X_RES],
H A Dcvd_compute_client_multi_stage.py271 avd_spec.hw_property[constants.HW_X_RES],
H A Dcvd_utils.py855 "-x_res=" + avd_spec.hw_property[constants.HW_X_RES])
/aosp_15_r20/tools/acloud/create/
H A Dbase_avd_create.py89 (avd_spec.hw_property[constants.HW_X_RES],
/aosp_15_r20/tools/acloud/internal/
H A Dconstants.py102 HW_X_RES = "x_res" variable