/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
H A D | generator.py | 344 def __init__(self, errFile=sys.stderr, warnFile=sys.stderr, diagFile=sys.stdout): 347 - errFile, warnFile, diagFile - file handles to write errors, 352 self.diagFile = diagFile 398 if self.diagFile is not None: 399 write('DIAG:', *args, file=self.diagFile) 909 if self.diagFile: 910 self.diagFile.flush()
|
H A D | reflib.py | 14 # global errFile, warnFile, diagFile 18 diagFile = None variable 64 global diagFile, warnFile 75 diagFile = fp 80 file = kwargs.pop('file', diagFile)
|
H A D | promote.py | 134 parser.add_argument('-diag', action='store', dest='diagFile', 155 setLogFile(True, False, args.diagFile)
|
H A D | reflow.py | 527 parser.add_argument('-diag', action='store', dest='diagFile', 569 setLogFile(True, False, args.diagFile)
|
H A D | genRef.py | 937 parser.add_argument('-diag', action='store', dest='diagFile', 977 setLogFile(True, False, results.diagFile)
|
H A D | genvk.py | 983 diagFile=diag)
|
/third_party/vulkan-headers/registry/ |
H A D | generator.py | 344 def __init__(self, errFile=sys.stderr, warnFile=sys.stderr, diagFile=sys.stdout): 347 - errFile, warnFile, diagFile - file handles to write errors, 352 self.diagFile = diagFile 398 if self.diagFile is not None: 399 write('DIAG:', *args, file=self.diagFile) 909 if self.diagFile: 910 self.diagFile.flush()
|
/third_party/EGL/api/ |
H A D | reg.py | 312 # OutputGenerator(errFile, warnFile, diagFile) 313 # errFile, warnFile, diagFile - file handles to write errors, 339 diagFile = sys.stdout): 343 self.diagFile = diagFile 367 if (self.diagFile != None): 368 write('DIAG:', *args, file=self.diagFile) 385 self.diagFile and self.diagFile.flush() 423 # COutputGenerator(errFile, warnFile, diagFile) [all...] |
H A D | genheaders.py | 542 diagFile=diag)
|
/third_party/openGLES/xml/ |
H A D | reg.py | 311 # OutputGenerator(errFile, warnFile, diagFile) 312 # errFile, warnFile, diagFile - file handles to write errors, 338 diagFile = sys.stdout): 342 self.diagFile = diagFile 366 if (self.diagFile != None): 367 write('DIAG:', *args, file=self.diagFile) 384 self.diagFile and self.diagFile.flush() 422 # COutputGenerator(errFile, warnFile, diagFile) [all...] |
H A D | genglvnd.py | 612 diagFile=diag)
|
H A D | genheaders.py | 499 diagFile=diag)
|
/third_party/skia/third_party/externals/opengl-registry/xml/ |
H A D | reg.py | 322 # OutputGenerator(errFile, warnFile, diagFile) 323 # errFile, warnFile, diagFile - file handles to write errors, 349 diagFile = sys.stdout): 353 self.diagFile = diagFile 377 if (self.diagFile != None): 378 write('DIAG:', *args, file=self.diagFile) 395 self.diagFile and self.diagFile.flush() 433 # COutputGenerator(errFile, warnFile, diagFile) [all...] |
H A D | genglvnd.py | 642 diagFile=diag)
|
H A D | genheaders.py | 584 diagFile=diag)
|
/third_party/skia/third_party/externals/egl-registry/api/ |
H A D | reg.py | 323 # OutputGenerator(errFile, warnFile, diagFile) 324 # errFile, warnFile, diagFile - file handles to write errors, 350 diagFile = sys.stdout): 354 self.diagFile = diagFile 378 if (self.diagFile != None): 379 write('DIAG:', *args, file=self.diagFile) 396 self.diagFile and self.diagFile.flush() 434 # COutputGenerator(errFile, warnFile, diagFile) [all...] |
H A D | genheaders.py | 624 diagFile=diag)
|
/third_party/vulkan-loader/scripts/ |
H A D | dispatch_table_helper_generator.py | 87 diagFile = sys.stdout): 88 OutputGenerator.__init__(self, errFile, warnFile, diagFile)
|
H A D | helper_file_generator.py | 89 diagFile = sys.stdout): 90 OutputGenerator.__init__(self, errFile, warnFile, diagFile)
|
H A D | loader_genvk.py | 283 diagFile=diag)
|
H A D | loader_extension_generator.py | 177 diagFile = sys.stdout): 178 OutputGenerator.__init__(self, errFile, warnFile, diagFile)
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/Retired/ |
H A D | extensionStubSource.py | 77 # ExtensionStubSourceOutputGenerator(errFile, warnFile, diagFile) - args as for 98 diagFile = sys.stdout): 99 OutputGenerator.__init__(self, errFile, warnFile, diagFile)
|
H A D | findBalance.py | 139 parser.add_argument('-diag', action='store', dest='diagFile', 152 setLogFile(True, False, results.diagFile)
|
H A D | fixupRef.py | 174 parser.add_argument('-diag', action='store', dest='diagFile', 192 setLogFile(True, False, results.diagFile)
|
/third_party/vk-gl-cts/external/vulkancts/scripts/ |
H A D | gen_vulkan_header.py | 188 gen = createGenerator(diagFile=None)
|