Searched refs:HW_X_RES (Results 1 – 11 of 11) sorted by relevance
/aosp_15_r20/tools/acloud/internal/lib/ |
H A D | cheeps_compute_client.py | 79 metadata["cvd_01_x_res"] = avd_spec.hw_property[constants.HW_X_RES] 83 avd_spec.hw_property[constants.HW_X_RES],
|
H A D | goldfish_compute_client.py | 236 metadata["cvd_01_x_res"] = avd_spec.hw_property[constants.HW_X_RES] 240 avd_spec.hw_property[constants.HW_X_RES],
|
H A D | cheeps_compute_client_test.py | 106 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 D | cvd_compute_client_multi_stage_test.py | 145 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 D | goldfish_utils.py | 304 x_res = avd_spec.hw_property.get(constants.HW_X_RES)
|
H A D | cvd_utils_test.py | 541 constants.HW_X_RES: "1080", 567 constants.HW_X_RES: "1080",
|
H A D | android_compute_client.py | 320 avd_spec.hw_property[constants.HW_X_RES],
|
H A D | cvd_compute_client_multi_stage.py | 271 avd_spec.hw_property[constants.HW_X_RES],
|
H A D | cvd_utils.py | 855 "-x_res=" + avd_spec.hw_property[constants.HW_X_RES])
|
/aosp_15_r20/tools/acloud/create/ |
H A D | base_avd_create.py | 89 (avd_spec.hw_property[constants.HW_X_RES],
|
/aosp_15_r20/tools/acloud/internal/ |
H A D | constants.py | 102 HW_X_RES = "x_res" variable
|