Searched refs:cStringIO (Results 1 - 25 of 54) sorted by relevance

123

/external/autotest/server/site_tests/brillo_ADBLogcatTest/
H A Dbrillo_ADBLogcatTest.py5 import cStringIO namespace
19 logcat_log = cStringIO.StringIO()
/external/google-breakpad/src/tools/python/tests/
H A Dfilter_syms_unittest.py33 import cStringIO namespace
48 input_io = cStringIO.StringIO(input_data)
49 output_io = cStringIO.StringIO()
/external/autotest/tko/
H A Ddb_unittest.py6 from cStringIO import StringIO
H A Dvertical_text.py3 import gd, os, cStringIO, urllib2, sys namespace
/external/autotest/site_utils/
H A Dhwid_lib_unittest.py5 import cStringIO namespace
84 mock_page_contents = mock.Mock(wraps=cStringIO.StringIO('bad json'))
102 wraps=cStringIO.StringIO(returned_json))
128 mock_page_contents = mock.Mock(wraps=cStringIO.StringIO('{}'))
149 mock_page_contents = mock.Mock(wraps=cStringIO.StringIO('{}'))
/external/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/dns/rdtypes/ANY/
H A DNSEC3PARAM.py16 import cStringIO namespace
84 b1 = cStringIO.StringIO()
86 b2 = cStringIO.StringIO()
H A DCERT.py16 import cStringIO namespace
122 f = cStringIO.StringIO()
H A DHIP.py16 import cStringIO namespace
116 b1 = cStringIO.StringIO()
122 b2 = cStringIO.StringIO()
H A DNSEC.py16 import cStringIO namespace
130 b1 = cStringIO.StringIO()
135 b2 = cStringIO.StringIO()
H A DNSEC3.py17 import cStringIO namespace
178 b1 = cStringIO.StringIO()
180 b2 = cStringIO.StringIO()
/external/antlr/antlr-3.4/runtime/Python/tests/
H A Dt018llstar.py6 from cStringIO import StringIO
H A Dt020fuzzy.py6 from cStringIO import StringIO
H A Dt012lexerXML.py6 from cStringIO import StringIO
/external/autotest/client/
H A Dsetup_modules_unittest.py3 import cStringIO, logging, os, sys, unittest namespace
16 self.test_stderr = cStringIO.StringIO()
/external/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/dns/rdtypes/
H A Dnsbase.py18 import cStringIO namespace
80 f = cStringIO.StringIO()
H A Dmxbase.py18 import cStringIO namespace
96 f = cStringIO.StringIO()
/external/autotest/client/site_tests/platform_DebugDaemonGetPerfData/
H A Dplatform_DebugDaemonGetPerfData.py5 import cStringIO, collections, dbus, gzip, logging, subprocess namespace
53 string_file = cStringIO.StringIO()
/external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph_tests/
H A Dtest_util.py10 from cStringIO import StringIO as BytesIO
/external/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/jsmin/
H A D__init__.py34 import cStringIO namespace
36 cStringIO = None variable
48 if cStringIO and not isinstance(js, unicode):
49 # strings can use cStringIO for a 3x performance
51 klass = cStringIO.StringIO
/external/toolchain-utils/automation/clients/report/dejagnu/
H A Dmanifest.py8 from cStringIO import StringIO
/external/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/dns/rdtypes/IN/
H A DAPL.py16 import cStringIO namespace
161 f = cStringIO.StringIO()
/external/sonivox/jet_tools/JetCreator/
H A Dimg_Paste.py5 import cStringIO, zlib namespace
34 stream = cStringIO.StringIO(getData())
/external/autotest/scheduler/
H A Ddrone_utility_unittest.py6 from cStringIO import StringIO
/external/v8/tools/testrunner/server/
H A Dcompression.py29 import cStringIO as StringIO
/external/toolchain-utils/automation/common/
H A Dcommand_executer_test.py8 import cStringIO namespace
58 self._stderr = cStringIO.StringIO()
59 self._stdout = cStringIO.StringIO()

Completed in 448 milliseconds

123