Searched refs:cpu (Results 1 – 11 of 11) sorted by relevance
/frameworks/rs/cpu_ref/ |
D | rsCpuCore.cpp | 74 RsdCpuReferenceImpl *cpu = new RsdCpuReferenceImpl(rsc); in create() local 75 if (!cpu) { in create() 78 if (!cpu->init(version_major, version_minor, lfn, slfn)) { in create() 79 delete cpu; in create() 84 cpu->setLinkRuntimeCallback(pLinkRuntimeCallback); in create() 85 cpu->setSelectRTCallback(pSelectRTCallback); in create() 87 cpu->setBccPluginName(pBccPluginName); in create() 91 return cpu; in create() 269 int cpu = sysconf(_SC_NPROCESSORS_ONLN); in init() local 271 cpu = mRSC->props.mDebugMaxThreads; in init() [all …]
|
/frameworks/base/docs/html/training/scheduling/ |
D | wakelock.jd | 14 <li><a href="#cpu">Keep the CPU On</a></li> 54 <p>The advantage of this approach is that unlike wake locks (discussed in <a href="#cpu"> 85 <h2 id="cpu">Keep the CPU On</h2>
|
/frameworks/base/docs/html/tools/debugging/ |
D | systrace.jd | 94 {@code --cpu-freq}, {@code --cpu-idle}, {@code --cpu-load} options.</li> 174 $ python systrace.py --cpu-freq --cpu-load --time=10 -o mytracefile.html
|
/frameworks/base/docs/html-intl/intl/ja/guide/publishing/ |
D | preparing.jd | 64 …>、<code>-scale</code>、<code>-netspeed</code>、<code>-netdelay</code>、<code>-cpu-delay</code> などのエミュ…
|
/frameworks/base/docs/html/tools/help/ |
D | systrace.jd | 317 <td><code>-f, --cpu-freq</code></td> 324 <td><code>-i, --cpu-idle</code></td> 330 <td><code>-l, --cpu-load</code></td> 337 <td><nobr><code>-s, --no-cpu-sched</code></nobr></td>
|
D | emulator.jd | 396 <td><code>-cpu-delay <delay></code></td>
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | EventLogTags.logtags | 6 2721 cpu (total|1|6),(user|1|6),(system|1|6),(iowait|1|6),(irq|1|6),(softirq|1|6)
|
/frameworks/compile/mclinker/unittests/ |
D | test3.txt | 252 …UPPORT_DIRS= bfd gas include libiberty opcodes ld elfcpp gold gprof intl setup.com makefile.vms cpu
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/ |
D | armCOMM_s.h | 156 _M_TRY $cpu, $v0,$v1,$v2,$v3,$v4,$v5,$v6,$v7
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/ |
D | armCOMM_s.h | 153 _M_TRY $cpu, $v0,$v1,$v2,$v3,$v4,$v5,$v6,$v7
|
/frameworks/base/docs/html/tools/sdk/ndk/ |
D | index.jd | 536 <li>Enhanced <code>cpu-features</code> to detect ARMv8 support for the following 639 …<li>Enhanced <code>cpu-features</code> to detect more arm64 features. (Change list <a href="https… 679 <li>The cpu-features library has been updated for the ARMv8 kernel. The existing 680 cpu-features library may fail to detect the presence of NEON on the ARMv8 platform. Recompile your 1231 <li>Modified {@code cpu-features} option to not assume all VFPv4 devices support IDIV. 1527 {@code cpu-features.c}. This addition enables easier retrieval of the ARM CPUID 1843 {@code sources/android/cpufeatures/cpu-features.c} for use when auto-detection via 2005 <li>Updated the {@code cpu-features} helper library to include more ARM-specific features. 2006 See {@code sources/android/cpufeatures/cpu-features.h} for details.</li> 2677 <li>The {@code cpu-features} helper library was updated to report three optional
|