Home
last modified time | relevance | path

Searched refs:cpuType (Results 1 – 7 of 7) 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/lldb/source/Host/macosx/launcherXPCService/
Dmain.mm34 … cpu_type_t cpuType = (cpu_type_t)xpc_dictionary_get_int64(message, LauncherXPCServiceCPUTypeKey);
35 if (cpuType == -2) {
36 cpuType= CPU_TYPE_ANY;
39 errorCode = posix_spawnattr_setbinpref_np(attr, 1, &cpuType, &realCount);
/external/autotest/client/site_tests/platform_MemCheck/
Dplatform_MemCheck.py30 cpuType = utils.get_cpu_arch()
33 if cpuType == "arm":