HomeSort by relevance Sort by last modified time
    Searched refs:tput (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/tools/git/
git-utils.sh 6 TPUT=$(which tput 2>/dev/null)
7 if test -x "$TPUT" && $TPUT setaf 1 >/dev/null ; then
8 RED="$($TPUT setaf 1)"
9 NORMAL="$($TPUT op)"
  /external/chromium_org/third_party/skia/tools/
git-skia-verify 26 tput setaf 3
28 tput sgr0
33 tput setaf 1
35 tput sgr0
45 tput clear
  /external/skia/tools/
git-skia-verify 26 tput setaf 3
28 tput sgr0
33 tput setaf 1
35 tput sgr0
45 tput clear
  /external/chromium_org/tools/resources/
optimize-png-files.sh 436 which tput > /dev/null 2>&1
438 COLUMNS=$(tput cols)
440 # No tput either... give up and just guess 80 columns.
  /external/chromium_org/build/
install-build-deps.sh 243 (tput bel) 2>/dev/null
install-chroot.sh 146 trap 'sudo apt-get clean; tput bel; echo; echo Failed' EXIT
289 state="mounted in chroot" || state="$(tput el)"
302 tput bel
312 tput cuu $(($j + 1))

Completed in 1348 milliseconds