Lines Matching defs:self

194 	def __init__(self, task, param=None, parent=None):  argument
199 def run(self): argument
213 def __init__(self, glb, params, parent=None): argument
220 def Item(self, parent): argument
226 def rowCount(self, parent): argument
233 def hasChildren(self, parent): argument
236 def headerData(self, section, orientation, role): argument
245 def parent(self, child): argument
252 def index(self, row, column, parent): argument
256 def DisplayData(self, item, index): argument
259 def FetchIfNeeded(self, row): argument
265 def columnAlignment(self, column): argument
268 def columnFont(self, column): argument
271 def data(self, index, role): argument
285 def __init__(self, parent=None): argument
291 def Item(self, parent): argument
297 def rowCount(self, parent): argument
300 def headerData(self, section, orientation, role): argument
309 def index(self, row, column, parent): argument
312 def DisplayData(self, item, index): argument
315 def FetchIfNeeded(self, row): argument
321 def columnAlignment(self, column): argument
324 def columnFont(self, column): argument
327 def data(self, index, role): argument
367 def __init__(self, parent, finder, is_reg_expr=False): argument
417 def Widget(self): argument
420 def Activate(self): argument
425 def Deactivate(self): argument
428 def Busy(self): argument
435 def Idle(self): argument
442 def Find(self, direction): argument
449 def ValueChanged(self): argument
461 def NextPrev(self, direction): argument
480 def NotFound(self): argument
487 def __init__(self, glb, params, row, parent_item): argument
500 def getChildItem(self, row): argument
503 def getParentItem(self): argument
506 def getRow(self): argument
509 def childCount(self): argument
516 def hasChildren(self): argument
521 def getData(self, column): argument
528 …def __init__(self, glb, params, row, comm_id, thread_id, call_path_id, time, insn_cnt, cyc_cnt, br… argument
538 def Select(self): argument
572 …def __init__(self, glb, params, row, comm_id, thread_id, call_path_id, name, dso, count, time, ins… argument
589 def __init__(self, glb, params, row, comm_id, thread_id, pid, tid, parent_item): argument
597 def Select(self): argument
617 def __init__(self, glb, params, row, comm_id, comm, parent_item): argument
625 def Select(self): argument
641 def __init__(self, glb, params): argument
661 def __init__(self, glb, parent=None): argument
668 def __init__(self, glb, parent=None): argument
671 def FindSelect(self, value, pattern, query): argument
691 def Found(self, query, found): argument
696 def FindValue(self, value, pattern, query, last_value, last_pattern): argument
704 def FindNext(self, query): argument
710 def FindPrev(self, query): argument
716 def FindThread(self, c): argument
725 def Find(self, value, direction, pattern, context, callback): argument
727 def __init__(self, *x): argument
729 def Update(self, *x): argument
740 def FindDone(self, thread, callback, ids): argument
747 def __init__(self, glb, parent=None): argument
750 def GetRoot(self): argument
753 def columnCount(self, parent=None): argument
759 def columnHeader(self, column): argument
766 def columnAlignment(self, column): argument
773 def DoFindSelect(self, query, match): argument
783 def FindPath(self, query): argument
808 …def __init__(self, glb, params, row, comm_id, thread_id, calls_id, call_time, time, insn_cnt, cyc_… argument
819 def Select(self): argument
854 …def __init__(self, glb, params, row, comm_id, thread_id, calls_id, name, dso, call_time, time, ins… argument
871 def __init__(self, glb, params, row, comm_id, thread_id, pid, tid, parent_item): argument
879 def Select(self): argument
899 def __init__(self, glb, params, row, comm_id, comm, parent_item): argument
907 def Select(self): argument
923 def __init__(self, glb, params): argument
943 def __init__(self, glb, parent=None): argument
946 def GetRoot(self): argument
949 def columnCount(self, parent=None): argument
955 def columnHeader(self, column): argument
962 def columnAlignment(self, column): argument
969 def DoFindSelect(self, query, match): argument
978 def FindPath(self, query): argument
1000 def __init__(self, *children): argument
1014 def __init__(self, *children): argument
1028 def __init__(self, *children): argument
1032 def Widget(self): argument
1039 def __init__(self, parent=None): argument
1051 def DisplayFound(self, ids): argument
1070 def Find(self, value, direction, pattern, context): argument
1075 def FindDone(self, ids): argument
1088 def __init__(self, glb, parent=None): argument
1110 def __init__(self, glb, parent=None, thread_at_time=None): argument
1131 def DisplayThreadAtTime(self, comm_id, thread_id, time): argument
1197 def __init__(self, x=0, y=0): argument
1201 def __str__(self): argument
1207 def __init__(self, lo=0, hi=0): argument
1211 def __str__(self): argument
1218 def __init__(self, key, title = "", ordinal = ""): argument
1232 def __init__(self, colour): argument
1239 def __init__(self, key, exec_comm_id, pid, tid, comm, thread_id, comm_id): argument
1256 def __init__(self, data, index, x, y, altx=None, alty=None, hregion=None, vregion=None): argument
1270 def __init__(self, collection, xbase=Decimal(0), ybase=Decimal(0)): argument
1277 def AddPoint(self, x, y, altx=None, alty=None, hregion=None, vregion=None): argument
1285 def XToData(self, x): argument
1288 def YToData(self, y): argument
1295 def __init__(self, db, collection, cpu, xbase): argument
1302 def SelectComms(self, db, thread_id, last_comm_id, start_time, end_time): argument
1319 def SelectSwitches(self, db): argument
1350 def NewHRegion(self, db, key, thread_id, comm_id, time): argument
1368 def HRegion(self, db, thread_id, comm_id, time): argument
1380 def __init__(self, glb): argument
1390 def AddGraphData(self, data): argument
1393 def LookupHRegion(self, key): argument
1398 def AddHRegion(self, key, hregion): argument
1405 def __init__(self, glb, db, machine_id): argument
1420 def SelectCPUs(self, db): argument
1434 def __init__(self, data, graph_width, graph_height, attrs, event_handler, parent=None): argument
1444 def boundingRect(self): argument
1447 def PaintPoint(self, painter, last, x): argument
1471 def paint(self, painter, option, widget): argument
1480 def BinarySearchPoint(self, target): argument
1493 def XPixelToData(self, x): argument
1504 def EventToData(self, event): argument
1526 def hoverMoveEvent(self, event): argument
1531 def hoverLeaveEvent(self, event): argument
1534 def mousePressEvent(self, event): argument
1546 def __init__(self, width, parent=None): argument
1553 def boundingRect(self): argument
1556 def Step(self): argument
1566 def PaintMarks(self, painter, at_y, lo, hi, step, i): argument
1583 def paint(self, painter, option, widget): argument
1597 def ScaleDimensions(self): argument
1607 def PaintScale(self, painter, at_x, at_y): argument
1614 def ScaleWidth(self): argument
1618 def ScaleHeight(self): argument
1621 def ScaleUnit(self): argument
1628 def __init__(self, axis, parent=None): argument
1632 def boundingRect(self): argument
1638 def paint(self, painter, option, widget): argument
1646 def Unit(self): argument
1649 def Text(self): argument
1656 def __init__(self, axis, parent=None): argument
1659 def Text(self): argument
1679 def __init__(self, collection, data, attrs, event_handler, first, parent=None): argument
1723 def boundingRect(self): argument
1726 def paint(self, painter, option, widget): argument
1729 def RBXToPixel(self, x): argument
1732 def RBXRangeToPixel(self, x0, x1): argument
1735 def RBPixelToTime(self, x): argument
1740 def RBEventTimes(self, x0, x1): argument
1746 def RBEvent(self, x0, x1): argument
1750 def RBMoveEvent(self, x0, x1): argument
1755 def RBReleaseEvent(self, x0, x1, selection_state): argument
1765 def __init__(self, parent=None): argument
1772 def SetSize(self, width, height): argument
1776 def boundingRect(self): argument
1779 def paint(self, painter, option, widget): argument
1795 def __init__(self, collection, attrs, event_handler, child_class, parent=None): argument
1820 def EnableRubberBand(self, xlo, xhi, rb_event_handler): argument
1833 def boundingRect(self): argument
1836 def paint(self, painter, option, widget): argument
1839 def RubberBandParent(self): argument
1845 def RubberBandSetGeometry(self, rect): argument
1852 def SetSelection(self, selection_state): argument
1860 def SetBracket(self, rect): argument
1869 def RubberBandX(self, event): argument
1879 def RubberBandRect(self, x): argument
1889 def MousePressEvent(self, event): argument
1902 def MouseMoveEvent(self, event): argument
1910 def MouseReleaseEvent(self, event): argument
1922 def __init__(self, collection, region_attributes, parent=None): argument
1934 def rowCount(self, parent): argument
1937 def headerData(self, section, orientation, role): argument
1944 def index(self, row, column, parent): argument
1947 def columnCount(self, parent=None): argument
1950 def columnHeader(self, column): argument
1953 def data(self, index, role): argument
1976 def SetHighlight(self, row, set_highlight): argument
1982 def Highlight(self, highlight_set): argument
1996 def __init__(self, collection, region_attributes, parent=None): argument
2020 def resizeEvent(self, event): argument
2024 def Highlight(self, highlight_set): argument
2028 def changeEvent(self, event): argument
2080 def __init__(self, scale, subrange, region_attributes, dp): argument
2088 def XToPixel(self, x): argument
2091 def YToPixel(self, y): argument
2094 def PixelToXRounded(self, px): argument
2097 def PixelToYRounded(self, py): argument
2100 def PixelToX(self, px): argument
2108 def PixelToY(self, py): argument
2116 def ToPDP(self, dp, scale): argument
2132 def Update(self): argument
2141 def __init__(self, parent=None): argument
2146 def resizeEvent(self, ev): argument
2165 def __init__(self, parent=None): argument
2168 def GraphTitleChanged(self, title): argument
2171 def Title(self): argument
2190 def __init__(self, glb, collection, parent=None): argument
2261 def GetScaleForRangeX(self, xsubrange): argument
2267 def GetScaleForRangeY(self, ysubrange): argument
2273 def GetScaleForRange(self, subrange): argument
2279 def PointEvent(self, cpu, time_from, time_to, hregions): argument
2287 def RightClickEvent(self, cpu, hregion_times, pos): argument
2297 def RightClickSelect(self, args): argument
2300 def NoPointEvent(self): argument
2304 def RangeEvent(self, time_from, time_to): argument
2316 def BackState(self): argument
2319 def PushBackState(self): argument
2324 def PopBackState(self): argument
2330 def PushForwardState(self): argument
2335 def PopForwardState(self): argument
2341 def Title(self): argument
2350 def Update(self): argument
2358 def Back(self): argument
2365 def Forward(self): argument
2372 def SelectEvent(self, x0, x1, selection_state): argument
2382 def Zoom(self): argument
2402 def __init__(self, glb, title, init_fn): argument
2417 def Done(self): argument
2420 def ThreadFn(self, glb): argument
2427 def Result(self): argument
2441 def __init__(self, glb, parent=None): argument
2463 def Init(self, db): argument
2466 def GraphTitleChanged(self, title): argument
2473 def __init__(self, root): argument
2479 def FindSelect(self): argument
2495 def FindValue(self): argument
2503 def FindThread(self): argument
2520 def Find(self, value, direction, pattern, context, callback): argument
2527 def FindDone(self, thread, callback, row): argument
2538 …def __init__(self, dbref, sql, buffer, head, tail, fetch_count, fetching_done, process_target, wai… argument
2560 def Select(self): argument
2568 def Next(self): argument
2576 def WaitForTarget(self): argument
2585 def HasSpace(self, sz): argument
2599 def WaitForSpace(self, sz): argument
2609 def AddToBuffer(self, obj): argument
2620 def FetchBatch(self, batch_size): argument
2636 def Run(self): argument
2656 def __init__(self, glb, sql, prep, process_data, parent=None): argument
2681 def Shutdown(self): argument
2689 def Thread(self): argument
2706 def Fetch(self, nr): argument
2720 def RemoveFromBuffer(self): argument
2733 def ProcessData(self, count): argument
2745 def __init__(self, model, parent): argument
2796 def Widget(self): argument
2799 def Activate(self): argument
2803 def Deactivate(self): argument
2806 def Enable(self, enable): argument
2810 def Busy(self): argument
2816 def Idle(self): argument
2823 def Target(self): argument
2826 def Done(self): argument
2835 def Progress(self, count): argument
2847 def FetchMoreRecords(self): argument
2859 def __init__(self, row, col, text, parent_item): argument
2866 def getParentItem(self): argument
2869 def getRow(self): argument
2872 def childCount(self): argument
2875 def hasChildren(self): argument
2878 def getData(self, column): argument
2885 def __init__(self, glb, row, data, parent_item): argument
2897 def getChildItem(self, row): argument
2900 def getParentItem(self): argument
2903 def getRow(self): argument
2906 def Select(self): argument
2985 def childCount(self): argument
2992 def hasChildren(self): argument
2997 def getData(self, column): argument
3004 def __init__(self): argument
3009 def getChildItem(self, row): argument
3012 def getParentItem(self): argument
3015 def getRow(self): argument
3018 def childCount(self): argument
3021 def hasChildren(self): argument
3024 def getData(self, column): argument
3095 def __init__(self, glb, event_id, where_clause, parent=None): argument
3134 def GetRoot(self): argument
3137 def columnCount(self, parent=None): argument
3143 def columnHeader(self, column): argument
3149 def columnFont(self, column): argument
3158 def DisplayData(self, item, index): argument
3163 def AddSample(self, data): argument
3168 def Update(self, fetched): argument
3182 def FetchMoreRecords(self, count): argument
3190 def HasMoreRecords(self): argument
3197 def __init__(self, name = "", where_clause = "", limit = ""): argument
3202 def UniqueId(self): argument
3209 def __init__(self, glb, event_id, report_vars, parent=None): argument
3238 def ResizeColumnToContents(self, column, n): argument
3254 def ResizeColumnsToContents(self): argument
3264 def UpdateColumnWidths(self, *x): argument
3269 def Find(self, value, direction, pattern, context): argument
3274 def FindDone(self, row): argument
3285 def __init__(self, glb, label, placeholder_text, parent, id = "", default = ""): argument
3304 def TurnTextRed(self): argument
3311 def TurnTextNormal(self): argument
3317 def InvalidValue(self, value): argument
3323 def Invalidate(self): argument
3326 def DoValidate(self, input_string): argument
3329 def Validate(self): argument
3340 def IsValid(self): argument
3348 def IsNumber(self, value): argument
3359 def __init__(self, glb, label, placeholder_text, column_name, parent): argument
3364 def DoValidate(self, input_string): argument
3386 def __init__(self, glb, label, placeholder_text, parent, id = "", default = ""): argument
3389 def DoValidate(self, input_string): argument
3401 …def __init__(self, glb, label, placeholder_text, table_name, match_column, column_name1, column_na… argument
3409 def ValueToIds(self, value): argument
3419 def DoValidate(self, input_string): argument
3435 def __init__(self, glb, label, placeholder_text, column_name, parent): argument
3453 def IdBetween(self, query, lower_id, higher_id, order): argument
3460 def BinarySearchTime(self, lower_id, higher_id, target_time, get_floor): argument
3489 def ConvertRelativeTime(self, val): argument
3510 def ConvertTimeRange(self, vrange): argument
3527 def AddTimeRange(self, value, ranges): argument
3545 def DoValidate(self, input_string): argument
3557 def __init__(self, glb, title, items, partial, parent=None): argument
3600 def Ok(self): argument
3625 def ShowMessage(self, msg): argument
3628 def ClearMessage(self): argument
3635 def __init__(self, glb, parent=None): argument
3672 def __init__(self, row, data): argument
3676 def getData(self, column): argument
3685 def __init__(self, glb, sql, column_headers, parent=None): argument
3695 def DisplayData(self, item, index): argument
3699 def AddSample(self, data): argument
3704 def Update(self, fetched): argument
3718 def FetchMoreRecords(self, count): argument
3726 def HasMoreRecords(self): argument
3729 def columnCount(self, parent=None): argument
3732 def columnHeader(self, column): argument
3735 def SQLTableDataPrep(self, query, count): argument
3745 def __init__(self, glb, table_name, parent=None): argument
3776 def samples_view_DataPrep(self, query, count): argument
3785 def samples_DataPrep(self, query, count): argument
3799 def __init__(self, parent=None): argument
3802 def ResizeColumnToContents(self, column, n): argument
3817 def ResizeColumnsToContents(self): argument
3827 def UpdateColumnWidths(self, *x): argument
4037 def __init__(self, view): argument
4042 def ShowContextMenu(self, pos): argument
4047 def AddCopy(self, menu): argument
4051 def AddActions(self, menu): argument
4056 def __init__(self, view): argument
4059 def AddActions(self, menu): argument
4070 def __init__(self, glb, table_name, parent=None): argument
4103 def Find(self, value, direction, pattern, context): argument
4108 def FindDone(self, row): argument
4138 def __init__(self, glb, report_vars, parent=None): argument
4171 def columnAlignment(self, column): argument
4178 def __init__(self, glb, parent=None): argument
4194 def __init__(self, glb, report_vars, parent=None): argument
4223 def Find(self, value, direction, pattern, context): argument
4228 def FindDone(self, row): argument
4274 def __init__(self, mdi_area, menu): argument
4285 def Update(self): argument
4318 def setActiveSubWindow(self, nr): argument
4472 def __init__(self, glb, parent=None): argument
4488 def __init__(self, parent=None): argument
4529 def __init__(self, glb, parent=None): argument
4608 def __init__(self, glb, parent=None): argument
4660 def Try(self, fn): argument
4668 def CopyToClipboard(self): argument
4671 def CopyToClipboardCSV(self): argument
4674 def Find(self): argument
4682 def FetchMoreRecords(self): argument
4690 def ShrinkFont(self): argument
4693 def EnlargeFont(self): argument
4696 def EventMenu(self, events, reports_menu): argument
4712 def TimeChartByCPU(self): argument
4715 def TableMenu(self, tables, menu): argument
4720 def NewCallGraph(self): argument
4723 def NewCallTree(self): argument
4726 def NewTopCalls(self): argument
4732 def NewBranchView(self, event_id): argument
4735 def NewSelectedBranchView(self, event_id): argument
4741 def NewTableView(self, table_name): argument
4744 def Help(self): argument
4747 def About(self): argument
4781 def __init__(self, dbref, db, dbname): argument
4803 def FileFromBuildId(self, build_id): argument
4807 def FileFromNamesAndBuildId(self, short_name, long_name, build_id): argument
4823 def AddInstanceToShutdownOnExit(self, instance): argument
4827 def ShutdownInstances(self): argument
4834 def GetHostMachineId(self): argument
4843 def HostMachineId(self): argument
4848 def SelectValue(self, sql): argument
4858 def SwitchesMinTime(self, machine_id): argument
4864 def SwitchesMaxTime(self, machine_id): argument
4870 def SamplesMinTime(self, machine_id): argument
4876 def SamplesMaxTime(self, machine_id): argument
4882 def CallsMinTime(self, machine_id): argument
4889 def CallsMaxTime(self, machine_id): argument
4896 def GetStartTime(self, machine_id): argument
4906 def GetFinishTime(self, machine_id): argument
4916 def HostStartTime(self): argument
4922 def HostFinishTime(self): argument
4928 def StartTime(self, machine_id): argument
4933 def FinishTime(self, machine_id): argument
4942 def __init__(self, is_sqlite3, dbname): argument
4952 def Open(self, connection_name): argument