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

1 2 3 4 5 6 78 91011>>

  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/raid/
xor.h 22 int speed; member in struct:xor_block_template
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
termios.h 85 static __inline__ int cfsetospeed(struct termios *s, speed_t speed)
87 s->c_cflag = (s->c_cflag & ~CBAUD) | (speed & CBAUD);
96 static __inline__ int cfsetispeed(struct termios *s, speed_t speed)
98 s->c_cflag = (s->c_cflag & ~CBAUD) | (speed & CBAUD);
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/raid/
xor.h 22 int speed; member in struct:xor_block_template
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
termios.h 85 static __inline__ int cfsetospeed(struct termios *s, speed_t speed)
87 s->c_cflag = (s->c_cflag & ~CBAUD) | (speed & CBAUD);
96 static __inline__ int cfsetispeed(struct termios *s, speed_t speed)
98 s->c_cflag = (s->c_cflag & ~CBAUD) | (speed & CBAUD);
  /external/chromium_org/third_party/WebKit/Source/web/
WebGeolocationPosition.cpp 35 void WebGeolocationPosition::assign(double timestamp, double latitude, double longitude, double accuracy, bool providesAltitude, double altitude, bool providesAltitudeAccuracy, double altitudeAccuracy, bool providesHeading, double heading, bool providesSpeed, double speed)
37 m_private = GeolocationPosition::create(timestamp, latitude, longitude, accuracy, providesAltitude, altitude, providesAltitudeAccuracy, altitudeAccuracy, providesHeading, heading, providesSpeed, speed);
  /frameworks/base/core/java/android/hardware/input/
IInputManager.aidl 34 // Temporarily changes the pointer speed.
35 void tryPointerSpeed(int speed);
  /frameworks/base/docs/html/design/building-blocks/
scrolling.jd 6 scrolling speed is proportional to the speed of the gesture.</p>
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/net/
if_shaper.h 31 * This is a bit speed dependant (read it shouldnt be a constant!)
34 * halving of speed or so. - ie about 20 for 9600 baud.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/net/
if_shaper.h 31 * This is a bit speed dependant (read it shouldnt be a constant!)
34 * halving of speed or so. - ie about 20 for 9600 baud.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/net/
if_shaper.h 31 * This is a bit speed dependant (read it shouldnt be a constant!)
34 * halving of speed or so. - ie about 20 for 9600 baud.
  /system/core/libutils/
JenkinsHash.cpp 18 * optimized for code size and portability, rather than raw speed. But speed
  /external/chromium_org/webkit/child/
touch_fling_gesture_curve.cc 129 float speed; local
132 speed = 0.f;
136 speed = velocity(time + time_offset_, coefficients_);
139 speed = 0.f;
147 WebFloatSize scroll_velocity(speed * displacement_ratio_.x,
148 speed * displacement_ratio_.y);
  /external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/
BulletAppState.java 32 private float speed = 1; field in class:BulletAppState
185 pSpace.update(active ? tpf * speed : 0);
249 return speed;
252 public void setSpeed(float speed) {
253 this.speed = speed;
  /frameworks/base/docs/html/guide/webapps/
best-practices.jd 71 <p>Because mobile devices typically have a connection speed far slower than a desktop
72 computer, you should make your web pages load as fast as possible. One way to speed it up is to
76 Alternatively, you should optimize the size and speed of your files by compressing them with tools
90 improving the speed of your web site (for mobile and desktop), see Yahoo!'s guide to <a
92 Google's speed tutorials in <a href="http://code.google.com/speed/articles/">Let's make the web
  /external/chromium_org/third_party/skia/src/views/
SkTouchGesture.cpp 19 static SkScalar pin_max_fling(SkScalar 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/views/
SkTouchGesture.cpp 19 static SkScalar pin_max_fling(SkScalar 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/grub/stage2/
serial.c 42 /* The structure for speed vs. divisor. */
45 int speed;
128 SPEED is a DTE-DTE speed which must be one of these: 2400, 4800, 9600,
135 serial_hw_init (unsigned short port, unsigned int speed,
150 if (divisor_tab[i].speed == speed)
44 int speed; member in struct:divisor
  /external/libvpx/libvpx/vp9/common/
vp9_onyx.h 84 // a live camera). ( speed setting controls how fast )
86 // amount of time it takes to encode the output. ( speed setting
89 // quality of the output over encoding speed. The output is compressed
91 // amount of time to encode. ( speed setting ignored )
93 // for use in the second encoding pass. ( speed setting controls how
97 // output. ( speed setting controls how fast )
101 // longer amount of time to encode.. ( speed setting ignored )
  /external/lzma/CPP/7zip/UI/Console/
BenchCon.cpp 97 UInt64 speed = MyMultDiv64(info.UnpackSize, info.GlobalTime, info.GlobalFreq); local
98 PrintNumber(f, speed / 1024, 7);
192 fprintf(f, " Speed Usage R/U Rating");
276 UInt64 speed; local
281 RINOK(CrcBench(ti + 1, bufSize, speed));
282 PrintNumber(f, (speed >> 20), 5);
283 speedTotals.Values[ti] += speed;
  /external/chromium_org/chrome/browser/prerender/
prerender_util_unittest.cc 152 // X-Page-Speed header in mod_pagespeed format (so ngx_pagespeed).
153 headers->AddHeader("X-Page-Speed: 1.3.25.2-2530");
165 headers->RemoveHeader("X-Page-Speed");
167 // X-Page-Speed header in PageSpeed Service format.
168 headers->AddHeader("X-Page-Speed: 97_4_bo");
180 headers->RemoveHeader("X-Page-Speed");
182 // X-Page-Speed header in an unrecognized format (IISpeed in this case).
183 headers->AddHeader("X-Page-Speed: 1.0PS1.2-20130615");
222 headers->RemoveHeader("X-Page-Speed");
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadNotifier.java 75 * Current speed of active downloads, mapped from {@link DownloadInfo#mId}
76 * to speed in bytes per second.
82 * Last time speed was reproted, mapped from {@link DownloadInfo#mId} to
99 * Notify the current speed of an active download, used for calculating
208 long speed = 0; local
214 speed += mDownloadSpeed.get(info.mId);
223 if (speed > 0) {
224 final long remainingMillis = ((total - current) * 1000) / speed;
327 Log.d(TAG, "Download " + id + " speed " + mDownloadSpeed.valueAt(i) + "bps, "
  /external/bluetooth/bluedroid/bta/include/
bta_av_sbc.h 57 ** source speed (src_sps, samples per second),
86 ** source speed (src_sps, samples per second),
107 ** source speed (src_sps, samples per second),
128 ** source speed (src_sps, samples per second),
149 ** source speed (src_sps, samples per second),
  /external/liblzf/
lzfP.h 59 * Sacrifice very little compression quality in favour of compression speed.
68 * Sacrifice some more compression quality in favour of compression speed.
70 * 9-10% for small, redundant, blocks and >>20% better speed in both cases)
71 * In short: when in need for speed, enable this for binary data,
97 * the documentation in lzf.h. Avoiding errno has no speed impact.
  /frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/lib/
LVPSA.h 53 /* Level detection speed control parameters */
56 LVPSA_SPEED_LOW, /* Low speed level detection */
57 LVPSA_SPEED_MEDIUM, /* Medium speed level detection */
58 LVPSA_SPEED_HIGH, /* High speed level detection */
85 LVPSA_LevelDetectSpeed_en LevelDetectionSpeed; /* Level detection speed */
  /external/libppp/src/
tty.c 94 unsigned speed; /* Pre-line-discipline speed */ member in struct:ttydevice::__anon23806
263 unsigned speed; local
278 /* Get the speed before loading the line discipline */
279 speed = physical_GetSpeed(p);
363 dev->real.speed = speed;
387 if (!physical_SetSpeed(p, dev->real.speed))
388 log_Printf(LogWARN, "Couldn't reset tty speed to %d\n", dev->real.speed);
    [all...]

Completed in 1863 milliseconds

1 2 3 4 5 6 78 91011>>