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

1 2 34 5 6 7

  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
EmulatorConsole.java 67 private final static String COMMAND_NETWORK_SPEED = "network speed %1$s\r\n"; //$NON-NLS-1$
84 * Array of download speeds: full speed, gsm, hscsd, gprs, edge/egprs, umts/3g, hsdpa.
87 0, // full speed
168 "\\s+download\\s+speed:\\s+(\\d+)\\s+bits.*", Pattern.CASE_INSENSITIVE); //$NON-NLS-1$
185 /** network speed status. This is an index in the {@link #DOWNLOAD_SPEEDS} array. */
186 public int speed = -1; field in class:EmulatorConsole.NetworkStatus
337 download speed: 14400 bits/s (1.8 KB/s)
338 upload speed: 14400 bits/s (1.8 KB/s)
345 // we only compare agains the min latency and the download speed
356 status.speed = getSpeedIndex(value)
713 int speed = Integer.parseInt(value); local
    [all...]
  /external/ppp/pppd/
sys-linux.c 233 static int baud_rate_of (int speed);
773 struct speed { struct
864 struct speed *speedp;
871 warn("speed %d not supported", bps);
881 static int baud_rate_of (int speed)
883 struct speed *speedp;
885 if (speed != 0) {
887 if (speed == speedp->speed_val)
897 * at the requested speed, etc. If `local' is true, set CLOCAL
903 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...]
  /external/openssl/crypto/des/
FILES0 15 times - Some outputs from 'speed' on some machines.
24 speed.c - Source for libdes.a timing program.
  /external/quake/quake/src/QW/server/
pr_cmds.c 1165 float speed; local
1169 speed = G_FLOAT(OFS_PARM1);
1253 float ideal, current, move, speed; local
1258 speed = ent->v.yaw_speed;
1275 if (move > speed)
1276 move = speed;
1280 if (move < -speed)
1281 move = -speed;
  /external/webkit/WebCore/platform/android/
GeolocationServiceBridge.cpp 146 // speed is optional and may not be supplied.
149 double speed = local
161 hasSpeed, speed);
  /external/grub/grub/
asmstub.c 102 /* The speed of a serial device. */
1072 get_termios_speed (int speed)
1074 switch (speed)
1102 serial_hw_init (unsigned short port, unsigned int speed,
1138 /* Set the speed. */
1139 termios_speed = get_termios_speed (speed);
1202 serial_speed = speed;
  /external/quake/quake/src/QW/client/
cl_cam.c 395 static float adjustang(float current, float ideal, float speed)
418 if (move > speed)
419 move = speed;
423 if (move < -speed)
424 move = -speed;
snd_dma.c 128 Con_Printf("%5d speed\n", shm->speed);
223 shm->speed = 22050;
233 // Con_Printf ("Sound sampling rate: %i\n", shm->speed);
511 skip = rand () % (int)(0.1*shm->speed);
875 endtime = soundtime + _snd_mixahead.value * shm->speed;
  /external/quake/quake/src/WinQuake/
snd_dma.cpp 125 Con_Printf("%5d speed\n", shm->speed);
220 shm->speed = 22050;
232 Con_Printf ("Sound sampling rate: %i\n", shm->speed);
515 skip = rand () % (int)(0.1*shm->speed);
882 endtime = (unsigned) (soundtime + _snd_mixahead.value * shm->speed);
snd_sun.cpp 94 shm->speed = 11025;
sv_phys.cpp 1255 VectorScale(groundentity->u.v.movedir, groundentity->u.v.speed, ent->u.v.basevelocity);
1369 float speed, newspeed, control; local
1375 VectorScale(groundentity->u.v.movedir, groundentity->u.v.speed, ent->u.v.basevelocity);
    [all...]
  /external/grub/netboot/
tlan.c 782 if ( priv->speed == TLAN_SPEED_10 &&
785 } else if ( priv->speed == TLAN_SPEED_10 &&
789 } else if ( priv->speed == TLAN_SPEED_100 &&
792 } else if ( priv->speed == TLAN_SPEED_100 &&
833 if ( priv->speed == TLAN_SPEED_100 ) {
    [all...]
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/
Archive.java 620 // speed in KiB/s
621 float speed = (float)total / (float)delta * (1000.f / 1024.f); local
623 int timeLeft = (speed > 1e-3) ?
624 (int)(((size - total) / 1024.0f) / speed) :
632 monitor.setDescription(description, percent, speed, timeLeft, timeUnit);
    [all...]
  /frameworks/base/core/java/android/widget/
NumberPicker.java 296 * Sets the speed at which the numbers will scroll when the +/-
299 * @param speed The speed (in milliseconds) at which the numbers will scroll
302 public void setSpeed(long speed) {
303 mSpeed = speed;
ZoomButtonsController.java 235 * @param speed The delay in milliseconds between zoom callbacks.
237 public void setZoomSpeed(long speed) {
238 mControls.setZoomSpeed(speed);
  /packages/apps/Mms/src/com/android/mms/ui/
NumberPicker.java 294 * Sets the speed at which the numbers will scroll when the +/-
297 * @param speed The speed (in milliseconds) at which the numbers will scroll
300 public void setSpeed(long speed) {
301 mSpeed = speed;
  /external/qemu/
qemu-char-android.c 1018 static void tty_serial_init(int fd, int speed,
1025 printf("tty_serial_init: speed=%d parity=%c data=%d stop=%d\n",
1026 speed, parity, data_bits, stop_bits);
1031 if (speed <= 50 * MARGIN)
1033 else if (speed <= 75 * MARGIN)
1035 else if (speed <= 300 * MARGIN)
1037 else if (speed <= 600 * MARGIN)
1039 else if (speed <= 1200 * MARGIN)
1041 else if (speed <= 2400 * MARGIN)
1043 else if (speed <= 4800 * MARGIN
    [all...]
qemu-char.c 985 static void tty_serial_init(int fd, int speed,
992 printf("tty_serial_init: speed=%d parity=%c data=%d stop=%d\n",
993 speed, parity, data_bits, stop_bits);
998 if (speed <= 50 * MARGIN)
1000 else if (speed <= 75 * MARGIN)
1002 else if (speed <= 300 * MARGIN)
1004 else if (speed <= 600 * MARGIN)
1006 else if (speed <= 1200 * MARGIN)
1008 else if (speed <= 2400 * MARGIN)
1010 else if (speed <= 4800 * MARGIN
    [all...]
net-android.c     [all...]
  /external/qemu/hw/
usb-hub.c 178 if (dev->speed == USB_SPEED_LOW)
533 s->dev.speed = USB_SPEED_FULL;
  /frameworks/base/location/java/android/location/
Location.java 30 * UTC timestamp. and optionally information on altitude, speed, and
548 * Returns true if this fix contains speed information, false
556 * Returns the speed of the device over ground in meters/second.
564 * Sets the speed of this fix, in meters/second. Following this
567 public void setSpeed(float speed) {
568 mSpeed = speed;
573 * Clears the speed of this fix. Following this call, hasSpeed()
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
target.h 686 bool (* rtx_costs) (rtx x, int code, int outer_code, int *total, bool speed);
690 int (* address_cost) (rtx x, bool speed);
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
target.h 686 bool (* rtx_costs) (rtx x, int code, int outer_code, int *total, bool speed);
690 int (* address_cost) (rtx x, bool speed);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
EmulatorConfigTab.java 102 * Returns the emulator ready speed option value.
223 new Label(mEmulatorOptionsGroup, SWT.NONE).setText("Network Speed:");
226 for (String[] speed : NETWORK_SPEEDS) {
227 mSpeedCombo.add(speed[0]);

Completed in 571 milliseconds

1 2 34 5 6 7