HomeSort by relevance Sort by last modified time
    Searched refs:XML_GetErrorCode (Results 1 - 19 of 19) sorted by null

  /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 97 int error_code = XML_GetErrorCode(parser);
141 int error_code = XML_GetErrorCode(parser);
  /external/expat/tests/benchmark/
benchmark.c 93 XML_ErrorString (XML_GetErrorCode (parser)),
  /external/expat/tests/
runtests.c 57 enum XML_Error err = XML_GetErrorCode(parser);
79 if (XML_GetErrorCode(parser) != errorCode)
163 if (XML_GetErrorCode(parser) != XML_ERROR_INVALID_TOKEN)
340 else if (XML_GetErrorCode(parser) != XML_ERROR_INVALID_TOKEN)
    [all...]
  /external/dbus/bus/
config-loader-expat.c 252 e = XML_GetErrorCode (expat);
  /external/webrtc/webrtc/libjingle/xmllite/
xmlparser.cc 160 context_.RaiseError(XML_GetErrorCode(expat_));
  /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/skia/src/ports/
SkFontMgr_android_parser.cpp 643 XML_Error error = XML_GetErrorCode(parser);
  /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     [all...]
  /frameworks/base/tools/aapt/
XMLNode.cpp 618 "Error parsing XML: %s\n", XML_ErrorString(XML_GetErrorCode(parser)));
    [all...]

Completed in 46 milliseconds