Home
last modified time | relevance | path

Searched refs:parserError (Results 1 – 12 of 12) sorted by relevance

/external/libxml2/python/tests/
Derror.py23 except libxml2.parserError:
40 except libxml2.parserError:
Dinput_callback.py72 except libxml2.parserError:
/external/skqp/src/xml/
DSkXMLParser.cpp132 SkXMLParser::SkXMLParser(SkXMLParserError* parserError) : fParser(nullptr), fError(parserError) in SkXMLParser() argument
DSkXMLParser.h56 SkXMLParser(SkXMLParserError* parserError = nullptr);
/external/skia/src/xml/
DSkXMLParser.cpp132 SkXMLParser::SkXMLParser(SkXMLParserError* parserError) : fParser(nullptr), fError(parserError) in SkXMLParser() argument
DSkXMLParser.h56 SkXMLParser(SkXMLParserError* parserError = nullptr);
/external/libxml2/python/
Dlibxml.py36 class parserError(libxmlError): class
256 raise parserError(msg)
259 raise parserError(msg)
/external/deqp-deps/glslang/glslang/MachineIndependent/
DParseHelper.h284 void parserError(const char* s); // for bison's yyerror
Dglslang.y116 #define yyerror(context, msg) context->parserError(msg)
DParseHelper.cpp206 void TParseContext::parserError(const char* s) in parserError() function in glslang::TParseContext
Dglslang_tab.cpp598 #define yyerror(context, msg) context->parserError(msg)
/external/libxml2/xstc/
Dxstc.py325 except (Exception, libxml2.parserError, libxml2.treeError), e: