Home
last modified time | relevance | path

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

/third_party/e2fsprogs/debugfs/
Dhtree.c34 struct ext2_dx_root_info * rootnode, in htree_dump_leaf_node()
140 struct ext2_dx_root_info * rootnode, in htree_dump_int_node()
201 struct ext2_dx_root_info * rootnode, in htree_dump_int_block()
255 struct ext2_dx_root_info *rootnode; in do_htree_dump() local
/third_party/python/Lib/idlelib/
Dpathbrowser.py25 def rootnode(self): member in PathBrowser
Dbrowser.py130 def rootnode(self): member in ModuleBrowser
/third_party/ffmpeg/libavformat/
Ddashdec.c533 static xmlNodePtr find_child_node_by_name(xmlNodePtr rootnode, const char *nodename) in find_child_node_by_name()
/third_party/python/Lib/logging/
D__init__.py1296 def __init__(self, rootnode): argument