HomeSort by relevance Sort by last modified time
    Searched refs:speed (Results 151 - 175 of 443) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/content/renderer/
geolocation_dispatcher.cc 136 geoposition.speed >= 0.,
137 geoposition.speed));
  /frameworks/wilhelm/src/itf/
I3DDoppler.c 43 SLmillidegree azimuth, SLmillidegree elevation, SLmillimeter speed)
51 thiz->mVelocitySpherical.mSpeed = speed;
  /external/qemu/
usb-linux.c 66 const char *product_name, int speed);
953 dev->dev.speed = USB_SPEED_LOW;
955 dev->dev.speed = USB_SPEED_HIGH;
1064 int bus_num, addr, speed, device_count, class_id, product_id, vendor_id; local
1080 bus_num = addr = speed = class_id = product_id = vendor_id = 0;
1090 product_id, product_name, speed);
1103 speed = USB_SPEED_HIGH;
1105 speed = USB_SPEED_LOW;
1107 speed = USB_SPEED_FULL;
1134 product_id, product_name, speed);
1183 int bus_num, addr, speed, class_id, product_id, vendor_id; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderMarquee.h 62 int speed() const { return m_speed; } function in class:WebCore::FINAL
  /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
  /external/lzma/CPP/7zip/UI/Common/
Bench.h 40 HRESULT CrcBench(UInt32 numThreads, UInt32 bufferSize, UInt64 &speed);
  /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
  /external/oprofile/libpp/
xml_utils.h 35 double const speed);
  /frameworks/ex/variablespeed/jni/
sola_time_scaler.h 95 // @param speed rate scaling factor
96 void set_speed(double speed);
140 double ratio_; // inverse of speed
  /frameworks/ex/variablespeed/src/com/android/ex/variablespeed/
VariableSpeedNative.java 68 /*package*/ static native void setVariableSpeed(float speed);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
scc.h 133 long speed; /* Line speed, bps */ member in struct:scc_modem
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
scc.h 133 long speed; /* Line speed, bps */ member in struct:scc_modem
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
scc.h 133 long speed; /* Line speed, bps */ member in struct:scc_modem
  /external/jmonkeyengine/engine/src/test/jme3test/games/
CubeField.java 74 private float speed, coreTime,coreTime2; field in class:CubeField
135 speed = lowCap / 400f;
249 //Subtract difficulty level in accordance to speed every 10 seconds
261 if(speed<.1f){
262 speed+=.000001f*tpf*fpsRate;
265 player.move(speed * tpf * fpsRate, 0, 0);
317 player.move(0, 0, -(speed / 2f) * value * fpsRate);
320 player.move(0, 0, (speed / 2f) * value * fpsRate);
  /packages/apps/Music/src/com/android/music/
TouchInterceptor.java 337 int speed = 0; local
342 speed = y > (mHeight + mLowerBound) / 2 ? 16 : 4;
344 speed = 1;
348 speed = y < mUpperBound / 2 ? -16 : -4;
354 speed = 0;
357 if (speed != 0) {
358 smoothScrollBy(speed, 30);
  /build/target/board/generic_x86/
BoardConfig.mk 24 # Enable dex-preoptimization to speed up the first boot sequence
  /external/chromium_org/third_party/openssl/openssl/apps/
progs.pl 36 elsif ( ($_ =~ /^speed$/))
  /external/jmonkeyengine/engine/src/core/com/jme3/app/
SimpleApplication.java 226 if (speed == 0 || paused) {
230 float tpf = timer.getTimePerFrame() * speed;
  /external/jmonkeyengine/engine/src/core-effects/com/jme3/water/
WaterFilter.java 88 private float speed = 1; field in class:WaterFilter
139 time = time + (tpf * speed);
306 oc.write(speed, "speed", 1f);
350 speed = ic.readFloat("speed", 1f);
741 * retruns the speed of the waves
745 return speed;
749 * Set the speed of the waves (0.0 is still) default is 1.0
750 * @param speed
    [all...]
  /external/libppp/src/
physical.h 74 unsigned (*speed)(struct physical *); member in struct:device
110 unsigned speed; /* tty speed */ member in struct:physical::__anon22845
  /external/openssl/apps/
progs.pl 36 elsif ( ($_ =~ /^speed$/))
  /packages/apps/Settings/src/com/android/settings/
PointerSpeedPreference.java 93 int speed = mIm.getPointerSpeed(getContext()); local
94 mSeekBar.setProgress(speed - InputManager.MIN_POINTER_SPEED);
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
defaults.h     [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
defaults.h     [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
defaults.h     [all...]

Completed in 1132 milliseconds

1 2 3 4 5 67 8 91011>>