Searched refs:childCount (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/scripts/python/ | ||
H A D | exported-sql-viewer.py | 226 result = self.Item(parent).childCount() 508 def childCount(self): member in CallGraphLevelItemBase 2871 def childCount(self): member in BranchLevelTwoItem 2984 def childCount(self): member in BranchLevelOneItem 3017 def childCount(self): member in BranchRootItem |
/kernel/linux/linux-6.6/tools/perf/scripts/python/ | ||
H A D | exported-sql-viewer.py | 227 result = self.Item(parent).childCount() 509 def childCount(self): member in CallGraphLevelItemBase 2872 def childCount(self): member in BranchLevelTwoItem 2985 def childCount(self): member in BranchLevelOneItem 3018 def childCount(self): member in BranchRootItem |
/kernel/linux/linux-5.10/scripts/kconfig/ | ||
H A D | qconf.cc | 601 while (parent->childCount() > 0) in updateMenuList() |
/kernel/linux/linux-6.6/scripts/kconfig/ | ||
H A D | qconf.cc | 605 while (parent->childCount() > 0) in updateMenuList() |
Completed in 16 milliseconds