HomeSort by relevance Sort by last modified time
    Searched full:speed (Results 1301 - 1325 of 3311) sorted by null

<<51525354555657585960>>

  /external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/
jquery-1.6.4.js 537 // Own properties are enumerated firstly, so to speed up,
    [all...]
  /external/chromium/webkit/glue/
webmediaplayer_impl.cc 51 // Vista has substantially lower performance than XP or Windows7. If you speed
54 // use up the data we have, which may not achieve the speed requested, but will
57 // A very slow speed, ie 0.00000001x, causes the machine to lock up. (It seems
  /external/chromium_org/native_client_sdk/src/examples/demo/voronoi/
voronoi.cc 164 const float speed = 0.0005f; local
165 const float u = (frand() * 2.0f - 1.0f) * speed;
166 const float v = (frand() * 2.0f - 1.0f) * speed;
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/src/voronoi/
voronoi.cc 153 const float speed = 0.0005f; local
154 const float u = (frand() * 2.0f - 1.0f) * speed;
155 const float v = (frand() * 2.0f - 1.0f) * speed;
  /external/chromium_org/skia/ext/
image_operations.cc 228 // Speed up the divisions below by turning them into multiplies.
318 // get speed, allowing the use of linear resampling to get hardware
327 // an acceptable trade-off between quality and speed.
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
unittest.proto 51 // Protos optimized for SPEED use a strict superset of the generated code
53 // tests for speed unless explicitly testing code size optimization.
54 option optimize_for = SPEED;
  /external/protobuf/
CHANGES.txt 34 * Various speed and code size optimizations.
113 * optimize_for = SPEED is now the default, by popular demand. Use
152 - Various optimizations to reduce code size (though the serialization speed
  /external/protobuf/src/google/protobuf/
unittest.proto 45 // Protos optimized for SPEED use a strict superset of the generated code
47 // tests for speed unless explicitly testing code size optimization.
48 option optimize_for = SPEED;
  /external/qemu/
Changelog 392 - improved soft MMU speed (assembly functions and specializing)
393 - improved multitasking speed by avoiding flushing TBs when
395 - improved qemu-fast speed
  /external/svox/pico/lib/
picodata.h 205 #define PICODATA_ITEMINFO1_CMD_SPEED 'R' /* 82 speed command : abs/rel info in info 2, speed level as little endian
233 /* iteminfo2 for speed/pitch/volume commands */
  /external/svox/pico/tts/
svox_ssml_parser.cpp 388 sprintf(rate, "<speed level='%s'>", svoxrate);
408 strcat(m_appendix, "</speed>");
662 Converts SSML rate labels to SVOX speed levels
  /frameworks/base/core/java/android/widget/
ZoomButtonsController.java 236 * @param speed The delay in milliseconds between zoom callbacks.
238 public void setZoomSpeed(long speed) {
239 mControls.setZoomSpeed(speed);
  /frameworks/base/docs/html/tools/debugging/
ddms.jd 308 <h4>Changing network state, speed, and latency</h4>
310 controls tab lets you change different aspects of the phone's networks status, speed and latency.
318 <li>Speed - Full, GSM, HSCSD, GPRS, EDGE, UMTS, HSDPA</li>
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardTransportControlView.java 117 long currentPosMs, float speed) {
121 ", speed=" + speed + ")");
  /frameworks/ex/variablespeed/jni/
variablespeed.cc 335 void AudioEngine::SetVariableSpeed(float speed) {
338 GetTimeScaler()->set_speed(speed);
343 LOGD("set varaible speed called, sample rate and channels not ready yet");
  /hardware/libhardware/include/hardware/
fused_location.h 107 /** FlpLocation has valid speed. */
136 /** Represents speed in meters per second. */
137 float speed; member in struct:__anon33802
gps.h 84 /** GpsLocation has valid speed. */
252 /** Represents speed in meters per second. */
253 float speed; member in struct:__anon33818
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/share/man/man1/
arm-eabi-ar.1 236 Since the point of this operation is speed, the archive's symbol table
363 Do not generate an archive symbol table. This can speed up building a
380 not allowed, since checking the timestamps would lose any speed
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/share/man/man1/
arm-linux-androideabi-ar.1 236 Since the point of this operation is speed, the archive's symbol table
363 Do not generate an archive symbol table. This can speed up building a
380 not allowed, since checking the timestamps would lose any speed
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/share/man/man1/
arm-eabi-ar.1 236 Since the point of this operation is speed, the archive's symbol table
363 Do not generate an archive symbol table. This can speed up building a
380 not allowed, since checking the timestamps would lose any speed
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/share/man/man1/
arm-linux-androideabi-ar.1 236 Since the point of this operation is speed, the archive's symbol table
363 Do not generate an archive symbol table. This can speed up building a
380 not allowed, since checking the timestamps would lose any speed
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
firewire-cdev.h 356 * @speed: Speed to transmit at
373 __u32 speed; member in struct:fw_cdev_create_iso_context
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
firewire-cdev.h 356 * @speed: Speed to transmit at
373 __u32 speed; member in struct:fw_cdev_create_iso_context
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
firewire-cdev.h 356 * @speed: Speed to transmit at
373 __u32 speed; member in struct:fw_cdev_create_iso_context
  /external/libmtp/src/
ptp.c     [all...]

Completed in 1391 milliseconds

<<51525354555657585960>>