/external/expat/examples/ |
elements.c | 58 XML_ErrorString(XML_GetErrorCode(parser)),
|
outline.c | 97 XML_ErrorString(XML_GetErrorCode(p)));
|
/external/curl/docs/examples/ |
xmlstream.c | 99 real_size, error_code, XML_ErrorString(error_code)); 143 error_code, XML_ErrorString(error_code));
|
/external/expat/tests/benchmark/ |
benchmark.c | 93 XML_ErrorString (XML_GetErrorCode (parser)),
|
/external/dbus/bus/ |
config-loader-expat.c | 261 XML_ErrorString (e));
|
/frameworks/base/tools/aapt2/xml/ |
XmlPullParser.cpp | 62 mLastError = XML_ErrorString(XML_GetErrorCode(mParser));
|
XmlDom.cpp | 191 << XML_ErrorString(XML_GetErrorCode(parser)));
|
/external/expat/lib/ |
expat.h | [all...] |
xmlparse.c | [all...] |
/external/svox/pico/tts/ |
svox_ssml_parser.cpp | 88 ALOGI("Parser error at line %d: %s\n", (int)XML_GetCurrentLineNumber(mParser), XML_ErrorString(XML_GetErrorCode(mParser)));
|
/external/mesa3d/src/mesa/drivers/dri/common/ |
xmlconfig.c | 728 XML_FATAL ("%s.", XML_ErrorString(XML_GetErrorCode(p))); 935 XML_ERROR ("%s.", XML_ErrorString(XML_GetErrorCode(p))); [all...] |
/external/avahi/avahi-daemon/ |
static-services.c | 630 avahi_log_error("XML_ParseBuffer() failed at line %d: %s.\n", (int) XML_GetCurrentLineNumber(parser), XML_ErrorString(XML_GetErrorCode(parser)));
|
/external/expat/tests/ |
runtests.c | 62 XML_ErrorString(err), [all...] |
/external/skia/src/ports/ |
SkFontMgr_android_parser.cpp | 646 const XML_LChar* errorString = XML_ErrorString(error);
|
/frameworks/av/media/libstagefright/ |
MediaCodecList.cpp | 359 ALOGE("malformed (%s)", ::XML_ErrorString(::XML_GetErrorCode(parser))); [all...] |
/system/update_engine/ |
omaha_request_action.cc | [all...] |
/libcore/luni/src/main/native/ |
org_apache_harmony_xml_ExpatParser.cpp | 418 const char* message = XML_ErrorString(error); [all...] |
/frameworks/base/tools/aapt/ |
XMLNode.cpp | 618 "Error parsing XML: %s\n", XML_ErrorString(XML_GetErrorCode(parser))); [all...] |