Home
last modified time | relevance | path

Searched refs:BytesIO (Results 1 – 25 of 45) sorted by relevance

12

/external/chromium-trace/catapult/third_party/gsutil/third_party/rsa/tests/
Dtest_bigfile.py5 from StringIO import StringIO as BytesIO unknown
7 from io import BytesIO
22 infile = BytesIO(message)
23 outfile = BytesIO()
30 cryptfile = BytesIO(crypto)
31 clearfile = BytesIO()
49 msgfile = BytesIO(b('123456Sybren'))
57 msgfile = BytesIO(b('123456sybren'))
Dtest_varblock.py5 from StringIO import StringIO as BytesIO unknown
7 from io import BytesIO
19 infile = BytesIO(encoded)
33 infile = BytesIO(encoded)
47 outfile = BytesIO()
58 outfile = BytesIO()
69 infile = BytesIO(b('\x01\x0512345\x06Sybren'))
78 infile = BytesIO(b('123456Sybren'))
/external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph_tests/
Dtest_util.py8 from io import BytesIO
10 from cStringIO import StringIO as BytesIO unknown
34 fp = BytesIO(b"# coding: utf-8")
37 fp = BytesIO(b"\n# coding: utf-8")
40 fp = BytesIO(b"# coding: latin-1")
43 fp = BytesIO(b"\n# coding: latin-1")
46 fp = BytesIO(b"#!/usr/bin/env/python\n# vim: set fileencoding=latin-1 :")
49 fp = BytesIO(b"\n\n\n# coding: latin-1")
/external/chromium-trace/catapult/third_party/html5lib-python/html5lib/tests/
Dtest_stream.py6 from io import BytesIO
16 fp = BufferedStream(BytesIO(s))
21 fp = BufferedStream(BytesIO(b"abcdef"))
32 fp = BufferedStream(BytesIO(b"abcdef"))
43 fp = BufferedStream(BytesIO(b"abcdef"))
59 fp = BufferedStream(BytesIO(b"abcdef"))
166 return BytesIO(b"HTTP/1.1 200 Ok\r\n\r\nText")
/external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph/
Dutil.py17 from StringIO import StringIO as BytesIO unknown
21 from io import BytesIO, StringIO
84 fp = BytesIO(imp.get_magic() + b'\0\0\0\0' + marshal.dumps(co))
/external/opencv3/3rdparty/jinja2/
D_compat.py31 from io import BytesIO, StringIO
60 from cStringIO import StringIO as BytesIO, StringIO unknown
61 NativeStringIO = BytesIO
Dbccache.py24 from jinja2._compat import BytesIO, pickle, PY2, text_type
100 self.load_bytecode(BytesIO(string))
104 out = BytesIO()
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/glacier/
Dtest_utils.py29 from boto.compat import BytesIO, six, StringIO
164 f = BytesIO(self._gen_data())
/external/chromium-trace/catapult/telemetry/third_party/png/
Dpng.py2426 from io import BytesIO
2428 from StringIO import StringIO as BytesIO unknown
2448 f = BytesIO()
2517 f = BytesIO()
2532 f = BytesIO()
2547 f = BytesIO()
2562 f = BytesIO()
2653 s = BytesIO()
2658 o = BytesIO()
2668 s = BytesIO()
[all …]
/external/chromium-trace/catapult/third_party/WebOb/webob/
Drequest.py264 return io.BytesIO()
714 self.body_file_raw = io.BytesIO()
717 self.body_file_raw = io.BytesIO(value)
1184 f = io.BytesIO(b)
1460 'wsgi.input': io.BytesIO(),
1503 env['wsgi.input'] = io.BytesIO(data)
1601 self.file = io.BytesIO(bytes_(data))
1606 fout=io.BytesIO()
1622 f = fout or io.BytesIO()
1731 fout=io.BytesIO()
/external/chromium-trace/catapult/third_party/Paste/tests/
Dtest_gzipper.py18 actual = gzip.GzipFile(fileobj=six.BytesIO(res.body)).read()
Dtest_request_form.py21 'wsgi.input': six.BytesIO(body),
/external/chromium-trace/catapult/third_party/beautifulsoup4/bs4/builder/
D_lxml.py6 from io import BytesIO
104 markup = BytesIO(markup)
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/
Dcompat.py51 from boto.vendored.six import BytesIO, StringIO
/external/chromium-trace/catapult/third_party/Paste/paste/
Dwsgilib.py287 errors = six.BytesIO()
299 'wsgi.input': six.BytesIO(),
321 basic_environ['wsgi.input'] = six.BytesIO(istream)
Dgzipper.py45 self.buffer = six.BytesIO()
/external/fonttools/Lib/fontTools/misc/
Dpy23.py29 from io import BytesIO as StringIO
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/vendored/
Dsix.py583 BytesIO = io.BytesIO variable
599 StringIO = BytesIO = StringIO.StringIO
/external/chromium-trace/catapult/third_party/gsutil/third_party/six/
Dsix.py612 BytesIO = io.BytesIO variable
630 StringIO = BytesIO = StringIO.StringIO
Dtest_six.py527 fp = six.BytesIO()
655 monkeypatch.setattr(six, "file", six.BytesIO, raising=False)
656 out = six.BytesIO()
661 out = six.BytesIO()
/external/chromium-trace/catapult/third_party/six/
Dsix.py633 BytesIO = io.BytesIO variable
658 StringIO = BytesIO = StringIO.StringIO
Dtest_six.py561 fp = six.BytesIO()
689 monkeypatch.setattr(six, "file", six.BytesIO, raising=False)
690 out = six.BytesIO()
695 out = six.BytesIO()
/external/autotest/client/common_lib/cros/
Davahi_utils.py44 conf.readfp(io.BytesIO(existing_config))
/external/protobuf/python/google/protobuf/internal/
Dpython_message.py60 from cStringIO import StringIO as BytesIO unknown
62 from StringIO import StringIO as BytesIO unknown
65 from io import BytesIO
822 out = BytesIO()
/external/chromium-trace/catapult/firefighter/base/
Dbigquery.py62 media_buffer = io.BytesIO()

12