Searched refs:X_RES (Results 1 – 5 of 5) sorted by relevance
/tools/acloud/internal/lib/ |
D | cheeps_compute_client_test.py | 42 X_RES = 720 variable in CheepsComputeClientTest 60 x=self.X_RES, y=self.Y_RES, dpi=self.DPI) 89 'cvd_01_x_res': str(self.X_RES), 92 str(self.X_RES), 101 avd_spec.hw_property = {constants.HW_X_RES: str(self.X_RES),
|
D | cvd_compute_client_test.py | 49 X_RES = 720 variable in CvdComputeClientTest 69 x=self.X_RES, y=self.Y_RES, dpi=self.DPI) 107 "cvd_01_x_res": str(self.X_RES), 116 "cvd_01_x_res": str(self.X_RES), 156 fake_avd_spec.hw_property[constants.HW_X_RES] = str(self.X_RES)
|
D | goldfish_compute_client_test.py | 45 X_RES = 720 variable in GoldfishComputeClientTest 66 x=self.X_RES, y=self.Y_RES, dpi=self.DPI) 119 "cvd_01_x_res": str(self.X_RES),
|
D | android_compute_client_test.py | 48 X_RES = 720 variable in AndroidComputeClientTest 128 "x_res" : str(self.X_RES),
|
D | cvd_compute_client_multi_stage_test.py | 55 X_RES = 720 variable in CvdComputeClientTest 76 x=self.X_RES, y=self.Y_RES, dpi=self.DPI) 192 fake_avd_spec.hw_property[constants.HW_X_RES] = str(self.X_RES)
|