Lines Matching refs:Print
25 from terminal import Print
368 Print(' ' * (self.last_line_len - length), newline=False)
369 Print('\r', newline=False)
418 Print('\r', newline=False)
446 Print(line + name, newline=False)
564 Print("Invalid line in file '%s': '%s'" % (fname, line[:-1]))
854 Print('%s%s: add: %s/%s, grow: %s/%s bytes: %s/%s (%s)' %
856 Print('%s %-38s %7s %7s %+7s' % (indent, 'function', 'old', 'new',
863 Print(msg, colour=color)
888 Print('%10s %-15s:' % ('', result['_target']),
891 Print(msg, colour=color, newline=False)
893 Print()
998 Print('%10s: (for %d/%d boards)' % (arch, count,
1001 Print(msg, colour=color, newline=False)
1004 Print()
1126 Print(' ' + line, newline=True, colour=col)
1170 Print('%10s: %s' % (arch, target_list))
1173 Print('\n'.join(better_err), colour=self.col.GREEN)
1176 Print('\n'.join(worse_err), colour=self.col.RED)
1179 Print('\n'.join(better_warn), colour=self.col.CYAN)
1182 Print('\n'.join(worse_warn), colour=self.col.MAGENTA)
1278 Print('%s:' % arch)
1284 Print('%s :' % ' '.join(sorted(targets)))
1302 Print("Boards not built (%d): %s" % (len(not_built),
1314 Print(msg, colour=self.col.BLUE)
1339 Print('(no errors to report)', colour=self.col.GREEN)
1384 Print('\rCloning repo for thread %d' % thread_num,
1387 Print('\r%s\r' % (' ' * 30), newline=False)
1420 Print('Removing %d old build directories' % len(to_remove),
1448 Print('\rStarting build...', newline=False)
1469 Print()