Home
last modified time | relevance | path

Searched refs:get_cpu_soc_family (Results 1 – 6 of 6) sorted by relevance

/external/autotest/client/site_tests/graphics_Idle/
Dgraphics_Idle.py38 self._cpu_type = utils.get_cpu_soc_family()
116 if (utils.get_cpu_soc_family() == 'x86_64' and
146 if (utils.get_cpu_soc_family() == 'x86_64' and
313 if (utils.get_cpu_soc_family() == 'x86_64' and
/external/autotest/client/site_tests/graphics_LibDRM/
Dgraphics_LibDRM.py37 arch = utils.get_cpu_soc_family()
/external/autotest/client/site_tests/graphics_dEQP/
Dgraphics_dEQP.py45 self._cpu_type = utils.get_cpu_soc_family()
/external/autotest/client/cros/graphics/
Dgraphics_utils.py916 arch = utils.get_cpu_soc_family()
/external/autotest/client/bin/
Dsite_utils.py983 cpuarch = base_utils.get_cpu_soc_family()
Dbase_utils.py353 def get_cpu_soc_family(): function