Home
last modified time | relevance | path

Searched defs:errorHandler (Results 1 – 25 of 27) sorted by relevance

12

/third_party/python/Lib/xml/sax/
D__init__.py29 def parse(source, handler, errorHandler=ErrorHandler()): argument
35 def parseString(string, handler, errorHandler=ErrorHandler()): argument
/third_party/skia/src/gpu/gl/builders/
DGrGLShaderStringBuilder.cpp26 GrContextOptions::ShaderErrorHandler* errorHandler) { in GrSkSLtoGLSL()
60 GrContextOptions::ShaderErrorHandler* errorHandler) { in GrGLCompileAndAttachShader()
DGrGLProgramBuilder.cpp232 auto errorHandler = this->gpu()->getContext()->priv().getShaderErrorHandler(); in finalize() local
468 GrContextOptions::ShaderErrorHandler* errorHandler, in checkLinkStatus()
531 auto errorHandler = dContext->priv().getShaderErrorHandler(); in PrecompileProgram() local
/third_party/flutter/skia/src/gpu/gl/builders/
DGrGLShaderStringBuilder.cpp36 GrContextOptions::ShaderErrorHandler* errorHandler) { in GrSkSLtoGLSL()
68 GrContextOptions::ShaderErrorHandler* errorHandler) { in GrGLCompileAndAttachShader()
DGrGLProgramBuilder.cpp200 auto errorHandler = this->gpu()->getContext()->priv().getShaderErrorHandler(); in finalize() local
411 GrContextOptions::ShaderErrorHandler* errorHandler, in checkLinkStatus()
/third_party/node/test/parallel/
Dtest-domain-no-error-handler-abort-on-uncaught-9.js10 d.on('error', function errorHandler() { function
Dtest-domain-no-error-handler-abort-on-uncaught-6.js10 d.on('error', function errorHandler() { function
Dtest-domain-no-error-handler-abort-on-uncaught-8.js10 d.on('error', function errorHandler() { function
Dtest-domain-no-error-handler-abort-on-uncaught-7.js10 d.on('error', function errorHandler() { function
Dtest-child-process-pipe-dataflow.js50 const errorHandler = (thing, type) => { function
Dtest-tls-alert-handling.js33 const errorHandler = common.mustCall((err) => { constant
/third_party/skia/src/gpu/vk/
DGrVkUtil.cpp95 auto errorHandler = gpu->getContext()->priv().getShaderErrorHandler(); in GrCompileVkShaderModule() local
/third_party/libxml2/
Dcheck-xinclude-test-suite.py30 def errorHandler(ctx, str): function
Dcheck-xml-test-suite.py27 def errorHandler(ctx, str): function
Dtestchar.c17 static void errorHandler(void *unused, xmlErrorPtr err) { in errorHandler() function
/third_party/flutter/skia/src/gpu/vk/
DGrVkUtil.cpp132 auto errorHandler = gpu->getContext()->priv().getShaderErrorHandler(); in GrCompileVkShaderModule() local
/third_party/python/Lib/xml/dom/
Dxmlbuilder.py40 errorHandler = None variable in Options
46 errorHandler = None variable in DOMBuilder
67 def _set_errorHandler(self, errorHandler): argument
/third_party/node/deps/npm/lib/utils/
Derror-handler.js144 function errorHandler (er) { function
/third_party/flutter/glfw/src/
Dx11_init.c635 static int errorHandler(Display *display, XErrorEvent* event) in errorHandler() function
/third_party/python/Objects/
Dunicodeobject.c4263 const char *errors, PyObject **errorHandler, in unicode_decode_call_errorhandler_wchar()
4367 const char *errors, PyObject **errorHandler, in unicode_decode_call_errorhandler_writer()
4578 PyObject *errorHandler = NULL; in PyUnicode_DecodeUTF7Stateful() local
5574 PyObject *errorHandler = NULL; in PyUnicode_DecodeUTF32Stateful() local
5721 PyObject *errorHandler = NULL; in _PyUnicode_EncodeUTF32() local
5898 PyObject *errorHandler = NULL; in PyUnicode_DecodeUTF16Stateful() local
6056 PyObject *errorHandler = NULL; in _PyUnicode_EncodeUTF16() local
6238 PyObject *errorHandler = NULL; in _PyUnicode_DecodeUnicodeEscape() local
6620 PyObject *errorHandler = NULL; in PyUnicode_DecodeRawUnicodeEscape() local
6880 PyObject **errorHandler, in unicode_encode_call_errorhandler()
[all …]
/third_party/skia/src/gpu/d3d/
DGrD3DPipelineStateBuilder.cpp151 auto errorHandler = fGpu->getContext()->priv().getShaderErrorHandler(); in compileD3DProgram() local
/third_party/node/lib/
Devents.js1026 function errorHandler(err) { function
/third_party/skia/bench/
Dnanobench.cpp1183 NanobenchShaderErrorHandler errorHandler; in main() local
/third_party/skia/src/gpu/dawn/
DGrDawnGpu.cpp931 auto errorHandler = this->getContext()->priv().getShaderErrorHandler(); in SkSLToSPIRV() local
/third_party/skia/src/gpu/gl/
DGrGLGpu.cpp3135 auto errorHandler = this->getContext()->priv().getShaderErrorHandler(); in createCopyProgram() local
3289 auto errorHandler = this->getContext()->priv().getShaderErrorHandler(); in createMipmapProgram() local

12