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

  /external/expat/examples/
elements.c 58 XML_ErrorString(XML_GetErrorCode(parser)),
outline.c 97 XML_ErrorString(XML_GetErrorCode(p)));
  /external/expat/tests/benchmark/
benchmark.c 93 XML_ErrorString (XML_GetErrorCode (parser)),
  /external/chromium_org/third_party/skia/src/ports/
SkXMLPullParser_expat.cpp 134 XML_Error code = XML_GetErrorCode(parser);
193 if (XML_GetErrorCode(p) != XML_ERROR_NOT_SUSPENDED)
SkXMLParser_expat.cpp 131 fError->fNativeCode = XML_GetErrorCode(parser);
  /external/skia/src/ports/
SkXMLPullParser_expat.cpp 134 XML_Error code = XML_GetErrorCode(parser);
193 if (XML_GetErrorCode(p) != XML_ERROR_NOT_SUSPENDED)
SkXMLParser_expat.cpp 131 fError->fNativeCode = 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/chromium/third_party/libjingle/source/talk/xmllite/
xmlparser.cc 182 context_.RaiseError(XML_GetErrorCode(expat_));
  /external/chromium_org/third_party/libjingle/source/talk/xmllite/
xmlparser.cc 177 context_.RaiseError(XML_GetErrorCode(expat_));
  /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/chromium_org/third_party/mesa/src/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/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...]
  /libcore/luni/src/main/native/
org_apache_harmony_xml_ExpatParser.cpp     [all...]
  /frameworks/base/tools/aapt/
XMLNode.cpp 582 "Error parsing XML: %s\n", XML_ErrorString(XML_GetErrorCode(parser)));
    [all...]

Completed in 1110 milliseconds