HomeSort by relevance Sort by last modified time
    Searched refs:cores (Results 1 - 13 of 13) sorted by null

  /external/webrtc/src/system_wrappers/source/
cpu_wrapper_unittest.cc 39 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[i], 0u)
    [all...]
cpu_measurement_harness.cc 112 WebRtc_UWord32* cores = NULL; local
114 cpu_sum_ = cpu_->CpuUsageMultiCore(num_cores, cores);
  /external/tcpdump/tests/
TESTonce 37 @cores = glob("core*");
38 exit 10 if (@cores > 0);
  /external/glide/library/src/main/java/com/bumptech/glide/
GlideBuilder.java 73 final int cores = Math.max(1, Runtime.getRuntime().availableProcessors()); local
74 resizeService = new FifoPriorityThreadPoolExecutor(cores);
  /external/chromium_org/third_party/webrtc/base/
linux.cc 89 // 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/stressapptest/src/
sat.cc 1096 int cores = cpuset_count(&available_cpus); local
1238 int cores = cpuset_count(&available_cpus); local
    [all...]
  /external/chromium_org/third_party/skia/platform_tools/barelinux/bin/
arm64_download 115 --cores=4 \
  /external/skia/platform_tools/barelinux/bin/
arm64_download 115 --cores=4 \
  /build/
envsetup.sh 913 adb shell mkdir -p /cores;
914 adb shell mount -t tmpfs tmpfs /cores;
915 adb shell chmod 0777 /cores;
917 echo "Granting SELinux permission to dump in /cores...";
918 adb shell restorecon -R /cores;
921 adb shell 'echo /cores/core.%p > /proc/sys/kernel/core_pattern';
959 local COREPATH=/cores/$CORENAME;
    [all...]
  /external/oprofile/events/i386/atom/
unit_masks 104 0x180 all All cores.
  /external/sepolicy/
file_contexts 223 /cores(/.*)? u:object_r:coredump_file:s0
  /external/elfutils/0.153/
elfutils.spec 239 - libdwfl: Fixes in core-file handling, support cores from PIEs.
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
wlioctl.h 2020 int cores; member in struct:wl_samplecollect_args
    [all...]

Completed in 406 milliseconds