Searched defs:StringIO (Results 1 - 25 of 39) sorted by relevance

12

/vbox/src/libs/libxml2-2.6.31/python/tests/
H A Dreader4.py6 import StringIO namespace
13 f = StringIO.StringIO(s)
H A Dreader8.py6 import StringIO namespace
H A Dinbuf.py4 import StringIO namespace
11 f = StringIO.StringIO("foobar")
H A Dreader7.py6 import StringIO namespace
H A Dreadererr.py6 import StringIO namespace
20 f = StringIO.StringIO("""<a xmlns="foo"><b b1="b1"/><c>content of c</a>""")
H A Dreadernext.py7 import StringIO namespace
13 f = StringIO.StringIO("""<a><b><c /></b><d>content of d</d></a>""")
H A Dresolver.py4 import StringIO namespace
10 return(StringIO.StringIO("<foo/>"))
H A Doutbuf.py4 import StringIO namespace
7 f = StringIO.StringIO()
14 print "Failed to save to StringIO"
26 f = StringIO.StringIO()
52 f = StringIO.StringIO()
72 f = StringIO.StringIO()
[all...]
H A Dreader.py7 import StringIO namespace
13 f = StringIO.StringIO("""<a><b b1="b1"/><c>content of c</c></a>""")
73 f = StringIO.StringIO("""<test xmlns:dt="urn:datatypes" dt:type="int"/>""")
91 f = StringIO.StringIO("""<root xmlns:a="urn:456">
114 f = StringIO.StringIO("""<testattr xmlns="urn:1" xmlns:a="urn:2" b="b" a:b="a:b"/>""")
243 f = StringIO
[all...]
H A Dreader3.py6 import StringIO namespace
21 f = StringIO.StringIO(docstr)
58 f = StringIO.StringIO(docstr)
125 return(StringIO.StringIO(simplestruct2_ent))
130 input = libxml2.inputBuffer(StringIO.StringIO(s))
H A Dreader5.py7 import StringIO namespace
H A Dwalker.py6 import StringIO namespace
H A Dreader2.py8 import StringIO namespace
82 input = libxml2.inputBuffer(StringIO.StringIO(s))
127 return(StringIO.StringIO(tst_ent))
132 input = libxml2.inputBuffer(StringIO.StringIO(s))
186 input = libxml2.inputBuffer(StringIO.StringIO(s))
231 input = libxml2.inputBuffer(StringIO
[all...]
H A Dreader6.py6 import StringIO namespace
44 f = StringIO.StringIO(docstr)
87 f = StringIO.StringIO(docstr)
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/GenFds/
H A DCapsuleData.py20 import StringIO namespace
81 FdBuffer = StringIO.StringIO('')
H A DRegion.py20 import StringIO namespace
101 FvBuffer = StringIO.StringIO('')
H A DAprioriSection.py20 import StringIO namespace
53 Buffer = StringIO.StringIO('')
H A DCapsule.py22 import StringIO namespace
93 CapInfFile = StringIO.StringIO() #open (self.CapInfFileName , 'w+')
H A DFd.py21 import StringIO namespace
68 TempFdBuffer = StringIO.StringIO('')
95 FdBuffer = StringIO.StringIO('')
H A DFfsFileStatement.py21 import StringIO namespace
79 Buffer = StringIO.StringIO('')
H A DFv.py21 import StringIO namespace
216 self.FvInfFile = StringIO.StringIO()
339 FvExtHeaderFile = StringIO.StringIO()
H A DFvImageSection.py19 import StringIO namespace
72 Buffer = StringIO.StringIO('')
H A DOptionRom.py21 import StringIO namespace
/vbox/src/VBox/Devices/EFI/Firmware/OvmfPkg/
H A Dcreate-release.py18 import StringIO namespace
97 sb = StringIO.StringIO()
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/BPDG/
H A DGenVpd.py17 import StringIO namespace
630 # Use a instance of StringIO to cache data
631 fStringIO = StringIO.StringIO('')

Completed in 44 milliseconds

12