Searched defs:BytesIO (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/common/extensions/docs/server2/
H A Ddirectory_zipper.py5 from io import BytesIO namespace
28 zip_bytes = BytesIO()
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
H A Dbackward.py30 BytesIO = StringIO variable
32 from io import StringIO, BytesIO namespace
/external/chromium_org/third_party/jinja2/
H A D_compat.py31 from io import BytesIO, StringIO namespace
60 from cStringIO import StringIO as BytesIO, StringIO namespace
61 NativeStringIO = BytesIO
H A Dbccache.py24 from jinja2._compat import BytesIO, pickle, PY2, text_type namespace
100 self.load_bytecode(BytesIO(string))
104 out = BytesIO()
/external/chromium_org/tools/telemetry/third_party/png/
H A Dpng.py2423 # (For an in-memory binary file IO object) We use BytesIO where
2424 # available, otherwise we use StringIO, but name it BytesIO.
2426 from io import BytesIO namespace
2428 from StringIO import StringIO as BytesIO namespace
2448 f = BytesIO()
2517 f = BytesIO()
2532 f = BytesIO()
2547 f = BytesIO()
2562 f = BytesIO()
2653 s = BytesIO()
[all...]

Completed in 2666 milliseconds