HomeSort by relevance Sort by last modified time
    Searched refs:file_comment (Results 1 - 5 of 5) sorted by null

  /external/vulkan-validation-layers/scripts/
external_revision_generator.py 31 file_comment = '// *** THIS FILE IS GENERATED - DO NOT EDIT ***\n'
32 file_comment += '// See external_revision_generator.py for modifications\n'
33 header_file.write(file_comment)
dispatch_table_helper_generator.py 95 file_comment = '// *** THIS FILE IS GENERATED - DO NOT EDIT ***\n'
96 file_comment += '// See dispatch_helper_generator.py for modifications\n'
97 write(file_comment, file=self.outFile)
object_tracker_generator.py 346 file_comment = '// *** THIS FILE IS GENERATED - DO NOT EDIT ***\n'
347 file_comment += '// See object_tracker_generator.py for modifications\n'
348 write(file_comment, file=self.outFile)
    [all...]
helper_file_generator.py 113 file_comment = '// *** THIS FILE IS GENERATED - DO NOT EDIT ***\n'
114 file_comment += '// See helper_file_generator.py for modifications\n'
115 write(file_comment, file=self.outFile)
    [all...]
loader_extension_generator.py 122 file_comment = '// *** THIS FILE IS GENERATED - DO NOT EDIT ***\n'
123 file_comment += '// See loader_extension_generator.py for modifications\n'
124 write(file_comment, file=self.outFile)
    [all...]

Completed in 165 milliseconds