HomeSort by relevance Sort by last modified time
    Searched refs:StringIO (Results 51 - 74 of 74) sorted by null

1 23

  /external/llvm/test/Scripts/
elf-dump 5 import StringIO
13 self.file = StringIO.StringIO(sys.stdin.read())
  /external/webkit/Tools/Scripts/webkitpy/common/system/
executive.py 41 import StringIO
144 child_out_file = StringIO.StringIO()
  /build/tools/
java-event-log-tags.py 91 buffer = cStringIO.StringIO()
merge-event-log-tags.py 177 buffer = cStringIO.StringIO()
  /external/antlr/antlr-3.4/runtime/Python/tests/
t012lexerXML.py 6 from cStringIO import StringIO
  /external/antlr/antlr-3.4/runtime/Python/unittests/
teststreams.py 5 from StringIO import StringIO
300 file = StringIO('foo\nbar')
323 file = StringIO(u'foo\nbär'.encode('utf-8'))
testtreewizard.py 5 from StringIO import StringIO
testtree.py 5 from StringIO import StringIO
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
functional.rb 190 require 'stringio'
192 defined?( @output_buffer ) or @output_buffer = StringIO.new( '' )
  /external/sonivox/jet_tools/JetCreator/
img_Open.py 72 stream = cStringIO.StringIO(getData())
img_splash.py     [all...]
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
streams.py 34 from StringIO import StringIO
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/common/net/bugzilla/
bugzilla.py 36 import StringIO
475 return StringIO.StringIO(file_or_string)
601 patch_file_object = StringIO.StringIO(diff)
    [all...]
  /external/llvm/utils/lit/lit/
TestRunner.py 2 import StringIO
432 output = StringIO.StringIO()
  /external/webkit/Tools/Scripts/webkitpy/tool/commands/
queues.py 39 from StringIO import StringIO
156 return StringIO(output.encode("utf-8"))
queues_unittest.py 30 import StringIO
370 self.fp = StringIO()
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/
socket.rb 264 autoload :StringIO, 'stringio'
277 @buffer = StringIO.new
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
ruby.php 102 'SizedQueue', 'SortedSet', 'StandardError', 'StringIO',
rails.php 95 'SizedQueue', 'SortedSet', 'StandardError', 'StringIO',
  /external/protobuf/python/google/protobuf/
reflection.py 54 from cStringIO import StringIO
56 from StringIO import StringIO
805 out = StringIO()
    [all...]
text_format.py 57 out = cStringIO.StringIO()
  /build/tools/releasetools/
sign_target_files_apks 257 tempfile = cStringIO.StringIO()
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/httplib2/
__init__.py 33 import StringIO
349 content = gzip.GzipFile(fileobj=StringIO.StringIO(new_content)).read()
    [all...]
  /external/llvm/utils/llvm-build/llvmbuild/
main.py 1 import StringIO
    [all...]

Completed in 361 milliseconds

1 23