Home
last modified time | relevance | path

Searched refs:ARG_CORES (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/libs/hwui/tests/scripts/
Dprep_generic.sh41 ARG_CORES=${1:-big}
73 if [ "$ARG_CORES" == "big" ]; then
75 elif [ "$ARG_CORES" == "little" ]; then
78 echo "Invalid argument \$1 for ARG_CORES, should be 'big' or 'little', but was $ARG_CORES"
83 if [ "$ARG_CORES" == "big" ]; then
85 elif [ "$ARG_CORES" == "little" ]; then
88 echo "Invalid argument \$1 for ARG_CORES, should be 'big' or 'little', but was $ARG_CORES"
164 echo "Failed to find any $ARG_CORES cores to enable, aborting."