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

  /external/skia/tools/
git-skia-verify 26 tput setaf 3
28 tput sgr0
33 tput setaf 1
35 tput sgr0
45 tput clear
  /external/avahi/initscript/debian/
avahi-daemon.in 47 TPUT=/usr/bin/tput
49 if [ -x $TPUT ] && [ -x $EXPR ] && $TPUT hpa 60 >/dev/null 2>&1; then
50 COLS=`$TPUT cols`
56 UP=`$TPUT cuu1`
57 END=`$TPUT hpa $COL`
58 START=`$TPUT hpa 0`
59 RED=`$TPUT setaf 1`
60 NORMAL=`$TPUT op
    [all...]
avahi-dnsconfd.in 47 TPUT=/usr/bin/tput
49 if [ -x $TPUT ] && [ -x $EXPR ] && $TPUT hpa 60 >/dev/null 2>&1; then
50 COLS=`$TPUT cols`
56 UP=`$TPUT cuu1`
57 END=`$TPUT hpa $COL`
58 START=`$TPUT hpa 0`
59 RED=`$TPUT setaf 1`
60 NORMAL=`$TPUT op
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/services/
result.py 133 tput = 1.0 / ((self.elapsed_time.seconds/60.0) / self.num_files)
134 print('Throughput: %f transactions / minute' % tput)
  /toolchain/binutils/binutils-2.25/opcodes/
microblaze-opcm.h 44 tget, tcget, tnget, tncget, tput, tcput, tnput, tncput, enumerator in enum:microblaze_instr
microblaze-opc.h 276 {"tput", INST_TYPE_RFSL, INST_NO_OFFSET, NO_DELAY_SLOT, IMMVAL_MASK_NON_SPECIAL, 0x6C009000, OPCODE_MASK_H32, tput, anyware_inst },
    [all...]
  /external/autotest/client/tests/aiostress/
aio-stress.c 408 double tput; local
413 tput = mb / runtime;
415 stage_name(oper->rw), oper->file_name, tput, mb, runtime);
    [all...]
  /external/pcre/dist/
ltmain.sh 501 test -n "`tput sgr0 2>/dev/null`" && {
502 tc_reset=`tput sgr0`
503 test -n "`tput bold 2>/dev/null`" && tc_bold=`tput bold`
505 test -n "`tput smso 2>/dev/null`" && tc_standout=`tput smso`
506 test -n "`tput setaf 1 2>/dev/null`" && tc_red=`tput setaf 1`
507 test -n "`tput setaf 2 2>/dev/null`" && tc_green=`tput setaf 2
    [all...]
  /build/
envsetup.sh     [all...]

Completed in 895 milliseconds