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

  /external/expat/tests/
runtests.c 183 if (XML_Parse(parser, text, strlen(text), XML_TRUE) == XML_STATUS_ERROR)
192 if (XML_Parse(parser, text, sizeof(text)-1, XML_TRUE) == XML_STATUS_ERROR)
201 if (XML_Parse(parser, text, sizeof(text)-1, XML_TRUE) == XML_STATUS_ERROR)
233 if (XML_Parse(parser, text, strlen(text), XML_TRUE) == XML_STATUS_ERROR)
250 if (XML_Parse(parser, text, strlen(text), XML_TRUE) == XML_STATUS_ERROR)
361 if (XML_Parse(parser, text, sizeof(text)-1, XML_TRUE) == XML_STATUS_ERROR)
377 == XML_STATUS_ERROR)
383 if (rc == XML_STATUS_ERROR)
415 if (XML_Parse(parser, text, strlen(text), XML_FALSE) == XML_STATUS_ERROR)
433 if (XML_Parse(parser, text, strlen(text), XML_FALSE) == XML_STATUS_ERROR)
    [all...]
  /external/expat/examples/
elements.c 55 if (XML_Parse(parser, buf, len, done) == XML_STATUS_ERROR) {
outline.c 94 if (XML_Parse(p, Buff, len, done) == XML_STATUS_ERROR) {
  /external/expat/lib/
expat.h 39 #define XML_STATUS_ERROR 0
46 XML_STATUS_ERROR = 0,
47 #define XML_STATUS_ERROR XML_STATUS_ERROR
389 have standalone="yes". If this handler returns XML_STATUS_ERROR,
424 The handler should return XML_STATUS_ERROR if processing should not
523 Otherwise it must return XML_STATUS_ERROR.
680 has no effect and returns XML_STATUS_ERROR.
719 argument will be copied. Returns XML_STATUS_ERROR if out of memory,
768 /* Parses some input. Returns XML_STATUS_ERROR if a fatal error i
    [all...]
xmlparse.c 965 XXX possible error cases caused the XML_STATUS_ERROR return.
968 return XML_STATUS_ERROR;
974 return XML_STATUS_ERROR;
    [all...]
  /hardware/qcom/audio/hal/
platform_info.c 401 bytes_read == 0) == XML_STATUS_ERROR) {
  /hardware/qcom/audio/msm8909/hal/
platform_info.c 382 bytes_read == 0) == XML_STATUS_ERROR) {
  /libcore/luni/src/main/native/
org_apache_harmony_xml_ExpatParser.cpp 878 return XML_STATUS_ERROR;
883 return XML_STATUS_ERROR;
887 return XML_STATUS_ERROR;
891 return XML_STATUS_ERROR;
908 return env->ExceptionCheck() ? XML_STATUS_ERROR : XML_STATUS_OK;
    [all...]
  /frameworks/base/tools/aapt2/xml/
XmlPullParser.cpp 61 if (XML_Parse(mParser, mBuffer, mIn.gcount(), done) == XML_STATUS_ERROR) {
XmlDom.cpp 188 if (XML_Parse(parser, buffer, in->gcount(), in->eof()) == XML_STATUS_ERROR) {
  /external/svox/pico/tts/
svox_ssml_parser.cpp 85 if (status == XML_STATUS_ERROR)
com_svox_picottsengine.cpp     [all...]
  /hardware/intel/common/utils/ISV/profile/
isv_profile.cpp 335 if (XML_Parse(parser, (const char *)pBuf, len, done) == XML_STATUS_ERROR) {
  /hardware/intel/common/utils/media_resource_manager/arbitrator/
MediaResourceArbitrator.cpp 199 if (XML_Parse(parser, (const char *)pBuf, len, done) == XML_STATUS_ERROR) {
  /external/skia/src/ports/
SkFontMgr_android_parser.cpp 642 if (XML_STATUS_ERROR == status) {
  /system/media/audio_route/
audio_route.c 895 bytes_read == 0) == XML_STATUS_ERROR) {
  /frameworks/base/tools/aapt/
XMLNode.cpp 616 if (XML_Parse(parser, buf, len, done) == XML_STATUS_ERROR) {
    [all...]

Completed in 428 milliseconds