Lines Matching defs:self
65 def __init__(self, db, row, parent_item): argument
81 def setUpRoot(self): argument
95 def setUpLevel1(self, comm_id, comm): argument
111 def setUpLevel2(self, comm_id, thread_id, pid, tid): argument
116 def getChildItem(self, row): argument
119 def getParentItem(self): argument
122 def getRow(self): argument
125 def timePercent(self, b): argument
131 def branchPercent(self, b): argument
137 def addChild(self, call_path_id, name, dso, count, time, branch_count): argument
156 def selectCalls(self): argument
207 def childCount(self): argument
212 def columnCount(self): argument
215 def columnHeader(self, column): argument
219 def getData(self, column): argument
224 def __init__(self, db, parent=None): argument
229 def columnCount(self, parent): argument
232 def rowCount(self, parent): argument
239 def headerData(self, section, orientation, role): argument
249 def parent(self, child): argument
256 def index(self, row, column, parent): argument
264 def data(self, index, role): argument
275 def __init__(self, db, dbname, parent=None): argument