Lines Matching refs:__init__

194 	def __init__(self, task, param=None, parent=None):
195 super(Thread, self).__init__(parent)
213 def __init__(self, glb, params, parent=None):
214 super(TreeModel, self).__init__(parent)
285 def __init__(self, parent=None):
286 super(TableModel, self).__init__(parent)
367 def __init__(self, parent, finder, is_reg_expr=False):
487 def __init__(self, glb, params, row, parent_item):
528 def __init__(self, glb, params, row, comm_id, thread_id, call_path_id, time, insn_cnt, cyc_cnt, branch_count, parent_item):
529 super(CallGraphLevelTwoPlusItemBase, self).__init__(glb, params, row, parent_item)
572 def __init__(self, glb, params, row, comm_id, thread_id, call_path_id, name, dso, count, time, insn_cnt, cyc_cnt, branch_count, parent_item):
573 super(CallGraphLevelThreeItem, self).__init__(glb, params, row, comm_id, thread_id, call_path_id, time, insn_cnt, cyc_cnt, branch_count, parent_item)
589 def __init__(self, glb, params, row, comm_id, thread_id, pid, tid, parent_item):
590 super(CallGraphLevelTwoItem, self).__init__(glb, params, row, comm_id, thread_id, 1, 0, 0, 0, 0, parent_item)
617 def __init__(self, glb, params, row, comm_id, comm, parent_item):
618 super(CallGraphLevelOneItem, self).__init__(glb, params, row, parent_item)
641 def __init__(self, glb, params):
642 super(CallGraphRootItem, self).__init__(glb, params, 0, None)
661 def __init__(self, glb, parent=None):
668 def __init__(self, glb, parent=None):
669 super(CallGraphModelBase, self).__init__(glb, CallGraphModelParams(glb), parent)
727 def __init__(self, *x):
747 def __init__(self, glb, parent=None):
748 super(CallGraphModel, self).__init__(glb, parent)
808 def __init__(self, glb, params, row, comm_id, thread_id, calls_id, call_time, time, insn_cnt, cyc_cnt, branch_count, parent_item):
809 super(CallTreeLevelTwoPlusItemBase, self).__init__(glb, params, row, parent_item)
854 def __init__(self, glb, params, row, comm_id, thread_id, calls_id, name, dso, call_time, time, insn_cnt, cyc_cnt, branch_count, parent_item):
855 super(CallTreeLevelThreeItem, self).__init__(glb, params, row, comm_id, thread_id, calls_id, call_time, time, insn_cnt, cyc_cnt, branch_count, parent_item)
871 def __init__(self, glb, params, row, comm_id, thread_id, pid, tid, parent_item):
872 super(CallTreeLevelTwoItem, self).__init__(glb, params, row, comm_id, thread_id, 0, 0, 0, 0, 0, 0, parent_item)
899 def __init__(self, glb, params, row, comm_id, comm, parent_item):
900 super(CallTreeLevelOneItem, self).__init__(glb, params, row, parent_item)
923 def __init__(self, glb, params):
924 super(CallTreeRootItem, self).__init__(glb, params, 0, None)
943 def __init__(self, glb, parent=None):
944 super(CallTreeModel, self).__init__(glb, parent)
1000 def __init__(self, *children):
1001 super(HBoxLayout, self).__init__()
1014 def __init__(self, *children):
1015 super(VBoxLayout, self).__init__()
1028 def __init__(self, *children):
1039 def __init__(self, parent=None):
1040 super(TreeWindowBase, self).__init__(parent)
1088 def __init__(self, glb, parent=None):
1089 super(CallGraphWindow, self).__init__(parent)
1110 def __init__(self, glb, parent=None, thread_at_time=None):
1111 super(CallTreeWindow, self).__init__(parent)
1197 def __init__(self, x=0, y=0):
1207 def __init__(self, lo=0, hi=0):
1218 def __init__(self, key, title = "", ordinal = ""):
1232 def __init__(self, colour):
1239 def __init__(self, key, exec_comm_id, pid, tid, comm, thread_id, comm_id):
1240 super(SwitchGraphDataRegion, self).__init__(key)
1256 def __init__(self, data, index, x, y, altx=None, alty=None, hregion=None, vregion=None):
1270 def __init__(self, collection, xbase=Decimal(0), ybase=Decimal(0)):
1295 def __init__(self, db, collection, cpu, xbase):
1296 super(SwitchGraphData, self).__init__(collection, xbase)
1380 def __init__(self, glb):
1405 def __init__(self, glb, db, machine_id):
1406 super(SwitchGraphDataCollection, self).__init__(glb)
1434 def __init__(self, data, graph_width, graph_height, attrs, event_handler, parent=None):
1435 super(SwitchGraphDataGraphicsItem, self).__init__(parent)
1546 def __init__(self, width, parent=None):
1547 super(XAxisGraphicsItem, self).__init__(parent)
1628 def __init__(self, axis, parent=None):
1629 super(ScaleGraphicsItem, self).__init__(parent)
1656 def __init__(self, axis, parent=None):
1657 super(SwitchScaleGraphicsItem, self).__init__(axis, parent)
1679 def __init__(self, collection, data, attrs, event_handler, first, parent=None):
1680 super(SwitchGraphGraphicsItem, self).__init__(parent)
1765 def __init__(self, parent=None):
1766 super(VerticalBracketGraphicsItem, self).__init__(parent)
1795 def __init__(self, collection, attrs, event_handler, child_class, parent=None):
1796 super(VertcalGraphSetGraphicsItem, self).__init__(parent)
1922 def __init__(self, collection, region_attributes, parent=None):
1923 super(SwitchGraphLegendModel, self).__init__(parent)
1996 def __init__(self, collection, region_attributes, parent=None):
1997 super(SwitchGraphLegend, self).__init__(parent)
2080 def __init__(self, scale, subrange, region_attributes, dp):
2141 def __init__(self, parent=None):
2142 super(SwitchGraphSplitter, self).__init__(parent)
2165 def __init__(self, parent=None):
2166 super(GraphWidget, self).__init__(parent)
2190 def __init__(self, glb, collection, parent=None):
2191 super(SwitchGraphWidget, self).__init__(parent)
2402 def __init__(self, glb, title, init_fn):
2441 def __init__(self, glb, parent=None):
2442 super(TimeChartByCPUWindow, self).__init__(parent)
2473 def __init__(self, root):
2538 def __init__(self, dbref, sql, buffer, head, tail, fetch_count, fetching_done, process_target, wait_event, fetched_event, prep):
2656 def __init__(self, glb, sql, prep, process_data, parent=None):
2657 super(SQLFetcher, self).__init__(parent)
2745 def __init__(self, model, parent):
2859 def __init__(self, row, col, text, parent_item):
2885 def __init__(self, glb, row, data, parent_item):
3004 def __init__(self):
3095 def __init__(self, glb, event_id, where_clause, parent=None):
3096 super(BranchModel, self).__init__(glb, None, parent)
3197 def __init__(self, name = "", where_clause = "", limit = ""):
3209 def __init__(self, glb, event_id, report_vars, parent=None):
3210 super(BranchWindow, self).__init__(parent)
3285 def __init__(self, glb, label, placeholder_text, parent, id = "", default = ""):
3359 def __init__(self, glb, label, placeholder_text, column_name, parent):
3360 super(NonNegativeIntegerRangesDataItem, self).__init__(glb, label, placeholder_text, parent)
3386 def __init__(self, glb, label, placeholder_text, parent, id = "", default = ""):
3387 super(PositiveIntegerDataItem, self).__init__(glb, label, placeholder_text, parent, id, default)
3401 def __init__(self, glb, label, placeholder_text, table_name, match_column, column_name1, column_name2, parent):
3402 super(SQLTableDataItem, self).__init__(glb, label, placeholder_text, parent)
3435 def __init__(self, glb, label, placeholder_text, column_name, parent):
3451 super(SampleTimeRangesDataItem, self).__init__(glb, label, placeholder_text, parent)
3557 def __init__(self, glb, title, items, partial, parent=None):
3558 super(ReportDialogBase, self).__init__(parent)
3635 def __init__(self, glb, parent=None):
3646 super(SelectedBranchDialog, self).__init__(glb, title, items, True, parent)
3672 def __init__(self, row, data):
3685 def __init__(self, glb, sql, column_headers, parent=None):
3686 super(SQLTableModel, self).__init__(parent)
3745 def __init__(self, glb, table_name, parent=None):
3774 super(SQLAutoTableModel, self).__init__(glb, sql, column_headers, parent)
3799 def __init__(self, parent=None):
3800 super(ResizeColumnsToContentsBase, self).__init__(parent)
4037 def __init__(self, view):
4056 def __init__(self, view):
4057 super(TreeContextMenu, self).__init__(view)
4070 def __init__(self, glb, table_name, parent=None):
4071 super(TableWindow, self).__init__(parent)
4138 def __init__(self, glb, report_vars, parent=None):
4169 super(TopCallsModel, self).__init__(glb, sql, column_headers, parent)
4178 def __init__(self, glb, parent=None):
4188 super(TopCallsDialog, self).__init__(glb, title, items, False, parent)
4194 def __init__(self, glb, report_vars, parent=None):
4195 super(TopCallsWindow, self).__init__(parent)
4274 def __init__(self, mdi_area, menu):
4472 def __init__(self, glb, parent=None):
4473 super(HelpWindow, self).__init__(parent)
4488 def __init__(self, parent=None):
4489 super(HelpOnlyWindow, self).__init__(parent)
4529 def __init__(self, glb, parent=None):
4530 super(AboutDialog, self).__init__(parent)
4608 def __init__(self, glb, parent=None):
4609 super(MainWindow, self).__init__(parent)
4781 def __init__(self, dbref, db, dbname):
4942 def __init__(self, is_sqlite3, dbname):