Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlreader.c161 xmlTextReaderErrorFunc errorFunc; /* callback function */ member
4155 if (!reader->errorFunc) { in xmlTextReaderValidityErrorRelay()
4158 reader->errorFunc(reader->errorFuncArg, str, in xmlTextReaderValidityErrorRelay()
4178 if (!reader->errorFunc) { in xmlTextReaderValidityWarningRelay()
4181 reader->errorFunc(reader->errorFuncArg, str, in xmlTextReaderValidityWarningRelay()
4250 if (reader->errorFunc != NULL) { in xmlTextReaderRelaxNGSetSchema()
4392 if (reader->errorFunc != NULL) { in xmlTextReaderSetSchema()
4462 if (reader->errorFunc != NULL) { in xmlTextReaderRelaxNGValidateInternal()
4494 if (reader->errorFunc != NULL) { in xmlTextReaderRelaxNGValidateInternal()
4567 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()