Searched refs:tput (Results 1 – 13 of 13) sorted by relevance
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/mycroft/files/ |
H A D | 0003-dev_setup.sh-Remove-the-TERM-dependency.patch | 20 -# If tput is available and can handle multiple colors 21 -if found_exe tput ; then 22 - if [[ $(tput colors) != "-1" ]]; then 23 - GREEN=$(tput setaf 2) 24 - BLUE=$(tput setaf 4) 25 - CYAN=$(tput setaf 6) 26 - YELLOW=$(tput setaf 3) 27 - RESET=$(tput sgr0)
|
/openbmc/linux/tools/testing/selftests/futex/ |
H A D | run.sh | 22 tput setf 7 || tput setaf 7 25 tput sgr0
|
/openbmc/linux/tools/testing/selftests/futex/functional/ |
H A D | run.sh | 23 tput setf 7 || tput setaf 7 26 tput sgr0
|
/openbmc/linux/drivers/video/fbdev/omap2/omapfb/dss/ |
H A D | core.c | 80 int dss_set_min_bus_tput(struct device *dev, unsigned long tput) in dss_set_min_bus_tput() argument 85 return pdata->set_min_bus_tput(dev, tput); in dss_set_min_bus_tput()
|
H A D | dss.h | 194 int dss_set_min_bus_tput(struct device *dev, unsigned long tput);
|
/openbmc/linux/tools/testing/selftests/ftrace/ |
H A D | ftracetest | 230 ncolors=`tput colors 2>/dev/null || echo 0`
|
/openbmc/openbmc/poky/meta/recipes-core/ncurses/ |
H A D | ncurses.inc | 283 ${bindir}/tput \ 292 # This keeps only tput/tset in ncurses
|
/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/ |
H A D | samples.py | 200 self.tput = read + write
|
H A D | draw.py | 423 max_sample = max (trace.disk_stats, key = lambda s: s.tput) 426 [(sample.time, sample.tput) for sample in trace.disk_stats], \ 435 label = "%dMB/s" % round ((max_sample.tput) / 1024.0)
|
/openbmc/linux/drivers/gpu/drm/omapdrm/dss/ |
H A D | dss.h | 264 static inline int dss_set_min_bus_tput(struct device *dev, unsigned long tput) in dss_set_min_bus_tput() argument
|
/openbmc/qemu/disas/ |
H A D | microblaze.c | 113 tget, tcget, tnget, tncget, tput, tcput, tnput, tncput, enumerator 436 …FFSET, NO_DELAY_SLOT, IMMVAL_MASK_NON_SPECIAL, 0x6C009000, OPCODE_MASK_H32, tput, anyware_inst },
|
/openbmc/openbmc/poky/meta/lib/oeqa/files/ |
H A D | buildhistory_filelist2.txt | 1300 -rwxr-xr-x root root 22512 ./usr/bin/tput
|
H A D | buildhistory_filelist1.txt | 1299 -rwxr-xr-x root root 22512 ./usr/bin/tput
|