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

  /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/protobuf/src/google/protobuf/compiler/cpp/
cpp_helpers.h 147 return file->options().optimize_for() == FileOptions::SPEED;
  /external/qemu/distrib/sdl-1.2.15/test/
testpalette.c 25 #define SPEED 2
253 boatx[i] += boatdir[i] * SPEED;
268 updates[i].w = boat[0]->w + SPEED;
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
cpp_helpers.h 160 return file->options().optimize_for() == FileOptions::SPEED;
  /packages/apps/Nfc/src/com/android/nfc/beam/
FireflyRenderer.java 368 static final float SPEED = .5f;
392 mZ = mZ0 + mT/1000f * SPEED;
  /external/chromium_org/chrome/renderer/resources/
offline.js 40 this.currentSpeed = this.config.SPEED;
110 SPEED: 6,
226 case 'SPEED':
270 * Sets the game speed. Adjust the speed accordingly if on a smaller screen.
274 var speed = opt_speed || this.currentSpeed;
276 // Reduce the speed on smaller mobile screens.
278 var mobileSpeed = speed * this.dimensions.WIDTH / DEFAULT_WIDTH *
280 this.currentSpeed = mobileSpeed > speed ? speed : mobileSpeed
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
descriptor_unittest.cc     [all...]
descriptor.pb.h     [all...]
descriptor.pb.cc     [all...]
  /external/protobuf/src/google/protobuf/
descriptor.pb.h     [all...]
descriptor_unittest.cc     [all...]
descriptor.pb.cc 563 "FileOptions.OptimizeMode:\005SPEED\022!\n\023cc_ge"
    [all...]
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 
  /external/google-tv-pairing-protocol/java/jar/
protobuf-java-2.2.0-lite.jar 

Completed in 2296 milliseconds