/external/e2fsprogs/debugfs/ |
D | htree.c | 34 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/ |
D | XMLDocument.java | 57 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/ |
D | includeconvert.c | 53 xmlNodePtr rootnode; 67 rootnode = xmlNewDocNode(doc, NULL, (const xmlChar*)"root", out); 68 xmlDocSetRootElement(doc, rootnode);
|
/external/python/cpython2/Lib/lib2to3/pgen2/ |
D | parse.py | 110 self.rootnode = None 200 self.rootnode = newnode 201 self.rootnode.used_names = self.used_names
|
D | driver.py | 84 return p.rootnode
|
/external/python/cpython3/Lib/lib2to3/pgen2/ |
D | parse.py | 110 self.rootnode = None 200 self.rootnode = newnode 201 self.rootnode.used_names = self.used_names
|
D | driver.py | 84 return p.rootnode
|
/external/python/cpython2/Lib/idlelib/ |
D | ClassBrowser.py | 63 item = self.rootnode() 72 def rootnode(self): member in ClassBrowser
|
D | PathBrowser.py | 24 def rootnode(self): member in PathBrowser
|
/external/python/cpython3/Lib/idlelib/ |
D | browser.py | 63 item = self.rootnode() 72 def rootnode(self): member in ClassBrowser
|
D | pathbrowser.py | 24 def rootnode(self): member in PathBrowser
|
/external/python/cpython2/Lib/logging/ |
D | __init__.py | 1015 def __init__(self, rootnode): argument 1019 self.root = rootnode
|
/external/python/cpython3/Lib/logging/ |
D | __init__.py | 1148 def __init__(self, rootnode): argument 1152 self.root = rootnode
|