Home | History | Annotate | Download | only in test

Lines Matching full:elif

136     elif [ "x$1" = "x--quiet" ]; then
139 elif [ "x$1" = "x--use-java-home" ]; then
148 elif [ "x$1" = "x--jvm" ]; then
157 elif [ "x$1" = "x-O" ]; then
161 elif [ "x$1" = "x--dalvik" ]; then
165 elif [ "x$1" = "x--no-dex2oat" ]; then
168 elif [ "x$1" = "x--no-patchoat" ]; then
171 elif [ "x$1" = "x--no-image" ]; then
174 elif [ "x$1" = "x--pic-image" ]; then
177 elif [ "x$1" = "x--multi-image" ]; then
180 elif [ "x$1" = "x--pic-test" ]; then
183 elif [ "x$1" = "x--relocate" ]; then
186 elif [ "x$1" = "x--no-relocate" ]; then
189 elif [ "x$1" = "x--prebuild" ]; then
193 elif [ "x$1" = "x--strip-dex" ]; then
196 elif [ "x$1" = "x--debuggable" ]; then
200 elif [ "x$1" = "x--no-prebuild" ]; then
204 elif [ "x$1" = "x--gcverify" ]; then
208 elif [ "x$1" = "x--gcstress" ]; then
212 elif [ "x$1" = "x--image" ]; then
217 elif [ "x$1" = "x-Xcompiler-option" ]; then
222 elif [ "x$1" = "x--runtime-option" ]; then
227 elif [ "x$1" = "x--gdb-arg" ]; then
232 elif [ "x$1" = "x--debug" ]; then
235 elif [ "x$1" = "x--gdb" ]; then
239 elif [ "x$1" = "x--strace" ]; then
243 elif [ "x$1" = "x--zygote" ]; then
246 elif [ "x$1" = "x--interpreter" ]; then
250 elif [ "x$1" = "x--jit" ]; then
254 elif [ "x$1" = "x--optimizing" ]; then
258 elif [ "x$1" = "x--no-verify" ]; then
261 elif [ "x$1" = "x--verify-soft-fail" ]; then
265 elif [ "x$1" = "x--no-optimize" ]; then
268 elif [ "x$1" = "x--no-precise" ]; then
271 elif [ "x$1" = "x--invoke-with" ]; then
281 elif [ "x$1" = "x--dev" ]; then
285 elif [ "x$1" = "x--build-only" ]; then
288 elif [ "x$1" = "x--build-with-javac-dx" ]; then
291 elif [ "x$1" = "x--build-with-jack" ]; then
294 elif [ "x$1" = "x--output-path" ]; then
303 elif [ "x$1" = "x--android-root" ]; then
313 elif [ "x$1" = "x--update" ]; then
316 elif [ "x$1" = "x--help" ]; then
319 elif [ "x$1" = "x--64" ]; then
323 elif [ "x$1" = "x--trace" ]; then
326 elif [ "x$1" = "x--stream" ]; then
329 elif [ "x$1" = "x--always-clean" ]; then
332 elif [ "x$1" = "x--never-clean" ]; then
335 elif [ "x$1" = "x--dex2oat-swap" ]; then
338 elif [ "x$1" = "x--instruction-set-features" ]; then
342 elif expr "x$1" : "x--" >/dev/null 2>&1; then
405 elif [ "$trace_stream" = "true" ]; then
459 elif [ "$runtime" = "art" ]; then
478 elif [ "$runtime" = "jvm" ]; then
692 elif [ "$prebuild_mode" = "yes" ] \
773 elif [ "$update_mode" = "yes" ]; then
794 elif [ "$build_only" = "yes" ]; then
823 elif [ "$run_checker" = "yes" ]; then