/external/autotest/tko/ |
plotgraph.py | 23 def __init__(self, title, xlabel, ylabel, xsort = sorted, size = "1180,900", keytitle = None): 29 self.xsort = xsort 88 self.xlabels = self.xsort(list(self.xvalues))
|
machine_test_attribute_graph.cgi | 33 graph = plotgraph.gnuplot(title, 'Kernel', key, xsort = sort_kernels)
|
machine_aggr.cgi | 59 graph = plotgraph.gnuplot(title, 'Kernel', 'normalized throughput (%)', xsort = sort_kernels, size = "600,500")
|
nightly.py | 400 xsort=perf.sort_kernels, keytitle=keytitle) [all...] |
/frameworks/base/libs/hwui/ |
SpotShadow.h | 47 static void xsort(Vector2* points, int pointsLength);
|
SpotShadow.cpp | 147 void SpotShadow::xsort(Vector2* points, int pointsLength) { function in class:android::uirenderer::SpotShadow 161 xsort(points, pointsLength); [all...] |