Lines Matching defs:sys
20 import sys
138 build_dir), file=sys.stderr)
143 print("Error: Building {} failed.".format(build_dir), file=sys.stderr)
153 compile_commands_file, build_dir), file=sys.stderr)
163 ninja_deps_file, build_dir), file=sys.stderr)
316 def print(self, statusline, end="\r", file=sys.stdout):
349 sys.exit('Lines must have no indentation or exactly four ' +
359 sys.exit('Unindented line must have a colon')
361 sys.exit('Missing empty line before new target')
371 out = sys.stdout
373 out = sys.stderr
458 sys.exit(Main())