/external/epid-sdk/epid/member/src/ |
D | allowed_basenames.c | 55 AllowedBasename* rootnode = basenames->data; in IsBasenameAllowed() local 56 while (rootnode != NULL) { in IsBasenameAllowed() 57 if (rootnode->length == length) { in IsBasenameAllowed() 58 if (!memcmp(rootnode->name, basename, length)) { in IsBasenameAllowed() 62 rootnode = rootnode->next; in IsBasenameAllowed() 108 AllowedBasename* rootnode = (*basename_container)->data; in DeleteBasenames() local 109 while (rootnode) { in DeleteBasenames() 110 AllowedBasename* deletenode = rootnode; in DeleteBasenames() 111 rootnode = rootnode->next; in DeleteBasenames()
|
/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() 237 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/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 | 85 return p.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 | 85 return p.rootnode
|
/external/python/cpython3/Lib/idlelib/ |
D | browser.py | 118 item = self.rootnode() 129 def rootnode(self): member in ModuleBrowser
|
D | pathbrowser.py | 25 def rootnode(self): member in PathBrowser
|
/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/u-boot/fs/ext4/ |
D | ext4_common.h | 54 int ext4fs_find_file(const char *path, struct ext2fs_node *rootnode,
|
D | ext4_common.c | 2274 int ext4fs_find_file(const char *path, struct ext2fs_node *rootnode, in ext4fs_find_file() argument 2284 status = ext4fs_find_file1(path, rootnode, foundnode, &foundtype); in ext4fs_find_file()
|
/external/python/cpython3/Lib/idlelib/idle_test/ |
D | test_pathbrowser.py | 49 rn = pb.rootnode()
|
D | test_browser.py | 48 rn = mb.rootnode()
|
/external/python/cpython2/Lib/logging/ |
D | __init__.py | 1022 def __init__(self, rootnode): argument 1026 self.root = rootnode
|
/external/python/cpython3/Lib/logging/ |
D | __init__.py | 1210 def __init__(self, rootnode): argument 1214 self.root = rootnode
|