Lines Matching defs:print
137 print("Error: Specified build dir {} is not a directory.".format(
143 print("Error: Building {} failed.".format(build_dir), file=sys.stderr)
147 print("Generating compile commands in {}.".format(
152 print("Error: Cound not generate {} for {}.".format(
157 print("Generating ninja dependencies in {}.".format(
162 print("Error: Cound not generate {} for {}.".format(
237 print("Error: specified report group '{}' is not defined.".format(
250 print(" {:<{}} {}".format("Category",
253 print(" {:<{}}: {}".format(
286 print(self.groups[key].to_string(self.maxGroupWidth()), file=file)
290 print(unit.to_string(), file=out)
316 def print(self, statusline, end="\r", file=sys.stdout):
318 print("{0:<{1}}".format(statusline, self.max_width),
388 print("Error: Cannot read '{}'. Consult --help to get started.".format(
400 status.print(message, file=out)
412 print(runcmd)
429 print(json.dumps(result, ensure_ascii=False, cls=LocsEncoder))
430 status.print("Processed {:,} files in {:,.2f} sec.".format(
435 print("Largest {} files after expansion:".format(ARGS['largest']))
440 print("Worst expansion ({} files):".format(ARGS['worst']))
445 print("Smallest {} input files:".format(ARGS['smallest']))
450 print("List of input files:")