Searched refs:cpuType (Results 1 – 7 of 7) sorted by relevance
18 def test_no_partition(self, inputDev, cpuType): argument23 if (cpuType == "arm"):38 cpuType = utils.get_cpu_arch()39 logging.debug("cpu type is %s" % cpuType)55 self.test_no_partition(text, cpuType)
25 cpuType = utils.get_cpu_arch()27 if cpuType == "arm":
28 cpuType = utils.get_cpu_arch()30 if cpuType == "arm":
86 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()
561 cpu_type_t cpuType; member
34 … 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);
30 cpuType = utils.get_cpu_arch()33 if cpuType == "arm":