Home | History | Annotate | Download | only in standalone

Lines Matching full:verbose

55 VERBOSE=1
77 VERBOSE=$(( $VERBOSE - 1 ))
82 --verbose|-v)
83 VERBOSE=$(( $VERBOSE + 1 ))
125 echo "More information about each test can be displayed by using --verbose."
130 echo " --verbose|-v Increase verbosity."
150 if [ $VERBOSE -ge 3 ]; then
155 elif [ $VERBOSE -ge 2 ]; then
167 if [ $VERBOSE -ge 2 ]; then
177 if [ $VERBOSE -ge 1 ]; then
425 export PREFIX CC CXX CFLAGS CXXFLAGS LDFLAGS VERBOSE ABI NULL