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

  /external/libxml2/python/tests/
push.py 9 ctxt.parseChunk("/>", 2, 1)
23 ctxt.parseChunk("/>", 2, 1)
sync.py 48 ctxt.parseChunk(chunk, len(chunk), 0)
60 ctxt.parseChunk(chunk, len(chunk), 0)
72 ctxt.parseChunk(chunk, len(chunk), 0)
84 ctxt.parseChunk(chunk, len(chunk), 0)
97 ctxt.parseChunk(chunk, len(chunk), 0)
110 ctxt.parseChunk(chunk, len(chunk), 0)
123 ctxt.parseChunk(chunk, len(chunk), 0)
indexes.py 75 ctxt.parseChunk(chunk, len(chunk), 0)
78 ctxt.parseChunk(chunk, len(chunk), 1)
101 ctxt.parseChunk(chunk, len(chunk), 0)
104 ctxt.parseChunk(chunk, len(chunk), 1)
ctxterror.py 28 parserCtxt.parseChunk(s,len(s),1)
43 parserCtxt.parseChunk(s,len(s),1)
pushSAX.py 47 ctxt.parseChunk(chunk, len(chunk), 0)
49 ctxt.parseChunk(chunk, len(chunk), 1)
  /external/markdown/markdown/
blockparser.py 60 self.parseChunk(self.root, '\n'.join(lines))
63 def parseChunk(self, parent, text):
blockprocessors.py 148 self.parser.parseChunk(sibling[-1], block)
242 self.parser.parseChunk(quote, block)
  /frameworks/av/media/libstagefright/include/
AVIExtractor.h 89 ssize_t parseChunk(off64_t offset, off64_t size, int depth = 0);
MPEG4Extractor.h 113 status_t parseChunk(off64_t *offset, int depth);
  /external/markdown/markdown/extensions/
footnotes.py 128 self.parser.parseChunk(li, self.footnotes[id])
  /external/markdown/
regression-tests.py 42 """ Test BlockParser.parseChunk. """
45 self.parser.parseChunk(root, text)
  /frameworks/av/media/libstagefright/
MPEG4Extractor.cpp 137 status_t parseChunk(off64_t *offset);
533 err = parseChunk(&offset, 0);
812 status_t MPEG4Extractor::parseChunk(off64_t *offset, int depth) {
813 ALOGV("entering parseChunk %lld/%d", (long long)*offset, depth);
908 status_t err = parseChunk(offset, depth + 1);
996 status_t err = parseChunk(offset, depth + 1);
    [all...]
AVIExtractor.cpp 409 ssize_t res = parseChunk(0ll, -1ll);
422 ssize_t AVIExtractor::parseChunk(off64_t offset, off64_t size, int depth) {
479 parseChunk(subOffset, subOffsetLimit - subOffset, depth + 1);
    [all...]
  /prebuilts/go/darwin-x86/src/image/png/
reader.go 841 func (d *decoder) parseChunk() error {
946 if err := d.parseChunk(); err != nil {
970 if err := d.parseChunk(); err != nil {
  /prebuilts/go/linux-x86/src/image/png/
reader.go 841 func (d *decoder) parseChunk() error {
946 if err := d.parseChunk(); err != nil {
970 if err := d.parseChunk(); err != nil {

Completed in 436 milliseconds