HomeSort by relevance Sort by last modified time
    Searched full:cores (Results 1 - 25 of 320) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /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_info.cc 41 "Available number of cores:%d", _numberOfCores);
46 "Available number of cores:%d", _numberOfCores);
56 "Available number of cores:%d", _numberOfCores);
60 "Failed to get number of cores");
65 "No function to get number of cores");
  /external/chromium_org/third_party/webrtc/system_wrappers/source/
cpu_info.cc 35 "Available number of cores:%d", number_of_cores_);
40 "Available number of cores:%d", number_of_cores_);
49 "Available number of cores:%d", number_of_cores_);
52 "Failed to get number of cores");
57 "No function to get number of cores");
  /external/chromium_org/remoting/host/
capture_scheduler_unittest.cc 16 { 200, 100, 60, 50, 50, 60, 120, 160 }, // Two cores.
17 { 100, 50, 50, 50, 50, 50, 60, 80 }, // Four cores.
18 { 50, 50, 50, 50, 50, 50, 50, 50 } // Eight cores.
40 { 180, 110, 60, 50, 50, 60, 110, 180 }, // Two cores.
41 { 90, 55, 50, 50, 50, 50, 55, 90 }, // Four cores.
42 { 50, 50, 50, 50, 50, 50, 50, 50 } // Eight cores.
65 { 180, 145, 116, 66, 50, 50, 66, 116 }, // Two cores.
66 { 90, 72, 58, 50, 50, 50, 50, 58 }, // Four cores.
67 { 50, 50, 50, 50, 50, 50, 50, 50 } // Eight cores.
capture_scheduler.cc 31 // We assume that the number of available cores is constant.
47 // fraction of CPU across all cores.
  /external/clang/test/CodeGen/
arm-cortex-cpus.c 3 // Check that Cortex-M cores don't enable hwdiv-arm (and don't emit Tag_DIV_use)
  /external/tcpdump/tests/
TESTonce 37 @cores = glob("core*");
38 exit 10 if (@cores > 0);
  /external/chromium_org/third_party/skia/src/utils/
SkThreadUtils.h 38 * will attempt to run on different cores. Returns false if the request failed.
  /external/skia/src/utils/
SkThreadUtils.h 38 * will attempt to run on different cores. Returns false if the request failed.
  /external/webrtc/src/system_wrappers/interface/
cpu_wrapper.h 34 // numCores is the number of cores in the cpu_usage array.
36 // CPU usage across all cores.
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
r300_chipset.h 93 CHIP_FAMILY_R300 = 0, /* R3xx-based cores. */
101 CHIP_FAMILY_R420, /* R4xx-based cores. */
110 CHIP_FAMILY_RV515, /* R5xx-based cores. */
  /external/mesa3d/src/gallium/drivers/r300/
r300_chipset.h 93 CHIP_FAMILY_R300 = 0, /* R3xx-based cores. */
101 CHIP_FAMILY_R420, /* R4xx-based cores. */
110 CHIP_FAMILY_RV515, /* R5xx-based cores. */
  /external/chromium_org/chrome/browser/metrics/
time_ticks_experiment_win.cc 24 // This bit is supposed to indicate that rdtsc is safe across cores. If so, we
67 // Change cores every 10 iterations.
  /device/asus/flo/sepolicy/
mpdecision.te 12 # CPU hotplug uevent to manage cores
  /device/lge/hammerhead/sepolicy/
mpdecision.te 12 # CPU hotplug uevent to manage cores
  /device/lge/mako/sepolicy/
mpdecision.te 12 # CPU hotplug uevent to manage cores
  /external/chromium_org/base/android/java/src/org/chromium/base/
CpuFeatures.java 23 * Return the number of CPU Cores on the device.
  /external/chromium_org/components/nacl/loader/
nacl_main.cc 36 // The number of cores must be obtained before the invocation of
  /external/chromium_org/third_party/boringssl/src/crypto/
cpu-x86_64-asm.pl 82 # Returns APIC ID and number of cores in ECX. See page 27 of [1].
83 movzb %cl,%r10 # number of cores - 1
84 inc %r10 # number of cores
107 and \$0xfff,%r10d # number of cores -1 per L1D
  /external/chromium_org/third_party/skia/dm/
README 14 once. --cpuThreads defaults to the number of cores on the machine.
  /external/chromium_org/v8/src/ia32/
cpu-ia32.cc 23 // cache flushing is only necessary when multiple cores running the same
  /external/chromium_org/v8/src/x64/
cpu-x64.cc 23 // cache flushing is only necessary when multiple cores running the same
  /external/chromium_org/v8/src/x87/
cpu-x87.cc 23 // cache flushing is only necessary when multiple cores running the same
  /external/chromium_org/v8/tools/
cpu.sh 33 echo "Reactivating all CPU cores"
  /external/fio/arch/
arch-x86-common.h 32 * Check for constant rate and synced (across cores) TSC

Completed in 925 milliseconds

1 2 3 4 5 6 7 8 91011>>