Lines Matching defs:self
193 def __init__(self, task, param=None, parent=None): argument
198 def run(self): argument
212 def __init__(self, glb, params, parent=None): argument
219 def Item(self, parent): argument
225 def rowCount(self, parent): argument
232 def hasChildren(self, parent): argument
235 def headerData(self, section, orientation, role): argument
244 def parent(self, child): argument
251 def index(self, row, column, parent): argument
255 def DisplayData(self, item, index): argument
258 def FetchIfNeeded(self, row): argument
264 def columnAlignment(self, column): argument
267 def columnFont(self, column): argument
270 def data(self, index, role): argument
284 def __init__(self, parent=None): argument
290 def Item(self, parent): argument
296 def rowCount(self, parent): argument
299 def headerData(self, section, orientation, role): argument
308 def index(self, row, column, parent): argument
311 def DisplayData(self, item, index): argument
314 def FetchIfNeeded(self, row): argument
320 def columnAlignment(self, column): argument
323 def columnFont(self, column): argument
326 def data(self, index, role): argument
366 def __init__(self, parent, finder, is_reg_expr=False): argument
416 def Widget(self): argument
419 def Activate(self): argument
424 def Deactivate(self): argument
427 def Busy(self): argument
434 def Idle(self): argument
441 def Find(self, direction): argument
448 def ValueChanged(self): argument
460 def NextPrev(self, direction): argument
479 def NotFound(self): argument
486 def __init__(self, glb, params, row, parent_item): argument
499 def getChildItem(self, row): argument
502 def getParentItem(self): argument
505 def getRow(self): argument
508 def childCount(self): argument
515 def hasChildren(self): argument
520 def getData(self, column): argument
527 …def __init__(self, glb, params, row, comm_id, thread_id, call_path_id, time, insn_cnt, cyc_cnt, br… argument
537 def Select(self): argument
571 …def __init__(self, glb, params, row, comm_id, thread_id, call_path_id, name, dso, count, time, ins… argument
588 def __init__(self, glb, params, row, comm_id, thread_id, pid, tid, parent_item): argument
596 def Select(self): argument
616 def __init__(self, glb, params, row, comm_id, comm, parent_item): argument
624 def Select(self): argument
640 def __init__(self, glb, params): argument
660 def __init__(self, glb, parent=None): argument
667 def __init__(self, glb, parent=None): argument
670 def FindSelect(self, value, pattern, query): argument
690 def Found(self, query, found): argument
695 def FindValue(self, value, pattern, query, last_value, last_pattern): argument
703 def FindNext(self, query): argument
709 def FindPrev(self, query): argument
715 def FindThread(self, c): argument
724 def Find(self, value, direction, pattern, context, callback): argument
726 def __init__(self, *x): argument
728 def Update(self, *x): argument
739 def FindDone(self, thread, callback, ids): argument
746 def __init__(self, glb, parent=None): argument
749 def GetRoot(self): argument
752 def columnCount(self, parent=None): argument
758 def columnHeader(self, column): argument
765 def columnAlignment(self, column): argument
772 def DoFindSelect(self, query, match): argument
782 def FindPath(self, query): argument
807 …def __init__(self, glb, params, row, comm_id, thread_id, calls_id, call_time, time, insn_cnt, cyc_… argument
818 def Select(self): argument
853 …def __init__(self, glb, params, row, comm_id, thread_id, calls_id, name, dso, call_time, time, ins… argument
870 def __init__(self, glb, params, row, comm_id, thread_id, pid, tid, parent_item): argument
878 def Select(self): argument
898 def __init__(self, glb, params, row, comm_id, comm, parent_item): argument
906 def Select(self): argument
922 def __init__(self, glb, params): argument
942 def __init__(self, glb, parent=None): argument
945 def GetRoot(self): argument
948 def columnCount(self, parent=None): argument
954 def columnHeader(self, column): argument
961 def columnAlignment(self, column): argument
968 def DoFindSelect(self, query, match): argument
977 def FindPath(self, query): argument
999 def __init__(self, *children): argument
1013 def __init__(self, *children): argument
1027 def __init__(self, *children): argument
1031 def Widget(self): argument
1038 def __init__(self, parent=None): argument
1050 def DisplayFound(self, ids): argument
1069 def Find(self, value, direction, pattern, context): argument
1074 def FindDone(self, ids): argument
1087 def __init__(self, glb, parent=None): argument
1109 def __init__(self, glb, parent=None, thread_at_time=None): argument
1130 def DisplayThreadAtTime(self, comm_id, thread_id, time): argument
1196 def __init__(self, x=0, y=0): argument
1200 def __str__(self): argument
1206 def __init__(self, lo=0, hi=0): argument
1210 def __str__(self): argument
1217 def __init__(self, key, title = "", ordinal = ""): argument
1231 def __init__(self, colour): argument
1238 def __init__(self, key, exec_comm_id, pid, tid, comm, thread_id, comm_id): argument
1255 def __init__(self, data, index, x, y, altx=None, alty=None, hregion=None, vregion=None): argument
1269 def __init__(self, collection, xbase=Decimal(0), ybase=Decimal(0)): argument
1276 def AddPoint(self, x, y, altx=None, alty=None, hregion=None, vregion=None): argument
1284 def XToData(self, x): argument
1287 def YToData(self, y): argument
1294 def __init__(self, db, collection, cpu, xbase): argument
1301 def SelectComms(self, db, thread_id, last_comm_id, start_time, end_time): argument
1318 def SelectSwitches(self, db): argument
1349 def NewHRegion(self, db, key, thread_id, comm_id, time): argument
1367 def HRegion(self, db, thread_id, comm_id, time): argument
1379 def __init__(self, glb): argument
1389 def AddGraphData(self, data): argument
1392 def LookupHRegion(self, key): argument
1397 def AddHRegion(self, key, hregion): argument
1404 def __init__(self, glb, db, machine_id): argument
1419 def SelectCPUs(self, db): argument
1433 def __init__(self, data, graph_width, graph_height, attrs, event_handler, parent=None): argument
1443 def boundingRect(self): argument
1446 def PaintPoint(self, painter, last, x): argument
1470 def paint(self, painter, option, widget): argument
1479 def BinarySearchPoint(self, target): argument
1492 def XPixelToData(self, x): argument
1503 def EventToData(self, event): argument
1525 def hoverMoveEvent(self, event): argument
1530 def hoverLeaveEvent(self, event): argument
1533 def mousePressEvent(self, event): argument
1545 def __init__(self, width, parent=None): argument
1552 def boundingRect(self): argument
1555 def Step(self): argument
1565 def PaintMarks(self, painter, at_y, lo, hi, step, i): argument
1582 def paint(self, painter, option, widget): argument
1596 def ScaleDimensions(self): argument
1606 def PaintScale(self, painter, at_x, at_y): argument
1613 def ScaleWidth(self): argument
1617 def ScaleHeight(self): argument
1620 def ScaleUnit(self): argument
1627 def __init__(self, axis, parent=None): argument
1631 def boundingRect(self): argument
1637 def paint(self, painter, option, widget): argument
1645 def Unit(self): argument
1648 def Text(self): argument
1655 def __init__(self, axis, parent=None): argument
1658 def Text(self): argument
1678 def __init__(self, collection, data, attrs, event_handler, first, parent=None): argument
1722 def boundingRect(self): argument
1725 def paint(self, painter, option, widget): argument
1728 def RBXToPixel(self, x): argument
1731 def RBXRangeToPixel(self, x0, x1): argument
1734 def RBPixelToTime(self, x): argument
1739 def RBEventTimes(self, x0, x1): argument
1745 def RBEvent(self, x0, x1): argument
1749 def RBMoveEvent(self, x0, x1): argument
1754 def RBReleaseEvent(self, x0, x1, selection_state): argument
1764 def __init__(self, parent=None): argument
1771 def SetSize(self, width, height): argument
1775 def boundingRect(self): argument
1778 def paint(self, painter, option, widget): argument
1794 def __init__(self, collection, attrs, event_handler, child_class, parent=None): argument
1819 def EnableRubberBand(self, xlo, xhi, rb_event_handler): argument
1832 def boundingRect(self): argument
1835 def paint(self, painter, option, widget): argument
1838 def RubberBandParent(self): argument
1844 def RubberBandSetGeometry(self, rect): argument
1851 def SetSelection(self, selection_state): argument
1859 def SetBracket(self, rect): argument
1868 def RubberBandX(self, event): argument
1878 def RubberBandRect(self, x): argument
1888 def MousePressEvent(self, event): argument
1901 def MouseMoveEvent(self, event): argument
1909 def MouseReleaseEvent(self, event): argument
1921 def __init__(self, collection, region_attributes, parent=None): argument
1933 def rowCount(self, parent): argument
1936 def headerData(self, section, orientation, role): argument
1943 def index(self, row, column, parent): argument
1946 def columnCount(self, parent=None): argument
1949 def columnHeader(self, column): argument
1952 def data(self, index, role): argument
1975 def SetHighlight(self, row, set_highlight): argument
1981 def Highlight(self, highlight_set): argument
1995 def __init__(self, collection, region_attributes, parent=None): argument
2019 def resizeEvent(self, event): argument
2023 def Highlight(self, highlight_set): argument
2027 def changeEvent(self, event): argument
2079 def __init__(self, scale, subrange, region_attributes, dp): argument
2087 def XToPixel(self, x): argument
2090 def YToPixel(self, y): argument
2093 def PixelToXRounded(self, px): argument
2096 def PixelToYRounded(self, py): argument
2099 def PixelToX(self, px): argument
2107 def PixelToY(self, py): argument
2115 def ToPDP(self, dp, scale): argument
2131 def Update(self): argument
2140 def __init__(self, parent=None): argument
2145 def resizeEvent(self, ev): argument
2164 def __init__(self, parent=None): argument
2167 def GraphTitleChanged(self, title): argument
2170 def Title(self): argument
2189 def __init__(self, glb, collection, parent=None): argument
2260 def GetScaleForRangeX(self, xsubrange): argument
2266 def GetScaleForRangeY(self, ysubrange): argument
2272 def GetScaleForRange(self, subrange): argument
2278 def PointEvent(self, cpu, time_from, time_to, hregions): argument
2286 def RightClickEvent(self, cpu, hregion_times, pos): argument
2296 def RightClickSelect(self, args): argument
2299 def NoPointEvent(self): argument
2303 def RangeEvent(self, time_from, time_to): argument
2315 def BackState(self): argument
2318 def PushBackState(self): argument
2323 def PopBackState(self): argument
2329 def PushForwardState(self): argument
2334 def PopForwardState(self): argument
2340 def Title(self): argument
2349 def Update(self): argument
2357 def Back(self): argument
2364 def Forward(self): argument
2371 def SelectEvent(self, x0, x1, selection_state): argument
2381 def Zoom(self): argument
2401 def __init__(self, glb, title, init_fn): argument
2416 def Done(self): argument
2419 def ThreadFn(self, glb): argument
2426 def Result(self): argument
2440 def __init__(self, glb, parent=None): argument
2462 def Init(self, db): argument
2465 def GraphTitleChanged(self, title): argument
2472 def __init__(self, root): argument
2478 def FindSelect(self): argument
2494 def FindValue(self): argument
2502 def FindThread(self): argument
2519 def Find(self, value, direction, pattern, context, callback): argument
2526 def FindDone(self, thread, callback, row): argument
2537 …def __init__(self, dbref, sql, buffer, head, tail, fetch_count, fetching_done, process_target, wai… argument
2559 def Select(self): argument
2567 def Next(self): argument
2575 def WaitForTarget(self): argument
2584 def HasSpace(self, sz): argument
2598 def WaitForSpace(self, sz): argument
2608 def AddToBuffer(self, obj): argument
2619 def FetchBatch(self, batch_size): argument
2635 def Run(self): argument
2655 def __init__(self, glb, sql, prep, process_data, parent=None): argument
2680 def Shutdown(self): argument
2688 def Thread(self): argument
2705 def Fetch(self, nr): argument
2719 def RemoveFromBuffer(self): argument
2732 def ProcessData(self, count): argument
2744 def __init__(self, model, parent): argument
2795 def Widget(self): argument
2798 def Activate(self): argument
2802 def Deactivate(self): argument
2805 def Enable(self, enable): argument
2809 def Busy(self): argument
2815 def Idle(self): argument
2822 def Target(self): argument
2825 def Done(self): argument
2834 def Progress(self, count): argument
2846 def FetchMoreRecords(self): argument
2858 def __init__(self, row, col, text, parent_item): argument
2865 def getParentItem(self): argument
2868 def getRow(self): argument
2871 def childCount(self): argument
2874 def hasChildren(self): argument
2877 def getData(self, column): argument
2884 def __init__(self, glb, row, data, parent_item): argument
2896 def getChildItem(self, row): argument
2899 def getParentItem(self): argument
2902 def getRow(self): argument
2905 def Select(self): argument
2984 def childCount(self): argument
2991 def hasChildren(self): argument
2996 def getData(self, column): argument
3003 def __init__(self): argument
3008 def getChildItem(self, row): argument
3011 def getParentItem(self): argument
3014 def getRow(self): argument
3017 def childCount(self): argument
3020 def hasChildren(self): argument
3023 def getData(self, column): argument
3094 def __init__(self, glb, event_id, where_clause, parent=None): argument
3133 def GetRoot(self): argument
3136 def columnCount(self, parent=None): argument
3142 def columnHeader(self, column): argument
3148 def columnFont(self, column): argument
3157 def DisplayData(self, item, index): argument
3162 def AddSample(self, data): argument
3167 def Update(self, fetched): argument
3181 def FetchMoreRecords(self, count): argument
3189 def HasMoreRecords(self): argument
3196 def __init__(self, name = "", where_clause = "", limit = ""): argument
3201 def UniqueId(self): argument
3208 def __init__(self, glb, event_id, report_vars, parent=None): argument
3237 def ResizeColumnToContents(self, column, n): argument
3253 def ResizeColumnsToContents(self): argument
3263 def UpdateColumnWidths(self, *x): argument
3268 def Find(self, value, direction, pattern, context): argument
3273 def FindDone(self, row): argument
3284 def __init__(self, glb, label, placeholder_text, parent, id = "", default = ""): argument
3303 def TurnTextRed(self): argument
3310 def TurnTextNormal(self): argument
3316 def InvalidValue(self, value): argument
3322 def Invalidate(self): argument
3325 def DoValidate(self, input_string): argument
3328 def Validate(self): argument
3339 def IsValid(self): argument
3347 def IsNumber(self, value): argument
3358 def __init__(self, glb, label, placeholder_text, column_name, parent): argument
3363 def DoValidate(self, input_string): argument
3385 def __init__(self, glb, label, placeholder_text, parent, id = "", default = ""): argument
3388 def DoValidate(self, input_string): argument
3400 …def __init__(self, glb, label, placeholder_text, table_name, match_column, column_name1, column_na… argument
3408 def ValueToIds(self, value): argument
3418 def DoValidate(self, input_string): argument
3434 def __init__(self, glb, label, placeholder_text, column_name, parent): argument
3452 def IdBetween(self, query, lower_id, higher_id, order): argument
3459 def BinarySearchTime(self, lower_id, higher_id, target_time, get_floor): argument
3488 def ConvertRelativeTime(self, val): argument
3509 def ConvertTimeRange(self, vrange): argument
3526 def AddTimeRange(self, value, ranges): argument
3544 def DoValidate(self, input_string): argument
3556 def __init__(self, glb, title, items, partial, parent=None): argument
3599 def Ok(self): argument
3624 def ShowMessage(self, msg): argument
3627 def ClearMessage(self): argument
3634 def __init__(self, glb, parent=None): argument
3671 def __init__(self, row, data): argument
3675 def getData(self, column): argument
3684 def __init__(self, glb, sql, column_headers, parent=None): argument
3694 def DisplayData(self, item, index): argument
3698 def AddSample(self, data): argument
3703 def Update(self, fetched): argument
3717 def FetchMoreRecords(self, count): argument
3725 def HasMoreRecords(self): argument
3728 def columnCount(self, parent=None): argument
3731 def columnHeader(self, column): argument
3734 def SQLTableDataPrep(self, query, count): argument
3744 def __init__(self, glb, table_name, parent=None): argument
3775 def samples_view_DataPrep(self, query, count): argument
3784 def samples_DataPrep(self, query, count): argument
3798 def __init__(self, parent=None): argument
3801 def ResizeColumnToContents(self, column, n): argument
3816 def ResizeColumnsToContents(self): argument
3826 def UpdateColumnWidths(self, *x): argument
4036 def __init__(self, view): argument
4041 def ShowContextMenu(self, pos): argument
4046 def AddCopy(self, menu): argument
4050 def AddActions(self, menu): argument
4055 def __init__(self, view): argument
4058 def AddActions(self, menu): argument
4069 def __init__(self, glb, table_name, parent=None): argument
4102 def Find(self, value, direction, pattern, context): argument
4107 def FindDone(self, row): argument
4137 def __init__(self, glb, report_vars, parent=None): argument
4170 def columnAlignment(self, column): argument
4177 def __init__(self, glb, parent=None): argument
4193 def __init__(self, glb, report_vars, parent=None): argument
4222 def Find(self, value, direction, pattern, context): argument
4227 def FindDone(self, row): argument
4273 def __init__(self, mdi_area, menu): argument
4284 def Update(self): argument
4317 def setActiveSubWindow(self, nr): argument
4471 def __init__(self, glb, parent=None): argument
4487 def __init__(self, parent=None): argument
4528 def __init__(self, glb, parent=None): argument
4607 def __init__(self, glb, parent=None): argument
4659 def Try(self, fn): argument
4667 def CopyToClipboard(self): argument
4670 def CopyToClipboardCSV(self): argument
4673 def Find(self): argument
4681 def FetchMoreRecords(self): argument
4689 def ShrinkFont(self): argument
4692 def EnlargeFont(self): argument
4695 def EventMenu(self, events, reports_menu): argument
4711 def TimeChartByCPU(self): argument
4714 def TableMenu(self, tables, menu): argument
4719 def NewCallGraph(self): argument
4722 def NewCallTree(self): argument
4725 def NewTopCalls(self): argument
4731 def NewBranchView(self, event_id): argument
4734 def NewSelectedBranchView(self, event_id): argument
4740 def NewTableView(self, table_name): argument
4743 def Help(self): argument
4746 def About(self): argument
4761 def __init__(self, libxed): argument
4775 def __init__(self): argument
4809 def Instruction(self): argument
4812 def SetMode(self, inst, mode): argument
4821 def DisassembleOne(self, inst, bytes_ptr, bytes_cnt, ip): argument
4868 def __init__(self, dbref, db, dbname): argument
4890 def FileFromBuildId(self, build_id): argument
4894 def FileFromNamesAndBuildId(self, short_name, long_name, build_id): argument
4910 def AddInstanceToShutdownOnExit(self, instance): argument
4914 def ShutdownInstances(self): argument
4921 def GetHostMachineId(self): argument
4930 def HostMachineId(self): argument
4935 def SelectValue(self, sql): argument
4945 def SwitchesMinTime(self, machine_id): argument
4951 def SwitchesMaxTime(self, machine_id): argument
4957 def SamplesMinTime(self, machine_id): argument
4963 def SamplesMaxTime(self, machine_id): argument
4969 def CallsMinTime(self, machine_id): argument
4976 def CallsMaxTime(self, machine_id): argument
4983 def GetStartTime(self, machine_id): argument
4993 def GetFinishTime(self, machine_id): argument
5003 def HostStartTime(self): argument
5009 def HostFinishTime(self): argument
5015 def StartTime(self, machine_id): argument
5020 def FinishTime(self, machine_id): argument
5029 def __init__(self, is_sqlite3, dbname): argument
5039 def Open(self, connection_name): argument