Lines Matching refs:Print
24 from terminal import Print
387 Print(' ' * (self.last_line_len - length), newline=False)
388 Print('\r', newline=False)
437 Print('\r', newline=False)
465 Print(line + name, newline=False)
583 Print("Invalid line in file '%s': '%s'" % (fname, line[:-1]))
921 Print('%s%s: add: %s/%s, grow: %s/%s bytes: %s/%s (%s)' %
923 Print('%s %-38s %7s %7s %+7s' % (indent, 'function', 'old', 'new',
930 Print(msg, colour=color)
955 Print('%10s %-15s:' % ('', result['_target']),
958 Print(msg, colour=color, newline=False)
960 Print()
1065 Print('%10s: (for %d/%d boards)' % (arch, count,
1068 Print(msg, colour=color, newline=False)
1071 Print()
1196 Print(' ' + line, newline=True, colour=col)
1249 Print('%10s: %s' % (arch, target_list))
1252 Print('\n'.join(better_err), colour=self.col.GREEN)
1255 Print('\n'.join(worse_err), colour=self.col.RED)
1258 Print('\n'.join(better_warn), colour=self.col.CYAN)
1261 Print('\n'.join(worse_warn), colour=self.col.MAGENTA)
1387 Print('%s:' % arch)
1393 Print('%s :' % ' '.join(sorted(targets)))
1412 Print("Boards not built (%d): %s" % (len(not_built),
1425 Print(msg, colour=self.col.BLUE)
1450 Print('(no errors to report)', colour=self.col.GREEN)
1495 Print('\rCloning repo for thread %d' % thread_num,
1498 Print('\r%s\r' % (' ' * 30), newline=False)
1531 Print('Removing %d old build directories' % len(to_remove),
1559 Print('\rStarting build...', newline=False)
1580 Print()