Searched refs:errorFunc (Results 1 - 5 of 5) sorted by relevance

/external/icu4c/test/intltest/
H A Dsimplethread.h26 static void errorFunc(); // Empty function, provides a single convenient place
H A Dtsmthred.cpp139 void SimpleThread::errorFunc() { function in class:SimpleThread
425 SimpleThread::errorFunc();
777 SimpleThread::errorFunc();
809 SimpleThread::errorFunc();
1075 SimpleThread::errorFunc();
1089 SimpleThread::errorFunc();
1173 SimpleThread::errorFunc();
1222 SimpleThread::errorFunc();
H A Dsimplethread.cpp464 SimpleThread::errorFunc();
/external/libxml2/
H A Dxmlreader.c148 xmlTextReaderErrorFunc errorFunc; /* callback function */ member in struct:_xmlTextReader
4014 if (!reader->errorFunc) {
4017 reader->errorFunc(reader->errorFuncArg, str, XML_PARSER_SEVERITY_VALIDITY_ERROR, NULL /* locator */);
4032 if (!reader->errorFunc) {
4035 reader->errorFunc(reader->errorFuncArg, str, XML_PARSER_SEVERITY_VALIDITY_WARNING, NULL /* locator */);
4098 if (reader->errorFunc != NULL) {
4182 if (reader->errorFunc != NULL) {
4239 if (reader->errorFunc != NULL) {
4260 if (reader->errorFunc != NULL) {
4333 if (reader->errorFunc !
[all...]
/external/webkit/Source/WebCore/dom/
H A DXMLDocumentParserLibxml2.cpp475 static void errorFunc(void*, const char*, ...) function in namespace:WebCore
1373 XMLDocumentParserScope scope(cachedResourceLoader, errorFunc, 0);

Completed in 93 milliseconds