Home
last modified time | relevance | path

Searched refs:xsort (Results 1 – 4 of 4) sorted by relevance

/external/autotest/tko/
Dplotgraph.py23 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))
Dmachine_test_attribute_graph.cgi33 graph = plotgraph.gnuplot(title, 'Kernel', key, xsort = sort_kernels)
Dmachine_aggr.cgi59 …graph = plotgraph.gnuplot(title, 'Kernel', 'normalized throughput (%)', xsort = sort_kernels, size…
Dnightly.py400 xsort=perf.sort_kernels, keytitle=keytitle)