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
4072 if (!reader->errorFunc) { in xmlTextReaderValidityErrorRelay()
4075 reader->errorFunc(reader->errorFuncArg, str, in xmlTextReaderValidityErrorRelay()
4095 if (!reader->errorFunc) { in xmlTextReaderValidityWarningRelay()
4098 reader->errorFunc(reader->errorFuncArg, str, in xmlTextReaderValidityWarningRelay()
4167 if (reader->errorFunc != NULL) { in xmlTextReaderRelaxNGSetSchema()
4309 if (reader->errorFunc != NULL) { in xmlTextReaderSetSchema()
4379 if (reader->errorFunc != NULL) { in xmlTextReaderRelaxNGValidateInternal()
4411 if (reader->errorFunc != NULL) { in xmlTextReaderRelaxNGValidateInternal()
4484 if (reader->errorFunc != NULL) { in xmlTextReaderSchemaValidateInternal()
[all …]
/external/deqp/modules/gles31/functional/
Des31fDebugTests.cpp629 TestFunctionWrapper errorFunc);
646 TestFunctionWrapper errorFunc) in CallbackErrorCase() argument
648 , m_errorFunc (errorFunc) in CallbackErrorCase()
700 TestFunctionWrapper errorFunc);
715 TestFunctionWrapper errorFunc) in LogErrorCase() argument
717 , m_errorFunc (errorFunc) in LogErrorCase()
808 TestFunctionWrapper errorFunc);
823 TestFunctionWrapper errorFunc) in GetErrorCase() argument
825 , m_errorFunc (errorFunc) in GetErrorCase()