Searched refs:rootnode (Results 1 - 8 of 8) sorted by relevance

/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/xml/
H A DXMLDocument.java42 * @param rootnode
57 public XMLDocument(final String rootnode, final String pubId, argument
60 super(writer, rootnode);
61 writeHeader(rootnode, pubId, system, encoding, standalone, writer);
69 * @param rootnode
84 public XMLDocument(final String rootnode, final String pubId, argument
88 this(rootnode, pubId, system, encoding, standalone,
98 private static void writeHeader(final String rootnode, final String pubId, argument
107 writer.write(format(DOCTYPE, rootnode, pubId, system));
/external/libxml2/doc/tutorial/
H A Dincludeconvert.c53 xmlNodePtr rootnode;
67 rootnode = xmlNewDocNode(doc, NULL, (const xmlChar*)"root", out);
68 xmlDocSetRootElement(doc, rootnode);
/external/e2fsprogs/debugfs/
H A Dhtree.c34 struct ext2_dx_root_info * rootnode,
67 hash_alg = rootnode->hash_version;
130 struct ext2_dx_root_info * rootnode,
136 struct ext2_dx_root_info * rootnode,
154 if (ent == (struct ext2_dx_entry *)(rootnode + 1))
182 htree_dump_int_block(fs, ino, inode, rootnode,
185 htree_dump_leaf_node(fs, ino, inode, rootnode,
194 struct ext2_dx_root_info * rootnode,
221 htree_dump_int_node(fs, ino, inode, rootnode,
236 struct ext2_dx_root_info *rootnode; local
32 htree_dump_leaf_node(ext2_filsys fs, ext2_ino_t ino, struct ext2_inode *inode, struct ext2_dx_root_info * rootnode, blk64_t blk, char *buf) argument
134 htree_dump_int_node(ext2_filsys fs, ext2_ino_t ino, struct ext2_inode *inode, struct ext2_dx_root_info * rootnode, struct ext2_dx_entry *ent, char *buf, int level) argument
192 htree_dump_int_block(ext2_filsys fs, ext2_ino_t ino, struct ext2_inode *inode, struct ext2_dx_root_info * rootnode, blk64_t blk, char *buf, int level) argument
[all...]
/external/python/cpython2/Lib/lib2to3/pgen2/
H A Dparse.py37 root = p.rootnode # root of abstract syntax tree
49 abstract syntax tree can then be retrieved from the rootnode
110 self.rootnode = None
111 self.used_names = set() # Aliased to self.rootnode.used_names in pop()
200 self.rootnode = newnode
201 self.rootnode.used_names = self.used_names
H A Ddriver.py84 return p.rootnode
/external/python/cpython2/Lib/idlelib/
H A DPathBrowser.py24 def rootnode(self): member in class:PathBrowser
H A DClassBrowser.py63 item = self.rootnode()
72 def rootnode(self): member in class:ClassBrowser
/external/python/cpython2/Lib/logging/
H A D__init__.py1015 def __init__(self, rootnode):
1019 self.root = rootnode

Completed in 683 milliseconds