Home
last modified time | relevance | path

Searched refs:rootnode (Results 1 – 3 of 3) sorted by relevance

/external/e2fsprogs/debugfs/
Dhtree.c33 struct ext2_dx_root_info * rootnode, in htree_dump_leaf_node() argument
62 hash_alg = rootnode->hash_version; in htree_dump_leaf_node()
110 struct ext2_dx_root_info * rootnode,
116 struct ext2_dx_root_info * rootnode, in htree_dump_int_node() argument
147 htree_dump_int_block(fs, ino, inode, rootnode, in htree_dump_int_node()
150 htree_dump_leaf_node(fs, ino, inode, rootnode, in htree_dump_int_node()
159 struct ext2_dx_root_info * rootnode, in htree_dump_int_block() argument
186 htree_dump_int_node(fs, ino, inode, rootnode, in htree_dump_int_block()
201 struct ext2_dx_root_info *rootnode; in do_htree_dump() local
246 rootnode = (struct ext2_dx_root_info *) (buf + 24); in do_htree_dump()
[all …]
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/xml/
DXMLDocument.java57 public XMLDocument(final String rootnode, final String pubId, in XMLDocument() argument
60 super(writer, rootnode); in XMLDocument()
61 writeHeader(rootnode, pubId, system, encoding, standalone, writer); in XMLDocument()
84 public XMLDocument(final String rootnode, final String pubId, in XMLDocument() argument
88 this(rootnode, pubId, system, encoding, standalone, in XMLDocument()
98 private static void writeHeader(final String rootnode, final String pubId, in writeHeader() argument
107 writer.write(format(DOCTYPE, rootnode, pubId, system)); in writeHeader()
/external/libxml2/doc/tutorial/
Dincludeconvert.c53 xmlNodePtr rootnode;
67 rootnode = xmlNewDocNode(doc, NULL, (const xmlChar*)"root", out);
68 xmlDocSetRootElement(doc, rootnode);