Searched refs:cpu (Results 1 – 15 of 15) sorted by relevance
/frameworks/base/libs/hwui/tests/scripts/ |
D | prep_buller.sh | 4 cpubase=/sys/devices/system/cpu 18 cpu=0 20 while [ $((cpu < 4)) -eq 1 ]; do 21 echo "Setting cpu $cpu to $S hz" 22 adb shell "echo 1 > $cpubase/cpu${cpu}/online" 23 adb shell "echo userspace > $cpubase/cpu${cpu}/$gov" 24 adb shell "echo $S > $cpubase/cpu${cpu}/cpufreq/scaling_max_freq" 25 adb shell "echo $S > $cpubase/cpu${cpu}/cpufreq/scaling_min_freq" 26 adb shell "echo $S > $cpubase/cpu${cpu}/cpufreq/scaling_setspeed" 27 cpu=$(($cpu + 1)) [all …]
|
D | prep_fugu.sh | 3 cpubase=/sys/devices/system/cpu 31 cpu=0 33 while [ $((cpu < 3)) -eq 1 ]; do 34 echo "Setting cpu ${cpu} & $(($cpu + 1)) cluster to $S hz" 36 adb shell "echo 1 > $cpubase/cpu${cpu}/online" &> /dev/null 37 adb shell "echo userspace > $cpubase/cpu${cpu}/$gov" 38 adb shell "echo $S > $cpubase/cpu${cpu}/cpufreq/scaling_max_freq" 39 adb shell "echo $S > $cpubase/cpu${cpu}/cpufreq/scaling_min_freq" 40 adb shell "echo $S > $cpubase/cpu${cpu}/cpufreq/scaling_setspeed" 41 cpu=$(($cpu + 2))
|
D | prep_marlfish.sh | 3 cpubase=/sys/devices/system/cpu 19 cpu=0 22 while [ $((cpu < 3)) -eq 1 ]; do 24 echo "Setting cpu ${cpu} & $(($cpu + 1)) cluster to $S hz" 25 adb shell "echo $S > $cpubase/cpu${cpu}/cpufreq/scaling_max_freq" 26 adb shell "echo $S > $cpubase/cpu${cpu}/cpufreq/scaling_min_freq" 27 cpu=$(($cpu + 2))
|
D | prep_volantis.sh | 30 echo "set cpu $cpu to $S hz";
|
/frameworks/rs/perf-test-scripts/ |
D | get-freq | 40 cores=`adb shell ls /sys/devices/system/cpu/ | grep cpu[0-9].* | tr -d '\r'`
|
D | set-cpu-freq | 46 cores=`adb shell ls /sys/devices/system/cpu/ | grep cpu[0-9].* | tr -d '\r'`
|
/frameworks/rs/cpu_ref/ |
D | rsCpuCore.cpp | 53 RsdCpuReferenceImpl *cpu = new RsdCpuReferenceImpl(rsc); in create() local 54 if (!cpu) { in create() 57 if (!cpu->init(version_major, version_minor, lfn, slfn)) { in create() 58 delete cpu; in create() 62 cpu->setSelectRTCallback(pSelectRTCallback); in create() 64 cpu->setBccPluginName(pBccPluginName); in create() 67 return cpu; in create() 237 int cpu = sysconf(_SC_NPROCESSORS_CONF); in init() local 239 cpu = mRSC->props.mDebugMaxThreads; in init() 241 if (cpu < 2) { in init() [all …]
|
/frameworks/native/libs/binder/tests/ |
D | schd-dbg.cpp | 135 int cpu = sched_getcpu(); in onTransact() local 137 if (cpu != cpu_caller) { in onTransact() 265 static void parcel_fill(Parcel& data, int sz, int priority, int cpu) { in parcel_fill() argument 268 data.writeInt32(cpu); in parcel_fill()
|
/frameworks/base/core/tests/BTtraffic/ |
D | README | 12 system to calculate the cpu usage. The measurement is updated once per second. 14 independent service to measure cpu usage on any similarly configured tests (e.g. wifi, BLE). Refer
|
/frameworks/ml/nn/runtime/ |
D | ExecutionPlan.cpp | 691 const bool cpu = (size_t(bestDeviceIndex) == deviceCount - 1); in partitionTheWork() local 694 << (cpu ? "CPU" : devices[bestDeviceIndex]->getName()); in partitionTheWork() 695 plan->becomeSingleStep(cpu ? nullptr : devices[bestDeviceIndex], this); in partitionTheWork()
|
/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/compile/mclinker/tools/mcld/ |
D | Options.td | 480 HelpText<"Set a specific cpu type">;
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/ |
D | armCOMM_s.h | 167 _M_TRY $cpu, $v0,$v1,$v2,$v3,$v4,$v5,$v6,$v7
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/ |
D | armCOMM_s.h | 170 _M_TRY $cpu, $v0,$v1,$v2,$v3,$v4,$v5,$v6,$v7
|