Lines Matching full:echo
59 echo $A
113 eval "echo \"\${abs_var_cache_$1}\""
119 echo "Couldn't locate the top of the tree. Try setting TOP." >&2
130 eval "echo \"\${var_cache_$1}\""
136 echo "Couldn't locate the top of the tree. Try setting TOP." >&2
147 echo "Couldn't locate the top of the tree. Try setting TOP." >&2
178 echo "Couldn't locate the top of the tree. Try setting TOP."
231 echo "Can't find toolchain for unknown architecture: $ARCH"
336 echo "Couldn't locate the top of the tree. Try setting TOP."
341 … >&2 echo "NOTE: bazel() function sourced from envsetup.sh is being used instead of $(which bazel)"
342 >&2 echo
352 echo "Couldn't locate the top of the tree. Try setting TOP." >&2
431 echo "Build type choices are:"
432 echo " 1. release"
433 echo " 2. debug"
434 echo
444 echo -n "Which would you like? ["$DEFAULT_NUM"] "
448 echo $1
468 echo
469 echo "I didn't understand your response. Please try again."
470 echo
503 echo -n "Which product would you like? [$default_value] "
507 echo $1
518 echo "** Not a valid product: $ANSWER"
533 echo "Variant choices are:"
540 echo " $index. $v"
550 echo -n "Which would you like? [$default_value] "
554 echo $1
560 elif (echo -n $ANSWER | grep -q -e "^[0-9][0-9]*$") ; then
569 echo "** Not a valid variant: $ANSWER"
582 echo
583 echo
586 echo
587 echo
590 echo
600 echo -n "${funcfiletrace[1]}: "
602 echo -n "${BASH_SOURCE[1]}:${BASH_LINENO[0]}: "
604 echo "add_lunch_combo is obsolete. Use COMMON_LUNCH_CHOICES in your AndroidProducts.mk instead."
614 echo
615 echo "You're building on" $uname
616 echo
620 echo "Warning: Cannot display lunch menu."
621 echo
622 echo "Note: You can invoke lunch with an explicit target:"
623 echo
624 echo " usage: lunch [target]" >&2
625 echo
629 echo "Lunch menu... pick a combo:"
633 for choice in $(echo $choices)
635 echo " $i. $choice"
639 echo
647 echo "usage: lunch [target]" >&2
655 echo -n "Which would you like? [aosp_arm-eng] "
664 elif (echo -n $answer | grep -q -e "^[0-9][0-9]*$")
695 echo
696 echo "Invalid lunch combo: $selection"
717 [[ -n "${ANDROID_QUIET_BUILD:-}" ]] || echo
745 local showHelp="$(echo $* | xargs -n 1 echo | \grep -E '^(help)$' | xargs)"
746 local arch="$(echo $* | xargs -n 1 echo | \grep -E '^(arm|x86|arm64|x86_64)$' | xargs)"
747 local variant="$(echo $* | xargs -n 1 echo | \grep -E '^(user|userdebug|eng)$' | xargs)"
748 …local density="$(echo $* | xargs -n 1 echo | \grep -E '^(ldpi|mdpi|tvdpi|hdpi|xhdpi|xxhdpi|xxxhdpi…
749 …local apps="$(echo $* | xargs -n 1 echo | \grep -E -v '^(user|userdebug|eng|arm|x86|arm64|x86_64|l…
756 if [ $(echo $arch | wc -w) -gt 1 ]; then
757 echo "tapas: Error: Multiple build archs supplied: $arch"
760 if [ $(echo $variant | wc -w) -gt 1 ]; then
761 echo "tapas: Error: Multiple build variants supplied: $variant"
764 if [ $(echo $density | wc -w) -gt 1 ]; then
765 echo "tapas: Error: Multiple densities supplied: $density"
801 local showHelp="$(echo $* | xargs -n 1 echo | \grep -E '^(help)$' | xargs)"
802 local product="$(echo $* | xargs -n 1 echo | \grep -E '^(.*_)?(arm|x86|arm64|x86_64)$' | xargs)"
803 local variant="$(echo $* | xargs -n 1 echo | \grep -E '^(user|userdebug|eng)$' | xargs)"
804 …local apps="$(echo $* | xargs -n 1 echo | \grep -E -v '^(user|userdebug|eng|(.*_)?(arm|x86|arm64|x…
813 elif [ $(echo $product | wc -w) -gt 1 ]; then
814 echo "banchan: Error: Multiple build archs or products supplied: $products"
817 if [ $(echo $variant | wc -w) -gt 1 ]; then
818 echo "banchan: Error: Multiple build variants supplied: $variant"
822 echo "banchan: Error: No modules supplied"
872 echo "$T"
888 echo "Couldn't locate the top of the tree. Try setting TOP."
918 echo "can't find Android.mk"
931 echo "usage: qpid [[--exact] <process name|pid>"
951 echo "rebooting"
966 echo "Getting root...";
970 echo "Remounting root partition read-write...";
978 echo "Granting SELinux permission to dump in /cores...";
981 echo "Set core pattern.";
982 adb shell 'echo /cores/core.%p > /proc/sys/kernel/core_pattern';
984 echo "Done."
1000 echo "Setting core limit for $PID to infinite...";
1026 while [ $(adb shell "[ -d /proc/$PID ] && echo -n yes") ]; do
1032 …adb shell "while [ ! -f $COREPATH ] ; do echo waiting for $COREPATH to be generated; sleep 1; done"
1033 echo "Done: core is under $COREPATH on device.";
1050 echo "64"
1052 echo ""
1055 echo ""
1190 echo "Couldn't locate the top of the tree. Try setting TOP."
1199 echo "usage: tracedmdump tracename"
1204 echo "Error: cannot find kernel: '$KERNEL'"
1213 echo "post-processing traces..."
1217 echo "***"
1218 echo "*** Error: malformed trace. Did you remember to exit the emulator?"
1219 echo "***"
1222 echo "generating dexlist output..."
1224 echo "generating dmtrace data..."
1226 echo "generating html file..."
1228 echo "done, see $TRACE/dmtrace.html for details"
1229 echo "or run:"
1230 echo " traceview $TRACE/dmtrace"
1247 #echo adbOptions = ${adbOptions}
1253 echo "Usage: runhat [ -d | -e | -s serial ] target-pid"
1259 echo "hat is not available in this configuration."
1265 echo "Poking $targetPid and waiting for data..."
1266 echo "Storing data at $devFile"
1268 echo "Press enter when logcat shows \"hprof: heap dump completed\""
1269 echo -n "> "
1274 echo "Retrieving file $devFile..."
1279 echo "Running hat on $localFile"
1280 echo "View the output by pointing your browser at http://localhost:7000/"
1281 echo ""
1290 echo "Could not locate any bugreports."
1297 echo "/sdcard/bugreports/${report}"
1305 adb ${adbOptions} shell echo -n \$\{EXTERNAL_STORAGE\}
1310 echo "$(getsdcardpath)/Pictures/Screenshots"
1318 echo "No screenshots found."
1321 echo "${screenshot}"
1362 echo "Couldn't locate output files. Try running 'lunch' first." >&2
1367 echo "Couldn't locate the top of the tree. Try setting TOP." >&2
1384 echo "Couldn't locate the top of the tree. Try setting TOP." >&2
1392 echo "Usage: godir <regex>"
1404 echo -n "Creating index..."
1406 echo " Done"
1407 echo ""
1412 echo "Not found"
1425 echo
1426 echo -n "Select one: "
1430 echo "Invalid choice"
1444 echo "No ANDROID_PRODUCT_OUT. Try running 'lunch' first." >&2
1448 …echo "Refreshing modules (building module-info.json). Log at $ANDROID_PRODUCT_OUT/module-info.json…
1462 echo "No ANDROID_PRODUCT_OUT. Try running 'lunch' first." >&2
1469 …echo "Could not find module-info.json. It will only be built once, and it can be updated with 'ref…
1488 echo "usage: pathmod <module>" >&2
1502 echo "Could not find module '$1' (try 'refreshmod' if there have been build changes?)." >&2
1505 echo "$ANDROID_BUILD_TOP/$relpath"
1514 echo "usage: dirmods <path>" >&2
1543 echo "usage: gomod <module>" >&2
1558 echo "usage: outmod <module>" >&2
1574 echo "Could not find module '$1' (try 'refreshmod' if there have been build changes?)" >&2
1577 echo "$relpath"
1587 echo "usage: installmod [adb install arguments] <module>" >&2
1597 _path=$(echo "$_path" | grep -E \\.apk$ | head -n 1)
1599 …echo "Module '$1' does not produce a file ending with .apk (try 'refreshmod' if there have been bu…
1603 echo adb install ${@:1:$length} $_path
1618 echo $'\E'"[0;31mFAILURE\e[00m"
1620 echo $'\E'"[0;32mSUCCESS\e[00m"
1632 echo command make
1636 echo build/soong/soong_ui.bash --make-mode
1638 echo command make
1666 echo
1668 echo -n "${color_success}#### build completed successfully "
1670 echo -n "${color_failed}#### failed to build some targets "
1679 echo " ####${color_reset}"
1680 echo
1690 echo "Couldn't locate the top of the tree. Try setting TOP."
1727 echo "Couldn't locate output files. Try running 'lunch' first." >&2
1731 echo "There is no provisioning script for the device." >&2
1739 echo "This action will reflash your device."
1740 echo ""
1741 echo "ALL DATA ON THE DEVICE WILL BE IRREVOCABLY ERASED."
1742 echo ""
1743 echo -n "Are you sure you want to do this (yes/no)? "
1746 echo "Not taking any action. Exiting." >&2
1772 …echo -e "WARNING: Only bash and zsh are supported.\nUse of other shell would lead to erroneous res…
1788 …echo "More than one 'allowed_vendorsetup_sh-files' file found, not including any vendorsetup.sh fi…
1789 echo " $allowed"
1790 echo " $f"
1803 echo "including $f"; . "$T/$f"
1805 echo "ignoring $f, not in $allowed"
1814 >&2 echo "TARGET_PRODUCT not set. Run lunch."
1825 >&2 echo Unknown host $(uname -s)