Searched refs:StringIO (Results 1 - 25 of 221) sorted by last modified time

123456789

/external/sonivox/jet_tools/JetCreator/
H A Dimg_Copy.py44 stream = cStringIO.StringIO(getData())
H A Dimg_Cut.py97 stream = cStringIO.StringIO(getData())
H A Dimg_Find.py78 stream = cStringIO.StringIO(getData())
H A Dimg_New.py54 stream = cStringIO.StringIO(getData())
H A Dimg_Open.py72 stream = cStringIO.StringIO(getData())
H A Dimg_Paste.py34 stream = cStringIO.StringIO(getData())
H A Dimg_Print.py55 stream = cStringIO.StringIO(getData())
H A Dimg_Redo.py72 stream = cStringIO.StringIO(getData())
H A Dimg_Save.py92 stream = cStringIO.StringIO(getData())
H A Dimg_Undo.py74 stream = cStringIO.StringIO(getData())
H A Dimg_favicon.py54 stream = cStringIO.StringIO(getData())
H A Dimg_splash.py1150 stream = cStringIO.StringIO(getData())
/external/qemu/scripts/
H A Dqapi-commands.py434 import StringIO namespace
435 return StringIO.StringIO()
H A Dqapi-types.py330 import StringIO namespace
331 return StringIO.StringIO()
H A Dqapi-visit.py431 import StringIO namespace
432 return StringIO.StringIO()
/external/regex-re2/re2/testing/
H A Dunicode_test.py10 import StringIO namespace
77 unicode.ReadUnicodeTable(StringIO.StringIO(s), n, f)
/external/protobuf/python/google/protobuf/
H A Dreflection.py54 from cStringIO import StringIO namespace
56 from StringIO import StringIO namespace
805 out = StringIO()
H A Dtext_format.py57 out = cStringIO.StringIO()
/external/mesa3d/src/gallium/tools/trace/
H A Dmodel.py38 from cStringIO import StringIO namespace
40 from StringIO import StringIO namespace
49 stream = StringIO()
/external/mesa3d/src/glsl/builtins/tools/
H A Dtexture_builtins.py4 import StringIO namespace
137 sys.stdout = StringIO.StringIO()
/external/llvm/test/tools/llvm-readobj/Inputs/
H A Drelocs.py17 import StringIO namespace
/external/lldb/examples/customization/bin-utils/
H A Dbinutils.py3 import StringIO namespace
/external/lldb/scripts/Python/
H A Dmodify-python-lldb.py24 import sys, re, StringIO namespace
257 frag = StringIO.StringIO()
264 class NewContent(StringIO.StringIO):
267 StringIO.StringIO.__init__(self)
/external/lldb/test/api/check_public_api_headers/
H A DTestPublicAPIHeaders.py6 import os, re, StringIO namespace
/external/lldb/test/api/multithreaded/
H A DTestMultithreaded.py3 import os, re, StringIO namespace

Completed in 363 milliseconds

123456789