Searched refs:HW_X_RES (Results 1 – 11 of 11) sorted by relevance
/tools/acloud/internal/lib/ |
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],
|
D | goldfish_compute_client.py | 232 metadata["cvd_01_x_res"] = avd_spec.hw_property[constants.HW_X_RES] 236 avd_spec.hw_property[constants.HW_X_RES],
|
D | cvd_compute_client.py | 152 metadata["cvd_01_x_res"] = avd_spec.hw_property[constants.HW_X_RES] 162 avd_spec.hw_property[constants.HW_X_RES],
|
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),
|
D | cvd_compute_client_test.py | 163 fake_avd_spec.hw_property[constants.HW_X_RES] = str(self.X_RES) 171 fake_avd_spec.hw_property[constants.HW_X_RES],
|
D | cvd_compute_client_multi_stage_test.py | 226 fake_avd_spec.hw_property[constants.HW_X_RES] = str(self.X_RES) 234 fake_avd_spec.hw_property[constants.HW_X_RES],
|
D | cvd_compute_client_multi_stage.py | 328 "-x_res=" + avd_spec.hw_property[constants.HW_X_RES]) 493 avd_spec.hw_property[constants.HW_X_RES],
|
D | goldfish_utils.py | 231 x_res = avd_spec.hw_property.get(constants.HW_X_RES)
|
D | android_compute_client.py | 319 avd_spec.hw_property[constants.HW_X_RES],
|
/tools/acloud/create/ |
D | base_avd_create.py | 89 (avd_spec.hw_property[constants.HW_X_RES],
|
/tools/acloud/internal/ |
D | constants.py | 100 HW_X_RES = "x_res" variable
|