Searched refs:listoflists (Results 1 – 2 of 2) sorted by relevance
/external/toolchain-utils/cros_utils/ |
D | pstat.py | 205 def colex(listoflists, cnums): argument 220 column = map(lambda x: x[index], listoflists) 223 column = abut(column, map(lambda x: x[index], listoflists)) 229 column = map(lambda x: x[index], listoflists) 233 def collapse(listoflists, argument 272 avgcol = colex(listoflists, collapsecols[i]) 291 values = colex(listoflists, keepcols) 300 tmprows = linexand(listoflists, keepcols, item) 320 def dm(listoflists, criterion): argument 349 def linexand(listoflists, columnlist, valuelist): argument [all …]
|
D | stats.py | 1631 def writecc(listoflists, file, writetype='w', extra=2): argument 1640 if type(listoflists[0]) not in [ListType, TupleType]: 1641 listoflists = [listoflists] 1644 list2print = copy.deepcopy(listoflists) 1645 for i in range(len(listoflists)): 1646 if listoflists[i] == [ 1648 ] or listoflists[i] == '\n' or listoflists[i] == 'dashes': 1658 for row in listoflists:
|