Home
last modified time | relevance | path

Searched refs:_print (Results 1 - 2 of 2) sorted by relevance

/third_party/ltp/testcases/kernel/mce-test/stress/
H A Dhwpoison.sh55 _print() function
63 _print -en "\\033[0;33m" # set font color as yellow
64 _print "[debug] $*" > $g_tty
66 _print -en "\\033[0;39m" # restore font color to normal
71 _print -en "\\033[0;33m" # set font color as yellow
72 _print "[info] $*" > $g_tty
74 _print -en "\\033[0;39m" # restore font color to normal
79 _print -n "$*" > $g_tty
80 _print -en "\\033[0;32m" # set font color as green
81 _print
[all...]
/third_party/node/deps/v8/tools/testrunner/testproc/
H A Dprogress.py152 def _print(self, text): member in VerboseProgressIndicator
169 self._print(self._message(test, result))
175 self._print('List of processes:')
178 self._print('pid: %d cmd: %s' % (pid, cmd))
187 self._print('Still working...')
191 self._print(event)
210 self._print(st)

Completed in 2 milliseconds