HomeSort by relevance Sort by last modified time
    Searched refs:str_io (Results 1 - 12 of 12) sorted by null

  /external/libxml2/python/tests/
inbuf.py 6 str_io = StringIO.StringIO variable
9 str_io = io.StringIO variable
16 f = str_io("foobar")
outbuf.py 6 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()
reader4.py 9 str_io = StringIO.StringIO variable
12 str_io = io.StringIO variable
18 f = str_io(s)
resolver.py 6 str_io = StringIO.StringIO variable
9 str_io = io.StringIO variable
15 return(str_io("<foo/>"))
reader3.py 9 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))
reader6.py 9 str_io = StringIO.StringIO variable
12 str_io = io.StringIO variable
49 f = str_io(docstr)
92 f = str_io(docstr)
readererr.py 9 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>""")
reader2.py 11 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))
readernext.py 10 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>""")
reader.py 10 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(s
    [all...]
input_callback.py 9 str_io = StringIO.StringIO variable
12 str_io = io.StringIO variable
44 return str_io(pystrings[path])
  /external/python/apitools/apitools/base/py/
batch.py 347 str_io = six.StringIO()
349 gen = generator.Generator(str_io, maxheaderlen=0)
351 body = str_io.getvalue()

Completed in 124 milliseconds