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

  /external/expat/lib/
expat.h 37 #ifndef XML_STATUS_OK
38 #define XML_STATUS_OK 1
48 XML_STATUS_OK = 1,
49 #define XML_STATUS_OK XML_STATUS_OK
522 fill in the XML_Encoding structure, and return XML_STATUS_OK.
720 XML_STATUS_OK otherwise.
797 Returns XML_STATUS_OK when successful, XML_STATUS_ERROR otherwise.
    [all...]
xmlparse.c 976 return XML_STATUS_OK;
    [all...]
  /external/expat/tests/
runtests.c 75 if (XML_Parse(parser, text, strlen(text), XML_TRUE) == XML_STATUS_OK)
161 if (XML_Parse(parser, text, sizeof(text) - 1, XML_TRUE) == XML_STATUS_OK)
334 if (XML_Parse(parser, text, strlen(text), XML_TRUE) == XML_STATUS_OK) {
752 return XML_STATUS_OK;
869 return XML_STATUS_OK;
    [all...]
  /external/webrtc/webrtc/libjingle/xmllite/
xmlparser.cc 156 XML_STATUS_OK) {
  /external/dbus-binding-generator/chromeos-dbus-bindings/
xml_interface_parser.cc 79 if (res != XML_STATUS_OK) {
  /frameworks/av/media/libstagefright/
MediaCodecList.cpp 358 if (status != XML_STATUS_OK) {
    [all...]
  /system/update_engine/
omaha_request_action.cc     [all...]
  /libcore/luni/src/main/native/
org_apache_harmony_xml_ExpatParser.cpp 908 return env->ExceptionCheck() ? XML_STATUS_ERROR : XML_STATUS_OK;
    [all...]

Completed in 364 milliseconds