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

/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/llvm-ndk-cc/
H A DCompiler.cpp84 void Compiler::createTarget(const std::string &Triple, const std::string &CPU, argument
91 if (!CPU.empty())
92 mTargetOpts.CPU = CPU;
185 void Compiler::init(const std::string &Triple, const std::string &CPU, argument
198 createTarget(Triple, CPU, Features);
H A DCompiler.h59 void init(const std::string &Triple, const std::string &CPU,
111 void createTarget(const std::string &Triple, const std::string &CPU,
H A DBackend.cpp113 // FIXME: Need to detect the CPU capability and decide whether to use softfp.
137 if (mTargetOpts.CPU.size() || mTargetOpts.Features.size()) {
156 TargetInfo->createTargetMachine(Triple, mTargetOpts.CPU, FeaturesStr,
/frameworks/compile/slang/
H A Dslang.cpp174 void Slang::createTarget(const std::string &Triple, const std::string &CPU, argument
181 if (!CPU.empty())
182 mTargetOpts.CPU = CPU;
260 void Slang::init(const std::string &Triple, const std::string &CPU, argument
273 createTarget(Triple, CPU, Features);
H A Dslang.h94 void createTarget(std::string const &Triple, std::string const &CPU,
171 void init(const std::string &Triple, const std::string &CPU,
H A Dslang_backend.cpp132 // FIXME: Need to detect the CPU capability and decide whether to use softfp.
157 if (mTargetOpts.CPU.size() || mTargetOpts.Features.size()) {
170 TargetInfo->createTargetMachine(Triple, mTargetOpts.CPU, FeaturesStr,
/frameworks/av/services/audioflinger/
H A DAndroid.mk63 # uncomment to display CPU load adjusted for CPU frequency
/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
H A DTestService.java220 CPU, enum constant in enum:TestService.BackgroundMode
458 super("CPU", "Consume CPU");
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
H A DarmCOMM_s.h30 GBLS _CPU ;// CPU name
54 ;// Override the tools settings of the CPU if the #define
55 ;// USECPU is set, otherwise use the CPU defined by the
62 _CPU SETS {CPU}
113 ;// Look for first available variant to match a CPU
131 INFO 1, "No match found for CPU '$_CPU'"
149 ;// For a given CPU, see if any of the variants supporting
150 ;// this CPU are available. The first available variant is
167 INFO 1, "No variant match found for CPU '$_CPU'"
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
H A DarmCOMM_s.h30 GBLS _CPU ;// CPU name
54 ;// Override the tools settings of the CPU if the #define
55 ;// USECPU is set, otherwise use the CPU defined by the
62 _CPU SETS {CPU}
113 ;// Look for first available variant to match a CPU
134 INFO 1, "No match found for CPU '$_CPU'"
152 ;// For a given CPU, see if any of the variants supporting
153 ;// this CPU are available. The first available variant is
170 INFO 1, "No variant match found for CPU '$_CPU'"
/frameworks/base/services/java/com/android/server/am/
H A DActivityManagerService.java198 // Control over CPU and battery monitoring.
243 // enough data on CPU usage to start killing things.
1710 //Slog.i(TAG, "Total CPU usage: "
1725 EventLog.writeEvent(EventLogTags.CPU,
1792 // When plugging in, update the CPU stats first before changing
3127 // Next measure CPU usage.
3140 // We'll take the stack crawls of just the top apps using CPU.
13410 sb.append("CPU for ");
13442 Slog.w(TAG, "Excessive CPU in " + app.processName

Completed in 1237 milliseconds