Lines Matching defs:self
64 def __init__(self, db, row, parent_item): argument
80 def setUpRoot(self): argument
94 def setUpLevel1(self, comm_id, comm): argument
110 def setUpLevel2(self, comm_id, thread_id, pid, tid): argument
115 def getChildItem(self, row): argument
118 def getParentItem(self): argument
121 def getRow(self): argument
124 def timePercent(self, b): argument
130 def branchPercent(self, b): argument
136 def addChild(self, call_path_id, name, dso, count, time, branch_count): argument
155 def selectCalls(self): argument
206 def childCount(self): argument
211 def columnCount(self): argument
214 def columnHeader(self, column): argument
218 def getData(self, column): argument
223 def __init__(self, db, parent=None): argument
228 def columnCount(self, parent): argument
231 def rowCount(self, parent): argument
238 def headerData(self, section, orientation, role): argument
248 def parent(self, child): argument
255 def index(self, row, column, parent): argument
263 def data(self, index, role): argument
274 def __init__(self, db, dbname, parent=None): argument