HomeSort by relevance Sort by last modified time
    Searched refs:fileexists (Results 1 - 5 of 5) sorted by null

  /frameworks/rs/perf-test-scripts/
get-freq 8 fileexists() { function
12 if fileexists $1; then
19 if fileexists $1; then
47 if fileexists $CPU_DIR/$core/online && [ `getprop $CPU_DIR/$core/online` -eq 0 ]; then
54 if fileexists $CPU_DIR/$core/cpufreq/scaling_available_frequencies; then
56 elif fileexists $CPU_DIR/$core/cpufreq/stats/time_in_state; then
63 if fileexists $CPU_DIR/$core/cpufreq/scaling_cur_freq; then
75 if fileexists $GPU_DIR/devfreq/available_frequencies; then
77 elif fileexists $GPU_DIR/gpu_available_frequencies; then
79 elif fileexists /d/clock/gbus/possible_rates; the
    [all...]
set-cpu-freq 12 fileexists() { function
16 if fileexists $1; then
23 if fileexists $1; then
64 if fileexists $DIR/$core/online; then
69 if fileexists $DIR/$core/cpufreq/scaling_available_frequencies; then
71 elif fileexists $DIR/$core/cpufreq/stats/time_in_state; then
98 if fileexists $DIR/$core/online && [ `getprop $DIR/$core/online` -eq 0 ]; then
102 if fileexists $DIR/$core/cpufreq/scaling_cur_freq; then
138 if fileexists $DIR/$core/online; then
get-thermal 10 fileexists() { function
14 if fileexists $1; then
21 if fileexists $1; then
set-gpu-freq 12 fileexists() { function
16 if fileexists $1; then
23 if fileexists $1; then
45 if fileexists $DIR/devfreq/available_frequencies; then
47 elif fileexists $DIR/gpu_available_frequencies; then
49 elif fileexists /d/clock/gbus/possible_rates; then
timing 67 fileexists() { function
208 if fileexists /sdcard/rsTimes/${TEST_NAMES[$testId]}_DATA.txt; then
268 if fileexists /sdcard/rsTimes/${TEST_NAMES[$testId]}_DATA.txt; then

Completed in 121 milliseconds