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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/
cfsetspeed.c 8 int cfsetspeed(struct termios *termios_p, speed_t speed) {
9 termios_p->c_ispeed = speed;
10 termios_p->c_ospeed = speed;
cfsetispeed.c 8 int cfsetispeed(struct termios *termios_p, speed_t speed) {
9 termios_p->c_ispeed = speed;
cfsetospeed.c 8 int cfsetospeed(struct termios *termios_p, speed_t speed) {
9 termios_p->c_ospeed = speed;
  /device/asus/deb/overlay/frameworks/base/core/res/res/xml/
power_profile.xml 43 <value>384000</value> <!-- 384 MHz CPU speed -->
44 <value>486000</value> <!-- 486 MHz CPU speed -->
45 <value>594000</value> <!-- 594 MHz CPU speed -->
46 <value>702000</value> <!-- 702 MHz CPU speed -->
47 <value>810000</value> <!-- 810 MHz CPU speed -->
48 <value>918000</value> <!-- 918 MHz CPU speed -->
49 <value>1026000</value> <!-- 1026 MHz CPU speed -->
50 <value>1134000</value> <!-- 1134 MHz CPU speed -->
51 <value>1242000</value> <!-- 1242 MHz CPU speed -->
52 <value>1350000</value> <!-- 1350 MHz CPU speed --
    [all...]
  /device/asus/flo/overlay/frameworks/base/core/res/res/xml/
power_profile.xml 43 <value>384000</value> <!-- 384 MHz CPU speed -->
44 <value>486000</value> <!-- 486 MHz CPU speed -->
45 <value>594000</value> <!-- 594 MHz CPU speed -->
46 <value>702000</value> <!-- 702 MHz CPU speed -->
47 <value>810000</value> <!-- 810 MHz CPU speed -->
48 <value>918000</value> <!-- 918 MHz CPU speed -->
49 <value>1026000</value> <!-- 1026 MHz CPU speed -->
50 <value>1134000</value> <!-- 1134 MHz CPU speed -->
51 <value>1242000</value> <!-- 1242 MHz CPU speed -->
52 <value>1350000</value> <!-- 1350 MHz CPU speed --
    [all...]
  /device/lge/mako/overlay/frameworks/base/core/res/res/xml/
power_profile.xml 43 <value>384000</value> <!-- 384 MHz CPU speed -->
44 <value>486000</value> <!-- 486 MHz CPU speed -->
45 <value>594000</value> <!-- 594 MHz CPU speed -->
46 <value>702000</value> <!-- 702 MHz CPU speed -->
47 <value>810000</value> <!-- 810 MHz CPU speed -->
48 <value>918000</value> <!-- 918 MHz CPU speed -->
49 <value>1026000</value> <!-- 1026 MHz CPU speed -->
50 <value>1134000</value> <!-- 1134 MHz CPU speed -->
51 <value>1242000</value> <!-- 1242 MHz CPU speed -->
52 <value>1350000</value> <!-- 1350 MHz CPU speed --
    [all...]
  /frameworks/base/core/jni/
android_hardware_SerialPort.cpp 36 android_hardware_SerialPort_open(JNIEnv *env, jobject thiz, jobject fileDescriptor, jint speed)
38 switch (speed) {
40 speed = B50;
43 speed = B75;
46 speed = B110;
49 speed = B134;
52 speed = B150;
55 speed = B200;
58 speed = B300;
61 speed = B600
    [all...]
  /device/lge/hammerhead/overlay/frameworks/base/core/res/res/xml/
power_profile.xml 43 <value>300000</value> <!-- 300 MHz CPU speed -->
44 <value>422400</value> <!-- 422.4 MHz CPU speed -->
45 <value>652800</value> <!-- 652.8 MHz CPU speed -->
46 <value>729600</value> <!-- 729.6 MHz CPU speed -->
47 <value>883200</value> <!-- 883.2 MHz CPU speed -->
48 <value>960000</value> <!-- 960.0 MHz CPU speed -->
49 <value>1036800</value> <!-- 1036.8 MHz CPU speed -->
50 <value>1190400</value> <!-- 1190.4 MHz CPU speed -->
51 <value>1267200</value> <!-- 1267.2 MHz CPU speed -->
52 <value>1497600</value> <!-- 1497.6 MHz CPU speed --
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/
FlingState.cpp 19 static float pin_max_fling(float 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/gpu/
FlingState.cpp 19 static float pin_max_fling(float 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/chromium_org/ash/wm/
session_state_animator.h 55 // Constants for determining animation speed.
59 // Speed for animations associated with user action that can be undone.
62 // Speed for animation that reverts undoable action. Used for aborting
65 // Speed for user action that can not be undone, Used for lock and shutdown
69 // Speed for lock screen appearance in "old" animation set.
71 // Speed for workspace-like animations in "new" animation set.
73 // Speed for undoing workspace-like animations in "new" animation set.
75 // Speed for shutdown in "new" animation set.
77 // Speed for reverting shutdown in "new" animation set.
135 // Reports animation duration for |speed|
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/des/times/
usparc.cc 4 gives a speed of 475,000 des/s while 'speed' gives 417,000 des/s.
6 is able to perform when the code is 'inlined'. For 'speed', the DES
8 speed since if performance is everything, you can always inline
14 actual 'speed' numbers look better which is a realistic version of
aix.cc 5 P.Speed : 100Mhz
8 PCI BUS Speed : 33 Mhz
  /external/openssl/crypto/des/times/
usparc.cc 4 gives a speed of 475,000 des/s while 'speed' gives 417,000 des/s.
6 is able to perform when the code is 'inlined'. For 'speed', the DES
8 speed since if performance is everything, you can always inline
14 actual 'speed' numbers look better which is a realistic version of
aix.cc 5 P.Speed : 100Mhz
8 PCI BUS Speed : 33 Mhz
  /external/jmonkeyengine/engine/src/core/com/jme3/cinematic/events/
AbstractCinematicEvent.java 50 * A cinematic event must be given an inital duration in seconds (duration of the event at speed = 1) (default is 10)
56 protected float speed = 1; field in class:AbstractCinematicEvent
91 * @param initialDuration the duration of the event at speed = 1
124 time = time + (tpf * speed);
125 //time = elapsedTimePause + (timer.getTimeInSeconds() - start) * speed;
181 * returns the actual duration of the animtion (initialDuration/speed)
185 return initialDuration / speed;
189 * Sets the speed of the animation.
190 * At speed = 1, the animation will last initialDuration seconds,
191 * At speed = 2 the animation will last initialDuraiton/2..
    [all...]
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/elfutils/
README 5 greatly simplified and speed increases. Since no change violating this
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
StyleMarqueeData.cpp 31 , speed(RenderStyle::initialMarqueeSpeed())
41 , speed(o.speed)
50 return increment == o.increment && speed == o.speed && direction == o.direction &&
  /external/chromium_org/chrome/browser/
memory_purger.h 7 // memory consumption, speed, page swapping, etc.
9 // This was implemented in an attempt to speed up suspend-to-disk by throwing
  /frameworks/native/libs/input/
VelocityControl.cpp 74 float speed = hypotf(vx, vy) * scale; local
75 if (speed >= mParameters.highThreshold) {
76 // Apply full acceleration above the high speed threshold.
78 } else if (speed > mParameters.lowThreshold) {
80 // speed thresholds.
81 scale *= 1 + (speed - mParameters.lowThreshold)
88 "vx=%0.3f, vy=%0.3f, speed=%0.3f, accel=%0.3f",
91 vx, vy, speed, scale / mParameters.scale);
  /external/kernel-headers/original/linux/raid/
xor.h 13 int speed; member in struct:xor_block_template
  /external/libyuv/
README.google 10 speed up to 10x to 16x compared to C code.
  /packages/wallpapers/NoiseField/src/com/android/noisefield/
noisefield.rs 30 float speed;
164 particle->speed = rsRand(0.0002f, 0.02f);
208 float speed;
216 particle->speed = rsRand(0.0002f, 0.02f);
235 speed = ( (0.25 + (noiseval * particle->speed + 0.01)) / touchDist * 0.3 );
236 speed = speed * touchInfluence;
238 speed = .3;
240 particle->position.x += cos(rads) * speed * 0.2
    [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/geolocation/
Coordinates.h 37 static PassRefPtr<Coordinates> create(double latitude, double longitude, bool providesAltitude, double altitude, double accuracy, bool providesAltitudeAccuracy, double altitudeAccuracy, bool providesHeading, double heading, bool providesSpeed, double speed) { return adoptRef(new Coordinates(latitude, longitude, providesAltitude, altitude, accuracy, providesAltitudeAccuracy, altitudeAccuracy, providesHeading, heading, providesSpeed, speed)); }
50 double speed(bool& isNull) const;
53 Coordinates(double latitude, double longitude, bool providesAltitude, double altitude, double accuracy, bool providesAltitudeAccuracy, double altitudeAccuracy, bool providesHeading, double heading, bool providesSpeed, double speed)
60 , m_speed(speed)

Completed in 1682 milliseconds

1 2 3 4 5 6 7 8 91011>>