Searched refs:FindDone (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/tools/perf/scripts/python/ |
D | exported-sql-viewer.py | 737 …thread.done.connect(lambda ids, t=thread, c=callback: self.FindDone(t, c, ids), Qt.QueuedConnectio… 740 def FindDone(self, thread, callback, ids): member in CallGraphModelBase 1073 self.model.Find(value, direction, pattern, context, self.FindDone) 1075 def FindDone(self, ids): member in TreeWindowBase 2524 …thread.done.connect(lambda row, t=thread, c=callback: self.FindDone(t, c, row), Qt.QueuedConnectio… 2527 def FindDone(self, thread, callback, row): member in ChildDataItemFinder 3272 self.finder.Find(value, direction, pattern, context, self.FindDone) 3274 def FindDone(self, row): member in BranchWindow 4106 self.finder.Find(value, direction, pattern, context, self.FindDone) 4108 def FindDone(self, row): member in TableWindow [all …]
|