/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 | 112 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 | 132 status_t parseChunk(off64_t *offset); 528 err = parseChunk(&offset, 0); 805 status_t MPEG4Extractor::parseChunk(off64_t *offset, int depth) { 806 ALOGV("entering parseChunk %lld/%d", (long long)*offset, depth); 890 status_t err = parseChunk(offset, depth + 1); 970 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 | 687 func (d *decoder) parseChunk() error { 778 if err := d.parseChunk(); err != nil { 802 if err := d.parseChunk(); err != nil {
|
/prebuilts/go/linux-x86/src/image/png/ |
reader.go | 687 func (d *decoder) parseChunk() error { 778 if err := d.parseChunk(); err != nil { 802 if err := d.parseChunk(); err != nil {
|