| /cts/apps/CameraITS/tests/scene1/ |
| test_raw_burst_sensitivity.py | 78 pylab.plot(range(len(variances)), variances)
|
| test_param_noise_reduction.py | 110 # Draw a plot. 112 pylab.plot(range(5), snrs[j], "rgb"[j])
|
| test_reprocess_noise_reduction.py | 132 # Draw a plot. 134 pylab.plot(range(5), snrs[channel], "rgb"[channel])
|
| /cts/suite/audio_quality/test_description/processing/ |
| gen_random.py | 49 #plt.plot(freq, abs(fft.fft(filteredData))) 50 #plt.plot(filteredData) 99 plt.plot(result)
|
| check_spectrum_playback.py | 129 plt.plot(amp)
|
| /external/chromium-trace/catapult/third_party/flot/ |
| NEWS.md | 16 sometimes wrap rather than extending the plot's offset to create space. 44 - Exposed the dateGenerator function on the plot object, as it used to be 53 - Added a plot.destroy method as a way to free memory when emptying the plot 81 other side of the plot from the first axis. This resulted in the axis bar 94 that the font size of the plot placeholder, which may be very different. 107 - When using multiple axes on opposite sides of the plot, the innermost axis 111 - When removing series labels and redrawing the plot, the legend now updates 119 sides of the plot where there was no last tick label. 285 adds the ability to plot error bars, commonly used in many kinds o [all...] |
| /external/fio/ |
| Makefile | 23 SCRIPTS = tools/fio_generate_plots tools/plot/fio2gnuplot tools/genfio 365 tools/plot/fio2gnuplot.1: 366 @cat tools/plot/fio2gnuplot.manpage | txt2man -t fio2gnuplot > tools/plot/fio2gnuplot.1 368 doc: tools/plot/fio2gnuplot.1 371 @man -t tools/plot/fio2gnuplot.1 | ps2pdf - fio2gnuplot.pdf 373 install: $(PROGS) $(SCRIPTS) tools/plot/fio2gnuplot.1 FORCE 379 $(INSTALL) -m 644 tools/plot/fio2gnuplot.1 $(DESTDIR)$(mandir)/man1 381 $(INSTALL) -m 644 tools/plot/*gpm $(DESTDIR)$(sharedir)/
|
| /external/mesa3d/src/gallium/drivers/llvmpipe/ |
| lp_rast_debug.c | 114 static void plot(struct tile *tile, function 152 plot(tile, i, j, val, blend); 167 plot(tile, i, j, val, FALSE); 210 plot(tile, x, y, val, blend);
|
| /external/skia/tools/VisualBench/ |
| VisualLightweightBenchModule.cpp | 136 stats.plot.c_str(),
|
| /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/pie/ |
| PieRenderer.java | 43 public PieRenderer(PieChart plot) { 44 super(plot);
|
| /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/ |
| LineAndPointRenderer.java | 33 public LineAndPointRenderer(XYPlot plot) {
34 super(plot);
|
| BarRenderer.java | 53 public BarRenderer(XYPlot plot) {
54 super(plot);
|
| /external/v8/tools/ |
| draw_instruction_graph.sh | 125 plot for [i=2:MAXCOL] '$file' using 1:(sum [col=i:MAXCOL] column(col)) \
|
| /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/ |
| bwe.cc | 107 bool plot) { 110 return new RembReceiver(flow_id, plot);
|
| bwe.h | 147 float GlobalReceiverPacketLossRatio(); // Plot histogram. 148 float RecentPacketLossRatio(); // Plot dynamics. 193 bool plot);
|
| plot_dynamics.py | 10 # This script is used to plot simulation dynamics. 11 # Able to plot each flow separately. Other plot boxes can be added, 85 line = plt.plot(x, y, label=alg, linewidth=4.0) 143 if line.startswith("PLOT"): 150 # Plot variables. 153 # Offest and threshold on the same plot.
|
| /frameworks/base/tools/orientationplot/ |
| orientationplot.py | 24 import matplotlib.pyplot as plot namespace 77 self.fig = plot.figure(1) 230 return axes.plot([], label=label, color=color, linewidth=linewidth)[0] 269 plot.close() 457 plot.show()
|
| /external/webrtc/webrtc/video/ |
| full_stack_plot.py | 159 These values are then skipped by the plot() method. 223 def plot(self, ax1): member in class:PlotConfig 275 ax.plot(x, y, "o-", label=line.label, markersize=3.0, linewidth=1.0, 382 """Generates plot configs for given command line arguments.""" 385 # for each plot. For each group, we partially parse it with 405 config.plot(ax)
|
| /cts/apps/CameraITS/tests/ |
| tutorial.py | 169 # Plot the histogram using matplotlib, and save as a PNG image. 170 pylab.plot(range(256), hist.tolist())
|
| /external/autotest/tko/ |
| machine_aggr.cgi | 110 graph.plot(cgi_header = True)
|
| plotgraph.py | 65 def plot(self, cgi_header = False, output = None, test = None): member in class:gnuplot 94 g.write('plot ' + ', '.join(plot_lines) + '\n')
|
| /external/blktrace/btt/ |
| btt_plot.py | 52 each type ('aqd.dat' for example). If such files are found, a plot for 282 """Generate the output plot based upon the type and database""" 317 print 'Generating plot into %s' % ofile 340 ax.plot(dat['x'], dat['y'], color(idx, 'marker'), 345 ax.plot(dat['ax'], dat['ay'], color(idx, 'line'),
|
| /external/v8/tools/profviz/ |
| composer.js | 37 var kStackFrames = 8; // Stack frames to display in the plot. 186 if (merge_start > range_end) break; // Out of plot range. 197 if (merge_end < range_start) continue; // Out of plot range. 380 // Set pause tolerance to something appropriate for the plot resolution 433 // Plot deopts. 444 // Plot current time polls. 467 // Plot timeline. 478 // Plot code kind gathered from ticks. 513 // Force plot and return without plotting execution pause impulses. 514 output("plot 1/0") [all...] |
| /external/mesa3d/src/mesa/swrast/ |
| s_aaline.c | 337 plot_func plot, 407 (*plot)(ctx, line, ix, iy); 453 (*plot)(ctx, line, ix, iy);
|
| /external/autotest/frontend/tko/ |
| rpc_interface.py | 300 def create_metrics_plot(queries, plot, invert, drilldown_callback, 303 queries, plot, invert, normalize, drilldown_callback=drilldown_callback)
|