Home
last modified time | relevance | path

Searched defs:rootnode (Results 1 – 10 of 10) sorted by relevance

/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/xml/
DXMLDocument.java57 public XMLDocument(final String rootnode, final String pubId, in XMLDocument()
84 public XMLDocument(final String rootnode, final String pubId, in XMLDocument()
98 private static void writeHeader(final String rootnode, final String pubId, in writeHeader()
/external/epid-sdk/epid/member/src/
Dallowed_basenames.c55 AllowedBasename* rootnode = basenames->data; in IsBasenameAllowed() local
108 AllowedBasename* rootnode = (*basename_container)->data; in DeleteBasenames() local
/external/e2fsprogs/debugfs/
Dhtree.c34 struct ext2_dx_root_info * rootnode, in htree_dump_leaf_node()
136 struct ext2_dx_root_info * rootnode, in htree_dump_int_node()
194 struct ext2_dx_root_info * rootnode, in htree_dump_int_block()
237 struct ext2_dx_root_info *rootnode; in do_htree_dump() local
/external/python/cpython2/Lib/idlelib/
DPathBrowser.py24 def rootnode(self): member in PathBrowser
DClassBrowser.py72 def rootnode(self): member in ClassBrowser
/external/python/cpython3/Lib/idlelib/
Dpathbrowser.py25 def rootnode(self): member in PathBrowser
Dbrowser.py129 def rootnode(self): member in ModuleBrowser
/external/python/cpython2/Lib/logging/
D__init__.py1022 def __init__(self, rootnode): argument
/external/u-boot/fs/ext4/
Dext4_common.c2274 int ext4fs_find_file(const char *path, struct ext2fs_node *rootnode, in ext4fs_find_file()
/external/python/cpython3/Lib/logging/
D__init__.py1210 def __init__(self, rootnode): argument