Searched refs:StringIO (Results 1 - 25 of 31) sorted by relevance

12

/external/webkit/WebKitTools/pywebsocket/mod_pywebsocket/
H A Dutil.py35 import StringIO namespace
47 out = StringIO.StringIO()
/external/webkit/WebKitTools/Scripts/webkitpy/steps/
H A Dpostdiffforcommit.py29 import StringIO namespace
38 StringIO.StringIO(self.cached_lookup(state, "diff")),
H A Dpostdiff.py29 import StringIO namespace
47 diff_file = StringIO.StringIO(diff) # add_patch_to_bug expects a file-like object
/external/webkit/WebKitTools/pywebsocket/test/
H A Dtest_memorizingfile.py36 import StringIO namespace
53 memorizing_file = memorizingfile.MemorizingFile(StringIO.StringIO(
58 memorizing_file = memorizingfile.MemorizingFile(StringIO.StringIO(
63 memorizing_file = memorizingfile.MemorizingFile(StringIO.StringIO(
/external/webkit/WebKitTools/Scripts/webkitpy/
H A Dwebkit_logging_unittest.py31 import StringIO namespace
42 test_stderr = StringIO.StringIO()
H A Doutputcapture.py32 from StringIO import StringIO namespace
40 setattr(sys, output_name, StringIO())
H A Dchangelogs_unittest.py34 from StringIO import StringIO namespace
89 changelog_file = StringIO(changelog_contents)
H A Dexecutive.py31 import StringIO namespace
98 child_out_file = StringIO.StringIO()
/external/clearsilver/python/
H A Dupload.py10 import StringIO namespace
13 sfp = StringIO.StringIO()
H A Dstatic.py10 import StringIO namespace
13 sfp = StringIO.StringIO()
/external/clearsilver/python/examples/base/
H A Dhandle_error.py28 import StringIO namespace
30 sfp = StringIO.StringIO()
H A DSafeHtml.py19 from cStringIO import StringIO namespace
21 from StringIO import StringIO namespace
136 fp = StringIO()
/external/webkit/WebKitTools/Scripts/webkitpy/commands/
H A Dearly_warning_system.py30 from StringIO import StringIO namespace
H A Dupload.py33 import StringIO namespace
263 return StringIO.StringIO(diff) # add_patch_to_bug expects a file-like object
403 diff_file = StringIO.StringIO(diff) # create_bug expects a file-like object
423 diff_file = StringIO.StringIO(diff) # create_bug expects a file-like object
H A Dqueues.py36 from StringIO import StringIO namespace
133 return tool.status_server.update_status(cls.name, message, state["patch"], StringIO(output))
/external/sonivox/jet_tools/JetCreator/
H A Dimg_Paste.py34 stream = cStringIO.StringIO(getData())
H A Dimg_Copy.py44 stream = cStringIO.StringIO(getData())
H A Dimg_New.py54 stream = cStringIO.StringIO(getData())
H A Dimg_Print.py55 stream = cStringIO.StringIO(getData())
H A Dimg_favicon.py54 stream = cStringIO.StringIO(getData())
H A Dimg_Open.py72 stream = cStringIO.StringIO(getData())
H A Dimg_Redo.py72 stream = cStringIO.StringIO(getData())
/external/clearsilver/scripts/
H A Dcs_lint.py44 stdin = cStringIO.StringIO("")
45 stdout = cStringIO.StringIO()
/external/protobuf/python/google/protobuf/
H A Dreflection.py54 from cStringIO import StringIO namespace
56 from StringIO import StringIO namespace
805 out = StringIO()
/external/clearsilver/python/examples/trans/
H A Dtrans.py31 import StringIO, traceback namespace
34 sfp = StringIO.StringIO()

Completed in 216 milliseconds

12