Home | History | Annotate | Download | only in test

Lines Matching full:elif

43     elif [ "x$1" = "x--jvm" ]; then
46 elif [ "x$1" = "x--debug" ]; then
49 elif [ "x$1" = "x--zygote" ]; then
52 elif [ "x$1" = "x--interpreter" ]; then
55 elif [ "x$1" = "x--no-verify" ]; then
58 elif [ "x$1" = "x--no-optimize" ]; then
61 elif [ "x$1" = "x--valgrind" ]; then
64 elif [ "x$1" = "x--dev" ]; then
67 elif [ "x$1" = "x--update" ]; then
70 elif [ "x$1" = "x--help" ]; then
73 elif expr "x$1" : "x--" >/dev/null 2>&1; then