/external/srtp/ |
timing | 9 # timing.plt
#
# gnuplot script file for plotting the output generated by srtp_driver -t
#
# David A. McGrew
# Cisco Systems, Inc.
#
set xrange [0:2500]
set term pict "Times-Roman" 9
#
# plot authentication-only data
#
set title "Authentication Only"
set ylabel "Megabits per second"
set xlabel "Octets in packet"
set yrange [0:2000]
set output "plot-auth.pict"
plot "timing.dat" index 0 title "HMAC SHA1" with lines, "timing.dat" index 1 title "TMMH/AES" with lines, "timing.dat" index 2 title "TMMH/SEAL" with lines
#
# plot encryption-only data
#
set title "Encryption Only"
set ylabel "Megabits per second"
set xlabel "Octets in packet"
set output "plot-enc.pict"
set yrange [0:1200]
plot "timing.dat" index 3 title "SEAL" with lines, "timing.dat" index 4 title "AES ICM" with lines
#
# plot encryption and authentication data
#
set title "Encryption and Authentication"
set ylabel "Megabits per second"
set xlabel "Octets in packet"
set yrange [0:1000]
set output "plot-enc-auth.pict"
plot "timing.dat" index 5 title "TMMH/SEAL" with lines, "timing.dat" index 6 title "TMMH/AES" with line (…)
|
/external/dropbear/libtommath/logs/ |
graphs.dem | 7 plot 'add.log' smooth bezier title "Addition", 'sub.log' smooth bezier title "Subtraction" 10 plot 'sqr.log' smooth bezier title "Squaring (without Karatsuba)", 'sqr_kara.log' smooth bezier title "Squaring (Karatsuba)", 'mult.log' smooth bezier title "Multiplication (without Karatsuba)", 'mult_kara.log' smooth bezier title "Multiplication (Karatsuba)" 13 plot 'expt.log' smooth bezier title "Exptmod (Montgomery)", 'expt_dr.log' smooth bezier title "Exptmod (Dimminished Radix)", 'expt_2k.log' smooth bezier title "Exptmod (2k Reduction)" 16 plot 'invmod.log' smooth bezier title "Modular Inverse"
|
/prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/ |
jfreechart-1.0.9-sources.jar | |
jfreechart-1.0.9.jar | |
/system/extras/tests/sdcard/ |
README | 6 * A host python script to plot the data. 44 If you want to plot the data, you need to use the --dump option and provide a file: 51 To plot the result using the iter number of the x axis: 55 To plot the result using time for the x axis: 59 To plot the result from the profiler:
|
/external/chromium_org/v8/tools/profviz/ |
profviz.js | 103 "plot", 120 this.plot.style.webkitFilter = "grayscale(1)"; 128 this.plot.style.webkitFilter = ""; 140 this.toggle("plot"); 141 this.plot.src = ""; 147 if (this.toggledisplay.next_mode == "plot") { 149 this.plot.style.display = "block"; 153 this.toggledisplay.next_mode = "plot"; 154 this.plot.style.display = "none"; 156 this.toggledisplay.innerHTML = "Show plot"; [all...] |
/external/skia/bench/ |
ChartBench.cpp | 31 // Generates a path to stroke along the top of each plot and a fill path for the area below each 32 // plot. The fill path is bounded below by the bottomData plot points or a horizontal line at 40 SkPath* plot, SkPath* fill) { 41 plot->rewind(); 43 plot->incReserve(topData.count()); 55 plot->moveTo(x, topData[leftShift]); 59 plot->lineTo(x, topData[i + leftShift]); 65 plot->lineTo(x, topData[i]); 90 // A set of scrolling line plots with the area between each plot filled. Stresses out GPU pat [all...] |
/pdk/apps/CameraITS/tests/ |
test_blc_lsc.py | 88 pylab.plot(exposures, r_means_center, 'r') 89 pylab.plot(exposures, g_means_center, 'g') 90 pylab.plot(exposures, b_means_center, 'b') 95 pylab.plot(exposures, r_means_corner, 'r') 96 pylab.plot(exposures, g_means_corner, 'g') 97 pylab.plot(exposures, b_means_corner, 'b')
|
test_black_white.py | 64 # Draw a plot. 65 pylab.plot([0,1], r_means, 'r') 66 pylab.plot([0,1], g_means, 'g') 67 pylab.plot([0,1], b_means, 'b')
|
test_latching.py | 66 # Draw a plot. 68 pylab.plot(idxs, r_means, 'r') 69 pylab.plot(idxs, g_means, 'g') 70 pylab.plot(idxs, b_means, 'b')
|
test_exposure.py | 55 # Draw a plot. 56 pylab.plot(mults, r_means, 'r') 57 pylab.plot(mults, g_means, 'g') 58 pylab.plot(mults, b_means, 'b')
|
test_param_exposure_time.py | 59 # Draw a plot. 60 pylab.plot(exposures, r_means, 'r') 61 pylab.plot(exposures, g_means, 'g') 62 pylab.plot(exposures, b_means, 'b')
|
test_param_sensitivity.py | 66 # Draw a plot. 67 pylab.plot(sensitivities, r_means, 'r') 68 pylab.plot(sensitivities, g_means, 'g') 69 pylab.plot(sensitivities, b_means, 'b')
|
/prebuilts/devtools/tools/lib/ |
jfreechart-1.0.9.jar | |
/prebuilts/tools/common/jfreechart/ |
jfreechart-1.0.9.jar | |
/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...] |
/external/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...] |
/external/chromium_org/third_party/skia/src/gpu/ |
GrAtlas.cpp | 104 static void adjustForPlot(GrIPoint16* loc, const GrIPoint16& plot) { 105 loc->fX += plot.fX * GR_ATLAS_WIDTH; 106 loc->fY += plot.fY * GR_ATLAS_HEIGHT; 215 GrIPoint16 plot; local 216 if (!fPlotMgr->newPlot(&plot)) { 236 GrAtlas* newAtlas = SkNEW_ARGS(GrAtlas, (this, plot.fX, plot.fY, format));
|
/external/skia/src/gpu/ |
GrAtlas.cpp | 104 static void adjustForPlot(GrIPoint16* loc, const GrIPoint16& plot) { 105 loc->fX += plot.fX * GR_ATLAS_WIDTH; 106 loc->fY += plot.fY * GR_ATLAS_HEIGHT; 215 GrIPoint16 plot; local 216 if (!fPlotMgr->newPlot(&plot)) { 236 GrAtlas* newAtlas = SkNEW_ARGS(GrAtlas, (this, plot.fX, plot.fY, format));
|
/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/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...] |
/external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jquery/ |
jquery.flot.dashes.js | 31 function init(plot) { 33 plot.hooks.processDatapoints.push(function(plot, series, datapoints) { 37 plot.hooks.draw.push(function(plot, ctx) { 39 var plotOffset = plot.getPlotOffset(), 221 $.plot.plugins.push({
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/benchmark/jquery/ |
jquery.flot.dashes.js | 31 function init(plot) { 33 plot.hooks.processDatapoints.push(function(plot, series, datapoints) { 37 plot.hooks.draw.push(function(plot, ctx) { 39 var plotOffset = plot.getPlotOffset(), 221 $.plot.plugins.push({
|