Searched refs:FindDone (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/tools/perf/scripts/python/ |
D | exported-sql-viewer.py | 730 …thread.done.connect(lambda ids, t=thread, c=callback: self.FindDone(t, c, ids), Qt.QueuedConnectio… 733 def FindDone(self, thread, callback, ids): member in CallGraphModelBase 1066 self.model.Find(value, direction, pattern, context, self.FindDone) 1068 def FindDone(self, ids): member in TreeWindowBase 2517 …thread.done.connect(lambda row, t=thread, c=callback: self.FindDone(t, c, row), Qt.QueuedConnectio… 2520 def FindDone(self, thread, callback, row): member in ChildDataItemFinder 3265 self.finder.Find(value, direction, pattern, context, self.FindDone) 3267 def FindDone(self, row): member in BranchWindow 4099 self.finder.Find(value, direction, pattern, context, self.FindDone) 4101 def FindDone(self, row): member in TableWindow [all …]
|