Lines Matching full:then
63 if [ "$VERBOSE" = "yes" ] ; then
126 if [ "$OPTION_HELP" = "yes" ] ; then
174 if [ $VERBOSE = "yes" ] ; then
185 if [ "$VARNAME" != "" ]; then
196 # call itself until it files a parent which exists; then
206 if [ $? != 0 ] ; then
207 if [ $BASEDIR = "/" ] ; then
217 if [ $? != 0 ] ; then
242 if [ -n "$RUN_TESTS" ] ; then
247 elif [ "$FULL_TESTS" = "yes" ] ; then
263 if [ -n "$NDK_PACKAGE" ] ; then
264 if [ -n "$NDK_ROOT" ] ; then
278 if [ -n "$NDK_ROOT" ] ; then
279 if [ ! -d "$NDK_ROOT" ] ; then
284 if [ ! -f "$NDK_ROOT/ndk-build" -o ! -f "$NDK_ROOT/build/tools/prebuilt-common.sh" ] ; then
320 if [ "$VERBOSE2" = "yes" ]; then
325 if [ "$VERBOSE2" = "yes" ]; then
332 if [ $? = 0 ] ; then
334 if [ "$VERBOSE2" = "yes" ]; then
338 if [ "$VERBOSE" = "yes" ]; then
353 if [ ! -f "$SCRIPT" ]; then
359 if [ ! -f "$OUTPUT" ]; then
367 if is_testable awk; then
379 if [ "$WINE" ]; then
387 if [ "$NDK_TOOLCHAIN_VERSION" != "4.4.3" ] ; then
409 if [ "$PLATFORM" != "" ]; then
414 if [ "$VERBOSE2" = "yes" ] ; then
420 if [ "$WINE" ]; then
421 if [ "$WINE" = "wine12" ]; then
442 if [ -z "$GNUMAKE" ] ; then
457 if [ -z "$RUN_TESTS" ] ; then
458 if [ -f "$PROJECT/BROKEN_BUILD" ] ; then
459 if [ ! -s "$PROJECT/BROKEN_BUILD" ] ; then
461 if [ -z "$ERRMSG" ] ; then
472 if [ $? = 0 ] ; then
473 if [ -z "$ERRMSG" ] ; then
481 if [ "$PLATFORM" != "" ] ; then
483 if [ $? = 0 ] ; then
484 if [ -z "$ERRMSG" ] ; then
504 if [ "$ABI" != "default" ] ; then
508 if [ "$APP_ABIS" != "${APP_ABIS%%all*}" ] ; then
515 if [ "$APP_ABIS" = "${APP_ABIS%$ABI *}" ] ; then
529 if is_broken_build $1; then
532 if [ "$CHECK_ABI" = "yes" ] ; then
533 if is_incompatible_abi $1 ; then
541 if [ -f "$1/BUILD_SHOULD_FAIL" ]; then
542 if [ $RET = 0 ]; then
544 if [ "$CONTINUE_ON_BUILD_FAIL" != yes ] ; then
551 if [ $RET != 0 ] ; then
553 if [ "$CONTINUE_ON_BUILD_FAIL" != yes ] ; then
562 if is_testable samples; then
563 if [ -f "$NDK/RELEASE.TXT" ] ; then
566 if [ ! -d "$SAMPLES_DIRS" ] ; then
576 if [ ! -d "$DEVNDK_DIR" ] ; then
586 if [ "$VERBOSE" = "yes" ] ; then
602 if is_buildable $SUBDIR; then
613 if is_testable build; then
618 if [ -f $1/build.sh ]; then
620 if [ -f "$1/jni/Android.mk" -a -f "$1/jni/Application.mk" ] ; then
623 if [ $? != 0 ] ; then
624 if (is_broken_build $1 || is_incompatible_abi $1) then
632 if [ $? != 0 ]; then
634 if [ "$CONTINUE_ON_BUILD_FAIL" != yes ] ; then
644 if is_buildable $DIR; then
655 if is_testable device; then
658 if is_broken_build $1 "broken device test build"; then
681 if [ -z "$RUN_TESTS" ]; then
682 if is_broken_build $TEST "NDK device test not built"; then
685 if [ -f "$TEST/BROKEN_RUN" ] ; then
686 if [ ! -s "$TEST/BROKEN_RUN" ] ; then
695 if [ $? = 0 ] ; then
706 if [ ! -d "$SRCDIR" ]; then
715 if [ ! -z "$NDK_ABI_FILTER" ]; then
719 if [ $? != 0 ] ; then
728 if [ $? != 0 ] ; then
732 if [ $HOST_OS = cygwin ]; then
738 if [ $? != 0 ] ; then
746 if [ "$DSTFILE" = "gdbserver" -o "$DSTFILE" = "gdb.setup" ] ; then
750 if [ $? = 0 ] ; then
753 if [ -z "$RUN_TESTS" -a -f "$TEST/BROKEN_RUN" ]; then
755 if [ $? = 0 ] ; then
760 if [ $HOST_OS = cygwin ]; then
766 if [ $? != 0 ] ; then
773 if [ $? != 0 ] ; then
782 if is_buildable $DIR; then
791 if [ -z "$ADB_CMD" ] ; then
800 if [ "$ADB_DEVCOUNT" = "0" ]; then
805 if [ -n "$ANDROID_SERIAL" ] ; then
807 if [ "$ADB_DEVICES" = "${ADB_DEVICES%$ADB_SERIAL *}" ] ; then
816 if [ "$SKIP_TESTS" = "yes" ] ; then
828 if [ "$CPU_ABIS" = " " ]; then
834 if [ "$ABI" = "default" -o "$ABI" = "$CPU_ABI" ] ; then
837 if is_buildable $DIR; then
845 if [ "$AT_LEAST_CPU_ABI_MATCH" != "yes" ] ; then