Lines Matching refs:row
56 for row in rows:
57 cache_name = row[0]
58 num_shard_bits = int(row[1])
59 ghost_capacity = int(row[2])
60 capacity = int(row[3])
61 miss_ratio = float(row[4])
98 for row in rows:
99 cache_name = row[0]
100 num_shard_bits = int(row[1])
101 ghost_capacity = int(row[2])
102 capacity = int(row[3])
103 miss_ratio = float(row[4])
157 for row in csv_rows:
158 data_rows.append(row)
179 for row in csv_rows:
180 data_rows.append(row)