Home
last modified time | relevance | path

Searched refs:X_RES (Results 1 – 4 of 4) sorted by relevance

/tools/acloud/internal/lib/
Dcheeps_compute_client_test.py43 X_RES = 720 variable in CheepsComputeClientTest
63 x=self.X_RES, y=self.Y_RES, dpi=self.DPI)
94 'cvd_01_x_res': str(self.X_RES),
97 str(self.X_RES),
106 avd_spec.hw_property = {constants.HW_X_RES: str(self.X_RES),
144 'cvd_01_x_res': str(self.X_RES),
147 str(self.X_RES),
155 avd_spec.hw_property = {constants.HW_X_RES: str(self.X_RES),
Dgoldfish_compute_client_test.py65 X_RES = 720 variable in GoldfishComputeClientTest
91 x=self.X_RES, y=self.Y_RES, dpi=self.DPI)
169 "cvd_01_x_res": str(self.X_RES),
Dcvd_compute_client_multi_stage_test.py61 X_RES = 720 variable in CvdComputeClientTest
85 x=self.X_RES, y=self.Y_RES, dpi=self.DPI)
145 fake_avd_spec.hw_property[constants.HW_X_RES] = str(self.X_RES)
Dandroid_compute_client_test.py49 X_RES = 720 variable in AndroidComputeClientTest
129 "x_res" : str(self.X_RES),