/prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/ |
jfreechart-1.0.9.jar | |
/external/fio/tools/ |
fio_generate_plots | 78 plot () { function 112 echo " $PLOT_TITLE ; $YAXIS ; $DEFAULT_OPTS ; show style lines ; $OUTPUT ; plot " $PLOT_LINE | $GNUPLOT - 117 # plot <sub title> <file name tag> <y axis label> <y axis scale> 120 plot "I/O Latency" lat "Time (msec)" 1000 121 plot "I/O Operations Per Second" iops "IOPS" 1 122 plot "I/O Submission Latency" slat "Time (?sec)" 1 123 plot "I/O Completion Latency" clat "Time (msec)" 1000 124 plot "I/O Bandwidth" bw "Throughput (KB/s)" 1
|
/external/chromium_org/third_party/skia/src/gpu/ |
GrLayerCache.h | 22 // means the plot in which it resides and its bounds inside the plot. 28 void set(GrPlot* plot, const GrIRect16& bounds) { 29 fPlot = plot; 33 const GrPlot* plot() const { function in class:GrAtlasLocation
|
GrTextStrike.cpp | 129 GrPlot* plot = atlasMgr->getUnusedPlot(); local 130 if (NULL == plot) { 133 plot->resetRects(); 145 strikeToPurge->removePlot(plot); 273 void GrTextStrike::removePlot(const GrPlot* plot) { 276 if (plot == glyphArray[i]->fPlot) { 281 fAtlasMgr->removePlot(&fAtlas, plot); 317 GrPlot* plot = fAtlasMgr->addToAtlas(&fAtlas, glyph->width(), local 321 if (NULL == plot) { 325 glyph->fPlot = plot; [all...] |
GrTextStrike.h | 47 // remove any references to this plot 48 void removePlot(const GrPlot* plot); 82 // make an unused plot available
|
/external/skia/src/gpu/ |
GrLayerCache.h | 22 // means the plot in which it resides and its bounds inside the plot. 28 void set(GrPlot* plot, const GrIRect16& bounds) { 29 fPlot = plot; 33 const GrPlot* plot() const { function in class:GrAtlasLocation
|
GrTextStrike.cpp | 129 GrPlot* plot = atlasMgr->getUnusedPlot(); local 130 if (NULL == plot) { 133 plot->resetRects(); 145 strikeToPurge->removePlot(plot); 273 void GrTextStrike::removePlot(const GrPlot* plot) { 276 if (plot == glyphArray[i]->fPlot) { 281 fAtlasMgr->removePlot(&fAtlas, plot); 317 GrPlot* plot = fAtlasMgr->addToAtlas(&fAtlas, glyph->width(), local 321 if (NULL == plot) { 325 glyph->fPlot = plot; [all...] |
GrTextStrike.h | 47 // remove any references to this plot 48 void removePlot(const GrPlot* plot); 82 // make an unused plot available
|
/external/chromium_org/v8/tools/ |
gc-nvp-trace-processor.py | 116 class Plot(object): 124 return 'plot ' + ', '.join([item.to_gnuplot(ctx) for item in self.items]) 144 def collect_fields(plot): 153 for field in flatten([item.fieldrefs() for item in plot]): 158 def is_y2_used(plot): 159 for subplot in plot: 160 if isinstance(subplot, Plot): 180 def generate_script_and_datafile(plot, trace, datafile, output): 181 (fields, field_to_index) = collect_fields(plot) 192 if is_y2_used(plot) [all...] |
plot-timer-events | 84 -- $@ $options 2>/dev/null > timer-events.plot 88 cat timer-events.plot 90 cat timer-events.plot | gnuplot > timer-events.png 93 rm -f timer-events.plot
|
/external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/test/ |
bwe_plot.sh | 28 data_sets=$(echo "$log" | grep "^PLOT" | cut -f 2 | sort | uniq) 39 echo -n "plot " 58 echo "$log" | grep "^PLOT.$set" | cut -f 3,4
|
/external/chromium_org/third_party/webrtc/modules/video_coding/main/test/ |
plotTimingTest.m | 59 plot(timeStamps, decTime(:, 2), 'r'); 60 plot(timeStamps, waitTime(:, 3), 'g'); 61 plot(timeStamps(2:end), diff(renderTime(:, 2)), 'b');
|
/external/eigen/bench/btl/data/ |
mk_gnuplot_script.sh | 9 echo plot \\ >> $WHAT.gnuplot 33 echo plot \\ >> $WHAT.gnuplot 48 echo plot \\ >> $WHAT.gnuplot
|
/cts/suite/cts/utils/ |
grapher.py | 25 This uses MatPlotLib (http://matplotlib.org/) to plot which can be installed on linux with; 64 # Create a plot 69 # Plot the workload vs the values 70 ax.plot(x, y, 'o-', label=lbl, color=clr)
|
/external/fio/tools/plot/ |
math.gpm | 25 plot '$1' using 2:xtic(1) ti col, $5 w l ls 1 ti 'Global average value ($5)'
|
/pdk/apps/CameraITS/tests/scene1/ |
test_black_white.py | 72 # Draw a plot. 73 pylab.plot([0,1], r_means, 'r') 74 pylab.plot([0,1], g_means, 'g') 75 pylab.plot([0,1], b_means, 'b')
|
test_exposure.py | 69 # Draw a plot. 70 pylab.plot(mults, r_means, 'r') 71 pylab.plot(mults, g_means, 'g') 72 pylab.plot(mults, b_means, 'b')
|
test_latching.py | 75 # Draw a plot. 77 pylab.plot(idxs, r_means, 'r') 78 pylab.plot(idxs, g_means, 'g') 79 pylab.plot(idxs, b_means, 'b')
|
test_linearity.py | 85 pylab.plot(sensitivities, r_means, 'r') 86 pylab.plot(sensitivities, g_means, 'g') 87 pylab.plot(sensitivities, b_means, 'b') 91 # Check that each plot is actually linear.
|
test_param_color_correction.py | 85 # Draw a plot. 87 pylab.plot(domain, r_means, 'r') 88 pylab.plot(domain, g_means, 'g') 89 pylab.plot(domain, b_means, 'b')
|
/pdk/apps/CameraITS/tools/ |
compute_dng_noise_model.py | 120 # Draw a plot. 121 pylab.plot(xs, ys, 'r') 122 pylab.plot([0,xs[-1]],[b,m*xs[-1]+b],'b') 134 # Plot curve "O" as 10x, so it fits in the same scale as curve "S". 135 pylab.plot(gains, [10*o for o in Os], 'r') 136 pylab.plot([gains[0],gains[-1]], 138 pylab.plot(gains, Ss, 'r') 139 pylab.plot([gains[0],gains[-1]], [mS*gains[0]+bS, mS*gains[-1]+bS], 'b')
|
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/test/BWEStandAlone/ |
MatlabPlot.cc | 211 s << "[0 1], [0 1]"; // To get an empty plot 676 // we have something to plot 680 cmd << "figure; h" << _figHandle << "= plot("; 793 void MatlabPlot::Plot() 953 newPlot->SetFigHandle(++_numPlots); // first plot is number 1 962 void MatlabEngine::DeletePlot(MatlabPlot *plot) 966 if (plot == NULL) 974 if (plot == *it) 980 assert (plot == *it); 987 delete plot; 1017 MatlabPlot *plot = eng->_plots[ix]; local [all...] |
/external/chromium_org/third_party/flot/ |
jquery.flot.navigate.min.js | 1 /* Flot plugin for adding the ability to pan and zoom the plot. 7 to pan. The plugin defines plot.zoom({ center }), plot.zoomOut() and 8 plot.pan( offset ) so you easily can add custom controls. It also fires 31 interactive for pan, then you'll have a basic plot that supports moving 40 "frameRate" specifies the maximum number of times per second the plot will 42 intermediate pans, the plot will then not update until the mouse button is 58 plot = $.plot(...); 61 plot.zoom({ center: { left: 10, top: 20 } }) [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/ |
xm_line.c | 137 #define PLOT(X,Y) XMesaPutPixel(xrb->ximage, X, YFLIP(xrb, Y), pixel ); 154 #define PLOT(X,Y) *pixelPtr = pixel; 171 #define PLOT(X,Y) *pixelPtr = pixel; 188 #define PLOT(X,Y) *pixelPtr = pixel; 204 #define PLOT(X,Y) { \ 225 #define PLOT(X,Y) *pixelPtr = pixel; 242 #define PLOT(X,Y) PACK_TRUEDITHER( *pixelPtr, X, Y, color[0], color[1], color[2] ); 260 #define PLOT(X,Y) \ 283 #define PLOT(X,Y) \ 306 #define PLOT(X,Y) [all...] |
/external/mesa3d/src/mesa/drivers/x11/ |
xm_line.c | 137 #define PLOT(X,Y) XMesaPutPixel(xrb->ximage, X, YFLIP(xrb, Y), pixel ); 154 #define PLOT(X,Y) *pixelPtr = pixel; 171 #define PLOT(X,Y) *pixelPtr = pixel; 188 #define PLOT(X,Y) *pixelPtr = pixel; 204 #define PLOT(X,Y) { \ 225 #define PLOT(X,Y) *pixelPtr = pixel; 242 #define PLOT(X,Y) PACK_TRUEDITHER( *pixelPtr, X, Y, color[0], color[1], color[2] ); 260 #define PLOT(X,Y) \ 283 #define PLOT(X,Y) \ 306 #define PLOT(X,Y) [all...] |