Home
last modified time | relevance | path

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

/external/e2fsprogs/debugfs/
Dhtree.c34 struct ext2_dx_root_info * rootnode, in htree_dump_leaf_node() argument
67 hash_alg = rootnode->hash_version; in htree_dump_leaf_node()
130 struct ext2_dx_root_info * rootnode,
136 struct ext2_dx_root_info * rootnode, in htree_dump_int_node() argument
154 if (ent == (struct ext2_dx_entry *)(rootnode + 1)) in htree_dump_int_node()
182 htree_dump_int_block(fs, ino, inode, rootnode, in htree_dump_int_node()
185 htree_dump_leaf_node(fs, ino, inode, rootnode, in htree_dump_int_node()
194 struct ext2_dx_root_info * rootnode, in htree_dump_int_block() argument
221 htree_dump_int_node(fs, ino, inode, rootnode, in htree_dump_int_block()
236 struct ext2_dx_root_info *rootnode; in do_htree_dump() local
[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);
/external/python/cpython2/Lib/lib2to3/pgen2/
Dparse.py110 self.rootnode = None
200 self.rootnode = newnode
201 self.rootnode.used_names = self.used_names
Ddriver.py84 return p.rootnode
/external/python/cpython2/Lib/idlelib/
DClassBrowser.py63 item = self.rootnode()
72 def rootnode(self): member in ClassBrowser
DPathBrowser.py24 def rootnode(self): member in PathBrowser
/external/python/cpython2/Lib/logging/
D__init__.py1015 def __init__(self, rootnode): argument
1019 self.root = rootnode