Lines Matching refs:file
9 # you may not use this file except in compliance with the License.
99 write("#pragma once", file=self.outFile)
103 write(s, file=self.outFile)
107 write(file_comment, file=self.outFile)
115 copyright += ' * you may not use this file except in compliance with the License.\n'
137 write(copyright, file=self.outFile)
138 write(preamble, file=self.outFile)
140 # Write generate and write dispatch tables to output file
149 write(stub, file=self.outFile)
150 write("\n\n", file=self.outFile)
151 write(device_table, file=self.outFile);
152 write("\n", file=self.outFile)
153 write(instance_table, file=self.outFile);