Home
last modified time | relevance | path

Searched defs:fileobj (Results 1 – 7 of 7) sorted by relevance

/external/libvpx/libvpx/tools/
Dwrap-commit-msg.py42 def main(fileobj): argument
/external/chromium-trace/catapult/third_party/closure_linter/closure_linter/
Drunner.py68 def _Tokenize(fileobj): argument
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/glacier/
Dutils.py110 def compute_hashes_from_fileobj(fileobj, chunk_size=1024 * 1024): argument
Djob.py147 def _download_to_fileob(self, fileobj, num_chunks, chunk_size, verify_hashes, argument
/external/opencv3/3rdparty/libjasper/
Djas_stream.c1101 jas_stream_fileobj_t *fileobj = JAS_CAST(jas_stream_fileobj_t *, obj); in file_read() local
1107 jas_stream_fileobj_t *fileobj = JAS_CAST(jas_stream_fileobj_t *, obj); in file_write() local
1113 jas_stream_fileobj_t *fileobj = JAS_CAST(jas_stream_fileobj_t *, obj); in file_seek() local
1119 jas_stream_fileobj_t *fileobj = JAS_CAST(jas_stream_fileobj_t *, obj); in file_close() local
/external/opencv3/3rdparty/jinja2/
Dext.py553 def babel_extract(fileobj, keywords, comment_tags, options): argument
/external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph/
Dmodulegraph.py1638 def graphreport(self, fileobj=None, flatpackages=()): argument