/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/util/ |
Redrawer.java | 18 private List<Plot> plots; field in class:Redrawer 25 * @param plots List of Plot instances to be redrawn 26 * @param maxRefreshRate Desired frequency at which to redraw plots. 29 public Redrawer(List<Plot> plots, float maxRefreshRate, boolean startImmediately) { 30 this.plots = plots; 82 for(Plot plot : plots) {
|
/external/autotest/tko/ |
plotgraph | 54 push @plots, $plot_main if ($plot_main); 55 push @plots, $plot_mm if ($plot_mm); 56 push @plots, $plot_other if ($plot_other); 57 $plots = join (',', @plots); 71 print GNUPLOT "plot $plots\n";
|
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/ |
plot_dynamics.sh | 31 plots=$(echo "$log" | grep "^PLOT") 33 figures=($(echo "$plots" | cut -f 2 | sort | uniq)) 37 data_sets=$(echo "$plots" | grep "^PLOT.$figure" | cut -f 3 | sort | uniq)
|
/cts/apps/CameraITS/tests/dng_noise_model/ |
dng_noise_model.py | 115 plots = [] 182 plots.append([round(s), fig]) 241 for [s, fig] in plots:
|
/external/v8/tools/ |
gc-nvp-trace-processor.py | 173 def plot_all(plots, trace, prefix): 176 for plot in plots: 203 plots = [ variable 284 charts = plot_all(plots, trace, filename)
|
/external/chromium-trace/catapult/third_party/flot/ |
FAQ.md | 8 if IE users are in your target group (for large plots in IE, you can
|
NEWS.md | 5 - Updated example code to avoid encouraging unnecessary re-plots. 11 last axis ticks, allowing plots to span the full width of their container. 214 toggled with a simple option, making it easy to create interactive plots in the 591 plugin, to guard against errors when synchronizing plots (fix by Lau 765 - Axis transformation support, useful for non-linear plots, e.g. log axes and [all...] |
/external/autotest/frontend/tko/ |
graphing_utils.py | 178 def _create_line(plots, labels, plot_info): 182 plots: list of dicts containing the plot data. Each dict contains: 200 plot_height = _MULTIPLE_PLOT_HEIGHT_PER_PLOT * len(plots) 207 for plot_index, (plot, color) in enumerate(zip(plots, _colors(len(plots)))): 213 subplot = figure.add_subplot(len(plots), 1, plot_index + 1) 216 # for separate plots, just invert the y-axis 220 # manually, since all plots share a y-axis 278 legend = figure.legend(lines, [plot['label'] for plot in plots], 309 def _create_bar(plots, labels, plot_info) [all...] |
/external/libvorbis/doc/ |
07-floor1.tex | 9 encode a spectral envelope curve. The representation plots this curve 241 values taken from the bitstream. The second step plots the curve
|
/external/blktrace/btt/doc/ |
btt.tex | 49 and also show some interesting plots generated from the data provided [all...] |