Searched defs:StringIO (Results 1 - 25 of 208) sorted by relevance

123456789

/external/libxml2/python/tests/
H A Dreader4.py8 import StringIO namespace
9 str_io = StringIO.StringIO
12 str_io = io.StringIO
H A Dinbuf.py5 import StringIO namespace
6 str_io = StringIO.StringIO
9 str_io = io.StringIO
H A Dreader.py9 import StringIO namespace
10 str_io = StringIO.StringIO
13 str_io = io.StringIO
H A Dreadererr.py8 import StringIO namespace
9 str_io = StringIO.StringIO
12 str_io = io.StringIO
H A Dreadernext.py9 import StringIO namespace
10 str_io = StringIO.StringIO
13 str_io = io.StringIO
H A Dresolver.py5 import StringIO namespace
6 str_io = StringIO.StringIO
9 str_io = io.StringIO
/external/lldb/examples/customization/bin-utils/
H A Dbinutils.py3 import StringIO namespace
/external/lldb/utils/git-svn/
H A Dconvert.py15 import StringIO namespace
34 new_content = StringIO.StringIO()
/external/v8/tools/ignition/
H A Dlinux_perf_bytecode_annotate_test.py5 import StringIO namespace
69 perf_stream = StringIO.StringIO(PERF_SCRIPT_OUTPUT)
75 codegen_stream = StringIO.StringIO(D8_CODEGEN_OUTPUT)
/external/antlr/antlr-3.4/runtime/Python/tests/
H A Dt018llstar.py6 from cStringIO import StringIO namespace
H A Dt020fuzzy.py6 from cStringIO import StringIO namespace
H A Dt056lexer.py9 from StringIO import StringIO namespace
/external/autotest/server/site_tests/native_Benchmarks/
H A Dnative_Benchmarks_common.py7 import StringIO namespace
22 stdout = StringIO.StringIO()
23 stderr = StringIO.StringIO()
/external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome_inspector/
H A Dinspector_console.py4 import StringIO namespace
36 self._message_output_stream = StringIO.StringIO()
/external/chromium-trace/catapult/third_party/Paste/tests/
H A Dtest_httpserver.py4 from six.moves import StringIO namespace
13 return StringIO()
/external/chromium-trace/catapult/third_party/closure_linter/closure_linter/
H A Dfixjsstyle.py21 import StringIO namespace
54 output_buffer = StringIO.StringIO()
H A Dtestutil.py24 import StringIO namespace
42 source = StringIO.StringIO(source)
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/
H A Dhandler.py24 from boto.compat import StringIO namespace
60 return self.parser.parse(StringIO(content))
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/sqs/
H A Dtest_bigmessage.py32 from boto.compat import StringIO namespace
59 fp = StringIO(msg_body)
/external/clang/tools/clang-format/
H A Dclang-format-diff.py30 import StringIO namespace
115 formatted_code = StringIO.StringIO(stdout).readlines()
/external/v8/tools/gyp/pylib/gyp/generator/
H A Dmsvs_test.py10 import StringIO namespace
16 self.stderr = StringIO.StringIO()
H A Dninja_test.py11 import StringIO namespace
/external/antlr/antlr-3.4/runtime/Python/unittests/
H A Dtestdottreegen.py5 from StringIO import StringIO namespace
/external/autotest/client/bin/
H A Dfsinfo_unittest.py3 import unittest, StringIO namespace
20 test_file = StringIO.StringIO(contents)
/external/autotest/scheduler/
H A Ddrone_utility_unittest.py6 from cStringIO import StringIO namespace
60 return StringIO('foo=\0%s=\0bar=\0' %
71 return StringIO('foo=\0bar=\0') # No dark mark.

Completed in 470 milliseconds

123456789