Searched refs:speed (Results 101 - 125 of 149) sorted by relevance

123456

/external/jmonkeyengine/engine/src/test/jme3test/bullet/
H A DTestRagdollCharacter.java100 speed = 1.3f;
H A DTestBoneRagdoll.java133 speed = 1.3f;
/external/qemu/hw/
H A Dusb.h144 int speed; member in struct:USBDevice
H A Dusb-hid.c854 s->dev.speed = USB_SPEED_FULL;
875 s->dev.speed = USB_SPEED_FULL;
896 s->dev.speed = USB_SPEED_FULL;
H A Dbt-hci-csr.c366 s->baud_delay = get_ticks_per_sec() / ssp->speed;
H A Dusb-msd.c558 s->dev.speed = USB_SPEED_FULL;
/external/kernel-headers/original/linux/
H A Dusb.h214 * for example, a dual-speed device would have separate configurations for
215 * full-speed and high-speed operation. The number of configurations
288 * Limits: Full/low speed reserve 90%,
289 * while high speed reserves 80%.
328 enum usb_device_speed speed; /* high/full/low (or error) */ member in struct:usb_device
330 struct usb_tt *tt; /* low/full speed dev, highspeed hub */
454 * high speed, and a different one if they are full or low speed.
733 * speed device
[all...]
/external/webkit/Source/WebCore/platform/graphics/ca/win/
H A DPlatformCAAnimationWin.cpp178 animation->setSpeed(speed());
240 float PlatformCAAnimation::speed() const function in class:PlatformCAAnimation
H A DPlatformCALayerWin.cpp560 float PlatformCALayer::speed() const function in class:PlatformCALayer
/external/webkit/Source/WebCore/platform/graphics/ca/mac/
H A DPlatformCALayerMac.mm702 float PlatformCALayer::speed() const
704 return [m_layer.get() speed];
/external/qemu/android/
H A Dconsole.c691 control_write( client, " download speed: %8d bits/s (%.1f KB/s)\r\n",
694 control_write( client, " upload speed: %8d bits/s (%.1f KB/s)\r\n",
705 const NetworkSpeed* speed = android_netspeeds; local
707 for ( ; speed->name; speed++ ) {
708 control_write( client, format, speed->name, speed->display );
710 control_write( client, format, "<num>", "selects both upload and download speed" );
719 control_write( client, "KO: missing <speed> argument, see 'help network speed'\
[all...]
/external/qemu/
H A Dqemu-char.c1084 static void tty_serial_init(int fd, int speed, argument
1091 printf("tty_serial_init: speed=%d parity=%c data=%d stop=%d\n",
1092 speed, parity, data_bits, stop_bits);
1096 #define check_speed(val) if (speed <= val) { spd = B##val; break; }
1097 speed = speed * 10 / 11;
1207 tty_serial_init(s->fd_in, ssp->speed, ssp->parity,
/external/kernel-headers/original/linux/usb/
H A Dch9.h120 #define USB_DEVICE_TEST_MODE 2 /* (wired high speed only) */
303 * different depending on what speed they're currently running. Only
809 #define USB_LOW_SPEED_OPERATION (1) /* Low speed operation */
810 #define USB_FULL_SPEED_OPERATION (1 << 1) /* Full speed operation */
811 #define USB_HIGH_SPEED_OPERATION (1 << 2) /* High speed operation */
898 * usb_speed_string() - Returns human readable-name of the speed.
899 * @speed: The speed to return human-readable name for. If it's not
903 extern const char *usb_speed_string(enum usb_device_speed speed);
/external/libusb_aah/libusb/
H A Dlibusbi.h324 enum libusb_speed speed; member in struct:libusb_device
H A Dcore.c545 dev->speed = LIBUSB_SPEED_UNKNOWN;
702 * Get the negotiated connection speed for a device.
705 * the OS doesn't know or doesn't support returning the negotiated speed.
709 return dev->speed;
/external/ceres-solver/docs/
H A Dfaq.tex14 Most non-linear solvers we are aware of, define the problem and residuals in terms of scalars and it is possible to do this with Ceres also. However, it is our experience that in most problems small groups of scalars occur together. For example the three components of a translation vector and the four components of the quaternion that define the pose of a camera. Same is true for residuals, where it is common to have small vectors of residuals rather than just scalars. There are a number of advantages of using blocks. It saves on indexing information, which for large problems can be substantial. Blocks translate into contiguous storage in memory which is more cache friendly and last but not the least, it allows us to use SIMD/SSE based BLAS routines to significantly speed up various matrix operations.
/external/libvorbis/doc/
H A Da1-encapsulation-ogg.tex113 does not increment at twice the speed of a mono stream).
/external/oprofile/libpp/
H A Dxml_utils.cpp160 string xml_utils::get_profile_header(string cpu_name, double const speed) argument
179 str << init_attr(MHZ, speed) << endl;
/external/webkit/Source/WebCore/css/
H A DCSSPropertyNames.in253 -webkit-marquee-speed
/external/libusb_aah/libusb/os/
H A Ddarwin_usb.c517 return LIBUSB_ERROR_OTHER; /* no configurations at this speed so we can't use it */
735 case kUSBDeviceSpeedLow: dev->speed = LIBUSB_SPEED_LOW; break;
736 case kUSBDeviceSpeedFull: dev->speed = LIBUSB_SPEED_FULL; break;
737 case kUSBDeviceSpeedHigh: dev->speed = LIBUSB_SPEED_HIGH; break;
739 usbi_warn (ctx, "Got unknown device speed %d", devSpeed);
H A Dopenbsd_usb.c168 dev->speed = di.udi_speed;
H A Dwindows_usb.c423 We use an trick to speed up the lookup. The table is created with one
1047 case 0: dev->speed = LIBUSB_SPEED_LOW; break;
1048 case 1: dev->speed = LIBUSB_SPEED_FULL; break;
1049 case 2: dev->speed = LIBUSB_SPEED_HIGH; break;
1050 case 3: dev->speed = LIBUSB_SPEED_SUPER; break;
1052 usbi_warn(ctx, "Got unknown device speed %d", conn_info.Speed);
/external/webkit/Source/WebCore/page/
H A DGeolocation.cpp66 position->canProvideHeading(), position->heading(), position->canProvideSpeed(), position->speed());
/external/llvm/lib/Support/
H A Dregengine.inc680 - fast - step through the string at top speed
/external/libvpx/libvpx/examples/includes/geshi/
H A Dgeshi.php1757 * Maybe in a future version it may make a return for speed reasons, but
4095 $speed = 'N/A'; variable
4097 $speed = strlen($this->source) / $time; variable
4098 if ($speed >= 1024) {
4099 $speed = sprintf("%.2f KB/s", $speed / 1024.0); variable
4101 $speed = sprintf("%.0f B/s", $speed); variable
4104 $replacements[] = $replacements[] = $speed;

Completed in 2176 milliseconds

123456