Home
last modified time | relevance | path

Searched refs:cpu_count (Results 1 – 25 of 44) sorted by relevance

12

/external/google-breakpad/src/google_breakpad/processor/
Dsystem_info.h47 cpu_count(0) {} in SystemInfo()
56 cpu_count = 0; in Clear()
93 int cpu_count; member
/external/skia/platform_tools/android/third_party/cpufeatures/
Dcpu-features.h285 extern int android_setCpu(int cpu_count,
298 extern int android_setCpuArm(int cpu_count,
Dcpu-features.c1052 android_setCpu(int cpu_count, uint64_t cpu_features) in android_setCpu() argument
1059 g_cpuCount = (cpu_count <= 0 ? 1 : cpu_count); in android_setCpu()
1075 android_setCpuArm(int cpu_count, uint64_t cpu_features, uint32_t cpu_id) in android_setCpuArm() argument
1077 if (!android_setCpu(cpu_count, cpu_features)) in android_setCpuArm()
/external/v8/tools/gcmole/
Dparallel.py37 processes = multiprocessing.cpu_count()
/external/v8/tools/sanitizers/
Dsancov_merger.py32 from multiprocessing import Pool, cpu_count
47 CPUS = cpu_count()
Dsancov_formatter.py50 from multiprocessing import Pool, cpu_count
101 CPUS = cpu_count()
/external/autotest/client/tests/dbench/
Ddbench.py27 nprocs = self.job.cpu_count()
/external/autotest/client/tests/tbench/
Dtbench.py26 nprocs = self.job.cpu_count()
/external/webrtc/webrtc/tools/barcode_tools/
Dhelper_functions.py86 process_pool = multiprocessing.Pool(processes=multiprocessing.cpu_count())
/external/kernel-headers/original/uapi/linux/
Dtaskstats.h71 __u64 cpu_count __attribute__((aligned(8))); member
/external/deqp/scripts/
Dlaunchcontrol_build.py54 threadCount = multiprocessing.cpu_count() + 1
/external/autotest/client/tests/kernbench/
Dkernbench.py49 self.threads = self.job.cpu_count()*2
/external/autotest/client/site_tests/power_HotCPUSuspend/
Dpower_HotCPUSuspend.py71 cpus = multiprocessing.cpu_count()
/external/vixl/tools/
Dtest.py215 default=multiprocessing.cpu_count(),
216 const=multiprocessing.cpu_count(),
Dlint.py55 default=1, const=multiprocessing.cpu_count(),
/external/chromium-trace/catapult/tracing/tracing/mre/
Dmap_runner.py44 jobs = multiprocessing.cpu_count()
/external/chromium-trace/catapult/third_party/typ/typ/
Dhost.py92 def cpu_count(self): member in Host
93 return multiprocessing.cpu_count()
/external/deqp/scripts/build/
Dconfig.py83 …Generator.__init__(self, "Unix Makefiles", extraBuildArgs = ["-j%d" % multiprocessing.cpu_count()])
/external/autotest/server/cros/network/
Dwifi_client.py162 cpu_count = len(filter(lambda x: x.lower().startswith('bogomips'),
165 if cpu_count:
166 cpu_count_str = 'x%d' % cpu_count
/external/pdfium/testing/tools/
Drun_corpus_tests.py89 parser.add_option('-j', default=multiprocessing.cpu_count(),
/external/google-breakpad/src/processor/
Dmicrodump_processor_unittest.cc104 ASSERT_EQ(2, state->system_info()->cpu_count); in AnalyzeDump()
Dstackwalk_common.cc802 process_state.system_info()->cpu_count, in PrintProcessState()
803 process_state.system_info()->cpu_count != 1 ? "s" : ""); in PrintProcessState()
878 process_state.system_info()->cpu_count); in PrintProcessStateMachineReadable()
/external/autotest/client/bin/
Djob.py721 def cpu_count(self): member in base_client_job
767 cpu_count = utils.count_cpus()
769 if cpu_count != old_count:
772 (old_count, cpu_count))
Djob_unittest.py574 def _setup_check_post_reboot(self, mount_info, cpu_count): argument
588 if cpu_count is not None:
589 utils.count_cpus.expect_call().and_return(cpu_count)
/external/google-breakpad/src/client/linux/minidump_writer/
Dminidump_writer.cc993 int cpu_count = cpus_present.GetCount(); in WriteCPUInformation() local
994 if (cpu_count > 255) in WriteCPUInformation()
995 cpu_count = 255; in WriteCPUInformation()
996 sys_info->number_of_processors = static_cast<uint8_t>(cpu_count); in WriteCPUInformation()

12