HomeSort by relevance Sort by last modified time
    Searched full:linegraph (Results 1 - 18 of 18) sorted by null

  /test/vti/dashboard/src/main/webapp/WEB-INF/jsp/
show_graph.jsp 84 * lineGraph: a JSON object containing the following fields:
93 function drawLineGraph(lineGraph) {
94 if (!lineGraph.ticks || lineGraph.ticks.length < 1) {
98 if (lineGraph.name) title += ' (' + lineGraph.name + ')';
99 lineGraph.ticks.forEach(function (label, i) {
100 lineGraph.values[i].unshift(label);
103 data.addColumn('string', lineGraph.x_label);
104 lineGraph.ids.forEach(function(id)
    [all...]
show_profiling_overview.jsp 54 * lineGraph: a JSON-serialized BoxPlot.
  /test/vti/dashboard/src/main/java/com/android/vts/util/
LineGraph.java 28 public class LineGraph extends Graph {
38 public LineGraph(String name) {
  /test/vti/dashboard/src/main/java/com/android/vts/servlet/
ShowGraphServlet.java 28 import com.android.vts.util.LineGraph;
98 g = new LineGraph(name);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_pprint.py 395 cubo = test.test_set.linegraph(cube)
test_set.py 1643 def linegraph(G): function
    [all...]
  /external/python/cpython2/Lib/test/
test_pprint.py 454 cubo = test.test_set.linegraph(cube)
test_set.py 1699 def linegraph(G): function
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_pprint.py 395 cubo = test.test_set.linegraph(cube)
test_set.py 1694 def linegraph(G): function
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_pprint.py 395 cubo = test.test_set.linegraph(cube)
test_set.py 1694 def linegraph(G): function
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_pprint.py 395 cubo = test.test_set.linegraph(cube)
test_set.py 1694 def linegraph(G): function
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_pprint.py 395 cubo = test.test_set.linegraph(cube)
test_set.py 1694 def linegraph(G): function
    [all...]
  /external/python/cpython3/Lib/test/
test_pprint.py 603 cubo = test.test_set.linegraph(cube)
    [all...]
test_set.py 1815 def linegraph(G): function
    [all...]

Completed in 829 milliseconds