Lines Matching defs:self

187 	def __init__(self, task, param=None, parent=None):  argument
192 def run(self): argument
206 def __init__(self, glb, params, parent=None): argument
213 def Item(self, parent): argument
219 def rowCount(self, parent): argument
226 def hasChildren(self, parent): argument
229 def headerData(self, section, orientation, role): argument
238 def parent(self, child): argument
245 def index(self, row, column, parent): argument
249 def DisplayData(self, item, index): argument
252 def FetchIfNeeded(self, row): argument
258 def columnAlignment(self, column): argument
261 def columnFont(self, column): argument
264 def data(self, index, role): argument
278 def __init__(self, parent=None): argument
284 def Item(self, parent): argument
290 def rowCount(self, parent): argument
293 def headerData(self, section, orientation, role): argument
302 def index(self, row, column, parent): argument
305 def DisplayData(self, item, index): argument
308 def FetchIfNeeded(self, row): argument
314 def columnAlignment(self, column): argument
317 def columnFont(self, column): argument
320 def data(self, index, role): argument
360 def __init__(self, parent, finder, is_reg_expr=False): argument
410 def Widget(self): argument
413 def Activate(self): argument
418 def Deactivate(self): argument
421 def Busy(self): argument
428 def Idle(self): argument
435 def Find(self, direction): argument
442 def ValueChanged(self): argument
454 def NextPrev(self, direction): argument
473 def NotFound(self): argument
480 def __init__(self, glb, params, row, parent_item): argument
493 def getChildItem(self, row): argument
496 def getParentItem(self): argument
499 def getRow(self): argument
502 def childCount(self): argument
509 def hasChildren(self): argument
514 def getData(self, column): argument
521 …def __init__(self, glb, params, row, comm_id, thread_id, call_path_id, time, insn_cnt, cyc_cnt, br… argument
531 def Select(self): argument
565 …def __init__(self, glb, params, row, comm_id, thread_id, call_path_id, name, dso, count, time, ins… argument
582 def __init__(self, glb, params, row, comm_id, thread_id, pid, tid, parent_item): argument
590 def Select(self): argument
610 def __init__(self, glb, params, row, comm_id, comm, parent_item): argument
618 def Select(self): argument
634 def __init__(self, glb, params): argument
654 def __init__(self, glb, parent=None): argument
661 def __init__(self, glb, parent=None): argument
664 def FindSelect(self, value, pattern, query): argument
684 def Found(self, query, found): argument
689 def FindValue(self, value, pattern, query, last_value, last_pattern): argument
697 def FindNext(self, query): argument
703 def FindPrev(self, query): argument
709 def FindThread(self, c): argument
718 def Find(self, value, direction, pattern, context, callback): argument
720 def __init__(self, *x): argument
722 def Update(self, *x): argument
733 def FindDone(self, thread, callback, ids): argument
740 def __init__(self, glb, parent=None): argument
743 def GetRoot(self): argument
746 def columnCount(self, parent=None): argument
752 def columnHeader(self, column): argument
759 def columnAlignment(self, column): argument
766 def DoFindSelect(self, query, match): argument
776 def FindPath(self, query): argument
801 …def __init__(self, glb, params, row, comm_id, thread_id, calls_id, call_time, time, insn_cnt, cyc_… argument
812 def Select(self): argument
847 …def __init__(self, glb, params, row, comm_id, thread_id, calls_id, name, dso, call_time, time, ins… argument
864 def __init__(self, glb, params, row, comm_id, thread_id, pid, tid, parent_item): argument
872 def Select(self): argument
892 def __init__(self, glb, params, row, comm_id, comm, parent_item): argument
900 def Select(self): argument
916 def __init__(self, glb, params): argument
936 def __init__(self, glb, parent=None): argument
939 def GetRoot(self): argument
942 def columnCount(self, parent=None): argument
948 def columnHeader(self, column): argument
955 def columnAlignment(self, column): argument
962 def DoFindSelect(self, query, match): argument
971 def FindPath(self, query): argument
993 def __init__(self, *children): argument
1007 def __init__(self, *children): argument
1021 def __init__(self, *children): argument
1025 def Widget(self): argument
1032 def __init__(self, parent=None): argument
1044 def DisplayFound(self, ids): argument
1063 def Find(self, value, direction, pattern, context): argument
1068 def FindDone(self, ids): argument
1081 def __init__(self, glb, parent=None): argument
1103 def __init__(self, glb, parent=None, thread_at_time=None): argument
1124 def DisplayThreadAtTime(self, comm_id, thread_id, time): argument
1190 def __init__(self, x=0, y=0): argument
1194 def __str__(self): argument
1200 def __init__(self, lo=0, hi=0): argument
1204 def __str__(self): argument
1211 def __init__(self, key, title = "", ordinal = ""): argument
1225 def __init__(self, colour): argument
1232 def __init__(self, key, exec_comm_id, pid, tid, comm, thread_id, comm_id): argument
1249 def __init__(self, data, index, x, y, altx=None, alty=None, hregion=None, vregion=None): argument
1263 def __init__(self, collection, xbase=Decimal(0), ybase=Decimal(0)): argument
1270 def AddPoint(self, x, y, altx=None, alty=None, hregion=None, vregion=None): argument
1278 def XToData(self, x): argument
1281 def YToData(self, y): argument
1288 def __init__(self, db, collection, cpu, xbase): argument
1295 def SelectComms(self, db, thread_id, last_comm_id, start_time, end_time): argument
1312 def SelectSwitches(self, db): argument
1343 def NewHRegion(self, db, key, thread_id, comm_id, time): argument
1361 def HRegion(self, db, thread_id, comm_id, time): argument
1373 def __init__(self, glb): argument
1383 def AddGraphData(self, data): argument
1386 def LookupHRegion(self, key): argument
1391 def AddHRegion(self, key, hregion): argument
1398 def __init__(self, glb, db, machine_id): argument
1413 def SelectCPUs(self, db): argument
1427 def __init__(self, data, graph_width, graph_height, attrs, event_handler, parent=None): argument
1437 def boundingRect(self): argument
1440 def PaintPoint(self, painter, last, x): argument
1464 def paint(self, painter, option, widget): argument
1473 def BinarySearchPoint(self, target): argument
1486 def XPixelToData(self, x): argument
1497 def EventToData(self, event): argument
1519 def hoverMoveEvent(self, event): argument
1524 def hoverLeaveEvent(self, event): argument
1527 def mousePressEvent(self, event): argument
1539 def __init__(self, width, parent=None): argument
1546 def boundingRect(self): argument
1549 def Step(self): argument
1559 def PaintMarks(self, painter, at_y, lo, hi, step, i): argument
1576 def paint(self, painter, option, widget): argument
1590 def ScaleDimensions(self): argument
1600 def PaintScale(self, painter, at_x, at_y): argument
1607 def ScaleWidth(self): argument
1611 def ScaleHeight(self): argument
1614 def ScaleUnit(self): argument
1621 def __init__(self, axis, parent=None): argument
1625 def boundingRect(self): argument
1631 def paint(self, painter, option, widget): argument
1639 def Unit(self): argument
1642 def Text(self): argument
1649 def __init__(self, axis, parent=None): argument
1652 def Text(self): argument
1672 def __init__(self, collection, data, attrs, event_handler, first, parent=None): argument
1716 def boundingRect(self): argument
1719 def paint(self, painter, option, widget): argument
1722 def RBXToPixel(self, x): argument
1725 def RBXRangeToPixel(self, x0, x1): argument
1728 def RBPixelToTime(self, x): argument
1733 def RBEventTimes(self, x0, x1): argument
1739 def RBEvent(self, x0, x1): argument
1743 def RBMoveEvent(self, x0, x1): argument
1748 def RBReleaseEvent(self, x0, x1, selection_state): argument
1758 def __init__(self, parent=None): argument
1765 def SetSize(self, width, height): argument
1769 def boundingRect(self): argument
1772 def paint(self, painter, option, widget): argument
1788 def __init__(self, collection, attrs, event_handler, child_class, parent=None): argument
1813 def EnableRubberBand(self, xlo, xhi, rb_event_handler): argument
1826 def boundingRect(self): argument
1829 def paint(self, painter, option, widget): argument
1832 def RubberBandParent(self): argument
1838 def RubberBandSetGeometry(self, rect): argument
1845 def SetSelection(self, selection_state): argument
1853 def SetBracket(self, rect): argument
1862 def RubberBandX(self, event): argument
1872 def RubberBandRect(self, x): argument
1882 def MousePressEvent(self, event): argument
1895 def MouseMoveEvent(self, event): argument
1903 def MouseReleaseEvent(self, event): argument
1915 def __init__(self, collection, region_attributes, parent=None): argument
1927 def rowCount(self, parent): argument
1930 def headerData(self, section, orientation, role): argument
1937 def index(self, row, column, parent): argument
1940 def columnCount(self, parent=None): argument
1943 def columnHeader(self, column): argument
1946 def data(self, index, role): argument
1969 def SetHighlight(self, row, set_highlight): argument
1975 def Highlight(self, highlight_set): argument
1989 def __init__(self, collection, region_attributes, parent=None): argument
2013 def resizeEvent(self, event): argument
2017 def Highlight(self, highlight_set): argument
2021 def changeEvent(self, event): argument
2073 def __init__(self, scale, subrange, region_attributes, dp): argument
2081 def XToPixel(self, x): argument
2084 def YToPixel(self, y): argument
2087 def PixelToXRounded(self, px): argument
2090 def PixelToYRounded(self, py): argument
2093 def PixelToX(self, px): argument
2101 def PixelToY(self, py): argument
2109 def ToPDP(self, dp, scale): argument
2125 def Update(self): argument
2134 def __init__(self, parent=None): argument
2139 def resizeEvent(self, ev): argument
2158 def __init__(self, parent=None): argument
2161 def GraphTitleChanged(self, title): argument
2164 def Title(self): argument
2183 def __init__(self, glb, collection, parent=None): argument
2254 def GetScaleForRangeX(self, xsubrange): argument
2260 def GetScaleForRangeY(self, ysubrange): argument
2266 def GetScaleForRange(self, subrange): argument
2272 def PointEvent(self, cpu, time_from, time_to, hregions): argument
2280 def RightClickEvent(self, cpu, hregion_times, pos): argument
2290 def RightClickSelect(self, args): argument
2293 def NoPointEvent(self): argument
2297 def RangeEvent(self, time_from, time_to): argument
2309 def BackState(self): argument
2312 def PushBackState(self): argument
2317 def PopBackState(self): argument
2323 def PushForwardState(self): argument
2328 def PopForwardState(self): argument
2334 def Title(self): argument
2343 def Update(self): argument
2351 def Back(self): argument
2358 def Forward(self): argument
2365 def SelectEvent(self, x0, x1, selection_state): argument
2375 def Zoom(self): argument
2395 def __init__(self, glb, title, init_fn): argument
2410 def Done(self): argument
2413 def ThreadFn(self, glb): argument
2420 def Result(self): argument
2434 def __init__(self, glb, parent=None): argument
2456 def Init(self, db): argument
2459 def GraphTitleChanged(self, title): argument
2466 def __init__(self, root): argument
2472 def FindSelect(self): argument
2488 def FindValue(self): argument
2496 def FindThread(self): argument
2513 def Find(self, value, direction, pattern, context, callback): argument
2520 def FindDone(self, thread, callback, row): argument
2531 …def __init__(self, dbref, sql, buffer, head, tail, fetch_count, fetching_done, process_target, wai… argument
2553 def Select(self): argument
2561 def Next(self): argument
2569 def WaitForTarget(self): argument
2578 def HasSpace(self, sz): argument
2592 def WaitForSpace(self, sz): argument
2602 def AddToBuffer(self, obj): argument
2613 def FetchBatch(self, batch_size): argument
2629 def Run(self): argument
2649 def __init__(self, glb, sql, prep, process_data, parent=None): argument
2674 def Shutdown(self): argument
2682 def Thread(self): argument
2699 def Fetch(self, nr): argument
2713 def RemoveFromBuffer(self): argument
2726 def ProcessData(self, count): argument
2738 def __init__(self, model, parent): argument
2789 def Widget(self): argument
2792 def Activate(self): argument
2796 def Deactivate(self): argument
2799 def Enable(self, enable): argument
2803 def Busy(self): argument
2809 def Idle(self): argument
2816 def Target(self): argument
2819 def Done(self): argument
2828 def Progress(self, count): argument
2840 def FetchMoreRecords(self): argument
2852 def __init__(self, row, col, text, parent_item): argument
2859 def getParentItem(self): argument
2862 def getRow(self): argument
2865 def childCount(self): argument
2868 def hasChildren(self): argument
2871 def getData(self, column): argument
2878 def __init__(self, glb, row, data, parent_item): argument
2890 def getChildItem(self, row): argument
2893 def getParentItem(self): argument
2896 def getRow(self): argument
2899 def Select(self): argument
2978 def childCount(self): argument
2985 def hasChildren(self): argument
2990 def getData(self, column): argument
2997 def __init__(self): argument
3002 def getChildItem(self, row): argument
3005 def getParentItem(self): argument
3008 def getRow(self): argument
3011 def childCount(self): argument
3014 def hasChildren(self): argument
3017 def getData(self, column): argument
3088 def __init__(self, glb, event_id, where_clause, parent=None): argument
3127 def GetRoot(self): argument
3130 def columnCount(self, parent=None): argument
3136 def columnHeader(self, column): argument
3142 def columnFont(self, column): argument
3151 def DisplayData(self, item, index): argument
3156 def AddSample(self, data): argument
3161 def Update(self, fetched): argument
3175 def FetchMoreRecords(self, count): argument
3183 def HasMoreRecords(self): argument
3190 def __init__(self, name = "", where_clause = "", limit = ""): argument
3195 def UniqueId(self): argument
3202 def __init__(self, glb, event_id, report_vars, parent=None): argument
3231 def ResizeColumnToContents(self, column, n): argument
3247 def ResizeColumnsToContents(self): argument
3257 def UpdateColumnWidths(self, *x): argument
3262 def Find(self, value, direction, pattern, context): argument
3267 def FindDone(self, row): argument
3278 def __init__(self, glb, label, placeholder_text, parent, id = "", default = ""): argument
3297 def TurnTextRed(self): argument
3304 def TurnTextNormal(self): argument
3310 def InvalidValue(self, value): argument
3316 def Invalidate(self): argument
3319 def DoValidate(self, input_string): argument
3322 def Validate(self): argument
3333 def IsValid(self): argument
3341 def IsNumber(self, value): argument
3352 def __init__(self, glb, label, placeholder_text, column_name, parent): argument
3357 def DoValidate(self, input_string): argument
3379 def __init__(self, glb, label, placeholder_text, parent, id = "", default = ""): argument
3382 def DoValidate(self, input_string): argument
3394 …def __init__(self, glb, label, placeholder_text, table_name, match_column, column_name1, column_na… argument
3402 def ValueToIds(self, value): argument
3412 def DoValidate(self, input_string): argument
3428 def __init__(self, glb, label, placeholder_text, column_name, parent): argument
3446 def IdBetween(self, query, lower_id, higher_id, order): argument
3453 def BinarySearchTime(self, lower_id, higher_id, target_time, get_floor): argument
3482 def ConvertRelativeTime(self, val): argument
3503 def ConvertTimeRange(self, vrange): argument
3520 def AddTimeRange(self, value, ranges): argument
3538 def DoValidate(self, input_string): argument
3550 def __init__(self, glb, title, items, partial, parent=None): argument
3593 def Ok(self): argument
3618 def ShowMessage(self, msg): argument
3621 def ClearMessage(self): argument
3628 def __init__(self, glb, parent=None): argument
3665 def __init__(self, row, data): argument
3669 def getData(self, column): argument
3678 def __init__(self, glb, sql, column_headers, parent=None): argument
3688 def DisplayData(self, item, index): argument
3692 def AddSample(self, data): argument
3697 def Update(self, fetched): argument
3711 def FetchMoreRecords(self, count): argument
3719 def HasMoreRecords(self): argument
3722 def columnCount(self, parent=None): argument
3725 def columnHeader(self, column): argument
3728 def SQLTableDataPrep(self, query, count): argument
3738 def __init__(self, glb, table_name, parent=None): argument
3769 def samples_view_DataPrep(self, query, count): argument
3778 def samples_DataPrep(self, query, count): argument
3792 def __init__(self, parent=None): argument
3795 def ResizeColumnToContents(self, column, n): argument
3810 def ResizeColumnsToContents(self): argument
3820 def UpdateColumnWidths(self, *x): argument
4030 def __init__(self, view): argument
4035 def ShowContextMenu(self, pos): argument
4040 def AddCopy(self, menu): argument
4044 def AddActions(self, menu): argument
4049 def __init__(self, view): argument
4052 def AddActions(self, menu): argument
4063 def __init__(self, glb, table_name, parent=None): argument
4096 def Find(self, value, direction, pattern, context): argument
4101 def FindDone(self, row): argument
4131 def __init__(self, glb, report_vars, parent=None): argument
4164 def columnAlignment(self, column): argument
4171 def __init__(self, glb, parent=None): argument
4187 def __init__(self, glb, report_vars, parent=None): argument
4216 def Find(self, value, direction, pattern, context): argument
4221 def FindDone(self, row): argument
4267 def __init__(self, mdi_area, menu): argument
4278 def Update(self): argument
4311 def setActiveSubWindow(self, nr): argument
4465 def __init__(self, glb, parent=None): argument
4481 def __init__(self, parent=None): argument
4522 def __init__(self, glb, parent=None): argument
4601 def __init__(self, glb, parent=None): argument
4653 def Try(self, fn): argument
4661 def CopyToClipboard(self): argument
4664 def CopyToClipboardCSV(self): argument
4667 def Find(self): argument
4675 def FetchMoreRecords(self): argument
4683 def ShrinkFont(self): argument
4686 def EnlargeFont(self): argument
4689 def EventMenu(self, events, reports_menu): argument
4705 def TimeChartByCPU(self): argument
4708 def TableMenu(self, tables, menu): argument
4713 def NewCallGraph(self): argument
4716 def NewCallTree(self): argument
4719 def NewTopCalls(self): argument
4725 def NewBranchView(self, event_id): argument
4728 def NewSelectedBranchView(self, event_id): argument
4734 def NewTableView(self, table_name): argument
4737 def Help(self): argument
4740 def About(self): argument
4755 def __init__(self, libxed): argument
4769 def __init__(self): argument
4803 def Instruction(self): argument
4806 def SetMode(self, inst, mode): argument
4815 def DisassembleOne(self, inst, bytes_ptr, bytes_cnt, ip): argument
4862 def __init__(self, dbref, db, dbname): argument
4884 def FileFromBuildId(self, build_id): argument
4888 def FileFromNamesAndBuildId(self, short_name, long_name, build_id): argument
4904 def AddInstanceToShutdownOnExit(self, instance): argument
4908 def ShutdownInstances(self): argument
4915 def GetHostMachineId(self): argument
4924 def HostMachineId(self): argument
4929 def SelectValue(self, sql): argument
4939 def SwitchesMinTime(self, machine_id): argument
4945 def SwitchesMaxTime(self, machine_id): argument
4951 def SamplesMinTime(self, machine_id): argument
4957 def SamplesMaxTime(self, machine_id): argument
4963 def CallsMinTime(self, machine_id): argument
4970 def CallsMaxTime(self, machine_id): argument
4977 def GetStartTime(self, machine_id): argument
4987 def GetFinishTime(self, machine_id): argument
4997 def HostStartTime(self): argument
5003 def HostFinishTime(self): argument
5009 def StartTime(self, machine_id): argument
5014 def FinishTime(self, machine_id): argument
5023 def __init__(self, is_sqlite3, dbname): argument
5033 def Open(self, connection_name): argument