Searched refs:xsort (Results 1 – 4 of 4) sorted by relevance
/external/autotest/tko/ |
D | plotgraph.py | 23 def __init__(self, title, xlabel, ylabel, xsort = sorted, size = "1180,900", keytitle = None): argument 29 self.xsort = xsort 88 self.xlabels = self.xsort(list(self.xvalues))
|
D | machine_test_attribute_graph.cgi | 33 graph = plotgraph.gnuplot(title, 'Kernel', key, xsort = sort_kernels)
|
D | machine_aggr.cgi | 59 …graph = plotgraph.gnuplot(title, 'Kernel', 'normalized throughput (%)', xsort = sort_kernels, size…
|
D | nightly.py | 400 xsort=perf.sort_kernels, keytitle=keytitle)
|