Lines Matching refs:row
2252 self.row = 0
2807 item.row = -1
2812 row = 1
2815 if(row not in rowdata):
2816 rowdata[row] = []
2818 if(i.row >= 0):
2823 for ritem in rowdata[row]:
2831 rowdata[row].append(i)
2832 i.row = row
2834 row += 1
2835 return row
2844 def getPhaseRows(self, devlist, row=0, sortby='length'): argument
2877 if(row not in rowdata):
2878 rowdata[row] = []
2885 for ritem in rowdata[row]:
2893 rowdata[row].append(item)
2894 dev['row'] = row
2907 if len(rowdata[row]) == 1 and \
2908 'htmlclass' in rowdata[row][0].dev and \
2909 'sec' in rowdata[row][0].dev['htmlclass']:
2911 self.rowlines[t][p][row] = rowheight
2912 self.rowheight[t][p][row] = rowheight * rh
2913 row += 1
2914 if(row > self.rows):
2915 self.rows = int(row)
2916 return row
2917 def phaseRowHeight(self, test, phase, row): argument
2918 return self.rowheight[test][phase][row]
2919 def phaseRowTop(self, test, phase, row): argument
2922 if i >= row:
4892 top = '%.3f' % (rowtop + devtl.scaleH + (e.row*devtl.rowH))