Searched refs:X_RES (Results 1 – 4 of 4) sorted by relevance
/tools/acloud/internal/lib/ |
D | cheeps_compute_client_test.py | 43 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),
|
D | goldfish_compute_client_test.py | 65 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),
|
D | cvd_compute_client_multi_stage_test.py | 61 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)
|
D | android_compute_client_test.py | 49 X_RES = 720 variable in AndroidComputeClientTest 129 "x_res" : str(self.X_RES),
|