HomeSort by relevance Sort by last modified time
    Searched refs:speed (Results 126 - 150 of 443) sorted by null

1 2 3 4 56 7 8 91011>>

  /bionic/libc/include/
termios.h 90 static __inline__ int cfsetospeed(struct termios *s, speed_t speed)
92 s->c_cflag = (s->c_cflag & ~CBAUD) | (speed & CBAUD);
101 static __inline__ int cfsetispeed(struct termios *s, speed_t speed)
103 s->c_cflag = (s->c_cflag & ~CBAUD) | (speed & CBAUD);
  /external/chromium_org/content/common/
geolocation_messages.h 23 IPC_STRUCT_TRAITS_MEMBER(speed)
  /external/jmonkeyengine/engine/src/core/com/jme3/cinematic/events/
CinematicEvent.java 68 * Sets the speed of the animation (1 is normal speed, 2 is twice faster)
69 * @param speed
71 public void setSpeed(float speed);
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
  /external/replicaisland/src/com/replica/replicaisland/
OrbitalMagnetComponent.java 117 final float speed = targetVelocity.length(); local
119 if (targetVelocity.length2() > (speed * speed)) {
121 targetVelocity.multiply(speed);
  /external/arduino/hardware/arduino/
boards.txt 6 uno.upload.speed=115200
24 atmega328.upload.speed=57600
44 diecimila.upload.speed=19200
64 mega2560.upload.speed=115200
84 mega.upload.speed=57600
104 mini.upload.speed=19200
124 fio.upload.speed=57600
144 bt328.upload.speed=19200
165 bt.upload.speed=19200
186 lilypad328.upload.speed=5760
    [all...]
  /frameworks/base/core/java/android/hardware/
SerialManager.java 64 * The speed of the serial port must be one of:
70 * @param speed at which to open the serial port
73 public SerialPort openSerialPort(String name, int speed) throws IOException {
78 port.open(pfd, speed);
  /frameworks/base/media/java/android/media/
IRemoteControlDisplay.aidl 50 * Sets the playback information (state, position and speed) of a client.
72 * @param speed a value expressed as a ratio of 1x playback: 1.0f is normal playback,
73 * 2.0f is 2x, 0.5f is half-speed, -2.0f is rewind at 2x speed. 0.0f means nothing is
77 float speed);
  /external/chromium_org/content/browser/geolocation/
location_api_adapter_android.cc 26 jboolean has_speed, jdouble speed) {
29 has_heading, heading, has_speed, speed);
107 bool has_speed, double speed) {
119 position.speed = speed;
location_api_adapter_android.h 53 bool has_speed, double speed);
  /cts/tests/tests/widget/src/android/widget/cts/
ZoomButtonTest.java 111 long speed = 2000; local
112 mZoomButton.setZoomSpeed(speed);
116 new PollingCheck(speed + 500) {
  /external/grub/stage2/
serial.c 42 /* 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
serial.h 85 int serial_hw_init (unsigned short port, unsigned int speed,
  /external/qemu/android/
android.h 34 /* list of supported network speed names and values in bits/seconds */
92 /* parses a network speed parameter and sets qemu_net_upload_speed and
94 extern int android_parse_network_speed(const char* speed);
  /frameworks/base/core/java/android/hardware/input/
InputManager.java 132 * Pointer Speed: The minimum (slowest) pointer speed (-7).
138 * Pointer Speed: The maximum (fastest) pointer speed (7).
144 * Pointer Speed: The default pointer speed (0).
503 * Gets the mouse pointer speed.
505 * Only returns the permanent mouse pointer speed. Ignores any temporary pointer
506 * speed set by {@link #tryPointerSpeed}.
510 * @return The pointer speed as a value between {@link #MIN_POINTER_SPEED} an
516 int speed = DEFAULT_POINTER_SPEED; local
543 Settings.System.POINTER_SPEED, speed); local
    [all...]
IInputManager.aidl 34 // Temporarily changes the pointer speed.
35 void tryPointerSpeed(int speed);
  /frameworks/base/core/java/android/widget/
ZoomButton.java 67 public void setZoomSpeed(long speed) {
68 mZoomSpeed = speed;
  /frameworks/ex/variablespeed/jni/
jni_entry.cc 55 JNI_METHOD(setVariableSpeed, void) (JNIEnv*, jclass, float speed) {
57 AudioEngine::GetEngine()->SetVariableSpeed(speed);
  /external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/
BulletAppState.java 32 private float speed = 1; field in class:BulletAppState
185 pSpace.update(active ? tpf * speed : 0);
249 return speed;
252 public void setSpeed(float speed) {
253 this.speed = speed;
  /external/chromium_org/ash/wm/
session_state_animator.cc 428 base::TimeDelta SessionStateAnimator::GetDuration(AnimationSpeed speed) {
429 switch (speed) {
451 DCHECK(false) << "Unhandled animation speed " << speed;
506 AnimationSpeed speed) {
511 RunAnimationForWindow(*it, type, speed, NULL);
518 AnimationSpeed speed,
526 RunAnimationForWindow(*it, type, speed, observer);
533 AnimationSpeed speed,
539 RunAnimationForWindow(*it, type, speed, observer)
    [all...]
lock_state_controller_impl2.h 207 // Fades in background layer with |speed| if it was hidden in unlocked state.
209 ash::internal::SessionStateAnimator::AnimationSpeed speed,
212 // Fades out background layer with |speed| if it was hidden in unlocked state.
214 ash::internal::SessionStateAnimator::AnimationSpeed speed,
  /external/chromium_org/third_party/skia/src/views/
SkTouchGesture.cpp 19 static SkScalar pin_max_fling(SkScalar speed) {
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, dist)
    [all...]
  /external/skia/src/views/
SkTouchGesture.cpp 19 static SkScalar pin_max_fling(SkScalar speed) {
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, dist)
    [all...]
  /external/libppp/src/
defs.c 172 speed_t speed; member in struct:speeds
258 SpeedToUnsigned(speed_t speed)
263 if (sp->speed == speed) {
277 return sp->speed;
  /external/kernel-headers/original/linux/
ethtool.h 22 __u16 speed; /* The forced speed, 10Mb, 100Mb, gigabit */ member in struct:ethtool_cmd
36 __u32 speed)
39 ep->speed = (__u16)speed;
40 ep->speed_hi = (__u16)(speed >> 16);
45 return (ep->speed_hi << 16) | ep->speed;
519 /* The forced speed, 10Mb, 100Mb, gigabit, 2.5Gb, 10GbE. */
  /external/lzma/CPP/7zip/UI/Console/
BenchCon.cpp 97 UInt64 speed = MyMultDiv64(info.UnpackSize, info.GlobalTime, info.GlobalFreq); local
98 PrintNumber(f, speed / 1024, 7);
192 fprintf(f, " Speed Usage R/U Rating");
276 UInt64 speed; local
281 RINOK(CrcBench(ti + 1, bufSize, speed));
282 PrintNumber(f, (speed >> 20), 5);
283 speedTotals.Values[ti] += speed;

Completed in 538 milliseconds

1 2 3 4 56 7 8 91011>>