Home
last modified time | relevance | path

Searched defs:series (Results 1 – 25 of 41) sorted by relevance

12

/external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/xy/
DSimpleXYSeriesTest.java34 …SimpleXYSeries series = new SimpleXYSeries(Arrays.asList(yVals), SimpleXYSeries.ArrayFormat.Y_VALS… in testYValsOnlyConstructor() local
52 …SimpleXYSeries series = new SimpleXYSeries(Arrays.asList(yVals), SimpleXYSeries.ArrayFormat.XY_VAL… in testXYInterleavedConstructor() local
71 … SimpleXYSeries series = new SimpleXYSeries(Arrays.asList(xVals), Arrays.asList(yVals), "test"); in testTwoListConstructor() local
90 … SimpleXYSeries series = new SimpleXYSeries(Arrays.asList(xVals), Arrays.asList(yVals), "test"); in testPushPopStuff() local
117 … SimpleXYSeries series = new SimpleXYSeries(Arrays.asList(xVals), Arrays.asList(yVals), "test"); in testSet() local
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/
DSeriesAndFormatterList.java37 public boolean contains(SeriesType series) { in contains()
53 public boolean add(SeriesType series, FormatterType formatter) { in add()
65 public boolean remove(SeriesType series) { in remove()
76 public FormatterType getFormatter(SeriesType series) { in getFormatter()
88 public FormatterType setFormatter(SeriesType series, FormatterType formatter) { in setFormatter()
DRenderBundle.java24 private Series series; field in RenderBundle
27 public RenderBundle(SeriesType series, SeriesFormatterType formatter) { in RenderBundle()
36 public void setSeries(Series series) { in setSeries()
/external/chromium-trace/catapult/dashboard/dashboard/
Dfind_change_points_exp.py12 test, series, find_change_points_func=find_change_points.FindChangePoints, argument
52 def _GetLastWindow(series, window_size): argument
84 def FindChangePointsWithAbsoluteChangeThreshold(test, series): argument
Dfind_change_points.py71 series, argument
118 def MakeChangePoint(series, split_index): argument
/external/chromium-trace/catapult/third_party/flot/
Djquery.flot.image.js57 series: { property
68 $.plot.image.loadDataImages = function (series, options, callback) { argument
118 function drawSeries(plot, ctx, series) { argument
216 function processRawData(plot, series, data, datapoints) { argument
Djquery.flot.image.min.js7 (function($){var options={series:{images:{show:false,alpha:1,anchor:"corner"}}};$.plot.image={};$.p… argument
Djquery.flot.categories.min.js7 …:{categories:null},yaxis:{categories:null}};function processRawData(plot,series,data,datapoints){v… argument
Djquery.flot.categories.js56 function processRawData(plot, series, data, datapoints) { argument
120 function setupCategoriesForAxis(series, axis, datapoints) { argument
174 function processDatapoints(plot, series, datapoints) { argument
Djquery.flot.pie.min.js7 …ghts=[];plot.hooks.processOptions.push(function(plot,options){if(options.series.pie.show){options.… argument
Djquery.flot.pie.js132 plot.hooks.processDatapoints.push(function(plot, series, data, datapoints) { argument
153 function processDatapoints(plot, series, datapoints) { argument
693 highlights.push({ series: s, auto: auto }); property
745 function drawHighlight(series) { argument
768 series: { property
Djquery.flot.errorbars.min.js7 (function($){var options={series:{points:{errorbars:null,xerr:{err:"x",show:null,asymmetric:null,up… argument
Djquery.flot.errorbars.js67 series: { property
76 function processRawData(plot, series, data, datapoints){ argument
107 function parseErrors(series, i){ argument
Djquery.flot.stack.js40 series: { stack: null } // or number/string property
Djquery.flot.fillbetween.min.js7 (function($){var options={series:{fillBetween:null}};function init(plot){function findBottomSeries(… property
Djquery.flot.stack.min.js7 (function($){var options={series:{stack:null}};function init(plot){function findMatchingSeries(s,al… property
Djquery.flot.fillbetween.js35 series: { property
/external/autotest/frontend/client/src/autotest/tko/
DMetricsPlotFrontend.java122 String series = normalizeSeriesSelect.getSelectedValue(); in addNormalizeParameter() local
174 String series = normalizeString.substring(NORMALIZE_SERIES_PREFIX.length()); in handleHistoryArguments() local
257 private String getSeriesDrilldownQuery(Series series, String xFilterString) { in getSeriesDrilldownQuery()
282 private void addSeriesSelects(Series series, StringBuilder sql) { in addSeriesSelects()
DMetricsPlot.java30 final String series = Utils.jsonToString(drilldownParams.get("series")); in showDrilldownImpl() local
/external/androidplot/Examples/DemoApp/src/com/androidplot/demos/
DDynamicXYPlotActivity.java184 public int getItemCount(int series) { in getItemCount()
188 public Number getX(int series, int index) { in getX()
195 public Number getY(int series, int index) { in getY()
DTouchZoomExampleActivity.java47 private SimpleXYSeries[] series = null; field in TouchZoomExampleActivity
107 private void populateSeries(SimpleXYSeries series, int max) { in populateSeries()
DXYPlotWithBgImgActivity.java20 private SimpleXYSeries series; field in XYPlotWithBgImgActivity
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
DPointLabeler.java21 public String getLabel(XYSeries series, int index); in getLabel()
DBarRenderer.java109 protected T getFormatter(int index, XYSeries series) { in getFormatter()
302 public XYSeries series; field in BarRenderer.Bar
309 public Bar(XYSeries series, int seriesIndex, RectF plotArea) { in Bar()
/external/chromium-trace/catapult/third_party/graphy/graphy/backends/google_chart_api/
Dutil.py188 def EncodeData(chart, series, y_min, y_max, encoder): argument
206 def _ScaleAndEncode(series): argument

12