Lines Matching full:then
17 if [ "$QUIET" = "n" ]; then
33 if [ "x$1" = "x--quiet" ]; then
36 elif [ "x$1" = "x--jit" ]; then
40 elif [ "x$1" = "x--fast" ]; then
44 elif [ "x$1" = "x--portable" ]; then
48 elif [ "x$1" = "x--debug" ]; then
51 elif [ "x$1" = "x--gdb" ]; then
54 elif [ "x$1" = "x--valgrind" ]; then
57 elif [ "x$1" = "x--dev" ]; then
60 elif [ "x$1" = "x--no-verify" ]; then
63 elif [ "x$1" = "x--no-optimize" ]; then
66 elif [ "x$1" = "x--no-precise" ]; then
69 elif [ "x$1" = "x--" ]; then
72 elif expr "x$1" : "x--" >/dev/null 2>&1; then
80 if [ "x$INTERP" = "x" ]; then
85 if [ "$OPTIMIZE" = "y" ]; then
86 if [ "$VERIFY" = "y" ]; then
97 if [ "$VERIFY" = "y" ]; then
105 if [ "$VALGRIND" = "y" ]; then
113 if [ "$PRECISE" = "y" ]; then
126 if [ ! -d $DATA_DIR/dalvik-cache ]; then
132 if [ "$DEV_MODE" = "y" ]; then
146 if [ "$DEBUG" = "y" ]; then
152 if [ "$GDB" = "y" ]; then