Searched refs:cores (Results 1 - 11 of 11) sorted by last modified time

/external/webrtc/src/system_wrappers/source/
H A Dcpu_measurement_harness.cc112 WebRtc_UWord32* cores = NULL; local
114 cpu_sum_ = cpu_->CpuUsageMultiCore(num_cores, cores);
H A Dcpu_wrapper_unittest.cc39 printf("Number of cores detected:%u\n", CpuInfo::DetectNumberOfCores());
47 WebRtc_UWord32* cores = NULL; local
48 bool cpu_usage_available = cpu->CpuUsageMultiCore(num_cores, cores) != -1;
53 if (cores != NULL) {
58 cpu_usage_available = cpu->CpuUsageMultiCore(num_cores, cores) != -1;
62 const WebRtc_Word32 average = cpu->CpuUsageMultiCore(num_cores, cores);
63 ASSERT_TRUE(cores != NULL);
68 printf("\nNumber of cores:%d\n", num_cores);
71 printf("Core:%u CPU:%u \n", i, cores[i]);
72 EXPECT_GE(cores[
[all...]
/external/tcpdump/tests/
H A DTESTonce37 @cores = glob("core*");
38 exit 10 if (@cores > 0);
/external/stressapptest/src/
H A Dsat.cc1096 int cores = cpuset_count(&available_cpus); local
1099 if (cpu_stress_threads_ + memory_threads_ <= cores) {
1100 // Place a thread on alternating cores first.
1103 int nthbit = (((2 * nthcore) % cores) +
1104 (((2 * nthcore) / cores) % 2)) % cores;
1106 cpuset_set_ab(&all_cores, 0, cores);
1110 logprintf(0, "Log: cores = %s, expected %s\n",
1238 int cores = cpuset_count(&available_cpus); local
1239 if (cpu_stress_threads_ + memory_threads_ <= cores) {
[all...]
/external/skia/platform_tools/barelinux/bin/
H A Darm64_download115 --cores=4 \
/external/sepolicy/
H A Dfile_contexts223 /cores(/.*)? u:object_r:coredump_file:s0
/external/oprofile/events/i386/atom/
H A Dunit_masks104 0x180 all All cores.
/external/glide/library/src/main/java/com/bumptech/glide/
H A DGlideBuilder.java73 final int cores = Math.max(1, Runtime.getRuntime().availableProcessors());
74 resizeService = new FifoPriorityThreadPoolExecutor(cores);
/external/elfutils/0.153/
H A Delfutils.spec239 - libdwfl: Fixes in core-file handling, support cores from PIEs.
/external/chromium_org/third_party/webrtc/base/
H A Dlinux.cc89 // TODO: /proc/cpuinfo only reports cores that are currently
90 // _online_, so this may underreport the number of physical cores.
101 int cores;
102 // Count the cores for the physical id only if we have not counted the id.
104 GetSectionIntValue(i, "cpu cores", &cores) &&
107 total_cores += cores;
/external/chromium_org/third_party/skia/platform_tools/barelinux/bin/
H A Darm64_download115 --cores=4 \

Completed in 3541 milliseconds