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

  /external/expat/lib/
expat.h 663 XML_ParseBuffer has no effect.
679 Note: Calling XML_SetEncoding after XML_Parse or XML_ParseBuffer
701 the first call to XML_Parse or XML_ParseBuffer, since it will
784 XML_ParseBuffer(XML_Parser parser, 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 175 XML_Parse()/XML_ParseBuffer(), the buffer is re-allocated to
963 /* Block after XML_Parse()/XML_ParseBuffer() has been called.
    [all...]
  /frameworks/av/media/libstagefright/
MediaCodecList.cpp 127 if (::XML_ParseBuffer(parser, bytes_read, bytes_read == 0)
  /system/media/audio_route/
audio_route.c 663 if (XML_ParseBuffer(parser, bytes_read,
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/common/
xmlconfig.c 933 status = XML_ParseBuffer (p, bytesRead, bytesRead == 0);
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/common/
xmlconfig.c 933 status = XML_ParseBuffer (p, bytesRead, bytesRead == 0);
    [all...]
  /frameworks/av/media/libmedia/
MediaProfiles.cpp     [all...]

Completed in 87 milliseconds