Lines Matching refs:write
34 f.write(_LICENSE)
35 f.write(_DO_NOT_EDIT_WARNING)
40 # length of max string passed to write + 1
42 write = lambda line: f.write(line + ' ' * (max_len - len(line)) + '\\\n')
44 write('#define GPU_DRIVER_BUG_WORKAROUNDS(GPU_OP)')
46 write(indent + macro + '(' + w.upper() + ',')
47 write(indent + ' ' * (len(macro) + 1) + w + ')')
50 f.write('// The End\n')
60 help="the name of the header file to write")