Searched defs:speed (Results 1 - 25 of 74) sorted by relevance

123

/external/webkit/Source/WebCore/bindings/js/
H A DJSCoordinatesCustom.cpp59 JSValue JSCoordinates::speed(ExecState*) const function in class:WebCore::JSCoordinates
64 return jsNumber(imp->speed());
/external/kernel-headers/original/linux/raid/
H A Dxor.h13 int speed; member in struct:xor_block_template
/external/webkit/Source/WebCore/rendering/style/
H A DStyleMarqueeData.h47 int speed; member in class:WebCore::StyleMarqueeData
/external/openssh/openbsd-compat/
H A Dbsd-nextstep.c91 cfsetospeed(struct termios *t,int speed) argument
93 t->c_ospeed = speed;
98 cfsetispeed(struct termios *t, int speed) argument
100 t->c_ispeed = speed;
/external/webkit/Source/WebCore/rendering/
H A DRenderMarquee.h62 int speed() const { return m_speed; } function in class:WebCore::RenderMarquee
/external/webkit/Source/WebKit/chromium/public/
H A DWebGeolocationPosition.h43 WebGeolocationPosition(double timestamp, double latitude, double longitude, double accuracy, bool providesAltitude, double altitude, bool providesAltitudeAccuracy, double altitudeAccuracy, bool providesHeading, double heading, bool providesSpeed, double speed) argument
45 assign(timestamp, latitude, longitude, accuracy, providesAltitude, altitude, providesAltitudeAccuracy, altitudeAccuracy, providesHeading, heading, providesSpeed, speed);
50 WEBKIT_API void assign(double timestamp, double latitude, double longitude, double accuracy, bool providesAltitude, double altitude, bool providesAltitudeAccuracy, double altitudeAccuracy, bool providesHeading, double heading, bool providesSpeed, double speed);
/external/jmonkeyengine/engine/src/core/com/jme3/cinematic/events/
H A DCinematicEvent.java68 * Sets the speed of the animation (1 is normal speed, 2 is twice faster)
69 * @param speed
71 public void setSpeed(float speed); argument
74 * returns the speed of the animation
75 * @return the speed
106 * returns the initial duration of the animation at speed = 1 in seconds.
112 * Sets the duration of the antionamtion at speed = 1 in seconds
H A DAbstractCinematicEvent.java50 * A cinematic event must be given an inital duration in seconds (duration of the event at speed = 1) (default is 10)
56 protected float speed = 1; field in class:AbstractCinematicEvent
91 * @param initialDuration the duration of the event at speed = 1
124 time = time + (tpf * speed);
125 //time = elapsedTimePause + (timer.getTimeInSeconds() - start) * speed;
181 * returns the actual duration of the animtion (initialDuration/speed)
185 return initialDuration / speed;
189 * Sets the speed of the animation.
190 * At speed = 1, the animation will last initialDuration seconds,
191 * At speed
194 setSpeed(float speed) argument
[all...]
/external/openssh/
H A Dttymodes.c63 * uint32 (u_int) follows speed in SSH1 and SSH2
75 speed_to_baud(speed_t speed) argument
77 switch (speed) {
/external/webkit/Source/WebKit/chromium/src/
H A DWebGeolocationPosition.cpp35 void WebGeolocationPosition::assign(double timestamp, double latitude, double longitude, double accuracy, bool providesAltitude, double altitude, bool providesAltitudeAccuracy, double altitudeAccuracy, bool providesHeading, double heading, bool providesSpeed, double speed) argument
37 m_private = GeolocationPosition::create(timestamp, latitude, longitude, accuracy, providesAltitude, altitude, providesAltitudeAccuracy, altitudeAccuracy, providesHeading, heading, providesSpeed, speed);
/external/replicaisland/src/com/replica/replicaisland/
H A DPatrolComponent.java258 public void setMovementSpeed(float speed, float acceleration) { argument
259 mMaxSpeed = speed;
/external/skia/src/gpu/
H A DFlingState.cpp19 static float pin_max_fling(float speed) { argument
20 if (speed > MAX_FLING_SPEED) {
21 speed = MAX_FLING_SPEED;
23 return speed;
59 // printf("---- speed %g dir %g %g\n", fSpeed0, fDirection.fX, fDirection.fY);
71 const float speed = fSpeed0 * (sk_float_exp(- K0 * t) - K1); local
72 if (speed <= MIN_SPEED) {
76 float dist = (fSpeed0 - speed) / K0;
78 // printf("---- time %g speed %g dist %g\n", t, speed, dis
[all...]
/external/webkit/Source/WebCore/page/
H A DCoordinates.h37 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)); } argument
50 double speed() const { return m_speed; } function in class:WebCore::Coordinates
58 Coordinates(double latitude, double longitude, bool providesAltitude, double altitude, double accuracy, bool providesAltitudeAccuracy, double altitudeAccuracy, bool providesHeading, double heading, bool providesSpeed, double speed) argument
65 , m_speed(speed)
H A DGeolocationPosition.h41 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)); } argument
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) argument
83 , m_speed(speed)
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DGeolocationClientQt.cpp83 double speed = geoPosition.attribute(QGeoPositionInfo::GroundSpeed); local
90 providesHeading, heading, providesSpeed, speed);
/external/eigen/demos/mandelbrot/
H A Dmandelbrot.cpp145 float speed = elapsed ? float(total_iter)*1000/elapsed : 0; local
146 max_speed = std::max(max_speed, speed);
149 << speed << " iters/s (max " << max_speed << ")" << std::endl;
/external/grub/stage2/
H A Dserial.c42 /* The structure for speed vs. divisor. */
45 int speed;
128 SPEED is a DTE-DTE speed which must be one of these: 2400, 4800, 9600,
135 serial_hw_init (unsigned short port, unsigned int speed,
150 if (divisor_tab[i].speed == speed)
44 int speed; member in struct:divisor
134 serial_hw_init(unsigned short port, unsigned int speed, int word_len, int parity, int stop_bit_len) argument
/external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/
H A DBulletAppState.java32 private float speed = 1; field in class:BulletAppState
185 pSpace.update(active ? tpf * speed : 0);
249 return speed;
252 public void setSpeed(float speed) { argument
253 this.speed = speed;
/external/jmonkeyengine/engine/src/core/com/jme3/animation/
H A DAnimChannel.java61 private float speed; field in class:AnimChannel
148 * @return The speed that is assigned to the animation channel. The speed
150 * at its default speed.
155 return speed;
159 * @param speed Set the speed of the animation channel. The speed
161 * at its default speed.
163 public void setSpeed(float speed) { argument
[all...]
/external/jmonkeyengine/engine/src/core/com/jme3/cinematic/
H A DCinematic.java152 public void setSpeed(float speed) { argument
153 super.setSpeed(speed);
156 ce.setSpeed(speed);
/external/jmonkeyengine/engine/src/desktop/jme3tools/navigation/
H A DNavCalculator.java262 * @param speed the miles per minute that the target is traveling
269 public static Position predictPosition(int time, double speed, argument
273 double futureLong = currentLong + speed * time * Math.sin(course);
274 double futureLat = currentLat + speed * time * Math.cos(course);
/external/jmonkeyengine/engine/src/test/jme3test/games/
H A DCubeField.java74 private float speed, coreTime,coreTime2; field in class:CubeField
135 speed = lowCap / 400f;
249 //Subtract difficulty level in accordance to speed every 10 seconds
261 if(speed<.1f){
262 speed+=.000001f*tpf*fpsRate;
265 player.move(speed * tpf * fpsRate, 0, 0);
317 player.move(0, 0, -(speed / 2f) * value * fpsRate);
320 player.move(0, 0, (speed / 2f) * value * fpsRate);
/external/libppp/src/
H A Ddefs.c172 speed_t speed; member in struct:speeds
258 SpeedToUnsigned(speed_t speed) argument
263 if (sp->speed == speed) {
277 return sp->speed;
/external/qemu/
H A Dqemu-char.h23 int speed; member in struct:__anon11886
/external/quake/quake/src/QW/client/
H A Dsound.h43 int speed; member in struct:__anon12259
59 int speed; member in struct:__anon12260

Completed in 786 milliseconds

123