Searched refs:docstr (Results 1 – 6 of 6) sorted by relevance
/external/libxml2/python/tests/ |
D | walker.py | 21 docstr="""<foo> variable 39 doc = libxml2.parseDoc(docstr) 60 docstr="""<foo> variable 78 doc = libxml2.parseDoc(docstr) 100 docstr="""<foo> variable 118 reader.NewDoc(docstr, "test3", None, 0)
|
D | reader7.py | 21 docstr="""<foo> variable 39 reader = libxml2.readerForDoc(docstr, "test1", None, 0) 57 docstr="""<foo> variable 75 reader.NewDoc(docstr, "test2", None, 0)
|
D | reader6.py | 44 docstr="""<foo> variable 49 f = str_io(docstr) 68 docstr="""<foo> variable 92 f = str_io(docstr)
|
D | reader8.py | 14 docstr="""<foo> variable 19 reader = libxml2.readerForDoc(docstr, "test1", None, 0)
|
D | reader3.py | 14 docstr="""<?xml version='1.0'?> variable 26 f = str_io(docstr) 63 f = str_io(docstr)
|
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.partial/ |
D | p11.cpp | 38 int &f(char const* name, Get fget, char const* docstr = 0); 41 float &f(char const* name, Get fget, Set fset, char const* docstr = 0);
|