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

/frameworks/rs/rsov/compiler/
H A DGlobalMergePass.h26 llvm::ModulePass *createGlobalMergePass(bool CPU = false);
H A DGlobalMergePass.cpp45 GlobalMergePass(bool CPU = false) : ModulePass(ID), mForCPU(CPU) {}
86 // For CPU, create a constant struct for initial values, which has each of
241 ModulePass *createGlobalMergePass(bool CPU) { return new GlobalMergePass(CPU); } argument
/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/native/services/thermalservice/libthermalcallback/
H A DThermalCallback.cpp36 case TemperatureType::CPU:
/frameworks/base/core/java/android/os/
H A DHardwarePropertiesManager.java30 * device: CPU, GPU and battery temperatures, CPU usage per core, fan speed, etc.
69 public static final int DEVICE_TEMPERATURE_CPU = Constants.TemperatureType.CPU;
152 * Return an array of CPU usage info for each core.
156 * Empty if CPU usage is not supported on this system.
H A DBatteryStats.java222 * - CPU frequency time per uid
241 * - CPU times per UID process state
861 * Returns the approximate cpu time (in microseconds) spent at a certain CPU speed for a
862 * given CPU cluster.
863 * @param cluster the index of the CPU cluster.
864 * @param step the index of the CPU speed. This is not the actual speed of the CPU.
1410 // Top three apps using CPU in the last step, with times in 1/100 second.
5267 sb.append(" CPU freqs:");
5940 sb.append(prefix); sb.append(" CPU
[all...]
/frameworks/rs/perf-test-scripts/
H A Dset-cpu-freq49 adb shell setprop debug.rs.default-CPU-driver 1
/frameworks/compile/slang/
H A Dslang_backend.cpp200 if (mTargetOpts.CPU.size() || mTargetOpts.Features.size()) {
213 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/base/core/java/com/android/internal/app/procstats/
H A DProcessState.java921 pw.print(prefix); pw.print("Killed for excessive CPU use: ");
1237 proto.write(ProcessStatsProto.Kill.CPU, mNumExcessiveCpu);
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java555 /** Control over CPU and battery monitoring */
1540 * this may happen with the screen off and we need to keep the CPU running to
1825 * Runtime CPU use collection thread. This object's lock is used to
1831 * Used to collect per-process CPU use for ANRs, battery stats, etc.
3329 //Slog.i(TAG, "Total CPU usage: "
3344 EventLog.writeEvent(EventLogTags.CPU,
3418 // When plugging in, update the CPU stats first before changing
6123 // Measure CPU usage as soon as we're called in order to get a realistic sampling
6134 // We'll take the stack crawls of just the top apps using CPU.
6144 Slog.d(TAG, "Skipping next CPU consumin
[all...]

Completed in 245 milliseconds