Searched refs:FindDone (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/tools/perf/scripts/python/ |
| D | exported-sql-viewer.py | 718 …thread.done.connect(lambda ids, t=thread, c=callback: self.FindDone(t, c, ids), Qt.QueuedConnectio… 721 def FindDone(self, thread, callback, ids): member in CallGraphModelBase 1029 self.model.Find(value, direction, pattern, context, self.FindDone) 1031 def FindDone(self, ids): member in TreeWindowBase 1139 …thread.done.connect(lambda row, t=thread, c=callback: self.FindDone(t, c, row), Qt.QueuedConnectio… 1142 def FindDone(self, thread, callback, row): member in ChildDataItemFinder 1887 self.finder.Find(value, direction, pattern, context, self.FindDone) 1889 def FindDone(self, row): member in BranchWindow 2723 self.finder.Find(value, direction, pattern, context, self.FindDone) 2725 def FindDone(self, row): member in TableWindow [all …]
|