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

  /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)
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)
334 if (XML_Parse(parser, text, strlen(text), XML_TRUE) == XML_STATUS_OK) {
361 if (XML_Parse(parser, text, sizeof(text)-1, XML_TRUE) == XML_STATUS_ERROR)
376 if ( XML_Parse(parser, text, first_chunk_bytes, XML_FALSE
    [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/tests/benchmark/
benchmark.c 90 if (!XML_Parse (parser, XMLBufPtr, parseBufferSize, isFinal)) {
  /external/chromium_org/third_party/skia/src/ports/
SkXMLParser_expat.cpp 105 int error = XML_Parse(p, doc, len, true);
SkFontConfigParser_android.cpp 220 XML_Parse(parser, buffer, len, done);
SkXMLPullParser_expat.cpp 198 status = XML_Parse(p, (const char*)fImpl->fBuffer, fImpl->fBufferLen, true);
  /external/skia/src/ports/
SkXMLParser_expat.cpp 105 int error = XML_Parse(p, doc, len, true);
SkFontConfigParser_android.cpp 220 XML_Parse(parser, buffer, len, done);
SkXMLPullParser_expat.cpp 198 status = XML_Parse(p, (const char*)fImpl->fBuffer, fImpl->fBufferLen, true);
  /external/chromium/third_party/libjingle/source/talk/xmllite/
xmlparser.cc 177 if (XML_Parse(expat_, data, static_cast<int>(len), isFinal) !=
  /external/chromium_org/third_party/libjingle/source/talk/xmllite/
xmlparser.cc 172 if (XML_Parse(expat_, data, static_cast<int>(len), isFinal) !=
  /external/expat/lib/
expat.h 662 Note: Calling XML_SetReturnNSTriplet after XML_Parse or
679 Note: Calling XML_SetEncoding after XML_Parse or XML_ParseBuffer
701 the first call to XML_Parse or XML_ParseBuffer, since it will
769 detected. The last call to XML_Parse must have isFinal true; len
778 XML_Parse(XML_Parser parser, const char *s, int len, int isFinal);
786 /* Stops parsing, causing XML_Parse() or XML_ParseBuffer() to return.
804 XML_Parse() and XML_ParseBuffer() return XML_STATUS_SUSPENDED.
805 Otherwise, parsing is aborted, that is, XML_Parse() and XML_ParseBuffer()
    [all...]
xmlparse.c 171 memory area which stores the name. During the XML_Parse()/
175 XML_Parse()/XML_ParseBuffer(), the buffer is re-allocated to
963 /* Block after XML_Parse()/XML_ParseBuffer() has been called.
    [all...]
  /external/svox/pico/tts/
svox_ssml_parser.cpp 84 int status = XML_Parse(mParser, ssmldoc, doclen, isFinal);
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/common/
xmlconfig.c 726 status = XML_Parse (p, configOptions, strlen (configOptions), 1);
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/common/
xmlconfig.c 726 status = XML_Parse (p, configOptions, strlen (configOptions), 1);
    [all...]
  /libcore/luni/src/main/native/
org_apache_harmony_xml_ExpatParser.cpp     [all...]
  /frameworks/base/tools/aapt/
XMLNode.cpp 580 if (XML_Parse(parser, buf, len, done) == XML_STATUS_ERROR) {
    [all...]

Completed in 607 milliseconds