Searched defs:str_io (Results 1 - 11 of 11) sorted by relevance

/external/libxml2/python/tests/
H A Dreader4.py9 str_io = StringIO.StringIO variable
12 str_io = io.StringIO variable
18 f = str_io(s)
H A Dinbuf.py6 str_io = StringIO.StringIO variable
9 str_io = io.StringIO variable
16 f = str_io("foobar")
H A Dreader.py10 str_io = StringIO.StringIO variable
13 str_io = io.StringIO variable
18 f = str_io("""<a><b b1="b1"/><c>content of c</c></a>""")
78 f = str_io("""<test xmlns:dt="urn:datatypes" dt:type="int"/>""")
96 f = str_io("""<root xmlns:a="urn:456">
119 f = str_io("""<testattr xmlns="urn:1" xmlns:a="urn:2" b="b" a:b="a:b"/>""")
248 f = str_io("""<a xmlns="http://example.com/foo"/>""")
265 f = str_io("""<a xmlns:prefix="http://example.com/foo"/>""")
285 f = str_io("""<a/>""")
304 f = str_io(
[all...]
H A Dreadererr.py9 str_io = StringIO.StringIO variable
12 str_io = io.StringIO variable
25 f = str_io("""<a xmlns="foo"><b b1="b1"/><c>content of c</a>""")
H A Dreadernext.py10 str_io = StringIO.StringIO variable
13 str_io = io.StringIO variable
18 f = str_io("""<a><b><c /></b><d>content of d</d></a>""")
H A Dresolver.py6 str_io = StringIO.StringIO variable
9 str_io = io.StringIO variable
15 return(str_io("<foo/>"))
H A Dinput_callback.py9 str_io = StringIO.StringIO variable
12 str_io = io.StringIO variable
44 return str_io(pystrings[path])
H A Doutbuf.py6 str_io = StringIO.StringIO variable
9 str_io = io.StringIO variable
12 f = str_io()
31 f = str_io()
57 f = str_io()
77 f = str_io()
86 f = str_io()
H A Dreader2.py11 str_io = StringIO.StringIO variable
14 str_io = io.StringIO variable
91 input = libxml2.inputBuffer(str_io(s))
136 return(str_io(tst_ent))
141 input = libxml2.inputBuffer(str_io(s))
195 input = libxml2.inputBuffer(str_io(s))
240 input = libxml2.inputBuffer(str_io(s))
H A Dreader3.py9 str_io = StringIO.StringIO variable
12 str_io = io.StringIO variable
26 f = str_io(docstr)
63 f = str_io(docstr)
130 return(str_io(simplestruct2_ent))
135 input = libxml2.inputBuffer(str_io(s))
H A Dreader6.py9 str_io = StringIO.StringIO variable
12 str_io = io.StringIO variable
49 f = str_io(docstr)
92 f = str_io(docstr)

Completed in 468 milliseconds