Searched defs:parent (Results 1 – 10 of 10) sorted by relevance
/scripts/kconfig/ |
D | qconf.h | 56 ConfigView* parent(void) const in parent() function 147 ConfigItem(Q3ListView *parent, ConfigItem *after, struct menu *m, bool v) in ConfigItem() 152 ConfigItem(ConfigItem *parent, ConfigItem *after, struct menu *m, bool v) in ConfigItem() function 157 ConfigItem(Q3ListView *parent, ConfigItem *after, bool v) in ConfigItem() 208 ConfigView* parent(void) const in parent() function
|
D | zconf.l | 30 struct buffer *parent; member
|
D | qconf.cc | 299 ConfigLineEdit::ConfigLineEdit(ConfigView* parent) in ConfigLineEdit() 601 void ConfigList::updateMenuList(P* parent, struct menu* menu) in updateMenuList() 870 ConfigView::ConfigView(QWidget* parent, const char *name) in ConfigView() 956 ConfigInfoView::ConfigInfoView(QWidget* parent, const char *name) in ConfigInfoView() 1188 ConfigSearchWindow::ConfigSearchWindow(ConfigMainWindow* parent, const char *name) in ConfigSearchWindow() 1522 struct menu *parent; in setMenuLink() local
|
D | expr.h | 22 struct file *parent; member 167 struct menu *parent; member
|
D | menu.c | 282 void menu_finalize(struct menu *parent) in menu_finalize()
|
D | gconf.c | 1224 GtkTreeIter *parent = parents[indent - 1]; in place_node() local 1238 GtkTreeIter *gtktree_iter_find_node(GtkTreeIter * parent, in gtktree_iter_find_node()
|
/scripts/tracing/ |
D | draw_functrace.py | 35 def __init__(self, func, time = None, parent = None): argument
|
/scripts/dtc/ |
D | livetree.c | 259 void add_child(struct node *parent, struct node *child) in add_child() 273 void delete_node_by_name(struct node *parent, char *name) in delete_node_by_name()
|
D | dtc.h | 151 struct node *parent; member
|
/scripts/ |
D | analyze_suspend.py | 490 def newAction(self, phase, name, pid, parent, start, end, drv): argument
|