HomeSort by relevance Sort by last modified time
    Searched full:cores (Results 26 - 50 of 330) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/webp/src/dsp/
cpu-features.h 51 /* Return the number of CPU cores detected on this device. */
  /external/webrtc/src/system_wrappers/source/android/
cpu-features.h 51 /* Return the number of CPU cores detected on this device. */
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/
cpu-features.h 51 /* Return the number of CPU cores detected on this device. */
  /packages/screensavers/Basic/res/values-gl-rES/
strings.xml 20 <string name="color_dream_name" msgid="9063813186991472050">"Cores"</string>
  /packages/screensavers/Basic/res/values-pt/
strings.xml 20 <string name="color_dream_name" msgid="9063813186991472050">"Cores"</string>
  /packages/screensavers/Basic/res/values-pt-rPT/
strings.xml 20 <string name="color_dream_name" msgid="9063813186991472050">"Cores"</string>
  /external/chromium_org/third_party/libjingle/source/talk/base/
linux.cc 106 // TODO: /proc/cpuinfo only reports cores that are currently
107 // _online_, so this may underreport the number of physical cores.
118 int cores;
119 // Count the cores for the physical id only if we have not counted the id.
121 GetSectionIntValue(i, "cpu cores", &cores) &&
124 total_cores += cores;
systeminfo.h 48 // The number of CPU Cores in the system.
  /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;
systeminfo.h 31 // The number of CPU Cores in the system.
  /frameworks/base/docs/html/training/multiple-threads/
create-threadpool.jd 160 The number of threads you can have in a thread pool depends primarily on the number of cores
166 * Gets the number of available cores
167 * (not always the same as the maximum number of cores)
173 This number may not reflect the number of physical cores in the device; some devices have
174 CPUs that deactivate one or more cores depending on the system load. For these devices,
176 <i>active</i> cores, which may be less than the total number of cores.
  /external/oprofile/events/i386/core_2/
unit_masks 78 0xc0 All cores
81 0xc0 core: all cores
87 0xc0 core: all cores
94 0xc0 core: all cores
110 0xc0 core: all cores
121 0xc0 core: all cores
  /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/llvm/test/CodeGen/ARM/
vector-extend-narrow.ll 24 ; instructions is bad on some cores
53 ; instructions is bad on some cores
  /external/webrtc/src/system_wrappers/source/
cpu_measurement_harness.cc 112 WebRtc_UWord32* cores = NULL; local
114 cpu_sum_ = cpu_->CpuUsageMultiCore(num_cores, cores);
  /frameworks/av/media/libstagefright/codecs/hevcdec/
SoftHEVC.h 32 /** Maximum number of cores supported by the codec */
76 size_t mNumCores; // Number of cores to be uesd by the codec
  /external/chromium_org/components/nacl/loader/
nacl_listener.h 80 // OS_POSIX do we need to supply the number of cores into the
  /external/eigen/doc/
TopicMultithreading.dox 7 Some Eigen's algorithms can exploit the multiple cores present in your hardware. To this end, it is enough to enable OpenMP on your compiler, for instance:
  /external/libpcap/
pcap-tstamp.manmisc.in 58 different CPU cores on a multi-core or multi-processor system might be
60 synchronized, so packets time-stamped by different cores might not have
63 In addition, packets time-stamped by different cores might be
  /external/llvm/lib/Target/PowerPC/
PPCSubtarget.cpp 241 // Embedded cores need aggressive scheduling (and some others also benefit).
256 // Enable MI scheduling for the embedded cores.
257 // FIXME: Enable this for all cores (some additional modeling
271 // Spilling is generally expensive on all PPC cores, so always enable
277 // Use AA during code generation for the embedded cores.
  /external/chromium_org/third_party/openssl/openssl/crypto/
x86_64cpuid.pl 104 movzb %cl,%r10 # number of cores - 1
105 inc %r10 # number of cores
127 and \$0xfff,%r10d # number of cores -1 per L1D
  /external/chromium_org/tools/telemetry/telemetry/core/platform/power_monitor/
powermetrics_power_monitor.py 153 # current system has. Iterate over cores and cpus - construct metrics for
156 core_dict = plist['processor']['packages'][0]['cores']
161 base_src_path = ['processor', 'packages', 0, 'cores', core_idx]
  /external/openssl/crypto/
x86_64cpuid.pl 104 movzb %cl,%r10 # number of cores - 1
105 inc %r10 # number of cores
127 and \$0xfff,%r10d # number of cores -1 per L1D
  /ndk/tests/device/test-cpufeatures/jni/
test_cpufeatures.c 108 printf( "Number of CPU cores: %d\n", count);
  /packages/wallpapers/Basic/res/values-pt/
strings.xml 32 <string name="palette" msgid="1636154448241520718">"Paleta de cores"</string>

Completed in 1384 milliseconds

12 3 4 5 6 7 8 91011>>