HomeSort by relevance Sort by last modified time
    Searched refs:speed (Results 276 - 300 of 646) sorted by null

<<11121314151617181920>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/dvb/
video.h 107 /* 0 or 1000 specifies normal speed,
110 >1: playback at speed/1000 of the normal speed,
111 <-1: reverse playback at (-speed/1000) of the normal speed. */
112 __s32 speed; member in struct:video_command::__anon27494::__anon27496
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/dvb/
video.h 89 __s32 speed; member in struct:video_command::__anon55157::__anon55159
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/dvb/
video.h 89 __s32 speed; member in struct:video_command::__anon55924::__anon55926
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/dvb/
video.h 89 __s32 speed; member in struct:video_command::__anon56703::__anon56705
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/dvb/
video.h 89 __s32 speed; member in struct:video_command::__anon57481::__anon57483
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/dvb/
video.h 89 __s32 speed; member in struct:video_command::__anon58257::__anon58259
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/dvb/
video.h 89 __s32 speed; member in struct:video_command::__anon59034::__anon59036
  /external/ppp/pppd/
sys-linux.c 234 static int baud_rate_of (int speed);
774 struct speed { struct
865 struct speed *speedp;
872 warn("speed %d not supported", bps);
882 static int baud_rate_of (int speed)
884 struct speed *speedp;
886 if (speed != 0) {
888 if (speed == speedp->speed_val)
898 * at the requested speed, etc. If `local' is true, set CLOCAL
904 int speed; local
    [all...]
sys-solaris.c 1054 struct speed { struct
1148 struct speed *speedp;
1155 warn("speed %d not supported", bps);
1163 baud_rate_of(speed)
1164 int speed;
1166 struct speed *speedp;
1168 if (speed == 0)
1171 if (speed == speedp->speed_val)
1178 * at the requested speed, etc. If `local' is true, set CLOCAL
1185 int speed; local
    [all...]
  /bionic/libc/kernel/uapi/linux/
firewire-cdev.h 236 __u32 speed; member in struct:fw_cdev_create_iso_context
319 __u32 speed; member in struct:fw_cdev_send_stream_packet
  /development/ndk/platforms/android-L/include/linux/
firewire-cdev.h 236 __u32 speed; member in struct:fw_cdev_create_iso_context
319 __u32 speed; member in struct:fw_cdev_send_stream_packet
  /external/chromium_org/content/browser/geolocation/
geolocation_provider_impl_unittest.cc 89 actual.speed == expected_.speed &&
  /external/chromium_org/tools/telemetry/telemetry/page/actions/
pinch.js 19 this.speed_ = opt_options.speed;
scroll_bounce.js 45 this.options_.speed);
swipe.js 15 this.speed_ = opt_options.speed;
  /external/kernel-headers/original/uapi/linux/
firewire-cdev.h 414 #define FW_CDEV_IOC_GET_SPEED _IO('#', 0x11) /* returns speed code */
668 * @speed: Transmission speed
685 * @speed is ignored in receive context types.
700 __u32 speed; member in struct:fw_cdev_create_iso_context
999 __u32 speed; member in struct:fw_cdev_send_stream_packet
    [all...]
  /external/lzma/CS/7zip/Compress/LZMA/
LzmaBase.cs 36 public const int kNumLenToPosStatesBits = 2; // it's for speed optimization
  /external/okhttp/website/static/
jquery.smooth-scroll.min.js 7 (function(l){function t(l){return l.replace(/(:|\.)/g,"\\$1")}var e="1.4.10",o={exclude:[],excludeWithin:[],offset:0,direction:"top",scrollElement:null,scrollTarget:null,beforeScroll:function(){},afterScroll:function(){},easing:"swing",speed:400,autoCoefficent:2},r=function(t){var e=[],o=!1,r=t.dir&&"left"==t.dir?"scrollLeft":"scrollTop";return this.each(function(){if(this!=document&&this!=window){var t=l(this);t[r]()>0?e.push(this):(t[r](1),o=t[r]()>0,o&&e.push(this),t[r](0))}}),e.length||this.each(function(){"BODY"===this.nodeName&&(e=[this])}),"first"===t.el&&e.length>1&&(e=[e[0]]),e};l.fn.extend({scrollable:function(l){var t=r.call(this,{dir:l});return this.pushStack(t)},firstScrollable:function(l){var t=r.call(this,{el:"first",dir:l});return this.pushStack(t)},smoothScroll:function(e){e=e||{};var o=l.extend({},l.fn.smoothScroll.defaults,e),r=l.smoothScroll.filterPath(location.pathname);return this.unbind("click.smoothscroll").bind("click.smoothscroll",function(e){var n=this,s=l(this),c=o.exclude,i=o.excludeWithin,a=0,f=0,h=!0,u={},d=location.hostname===n.hostname||!n.hostname,m=o.scrollTarget||(l.smoothScroll.filterPath(n.pathname)||r)===r,p=t(n.hash);if(o.scrollTarget||d&&m&&p){for(;h&&c.length>a;)s.is(t(c[a++]))&&(h=!1);for(;h&&i.length>f;)s.closest(i[f++]).length&&(h=!1)}else h=!1;h&&(e.preventDefault(),l.extend(u,o,{scrollTarget:o.scrollTarget||p,link:n}),l.smoothScroll(u))}),this}}),l.smoothScroll=function(t,e){var o,r,n,s,c=0,i="offset",a="scrollTop",f={},h={};"number"==typeof t?(o=l.fn.smoothScroll.defaults,n=t):(o=l.extend({},l.fn.smoothScroll.defaults,t||{}),o.scrollElement&&(i="position","static"==o.scrollElement.css("position")&&o.scrollElement.css("position","relative"))),o=l.extend({link:null},o),a="left"==o.direction?"scrollLeft":a,o.scrollElement?(r=o.scrollElement,c=r[a]()):r=l("html, body").firstScrollable(),o.beforeScroll.call(r,o),n="number"==typeof t?t:e||l(o.scrollTarget)[i]()&&l(o.scrollTarget)[i]()[o.direction]||0,f[a]=n+c+o.offset,s=o.speed,"auto"===s&&(s=f[a]||r.scrollTop(),s/=o.autoCoefficent),h={duration:s,easing:o.easing,complete:fun (…)
  /external/openssl/
Apps-config-host.mk 66 apps/speed.c \
Apps-config-target.mk 66 apps/speed.c \
  /external/openssl/crypto/des/
FILES0 15 times - Some outputs from 'speed' on some machines.
24 speed.c - Source for libdes.a timing program.
  /frameworks/base/media/java/android/media/
PlayerRecord.java 91 public RccPlaybackState(int state, long positionMs, float speed) {
94 mSpeed = speed;
  /frameworks/ex/variablespeed/jni/
sola_time_scaler.cc 99 void SolaTimeScaler::set_speed(double speed) {
102 speed_ = speed;
109 LOGE("Requested speed %fx limited to 0.1x", speed_);
112 LOGE("Requested speed %fx limited to 8.0x", speed_);
128 // For compression (speed up), adjacent input windows overlap in the output.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
firewire-cdev.h 247 #define FW_CDEV_IOC_GET_SPEED _IO('#', 0x11) /* returns speed code */
429 * @speed: Speed to transmit at
449 __u32 speed; member in struct:fw_cdev_create_iso_context
598 * one quadlet of data (payload or header data) at speed S1600.
616 * @speed: Speed to transmit at
631 __u32 speed; member in struct:fw_cdev_send_stream_packet
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
firewire-cdev.h 247 #define FW_CDEV_IOC_GET_SPEED _IO('#', 0x11) /* returns speed code */
429 * @speed: Speed to transmit at
449 __u32 speed; member in struct:fw_cdev_create_iso_context
598 * one quadlet of data (payload or header data) at speed S1600.
616 * @speed: Speed to transmit at
631 __u32 speed; member in struct:fw_cdev_send_stream_packet

Completed in 894 milliseconds

<<11121314151617181920>>