Lines Matching refs:then
25 if [[ "$(realpath "$1")" == *dalvikvm64 ]]; then
49 --profile Run with profiling, then run using profile data.
70 if [ "$DELETE_ANDROID_DATA" = "yes" ]; then
80 if [ "$VERBOSE" = "yes" ]; then
144 if [ "$CLEAN_OAT_FILES" = "yes" ]; then
175 # If there is no boot.art then leave it as-is, assumes -Ximage is explicitly used.
178 check_if_boot_image_file_exists "$image_location_dir" "boot.art"; then
216 if [[ -n $class_loader_context ]]; then
387 if [ $# -eq 0 ]; then
393 if [[ -n "$BASH_SOURCE" ]]; then
408 if [ -z "$ANDROID_RUNTIME_ROOT" ]; then
416 if [ -d "$ANDROID_ROOT/../apex" ]; then
442 if [ -z "$ANDROID_TZDATA_ROOT" ]; then
449 if [ ! -x "$ART_BINARY_PATH" ]; then
459 if [ ! -x "$DEX2OAT_BINARY_PATH" ]; then
468 if [ -z "$ANDROID_LOG_TAGS" ]; then
486 if [ "$ANDROID_DATA" = "/data" ] || [ "$ANDROID_DATA" = "" ]; then
487 if [[ $PWD != / ]]; then
498 if [[ "$DEX2OAT_BCP" = "" && "$DEX2OAT_BCP_LOCS" != "" ]]; then
503 if [[ "$DEX2OAT_BOOT_IMAGE" = *core*.art && "$DEX2OAT_BCP" = "" ]]; then
509 if [[ -e $ANDROID_ROOT/framework/core-oj-hostdex.jar ]]; then
513 if [[ ${core_locations_dir:0:${#prefix}} = $prefix ]]; then
516 elif [[ -e $ANDROID_ROOT/framework/core-oj-testdex.jar ]]; then
520 if [[ $core_jars_suffix != "" ]]; then
528 if [ "$VERBOSE" = "yes" ]; then
537 if [ "$DEX2OAT_BCP" != "" ]; then
540 if [ "$DEX2OAT_BCP_LOCS" != "" ]; then
547 if [ "$PERF" != "" ]; then
552 if [ "$ALLOW_DEFAULT_JDWP" = "no" ]; then
564 if [ "$JIT_PROFILE" = "yes" ]; then
580 if [ $EXIT_STATUS != 0 ]; then
595 if [ -x "$DEX2OAT_BINARY_PATH" ]; then
596 if [ "$RUN_DEX2OAT" = "yes" ]; then
604 if [ $EXIT_STATUS != 0 ]; then
612 if [ "$PERF" != "" ]; then
613 if [ "$PERF" = report ]; then