Lines Matching refs:then
23 if [[ -n "$BASH_SOURCE" ]]; then
39 if [[ $1 == "-Xbootclasspath:*" ]]; then
45 elif [[ $1 == "-Xbootclasspath-locations:*" ]]; then
51 elif [[ $1 == "--32" ]]; then
56 elif [[ $1 == "--64" ]]; then
61 elif [[ "$1" == "" ]]; then
69 if [ -z "$BITNESS" ]; then
95 if [[ "$DEX2OAT_BCP" = "" ]]; then
97 if [[ "$ANDROID_ROOT_MINUS_PWD" == */host/* ]]; then
100 elif [[ "$ANDROID_ROOT_MINUS_PWD" == */target/* ]]; then
112 if [[ ! -f $ANDROID_ROOT/bin/dex2oat${DEX2OAT_SUFFIX} ]]; then