Home
last modified time | relevance | path

Searched refs:HW_Y_RES (Results 1 – 10 of 10) sorted by relevance

/tools/acloud/internal/lib/
Dcheeps_compute_client.py80 metadata["cvd_01_y_res"] = avd_spec.hw_property[constants.HW_Y_RES]
84 avd_spec.hw_property[constants.HW_Y_RES],
Dgoldfish_compute_client.py216 metadata["cvd_01_y_res"] = avd_spec.hw_property[constants.HW_Y_RES]
220 avd_spec.hw_property[constants.HW_Y_RES],
Dcvd_compute_client.py153 metadata["cvd_01_y_res"] = avd_spec.hw_property[constants.HW_Y_RES]
163 avd_spec.hw_property[constants.HW_Y_RES],
Dcheeps_compute_client_test.py104 constants.HW_Y_RES: str(self.Y_RES),
151 constants.HW_Y_RES: str(self.Y_RES),
Dcvd_compute_client_test.py158 fake_avd_spec.hw_property[constants.HW_Y_RES] = str(self.Y_RES)
166 fake_avd_spec.hw_property[constants.HW_Y_RES],
Dcvd_compute_client_multi_stage_test.py200 fake_avd_spec.hw_property[constants.HW_Y_RES] = str(self.Y_RES)
208 fake_avd_spec.hw_property[constants.HW_Y_RES],
Dcvd_compute_client_multi_stage.py270 "-y_res=" + avd_spec.hw_property[constants.HW_Y_RES])
461 avd_spec.hw_property[constants.HW_Y_RES],
Dandroid_compute_client.py321 avd_spec.hw_property[constants.HW_Y_RES],
/tools/acloud/create/
Dbase_avd_create.py90 avd_spec.hw_property[constants.HW_Y_RES],
/tools/acloud/internal/
Dconstants.py100 HW_Y_RES = "y_res" variable