HomeSort by relevance Sort by last modified time
    Searched refs:speed (Results 1 - 25 of 155) sorted by null

1 2 3 4 5 6 7

  /external/webkit/WebCore/rendering/style/
StyleMarqueeData.cpp 31 , speed(RenderStyle::initialMarqueeSpeed())
41 , speed(o.speed)
50 return increment == o.increment && speed == o.speed && direction == o.direction &&
StyleMarqueeData.h 47 int speed; member in class:WebCore::StyleMarqueeData
  /bionic/libc/kernel/common/linux/raid/
xor.h 22 int speed; member in struct:xor_block_template
  /development/ndk/platforms/android-3/include/linux/raid/
xor.h 22 int speed; member in struct:xor_block_template
  /external/kernel-headers/original/linux/raid/
xor.h 13 int speed; member in struct:xor_block_template
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/raid/
xor.h 22 int speed; member in struct:xor_block_template
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/raid/
xor.h 22 int speed; member in struct:xor_block_template
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/raid/
xor.h 22 int speed; member in struct:xor_block_template
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/raid/
xor.h 22 int speed; member in struct:xor_block_template
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/raid/
xor.h 22 int speed; member in struct:xor_block_template
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/raid/
xor.h 22 int speed; member in struct:xor_block_template
  /external/webkit/WebCore/page/
Coordinates.h 39 static PassRefPtr<Coordinates> create(double latitude, double longitude, bool providesAltitude, double altitude, double accuracy, bool providesAltitudeAccuracy, double altitudeAccuracy, bool providesHeading, double heading, bool providesSpeed, double speed) { return adoptRef(new Coordinates(latitude, longitude, providesAltitude, altitude, accuracy, providesAltitudeAccuracy, altitudeAccuracy, providesHeading, heading, providesSpeed, speed)); }
47 double speed() const { return m_speed; } function in class:WebCore::Coordinates
55 Coordinates(double latitude, double longitude, bool providesAltitude, double altitude, double accuracy, bool providesAltitudeAccuracy, double altitudeAccuracy, bool providesHeading, double heading, bool providesSpeed, double speed)
62 , m_speed(speed)
GeolocationPosition.h 41 static PassRefPtr<GeolocationPosition> create(double timestamp, double latitude, double longitude, double accuracy, bool providesAltitude, double altitude, bool providesAltitudeAccuracy, double altitudeAccuracy, bool providesHeading, double heading, bool providesSpeed, double speed) { return adoptRef(new GeolocationPosition(timestamp, latitude, longitude, accuracy, providesAltitude, altitude, providesAltitudeAccuracy, altitudeAccuracy, providesHeading, heading, providesSpeed, speed)); }
51 double speed() const { return m_speed; } function in class:WebCore::GeolocationPosition
75 GeolocationPosition(double timestamp, double latitude, double longitude, double accuracy, bool providesAltitude, double altitude, bool providesAltitudeAccuracy, double altitudeAccuracy, bool providesHeading, double heading, bool providesSpeed, double speed)
83 , m_speed(speed)
Coordinates.idl 35 readonly attribute [Custom] double speed;
  /external/bluetooth/bluez/tools/
hciattach.h 45 int set_speed(int fd, struct termios *ti, int speed);
49 int texasalt_init(int fd, int speed, struct termios *ti);
  /external/quake/quake/src/WinQuake/
snd_next.cpp 36 shm->speed = desired_speed;
48 shm->samplepos = (int)(realtime*shm->speed*shm->channels) & (shm->samples-1);
  /packages/apps/Mms/src/org/w3c/dom/smil/
ElementTimeManipulation.java 25 * Defines the playback speed of element time. The value is specified as
26 * a multiple of normal (parent time container) play speed. Legal values
28 * default is <code>1.0</code> (no modification of speed).
33 public void setSpeed(float speed)
  /external/webkit/WebCore/bindings/js/
JSCoordinatesCustom.cpp 59 JSValue JSCoordinates::speed(ExecState* exec) const function in class:WebCore::JSCoordinates
64 return jsNumber(exec, imp->speed());
  /bionic/libc/include/
termios.h 85 static __inline__ int cfsetospeed(struct termios *s, speed_t speed)
87 s->c_cflag = (s->c_cflag & ~CBAUD) | (speed & CBAUD);
96 static __inline__ int cfsetispeed(struct termios *s, speed_t speed)
98 s->c_cflag = (s->c_cflag & ~CBAUD) | (speed & CBAUD);
  /development/ndk/platforms/android-3/include/
termios.h 85 static __inline__ int cfsetospeed(struct termios *s, speed_t speed)
87 s->c_cflag = (s->c_cflag & ~CBAUD) | (speed & CBAUD);
96 static __inline__ int cfsetispeed(struct termios *s, speed_t speed)
98 s->c_cflag = (s->c_cflag & ~CBAUD) | (speed & CBAUD);
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
termios.h 85 static __inline__ int cfsetospeed(struct termios *s, speed_t speed)
87 s->c_cflag = (s->c_cflag & ~CBAUD) | (speed & CBAUD);
96 static __inline__ int cfsetispeed(struct termios *s, speed_t speed)
98 s->c_cflag = (s->c_cflag & ~CBAUD) | (speed & CBAUD);
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
termios.h 85 static __inline__ int cfsetospeed(struct termios *s, speed_t speed)
87 s->c_cflag = (s->c_cflag & ~CBAUD) | (speed & CBAUD);
96 static __inline__ int cfsetispeed(struct termios *s, speed_t speed)
98 s->c_cflag = (s->c_cflag & ~CBAUD) | (speed & CBAUD);
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
termios.h 85 static __inline__ int cfsetospeed(struct termios *s, speed_t speed)
87 s->c_cflag = (s->c_cflag & ~CBAUD) | (speed & CBAUD);
96 static __inline__ int cfsetispeed(struct termios *s, speed_t speed)
98 s->c_cflag = (s->c_cflag & ~CBAUD) | (speed & CBAUD);
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
termios.h 85 static __inline__ int cfsetospeed(struct termios *s, speed_t speed)
87 s->c_cflag = (s->c_cflag & ~CBAUD) | (speed & CBAUD);
96 static __inline__ int cfsetispeed(struct termios *s, speed_t speed)
98 s->c_cflag = (s->c_cflag & ~CBAUD) | (speed & CBAUD);
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
termios.h 85 static __inline__ int cfsetospeed(struct termios *s, speed_t speed)
87 s->c_cflag = (s->c_cflag & ~CBAUD) | (speed & CBAUD);
96 static __inline__ int cfsetispeed(struct termios *s, speed_t speed)
98 s->c_cflag = (s->c_cflag & ~CBAUD) | (speed & CBAUD);

Completed in 970 milliseconds

1 2 3 4 5 6 7