Home
last modified time | relevance | path

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

/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.cpp257 auto errorHandler = this->gpu()->getContext()->priv().getShaderErrorHandler(); in finalize() local
500 GrContextOptions::ShaderErrorHandler* errorHandler, in checkLinkStatus()
563 auto errorHandler = dContext->priv().getShaderErrorHandler(); in PrecompileProgram() local
/third_party/tex-hyphen/collaboration/source/conversion-to-xml/org/tug/texhyphen/
DTeXPatternParser.java69 private ErrorHandler errorHandler; field in TeXPatternParser
293 public void setErrorHandler(ErrorHandler errorHandler) { in setErrorHandler()
DLanguageDataParser.java75 private ErrorHandler errorHandler; field in LanguageDataParser
373 public void setErrorHandler(ErrorHandler errorHandler) { in setErrorHandler()
/third_party/skia/src/gpu/vk/
DGrVkUtil.cpp101 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
Dminidom.py1568 errorHandler = None variable in Document
/third_party/glslang/SPIRV/
DSPVRemapper.h278 static errorfn_t errorHandler; variable
DSPVRemapper.cpp46 spirvbin_t::errorfn_t spirvbin_t::errorHandler = [](const std::string&) { exit(5); }; in __anonc99261820102() member in spv::spirvbin_t
/third_party/glfw/src/
Dx11_init.c1083 static int errorHandler(Display *display, XErrorEvent* event) in errorHandler() function
Dx11_platform.h576 XErrorHandler errorHandler; member
/third_party/python/Objects/
Dunicodeobject.c4391 const char *errors, PyObject **errorHandler, in unicode_decode_call_errorhandler_wchar()
4504 const char *errors, PyObject **errorHandler, in unicode_decode_call_errorhandler_writer()
4715 PyObject *errorHandler = NULL; in PyUnicode_DecodeUTF7Stateful() local
5671 PyObject *errorHandler = NULL; in PyUnicode_DecodeUTF32Stateful() local
5818 PyObject *errorHandler = NULL; in _PyUnicode_EncodeUTF32() local
5982 PyObject *errorHandler = NULL; in PyUnicode_DecodeUTF16Stateful() local
6140 PyObject *errorHandler = NULL; in _PyUnicode_EncodeUTF16() local
6310 PyObject *errorHandler = NULL; in _PyUnicode_DecodeUnicodeEscapeInternal() local
6719 PyObject *errorHandler = NULL; in _PyUnicode_DecodeRawUnicodeEscapeStateful() local
6991 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/skia/bench/
Dnanobench.cpp1183 NanobenchShaderErrorHandler errorHandler; in main() local
/third_party/skia/src/gpu/dawn/
DGrDawnGpu.cpp939 auto errorHandler = this->getContext()->priv().getShaderErrorHandler(); in SkSLToSPIRV() local
/third_party/skia/src/gpu/gl/
DGrGLGpu.cpp3146 auto errorHandler = this->getContext()->priv().getShaderErrorHandler(); in createCopyProgram() local
3300 auto errorHandler = this->getContext()->priv().getShaderErrorHandler(); in createMipmapProgram() local