Home
last modified time | relevance | path

Searched refs:dpi (Results 1 – 12 of 12) sorted by relevance

/tools/acloud/public/data/
Ddefault.config59 value: "cpu:2,resolution:720x1280,dpi:320,memory:4g"
64 value: "cpu:2,resolution:1280x800,dpi:160,memory:4g"
69 value: "cpu:2,resolution:320x320,dpi:240,memory:2g"
74 value: "cpu:2,resolution:2560x1800,dpi:320,memory:4g"
79 value: "cpu:2,resolution:1280x720,dpi:213,memory:2g"
/tools/tradefederation/core/atest/
DTEST_MAPPING22 "include-filter": "android.dpi.cts.ConfigurationScreenLayoutTest"
/tools/tradefederation/core/
DTEST_MAPPING32 "include-filter": "android.dpi.cts.ConfigurationScreenLayoutTest"
/tools/acloud/list/
Dinstance.py328 "dpi": self._cf_runtime_cfg.dpi}
452 x_res=None, y_res=None, dpi=None): argument
475 if x_res and y_res and dpi:
477 "dpi": dpi}
Dlist_test.py135 dpi=240,
Dinstance_test.py69 dpi=480,
/tools/acloud/internal/lib/
Dcvd_runtime_config.py161 def dpi(self): member in CvdRuntimeConfig
Dcheeps_compute_client_test.py60 x=self.X_RES, y=self.Y_RES, dpi=self.DPI)
Dgoldfish_compute_client_test.py66 x=self.X_RES, y=self.Y_RES, dpi=self.DPI)
Dcvd_compute_client_test.py69 x=self.X_RES, y=self.Y_RES, dpi=self.DPI)
Dcvd_compute_client_multi_stage_test.py76 x=self.X_RES, y=self.Y_RES, dpi=self.DPI)
/tools/acloud/
DREADME.md104 properties of the AVD. You can specify the cpu, resolution, dpi, memory,and/or
106 `cpu:2,resolution:1280x700,dpi:160,memory:2g,disk:2g`