HomeSort by relevance Sort by last modified time
    Searched refs:SPEED (Results 1 - 25 of 29) sorted by null

1 2

  /external/toybox/scripts/
minicom.sh 11 SPEED="$2"
12 [ -z "$SPEED" ] && SPEED=115200
14 stty $SPEED -F "$1"
  /frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
TrackerEntry.java 46 static final String SPEED = "Speed";
59 ALTITUDE, SPEED, BEARING, DIST_NET_LOCATION, LOC_TIME, DEBUG_INFO};
184 cValues.put(SPEED, mLocation.getSpeed());
233 Float speed = getNullableFloat(cursor, SPEED); local
234 if (speed != null) {
235 location.setSpeed(speed);
  /external/python/cpython2/Lib/plat-irix5/
CL_old.py 154 SPEED = 18
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/media/
PlaybackBannerControlGlue.java 155 private @interface SPEED {}
158 * Invalid playback speed.
163 * Speed representing playback state that is paused.
168 * Speed representing playback state that is playing normally.
173 * The initial (level 0) fast forward playback speed.
174 * The negative of this value is for rewind at the same speed.
179 * The level 1 fast forward playback speed.
180 * The negative of this value is for rewind at the same speed.
185 * The level 2 fast forward playback speed.
186 * The negative of this value is for rewind at the same speed
613 int speed; local
    [all...]
  /packages/apps/Nfc/src/com/android/nfc/beam/
FireflyRenderer.java 368 static final float SPEED = .5f;
392 mZ = mZ0 + mT/1000f * SPEED;
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_helpers.h 219 return GetOptimizeFor(file, options) == FileOptions::SPEED;
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec-http/4.1.0.CR3/
netty-codec-http-4.1.0.CR3.jar 
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 
  /external/protobuf/src/google/protobuf/
descriptor_unittest.cc     [all...]
descriptor.pb.h     [all...]
descriptor.pb.cc     [all...]
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec-http/4.1.3.Final/
netty-codec-http-4.1.3.Final.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec-http/4.1.6.Final/
netty-codec-http-4.1.6.Final.jar 
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
descriptor.pb.h     [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
descriptor.pb.h     [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
descriptor.pb.h     [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
descriptor.pb.h     [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
descriptor.pb.h     [all...]
  /external/google-tv-pairing-protocol/java/jar/
protobuf-java-2.2.0-lite.jar 
  /external/protobuf/csharp/src/Google.Protobuf/Reflection/
Descriptor.cs     [all...]
  /prebuilts/misc/common/robolectric/lib/
protobuf-java-2.6.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/2.5.0/
protobuf-java-2.5.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/2.6.1/
protobuf-java-2.6.1.jar 
  /prebuilts/tools/common/offline-m2/com/google/protobuf/protobuf-java/2.5.0/
protobuf-java-2.5.0.jar 

Completed in 1612 milliseconds

1 2