Lines Matching refs:append

565 			self.child_items.append(child_item)
634 self.child_items.append(child_item)
654 self.child_items.append(child_item)
734 context.append(Context(value, direction, pattern, QSqlQuery(self.glb.db), None, None))
847 self.child_items.append(child_item)
916 self.child_items.append(child_item)
936 self.child_items.append(child_item)
1283 self.points.append(GraphDataPoint(self, index, x, y, altx, alty, hregion, vregion))
1391 self.data.append(data)
1427 cpus.append(int(query.value(0)))
1523 hregion_times.append((hregion, time))
2052 cs.append(int((255.0 / i) + 0.5))
2060 colours.append(QColor(r, g, b))
2321 self.back_state.append(state)
2332 self.forward_state.append(state)
2486 self.rows.append(child.row)
2492 self.rows.append(child.row)
2976 self.child_items.append(BranchLevelTwoItem(0, self.br_col, byte_str + " " + text, self))
3040 data.append(tohex(query.value(8)).rjust(16) + " " + query.value(9) + offstr(query.value(10)) +
3049 data.append(insn_cnt)
3050 data.append(cyc_cnt)
3051 data.append(ipc)
3056 data.append(query.value(i))
3062 data.append(query.value(0))
3064 data.append("{:>19}".format(query.value(1)))
3066 data.append(query.value(i))
3073 data.append(query.value(i))
3080 data.append(query.value(0))
3082 data.append("{:>19}".format(query.value(1)))
3084 data.append(query.value(i))
3165 self.root.child_items.append(child)
3372 ranges.append(vrange)
3376 singles.append(value)
3379 ranges.append(self.column_name + " IN (" + ",".join(singles) + ")")
3416 ids.append(str(query.value(0)))
3541 ranges.append(vrange)
3655 events.append(query.value(0))
3701 self.child_items.append(child)
3738 data.append(query.value(i))
3755 column_headers.append(query.value(1))
3768 column_headers.append(query.value(0))
3778 data.append(query.value(0))
3780 data.append("{:>19}".format(query.value(1)))
3782 data.append(query.value(i))
3788 data.append(query.value(i))
3790 data.append("{:>19}".format(query.value(9)))
3792 data.append(query.value(i))
4125 tables.append(query.value(0))
4127 tables.append("sqlite_master")
4129 tables.append("information_schema.tables")
4130 tables.append("information_schema.views")
4131 tables.append("information_schema.columns")