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

  /external/expat/amiga/include/libraries/
expat.h 66 XML_STATUS_OK = 1,
67 #define XML_STATUS_OK XML_STATUS_OK
  /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.
774 Returns XML_STATUS_OK when successful, XML_STATUS_ERROR otherwise.
    [all...]
xmlparse.c 935 return XML_STATUS_OK;
    [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.3/include/
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.
774 Returns XML_STATUS_OK when successful, XML_STATUS_ERROR otherwise.
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/include/
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.
774 Returns XML_STATUS_OK when successful, XML_STATUS_ERROR otherwise.
    [all...]
  /external/expat/tests/
runtests.c 74 if (XML_Parse(parser, text, strlen(text), XML_TRUE) == XML_STATUS_OK)
160 if (XML_Parse(parser, text, sizeof(text) - 1, XML_TRUE) == XML_STATUS_OK)
333 if (XML_Parse(parser, text, strlen(text), XML_TRUE) == XML_STATUS_OK) {
751 return XML_STATUS_OK;
868 return XML_STATUS_OK;
    [all...]
  /external/chromium/third_party/libjingle/source/talk/xmllite/
xmlparser.cc 178 XML_STATUS_OK) {
  /external/skia/src/ports/
SkXMLPullParser_expat.cpp 189 case XML_STATUS_OK:
  /frameworks/av/media/libstagefright/
MediaCodecList.cpp 128 != XML_STATUS_OK) {
  /external/webkit/Source/WebCore/dom/
xml_expat_tokenizer.cpp 712 return XML_STATUS_OK;
  /libcore/luni/src/main/native/
org_apache_harmony_xml_ExpatParser.cpp 892 return env->ExceptionCheck() ? XML_STATUS_ERROR : XML_STATUS_OK;
    [all...]

Completed in 81 milliseconds