Searched refs:CPU (Results 1 - 7 of 7) sorted by relevance

/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMELFAttributeData.cpp118 // a byte for specifying the CPU architecture (CPU_Arch_ARM_*)
487 * Combine the main and secondary CPU arch value
507 * Given a CPU arch X and a CPU arch Y in which Y is newer than X, the value in
508 * cpu_compatibility_table[X][Y] is the CPU arch required to run ISA both from X
512 #define CPU(C) ARMELFAttributeData::CPU_Arch_ARM_ ## C macro
513 static const int cpu_compatibility_table[][CPU(V4T_Plus_V6_M) + 1] = {
515 /* Pre v4 */ { CPU(V6T2), CPU(V6K), CPU(V
556 #undef CPU macro
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/
H A Dwin_asm.bat2 set ASMFLAGS= -checkreglist -CPU ARM1136 -PreDefine "H264DEC_WINASM SETL {TRUE}"
/frameworks/compile/slang/
H A Dslang_backend.cpp163 if (mTargetOpts.CPU.size() || mTargetOpts.Features.size()) {
176 TargetInfo->createTargetMachine(Triple, mTargetOpts.CPU, FeaturesStr,
/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
H A DTestService.java236 CPU, enum constant in enum:TestService.BackgroundMode
474 super("CPU", "Consume CPU");
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
H A DarmCOMM_s.h44 GBLS _CPU ;// CPU name
68 ;// Override the tools settings of the CPU if the #define
69 ;// USECPU is set, otherwise use the CPU defined by the
76 _CPU SETS {CPU}
127 ;// Look for first available variant to match a CPU
145 INFO 1, "No match found for CPU '$_CPU'"
163 ;// For a given CPU, see if any of the variants supporting
164 ;// this CPU are available. The first available variant is
181 INFO 1, "No variant match found for CPU '$_CPU'"
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
H A DarmCOMM_s.h44 GBLS _CPU ;// CPU name
68 ;// Override the tools settings of the CPU if the #define
69 ;// USECPU is set, otherwise use the CPU defined by the
76 _CPU SETS {CPU}
127 ;// Look for first available variant to match a CPU
148 INFO 1, "No match found for CPU '$_CPU'"
166 ;// For a given CPU, see if any of the variants supporting
167 ;// this CPU are available. The first available variant is
184 INFO 1, "No variant match found for CPU '$_CPU'"
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java407 /** Control over CPU and battery monitoring */
467 // enough data on CPU usage to start killing things.
1236 * this may happen with the screen off and we need to keep the CPU running to
1418 * Runtime CPU use collection thread. This object's lock is used to
1424 * Used to collect per-process CPU use for ANRs, battery stats, etc.
2830 //Slog.i(TAG, "Total CPU usage: "
2845 EventLog.writeEvent(EventLogTags.CPU,
2916 // When plugging in, update the CPU stats first before changing
5337 // Lastly, measure CPU usage.
5350 // We'll take the stack crawls of just the top apps using CPU
[all...]

Completed in 329 milliseconds