Home
last modified time | relevance | path

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

/external/chromium_org/third_party/icu/source/test/intltest/
Dtsmthred.cpp139 void SimpleThread::errorFunc() { in errorFunc() function in SimpleThread
425 SimpleThread::errorFunc(); in error()
777 SimpleThread::errorFunc(); in TestThreadedIntl()
809 SimpleThread::errorFunc(); in TestThreadedIntl()
1075 SimpleThread::errorFunc(); in TestCollators()
1089 SimpleThread::errorFunc(); in TestCollators()
1173 SimpleThread::errorFunc(); in TestString()
1222 SimpleThread::errorFunc(); in TestString()
Dsimplethread.h26 static void errorFunc(); // Empty function, provides a single convenient place
Dsimplethread.cpp464 SimpleThread::errorFunc(); in error()
/external/icu/icu4c/source/test/intltest/
Dsimplethread.h26 static void errorFunc(); // Empty function, provides a single convenient place
Dtsmthred.cpp145 void SimpleThread::errorFunc() { in errorFunc() function in SimpleThread
582 SimpleThread::errorFunc(); in error()
1047 SimpleThread::errorFunc(); in TestThreadedIntl()
1084 SimpleThread::errorFunc(); in TestThreadedIntl()
1371 SimpleThread::errorFunc(); in TestCollators()
1379 SimpleThread::errorFunc(); in TestCollators()
1462 SimpleThread::errorFunc(); in TestString()
1511 SimpleThread::errorFunc(); in TestString()
Dsimplethread.cpp474 SimpleThread::errorFunc(); in error()
/external/deqp/modules/gles31/functional/
Des31fDebugTests.cpp549 TestFunc errorFunc);
566 TestFunc errorFunc) in CallbackErrorCase() argument
568 , m_errorFunc (errorFunc) in CallbackErrorCase()
619 TestFunc errorFunc);
634 TestFunc errorFunc) in LogErrorCase() argument
636 , m_errorFunc (errorFunc) in LogErrorCase()
726 TestFunc errorFunc);
741 TestFunc errorFunc) in GetErrorCase() argument
743 , m_errorFunc (errorFunc) in GetErrorCase()
/external/chromium_org/third_party/libxml/src/
Dxmlreader.c148 xmlTextReaderErrorFunc errorFunc; /* callback function */ member
4019 if (!reader->errorFunc) { in xmlTextReaderValidityErrorRelay()
4022 reader->errorFunc(reader->errorFuncArg, str, in xmlTextReaderValidityErrorRelay()
4042 if (!reader->errorFunc) { in xmlTextReaderValidityWarningRelay()
4045 reader->errorFunc(reader->errorFuncArg, str, in xmlTextReaderValidityWarningRelay()
4110 if (reader->errorFunc != NULL) { in xmlTextReaderRelaxNGSetSchema()
4194 if (reader->errorFunc != NULL) { in xmlTextReaderSetSchema()
4251 if (reader->errorFunc != NULL) { in xmlTextReaderRelaxNGValidate()
4272 if (reader->errorFunc != NULL) { in xmlTextReaderRelaxNGValidate()
4345 if (reader->errorFunc != NULL) { in xmlTextReaderSchemaValidateInternal()
[all …]
/external/libxml2/
Dxmlreader.c150 xmlTextReaderErrorFunc errorFunc; /* callback function */ member
4043 if (!reader->errorFunc) { in xmlTextReaderValidityErrorRelay()
4046 reader->errorFunc(reader->errorFuncArg, str, in xmlTextReaderValidityErrorRelay()
4066 if (!reader->errorFunc) { in xmlTextReaderValidityWarningRelay()
4069 reader->errorFunc(reader->errorFuncArg, str, in xmlTextReaderValidityWarningRelay()
4138 if (reader->errorFunc != NULL) { in xmlTextReaderRelaxNGSetSchema()
4280 if (reader->errorFunc != NULL) { in xmlTextReaderSetSchema()
4350 if (reader->errorFunc != NULL) { in xmlTextReaderRelaxNGValidateInternal()
4382 if (reader->errorFunc != NULL) { in xmlTextReaderRelaxNGValidateInternal()
4455 if (reader->errorFunc != NULL) { in xmlTextReaderSchemaValidateInternal()
[all …]
/external/chromium_org/third_party/WebKit/Source/core/xml/parser/
DXMLDocumentParser.cpp680 static void errorFunc(void*, const char*, ...) in errorFunc() function
1493 XMLDocumentParserScope scope(fetcher, errorFunc, 0); in xmlDocPtrForString()