Home
last modified time | relevance | path

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

/external/autotest/client/site_tests/platform_Rootdev/
Dplatform_Rootdev.py18 def test_no_partition(self, inputDev, cpuType): argument
23 if (cpuType == "arm"):
38 cpuType = utils.get_cpu_arch()
39 logging.debug("cpu type is %s" % cpuType)
55 self.test_no_partition(text, cpuType)
/external/autotest/client/site_tests/hardware_MemoryTotalSize/
Dhardware_MemoryTotalSize.py25 cpuType = utils.get_cpu_arch()
27 if cpuType == "arm":
/external/autotest/client/site_tests/desktopui_GmailLatency/
Ddesktopui_GmailLatency.py28 cpuType = utils.get_cpu_arch()
30 if cpuType == "arm":
/external/libunwind_llvm/src/
Dlibunwind.cpp86 switch (as->cpuType) { in unw_init_remote_thread()
119 as->cpuType = CPU_TYPE_X86_64; in unw_create_addr_space_for_task()
124 as->cpuType = CPU_TYPE_I386; in unw_create_addr_space_for_task()
135 switch (asp->cpuType) { in unw_destroy_addr_space()
DAddressSpace.hpp561 cpu_type_t cpuType; member
/external/autotest/client/site_tests/platform_MemCheck/
Dplatform_MemCheck.py30 cpuType = utils.get_cpu_arch()
33 if cpuType == "arm":