Searched defs:rootnode (Results 1 - 6 of 6) 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/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/cpython3/Lib/idlelib/
H A Dbrowser.py63 item = self.rootnode()
72 def rootnode(self): member in class:ClassBrowser
H A Dpathbrowser.py24 def rootnode(self): member in class:PathBrowser
/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...]

Completed in 292 milliseconds