Searched refs:_print (Results 1 – 4 of 4) sorted by relevance
55 _print() function63 _print -en "\\033[0;33m" # set font color as yellow64 _print "[debug] $*" > $g_tty66 _print -en "\\033[0;39m" # restore font color to normal71 _print -en "\\033[0;33m" # set font color as yellow72 _print "[info] $*" > $g_tty74 _print -en "\\033[0;39m" # restore font color to normal79 _print -n "$*" > $g_tty80 _print -en "\\033[0;32m" # set font color as green81 _print -e "\t [start]" > $g_tty[all …]
156 def _print(self, msg): member in cef_json_builder251 self._print('load: Missing platform key(s) for %s' % platform)259 self._print('load: Missing version key(s) for %s' % platform)270 self._print('load: Missing file key(s) for %s %s' %278 self._print('load: File name/attribute mismatch for %s %s %s' %284 self._print('load: Duplicate %s type for %s %s' %422 self._print('add_file: Check %s %s' % (platform, version))428 self._print('add_file: Add %s %s %s' % (platform, version, channel))447 self._print(' Remove %s %s' % (name, existing_sha1))455 self._print(' Add %s %s' % (name, sha1))
152 def _print(self, text): member in VerboseProgressIndicator169 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)
2262 * crypto: look up SSL errors with ERR\_print\_errors() (Ben Noordhuis)