Home
last modified time | relevance | path

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

/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