HomeSort by relevance Sort by last modified time
    Searched full:yrange (Results 1 - 7 of 7) 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, " (…)
  /sdk/templates/other/Daydream/root/src/app_package/
DreamService.java.ftl 126 final int yRange = windowHeight - mDreamTextView.getHeight();
127 mDreamTextView.setTranslationY(mRandom.nextInt(yRange));
  /external/eigen/bench/btl/data/
gnuplot_common_settings.hh 76 set yrange [ * : * ] noreverse nowriteback # (currently [-10:10] )
  /packages/apps/DeskClock/src/com/android/deskclock/
Utils.java 246 final float yrange = mContentView.getHeight() - mSaverView.getHeight(); local
247 Log.v("xrange: "+xrange+" yrange: "+yrange);
249 if (xrange == 0 && yrange == 0) {
253 final int nexty = (int) (Math.random() * yrange);
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
gnuplot.php 92 'ydtics', 'ylabel', 'ymtics', 'yrange',
  /frameworks/base/core/java/com/android/internal/widget/multiwaveview/
MultiWaveView.java 429 final float[] yrange = new float[] local
441 "y", yrange,
    [all...]
  /frameworks/base/core/java/android/view/
ViewRootImpl.java     [all...]

Completed in 707 milliseconds