OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:yrange
(Results
1 - 15
of
15
) sorted by null
/external/srtp/
timing
16
# 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, " (…)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_genexps.py
154
>>>
yrange
= lambda n: (i for i in xrange(n))
155
>>> list(
yrange
(10))
161
... r =
yrange
(5)
178
... for i in
yrange
(n):
test_generators.py
97
>>> def
yrange
(n):
101
>>> list(
yrange
(5))
107
... r =
yrange
(5)
126
... for i in
yrange
(n):
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_genexps.py
154
>>>
yrange
= lambda n: (i for i in xrange(n))
155
>>> list(
yrange
(10))
161
... r =
yrange
(5)
178
... for i in
yrange
(n):
test_generators.py
97
>>> def
yrange
(n):
101
>>> list(
yrange
(5))
107
... r =
yrange
(5)
126
... for i in
yrange
(n):
[
all
...]
/external/chromium_org/third_party/lcov/contrib/galaxy/
posterize.pl
294
my $
yRange
= $maxY - $minY;
296
if ($xRange < $
yRange
){
299
$Range = $
yRange
;
/external/eigen/bench/btl/data/
gnuplot_common_settings.hh
76
set
yrange
[ * : * ] noreverse nowriteback # (currently [-10:10] )
/external/chromium_org/chrome/test/functional/perf/endure_graphs/js/
plotter.js
[
all
...]
/external/libvpx/libvpx/examples/includes/geshi/geshi/
gnuplot.php
92
'ydtics', 'ylabel', 'ymtics', '
yrange
',
/packages/apps/DeskClock/src/com/android/deskclock/
Utils.java
278
final float
yrange
= mContentView.getHeight() - mSaverView.getHeight();
local
280
if (xrange == 0 &&
yrange
== 0) {
284
final int nexty = (int) (Math.random() *
yrange
);
/frameworks/base/core/java/com/android/internal/widget/multiwaveview/
MultiWaveView.java
429
final float[]
yrange
= new float[]
local
441
"y",
yrange
,
[
all
...]
/external/chromium_org/v8/tools/profviz/
composer.js
381
output("set
yrange
[0:" + (num_timer_event + 1) + "]");
/external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/
dygraph-combined.js
1
DygraphLayout=function(b,a){this.dygraph_=b;this.options={};Dygraph.update(this.options,a?a:{});this.datasets=new Array();this.annotations=new Array()};DygraphLayout.prototype.attr_=function(a){return this.dygraph_.attr_(a)};DygraphLayout.prototype.addDataset=function(a,b){this.datasets[a]=b};DygraphLayout.prototype.setAnnotations=function(d){var e=this.attr_("xValueParser");for(var c=0;c<d.length;c++){var b={};if(!d[c].xval&&!d[c].x){this.dygraph_.error("Annotations must have an 'x' property");return}if(d[c].icon&&!(d[c].hasOwnProperty("width")&&d[c].hasOwnProperty("height"))){this.dygraph_.error("Must set width and height when setting annotation.icon property");return}Dygraph.update(b,d[c]);if(!b.xval){b.xval=e(b.x)}this.annotations.push(b)}};DygraphLayout.prototype.evaluate=function(){this._evaluateLimits();this._evaluateLineCharts();this._evaluateLineTicks();this._evaluateAnnotations()};DygraphLayout.prototype._evaluateLimits=function(){this.minxval=this.maxxval=null;if(this.options.dateWindow){this.minxval=this.options.dateWindow[0];this.maxxval=this.options.dateWindow[1]}else{for(var c in this.datasets){if(!this.datasets.hasOwnProperty(c)){continue}var d=this.datasets[c];var b=d[0][0];if(!this.minxval||b<this.minxval){this.minxval=b}var a=d[d.length-1][0];if(!this.maxxval||a>this.maxxval){this.maxxval=a}}}this.xrange=this.maxxval-this.minxval;this.xscale=(this.xrange!=0?1/this.xrange:1);this.minyval=this.options.yAxis[0];this.maxyval=this.options.yAxis[1];this.
yrange
=this.maxyval-this.minyval;this.yscale=(this.
yrange
!=0?1/this.
yrange
:1)};DygraphLayout.prototype._evaluateLineCharts=function(){this.points=new Array();for(var e in th (…)
[
all
...]
/frameworks/base/core/java/android/view/
ViewRootImpl.java
[
all
...]
/external/chromium_org/v8/test/mjsunit/tools/
profviz-test.default
2
"set
yrange
[0:24.5]",
[
all
...]
Completed in 1036 milliseconds