Home | History | Annotate | Download | only in gyp

Lines Matching defs:write

63     sys.stdout.write(s)
105 stdout.write(p.stdout.read())
107 stderr.write(p.stderr.read())
123 def write(self, arg):
124 self.fp.write(arg)
183 sys.stderr.write('Specify -a to get all tests.\n')
208 sys.stdout.write('PYTHONPATH=%s\n' % os.environ['PYTHONPATH'])
233 sys.stdout.write('TESTGYP_FORMAT=%s\n' % format)
239 sys.stdout.write('Extra Gyp options: %s\n' % gyp_options)
256 sys.stdout.write("\n%s the following test:\n" % description)
259 sys.stdout.write(fmt % (description, len(tests)))
260 sys.stdout.write("\t" + "\n\t".join(tests) + "\n")