HomeSort by relevance Sort by last modified time
    Searched defs:StringIO (Results 1 - 17 of 17) sorted by null

  /external/webkit/WebKitTools/Scripts/webkitpy/steps/
postdiffforcommit.py 29 import StringIO
38 StringIO.StringIO(self.cached_lookup(state, "diff")),
postdiff.py 29 import StringIO
47 diff_file = StringIO.StringIO(diff) # add_patch_to_bug expects a file-like object
  /external/webkit/WebKitTools/pywebsocket/mod_pywebsocket/
util.py 35 import StringIO
47 out = StringIO.StringIO()
  /external/clearsilver/python/
static.py 10 import StringIO
13 sfp = StringIO.StringIO()
upload.py 10 import StringIO
13 sfp = StringIO.StringIO()
  /external/webkit/WebKitTools/Scripts/webkitpy/
outputcapture.py 32 from StringIO import StringIO
40 setattr(sys, output_name, StringIO())
webkit_logging_unittest.py 31 import StringIO
42 test_stderr = StringIO.StringIO()
changelogs_unittest.py 34 from StringIO import StringIO
89 changelog_file = StringIO(changelog_contents)
executive.py 31 import StringIO
98 child_out_file = StringIO.StringIO()
  /external/webkit/WebKitTools/pywebsocket/test/
test_memorizingfile.py 36 import StringIO
53 memorizing_file = memorizingfile.MemorizingFile(StringIO.StringIO(
58 memorizing_file = memorizingfile.MemorizingFile(StringIO.StringIO(
63 memorizing_file = memorizingfile.MemorizingFile(StringIO.StringIO(
  /sdk/eclipse/scripts/
gen_icon.py 4 import StringIO
  /external/clearsilver/python/examples/base/
SafeHtml.py 19 from cStringIO import StringIO
21 from StringIO import StringIO
136 fp = StringIO()
handle_error.py 28 import StringIO
30 sfp = StringIO.StringIO()
  /external/webkit/WebKitTools/Scripts/webkitpy/commands/
early_warning_system.py 30 from StringIO import StringIO
queues.py 36 from StringIO import StringIO
133 return tool.status_server.update_status(cls.name, message, state["patch"], StringIO(output))
upload.py 33 import StringIO
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
  /external/clearsilver/python/examples/trans/
trans.py 31 import StringIO, traceback
34 sfp = StringIO.StringIO()

Completed in 123 milliseconds