Searched refs:cpu_arch (Results 1 – 4 of 4) sorted by relevance
/external/autotest/client/site_tests/security_x86Registers/ |
D | security_x86Registers.py | 146 cpu_arch = power_utils.get_x86_cpu_arch() 147 if not cpu_arch: 148 cpu_arch = utils.get_cpu_arch() 149 if cpu_arch == "arm": 150 logging.info('OK: skipping x86-only test on %s.', cpu_arch) 153 logging.warning('Unknown CPU with arch "%s".', cpu_arch) 156 if cpu_arch in {"Stoney", "Ryzen"}: 158 elif cpu_arch == 'Atom': 160 elif cpu_arch == 'Core M':
|
/external/libchrome/build/android/pylib/constants/ |
D | host_paths.py | 60 def ToolPath(tool, cpu_arch): argument 71 tool_path = _cached_tool_paths.get((tool, cpu_arch)) 76 cpu_arch, (None, None)) 78 raise Exception('Could not find tool chain for ' + cpu_arch) 87 _cached_tool_paths[(tool, cpu_arch)] = tool_path
|
D | host_paths_unittest.py | 43 for cpu_arch, binprefix in _EXPECTED_NDK_TOOL_SUBDIR_MAP.iteritems(): 46 self.assertEqual(host_paths.ToolPath('foo', cpu_arch), expected_path)
|
/external/autotest/client/site_tests/firmware_LockedME/ |
D | firmware_LockedME.py | 108 cpu_arch = utils.get_cpu_arch() 109 if cpu_arch == "arm":
|