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

<<31323334353637383940>>

  /development/samples/ApiDemos/src/com/example/android/apis/view/
GameView.java 448 float speed = mRandom.nextFloat() * (mMaxObstacleSpeed - mMinObstacleSpeed)
450 float velocityX = (float) Math.cos(direction) * speed;
451 float velocityY = (float) Math.sin(direction) * speed;
671 final float speed = pythag(mVelocityX, mVelocityY);
672 if (speed > maxSpeed) {
673 final float scale = maxSpeed / speed;
  /external/bzip2/
bzip2.1 227 decompressed in 2300k of memory, albeit at about half the normal speed.
302 kbytes. Decompression speed is also halved, so you should use this
307 decompression speed are virtually unaffected by block size.
389 Decompression speed is unaffected by these phenomena.
395 determined by the speed at which your machine can service cache misses.
448 speed up compression. Bela Lubkin encouraged me to improve the
bzip2.1.preformatted 161 half the normal speed.
242 sion speed is also halved, so you should use this option
247 achieved. Compression and decompression speed are virtu­
332 Decompression speed is unaffected by these phenomena.
338 speed at which your machine can service cache misses.
389 for faster sorting algorithms, so as to speed up compres­
bzip2.txt 158 half the normal speed.
239 sion speed is also halved, so you should use this option
244 achieved. Compression and decompression speed are virtu-
329 Decompression speed is unaffected by these phenomena.
335 speed at which your machine can service cache misses.
384 for faster sorting algorithms, so as to speed up compres-
  /external/v8/src/
incremental-marking.cc 855 PrintF("Speed up marking after %d steps\n",
870 if (FLAG_trace_gc) PrintF("Speed up marking because of low space left\n");
881 PrintF("Speed up marking because of heap size increase\n");
890 // We try to scan at at least twice the speed that we are allocating.
893 PrintF("Speed up marking because marker was not keeping up\n");
909 PrintF("Marking speed increased to %d\n", allocation_marking_factor_);
  /frameworks/base/services/jni/
com_android_server_location_GpsLocationProvider.cpp 85 (jfloat)location->speed, (jfloat)location->bearing,
252 (jfloat)location->speed, (jfloat)location->bearing,
265 jfloat speed = 0; local
274 speed = location->speed;
281 flags, latitude, longitude, altitude, speed, bearing, accuracy, timestamp);
  /external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/
jquery.js     [all...]
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
proximity_info_state_utils.cpp 230 // Relative speed calculation.
265 // Cannot calculate speed; thus, it gives an average value (1.0);
268 const float speed = static_cast<float>(length) / static_cast<float>(duration); local
269 (*sampledSpeedRates)[i] = speed / averageSpeed;
288 AKLOGI("--- refresh beeline speed rates");
556 " speed = %f, ave = %f, val = %f, start time = %d, end time = %d",
665 // If the current speed is relatively slower than adjacent keys, we promote this point.
    [all...]
  /external/iproute2/man/man7/
tc-hfsc.7 164 An extension to linkshare criterion, used to limit at which speed linkshare
211 speed of the interface could suffice to guarantee the times.
410 average, bursts would be handled at the speed defined by RT criterion. Still,
411 if extra speed is needed (e.g. due to latency), non linear service curves
438 service curve is used to limit the speed at which LS criterion is allowed to
533 speed) or customers that must never get more than certain speed. In the last
  /external/chromium_org/third_party/libusb/src/libusb/
libusb.h 825 /** Bitmap encoding of the speed supported by this device when
829 /** The lowest speed at which all the functionality supported
832 * full speed and above then it sets this value to 1. */
976 * Speed codes. Indicates the speed at which the device is operating.
979 /** The OS doesn't report or know the device speed. */
982 /** The device is operating at low speed (1.5MBit/s). */
985 /** The device is operating at full speed (12MBit/s). */
988 /** The device is operating at high speed (480MBit/s). */
991 /** The device is operating at super speed (5000MBit/s). *
    [all...]
  /external/kernel-headers/original/linux/
usb.h 214 * 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 devices, and microframes (1/8 millisecond) for highspeed ones
    [all...]
  /frameworks/base/media/java/android/media/
RemoteControlClient.java 190 * The default playback speed, 1x.
569 false /* legacy API, converting to method with position and speed */);
574 * speed.
592 * 2.0f is 2x, 0.5f is half-speed, -2.0f is rewind at 2x speed. 0.0f means nothing is
663 if (DEBUG) { Log.d(TAG, " no valid position or 0 speed, no check needed"); }
    [all...]
  /device/generic/goldfish/gps/
gps_qemu.c 395 Token speed )
398 Token tok = speed;
404 r->fix.speed = str2float(tok.p, tok.end);
520 p += snprintf(p, end-p, " speed=%g", r->fix.speed);
  /external/chromium_org/chrome/browser/chromeos/policy/
device_status_collector.cc 66 const char kSpeed[] = "speed";
189 location->GetDouble(kSpeed, &position.speed) &&
417 if (position_.speed >= 0.)
418 location->set_speed(position_.speed);
592 location.SetDouble(kSpeed, position.speed);
  /external/chromium_org/third_party/libxml/src/
testSAX.c 57 static int speed = 0; variable
1076 if (!speed) {
1150 else if ((!strcmp(argv[i], "-speed")) ||
1151 (!strcmp(argv[i], "--speed")))
1152 speed++;
  /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...]
  /external/harfbuzz/src/
harfbuzz-myanmar.c 59 Mymr_CF_CONSONANT = 0x01000000, /* flag to speed up comparing */
60 Mymr_CF_MEDIAL = 0x02000000, /* flag to speed up comparing */
61 Mymr_CF_IND_VOWEL = 0x04000000, /* flag to speed up comparing */
62 Mymr_CF_DEP_VOWEL = 0x08000000, /* flag to speed up comparing */
64 Mymr_CF_VIRAMA = 0x20000000, /* flag to speed up comparing */
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-myanmar.c 59 Mymr_CF_CONSONANT = 0x01000000, /* flag to speed up comparing */
60 Mymr_CF_MEDIAL = 0x02000000, /* flag to speed up comparing */
61 Mymr_CF_IND_VOWEL = 0x04000000, /* flag to speed up comparing */
62 Mymr_CF_DEP_VOWEL = 0x08000000, /* flag to speed up comparing */
64 Mymr_CF_VIRAMA = 0x20000000, /* flag to speed up comparing */
  /external/protobuf/src/google/protobuf/
descriptor.proto 45 // descriptor.proto must be optimized for speed because reflection-based
47 option optimize_for = SPEED;
248 // Generated classes can be optimized for speed or code size.
250 SPEED = 1; // Generate complete code for parsing, serialization,
255 optional OptimizeMode optimize_for = 9 [default=SPEED];
  /cts/tests/tests/media/src/android/media/cts/
PresentationSyncTest.java 62 * half speed.
102 // Run tests with times specified, at 1.3x, 1x, 1/2x, and 1/4x speed.
190 * full speed, but with rendering requested at a future time. With each run the distance
  /external/bison/lib/
abitset.c 70 /* If num is 1, we could speed things up with a binary search
156 /* If num is 1, we could speed things up with a binary search
224 /* If num is 1, we could speed things up with a binary search
  /external/chromium/chrome/browser/download/
download_item.cc 441 int64 speed = CurrentSpeed();
442 if (speed == 0)
446 base::TimeDelta::FromSeconds((total_bytes_ - received_bytes_) / speed);
  /external/chromium_org/chrome/browser/extensions/api/location/
location_manager.cc 363 if (position.speed >= 0.)
364 coordinates->speed.reset(new double(position.speed));
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/
rjsmin.py 27 The module is a re-implementation aiming for speed, so it can be used at
44 faster than the original python port of ``jsmin.c`` by Baruch Even. The speed
47 speed-refactored python port by Dave St.Germain the performance gain is less
  /external/chromium_org/third_party/libjingle/source/talk/base/
systeminfo.cc 203 // ProcCpuInfo reads cpu speed from "cpu MHz" under /proc/cpuinfo.
208 // accurate. We use it as our cpu speed when it is available.
367 // TODO(fbarchard): Use proc/cpuinfo for Cur speed on Linux.

Completed in 2462 milliseconds

<<31323334353637383940>>