/external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/ |
D | PlotTest.java | 91 public MockRenderer1(Plot plot) { in MockRenderer1() 107 public MockRenderer2(Plot plot) { in MockRenderer2() 130 public SeriesRenderer getRendererInstance(MockPlot plot) { in getRendererInstance() 143 public SeriesRenderer getRendererInstance(MockPlot plot) { in getRendererInstance() 186 Plot plot = new MockPlot(context, "MockPlot"); in testAddSeries() local 226 Plot plot = new MockPlot(context, "MockPlot"); in testRemoveSeries() local 296 Plot plot = new MockPlot(context, "MockPlot"); in testGetFormatter() local 327 Plot plot = new MockPlot(context, "MockPlot"); in testGetSeriesListForRenderer() local 354 Plot plot = new MockPlot(context, "MockPlot"); in testGetRendererList() local 379 Plot plot = new MockPlot(context, "MockPlot"); in testAddListener() local [all …]
|
/external/chromium-trace/catapult/third_party/flot/ |
D | jquery.flot.pie.min.js | 7 (function($){var REDRAW_ATTEMPTS=10;var REDRAW_SHRINK=.95;function init(plot){var canvas=null,targe… argument
|
D | jquery.flot.pie.js | 68 function init(plot) { argument 85 plot.hooks.processOptions.push(function(plot, options) { argument 120 plot.hooks.bindEvents.push(function(plot, eventHolder) { argument 132 plot.hooks.processDatapoints.push(function(plot, series, data, datapoints) { argument 139 plot.hooks.drawOverlay.push(function(plot, octx) { argument 146 plot.hooks.draw.push(function(plot, newCtx) { argument 153 function processDatapoints(plot, series, datapoints) { argument 253 function draw(plot, newCtx) { argument 727 function drawOverlay(plot, octx) { argument
|
D | jquery.flot.crosshair.js | 70 function init(plot) { argument 123 plot.hooks.bindEvents.push(function (plot, eventHolder) { argument 131 plot.hooks.drawOverlay.push(function (plot, ctx) { argument 164 plot.hooks.shutdown.push(function (plot, eventHolder) { argument
|
D | jquery.flot.crosshair.min.js | 7 …hair:{mode:null,color:"rgba(170, 0, 0, 0.80)",lineWidth:1}};function init(plot){var crosshair={x:-… argument
|
D | jquery.flot.threshold.js | 50 function init(plot) { argument 51 function thresholdData(plot, s, datapoints, below, color) { argument 115 function processThresholds(plot, s, datapoints) { argument
|
D | jquery.flot.threshold.min.js | 7 (function($){var options={series:{threshold:null}};function init(plot){function thresholdData(plot,… argument
|
D | jquery.flot.resize.js | 27 function init(plot) { argument 41 function bindEvents(plot, eventHolder) { argument 45 function shutdown(plot, eventHolder) { argument
|
D | jquery.flot.resize.min.js | 7 …clearTimeout}()}})(jQuery,this);(function($){var options={};function init(plot){function onResize(… argument
|
D | jquery.flot.selection.js | 82 function init(plot) { argument 300 plot.hooks.bindEvents.push(function(plot, eventHolder) { argument 309 plot.hooks.drawOverlay.push(function (plot, ctx) { argument 337 plot.hooks.shutdown.push(function (plot, eventHolder) { argument
|
D | jquery.flot.selection.min.js | 7 (function($){function init(plot){var selection={first:{x:-1,y:-1},second:{x:-1,y:-1},show:false,act… argument
|
D | jquery.flot.fillbetween.min.js | 7 (function($){var options={series:{fillBetween:null}};function init(plot){function findBottomSeries(… argument
|
D | jquery.flot.stack.js | 43 function init(plot) { argument 57 function stackData(plot, s, datapoints) { argument
|
D | jquery.flot.stack.min.js | 7 (function($){var options={series:{stack:null}};function init(plot){function findMatchingSeries(s,al… argument
|
D | jquery.flot.fillbetween.js | 40 function init( plot ) { argument 62 function computeFillBottoms( plot, s, datapoints ) { argument
|
D | jquery.flot.categories.js | 56 function processRawData(plot, series, data, datapoints) { argument 174 function processDatapoints(plot, series, datapoints) { argument 179 function init(plot) { argument
|
D | jquery.flot.categories.min.js | 7 …{xaxis:{categories:null},yaxis:{categories:null}};function processRawData(plot,series,data,datapoi… argument
|
D | jquery.flot.errorbars.js | 76 function processRawData(plot, series, data, datapoints){ argument 162 function drawSeriesErrors(plot, ctx, s){ argument 330 function draw(plot, ctx){ argument 342 function init(plot) { argument
|
D | jquery.flot.errorbars.min.js | 7 …Cap:null,lowerCap:null,color:null,radius:null}}}};function processRawData(plot,series,data,datapoi… argument
|
D | jquery.flot.image.js | 118 function drawSeries(plot, ctx, series) { argument 216 function processRawData(plot, series, data, datapoints) { argument 230 function init(plot) { argument
|
/external/skia/src/gpu/ |
D | GrLayerAtlas.h | 73 Plot* plot(int index) { return fPlots[index]; } in plot() function 75 void appendPlot(Plot* plot) { in appendPlot() 82 void removePlot(const Plot* plot) { in removePlot() 90 bool contains(const Plot* plot) const { in contains()
|
D | GrLayerAtlas.cpp | 112 for (Plot* plot = iter.init(fPlotList, PlotIter::kHead_IterStart); plot; plot = iter.next()) { in resetPlots() local 121 void GrLayerAtlas::makeMRU(Plot* plot) { in makeMRU() 137 Plot* plot = usage->plot(i); in addToAtlas() local 156 Plot* plot; in addToAtlas() local
|
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/ |
D | SeriesRenderer.java | 28 private PlotType plot; field in SeriesRenderer 30 public SeriesRenderer(PlotType plot) { in SeriesRenderer() 38 public void setPlot(PlotType plot) { in setPlot()
|
/external/autotest/frontend/client/src/autotest/tko/ |
D | DynamicGraphingFrontend.java | 21 protected Plot plot; field in DynamicGraphingFrontend 24 public DynamicGraphingFrontend(final TabView parent, Plot plot, String preconfigType) { in DynamicGraphingFrontend() 75 table.setWidget(table.getRowCount(), 0, plot); in commonInitialization() local
|
/external/androidplot/Examples/DemoApp/src/com/androidplot/demos/ |
D | BarPlotExampleActivity.java | 61 private XYPlot plot; field in BarPlotExampleActivity 395 public SeriesRenderer getRendererInstance(XYPlot plot) { in getRendererInstance() 402 public MyBarRenderer(XYPlot plot) { in MyBarRenderer()
|