Home
last modified time | relevance | path

Searched refs:errorFunc (Results 1 – 2 of 2) sorted by relevance

/external/libxml2/
Dxmlreader.c154 xmlTextReaderErrorFunc errorFunc; /* callback function */ member
4082 if (!reader->errorFunc) { in xmlTextReaderValidityErrorRelay()
4085 reader->errorFunc(reader->errorFuncArg, str, in xmlTextReaderValidityErrorRelay()
4105 if (!reader->errorFunc) { in xmlTextReaderValidityWarningRelay()
4108 reader->errorFunc(reader->errorFuncArg, str, in xmlTextReaderValidityWarningRelay()
4177 if (reader->errorFunc != NULL) { in xmlTextReaderRelaxNGSetSchema()
4319 if (reader->errorFunc != NULL) { in xmlTextReaderSetSchema()
4389 if (reader->errorFunc != NULL) { in xmlTextReaderRelaxNGValidateInternal()
4421 if (reader->errorFunc != NULL) { in xmlTextReaderRelaxNGValidateInternal()
4494 if (reader->errorFunc != NULL) { in xmlTextReaderSchemaValidateInternal()
[all …]
/external/deqp/modules/gles31/functional/
Des31fDebugTests.cpp636 TestFunctionWrapper errorFunc);
653 TestFunctionWrapper errorFunc) in CallbackErrorCase() argument
655 , m_errorFunc (errorFunc) in CallbackErrorCase()
707 TestFunctionWrapper errorFunc);
722 TestFunctionWrapper errorFunc) in LogErrorCase() argument
724 , m_errorFunc (errorFunc) in LogErrorCase()
815 TestFunctionWrapper errorFunc);
830 TestFunctionWrapper errorFunc) in GetErrorCase() argument
832 , m_errorFunc (errorFunc) in GetErrorCase()