HomeSort by relevance Sort by last modified time
    Searched full:plot (Results 1 - 25 of 70) sorted by null

1 2 3

  /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"
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/
OccurrenceRenderer.java 20 import org.jfree.chart.plot.CrosshairState;
21 import org.jfree.chart.plot.PlotOrientation;
22 import org.jfree.chart.plot.PlotRenderingInfo;
23 import org.jfree.chart.plot.XYPlot;
49 XYPlot plot,
66 RectangleEdge domainEdge = plot.getDomainAxisEdge();
67 RectangleEdge rangeEdge = plot.getRangeAxisEdge();
79 PlotOrientation orientation = plot.getOrientation();
  /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:
plot_sdcard.py 18 """plot_sdcard: A module to plot the results of an sdcard perf test.
184 """Plot the duration of the ops against iteration.
229 """Plot the duration of the ops against time elapsed.
265 """Plot the time of a run against the number of processes."""
290 To plot the result using the iter number of the x axis:
294 To plot the result using time for the x axis:
298 To plot the result from the profiler:
  /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...]
  /prebuilt/common/jfreechart/
jfreechart-1.0.9.jar 
jfreechart-1.0.9-swt.jar 
README.txt 297 charts (2D or 3D) on a single plot;
392 - created new combined plot classes: CombinedDomainCategoryPlot,
421 - moved the DrawingSupplier into the plot class, renderers now
422 reference the supplier from the plot (parent plot for combined and
460 - incorporated contour plot updates from David M. O'Donnell;
490 - fixed missing category labels in the overlaid category plot;
508 (com.jrefinery.chart.axis), plots (com.jrefinery.chart.plot)
537 Rivett) and a compass plot (contributed by Bryan Scott). Updated
540 specified in the sub plot rather than the parent plot (this makes i
    [all...]
  /external/llvm/utils/
NightlyTest.gnuplot 3 ##------- Plot small Date vs LOC ----
14 plot "running_loc.txt" using 1:2 title '' with lines, \
17 ##------- Plot large Date vs LOC ----
22 plot "running_loc.txt" using 1:2 title '', \
36 plot "running_Olden_cbe_time.txt" u 1:2 t '' with lines, \
53 plot "running_Olden_cbe_time.txt" u 1:2 t '' with lines, \
73 plot "running_Olden_jit_time.txt" u 1:2 t '' with lines, \
90 plot "running_Olden_jit_time.txt" u 1:2 t '' with lines, \
110 plot "running_Olden_llc_time.txt" u 1:2 t '' with lines, \
127 plot "running_Olden_llc_time.txt" u 1:2 t '' with lines,
    [all...]
  /external/webrtc/src/modules/audio_processing/aec/main/matlab/
fullaec.m 834 %plot(abs(WFb));
838 %plot(WFbD);
840 %plot(threshMod)
842 % plot(abs(DD))
844 % plot(abs(Ek), 'r')
846 %plot(min(sqrt(Sd./(Se+1e-10)),1))
850 %plot(cohedFast);
852 %plot(WFbEn);
855 %plot(weight);
856 %plot([cohxd 1-cohed])
    [all...]
  /external/webrtc/src/modules/audio_processing/aecm/main/matlab/matlab/
AECMobile.m 226 %plot(n100,enerFar(n100),'b-',n100,enerNear(n100),'k--',n100,enerEcho(n100),'r-',[n100(1) n100(end)],[1 1]*vadThNew,'b:',[n100(1) n100(end)],[1 1]*((energyMax-energyMin)/4+energyMin),'r-.',[n100(1) n100(end)],[1 1]*vadNearThNew,'g:',[n100(1) n100(end)],[1 1]*energyMax,'r-.',[n100(1) n100(end)],[1 1]*energyMin,'r-.','LineWidth',2)
227 plot(n100,aecmStructNew.enerFar(n100),'b-',n100,aecmStructNew.enerNear(n100),'k--',n100,aecmStructNew.enerOut(n100),'r-.',n100,aecmStructNew.enerEcho(n100),'r-',n100,aecmStructNew.enerEchoStored(n100),'c-',[n100(1) n100(end)],[1 1]*((aecmStructNew.energyMax-aecmStructNew.energyMin)/4+aecmStructNew.energyMin),'g-.',[n100(1) n100(end)],[1 1]*aecmStructNew.energyMax,'g-.',[n100(1) n100(end)],[1 1]*aecmStructNew.energyMin,'g-.','LineWidth',2)
231 %plot(n100,enerError,'b-',[n100(1) n100(end)],[1 1]*vadNearTh,'r:',[n100(1) n100(end)],[-1.5 -1.5]*vadNearTh,'r:','LineWidth',2)
232 %plot(n100,enerError,'b-',[n100(1) n100(end)],[1 1],'r:',[n100(1) n100(end)],[-2 -2],'r:','LineWidth',2)
233 plot(n100,enerError,'b-',n100,enerErrorStored,'c-',[n100(1) n100(end)],[1 1]*aecmStructNew.varMean,'k--',[n100(1) n100(end)],[1 1],'r:',[n100(1) n100(end)],[-2 -2],'r:','LineWidth',2)
234 % Plot mu
235 %plot(n100,log2(aecmStructNew.muLog(n100)),'b-','LineWidth',2)
236 %plot(n100,log2(aecmStructNew.HGain(n100)),'b-',[n100(1) n100(end)],[1 1]*log2(sum(aecmStructNew.HStored)),'r:','LineWidth',2)
239 %plot(n100,enerVar(n100),'b-',[n100(1) n100(end)],[1 1],'r:',[n100(1) n100(end)],[-2 -2],'r:','LineWidth',2)
240 %plot(n100,enerVar(n100),'b-','LineWidth',2
    [all...]
align.m 90 plot([1:length(delayStructNew.new(:,i))],delayStructNew.new(:,i),trueDelay*[1 1],[min(delayStructNew.new(:,i)),max(delayStructNew.new(:,i))],'r',[1 length(delayStructNew.new(:,i))],threshold*[1 1],'r:', 'LineWidth',2);
91 %plot([1:length(delayStructNew.bcount(:,i))],delayStructNew.bcount(:,i),trueDelay*[1 1],[min(delayStructNew.bcount(:,i)),max(delayStructNew.bcount(:,i))],'r','LineWidth',2);
92 %plot([thedelay,thedelay],[min(fcount(:,i)),max(fcount(:,i))],'r');
  /external/skia/gpu/src/
GrAtlas.cpp 82 static void adjustForPlot(GrIPoint16* loc, const GrIPoint16& plot) {
83 loc->fX += plot.fX * GR_ATLAS_WIDTH;
84 loc->fY += plot.fY * GR_ATLAS_HEIGHT;
170 GrIPoint16 plot; local
171 if (!fPlotMgr->newPlot(&plot)) {
191 GrAtlas* newAtlas = new GrAtlas(this, plot.fX, plot.fY, format);
  /external/webrtc/src/modules/audio_processing/agc/main/matlab/
getGains.m 30 subplot(121); plot(in, out); axis([-60, 0, -5, 30]); grid on; xlabel('Input (dB)'); ylabel('Gain (dB)');
31 subplot(122); plot(in, in+out); axis([-60, 0, -60, 10]); grid on; xlabel('Input (dB)'); ylabel('Output (dB)');
  /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/libvpx/vp8/common/
textblit.c 55 static void plot (const int x, const int y, unsigned char *image, const int pitch) function
106 plot(y,x, image, pitch);
120 plot(x,y, image, pitch);
  /external/blktrace/doc/
bno_plot.1 5 bno_plot \- generate interactive 3D plot of IO blocks and sizes
27 bno_plot utilizes gnuplot to generate a 3D plot of the block number output from
  /development/tools/axl/
chewie.py 151 # pylab.plot([vals[-1][6]], rng)
154 pylab.plot(opened, rng, 'ro')
155 pylab.plot(killed[1], killed[0], 'rx')
179 # pylab.plot(lines, [[x, x] for x in range(len(vals))], 'r-')
  /external/blktrace/btt/
bno_plot.py 28 Utilizes gnuplot to generate a 3D plot of the block number output
109 fo = open('%s/plot.cmds' % tmpdir, 'w')
117 cmd = '/usr/bin/gnuplot %s/plot.cmds -' % tmpdir
  /frameworks/base/tools/velocityplot/
velocityplot.py 28 import matplotlib.pyplot as plot namespace
81 self.fig = plot.figure(1)
156 return axes.plot([], label=label, color=color, linewidth=linewidth)[0]
183 plot.close()
289 plot.show()
  /frameworks/base/tools/orientationplot/
orientationplot.py 24 import matplotlib.pyplot as plot namespace
77 self.fig = plot.figure(1)
201 return axes.plot([], label=label, color=color, linewidth=linewidth)[0]
236 plot.close()
427 plot.show()
  /external/libvpx/examples/includes/geshi/geshi/
locobasic.php 57 "PEEK", "PEN", "PLOT", "PLOTR", "POKE", "PRINT", "RAD", "RANDOMIZE",
gnuplot.php 58 'plot', 'print', 'pwd', 'quit',
181 // `help plot`
  /packages/wallpapers/Basic/res/values-lt/
strings.xml 43 <string name="variable_line_width" msgid="8487094734462263605">"Keisti ?ied? plot?"</string>

Completed in 475 milliseconds

1 2 3