HomeSort by relevance Sort by last modified time
    Searched refs:SPEED (Results 1 - 13 of 13) 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/quake/quake/src/QW/client/
d_scan.c 74 turb = intsintable + ((int)(cl.time*SPEED)&(CYCLE-1));
127 r_turb_turb = sintable + ((int)(cl.time*SPEED)&(CYCLE-1));
r_surf.c 584 turb = sintable + ((int)(cl.time*SPEED)&(CYCLE-1));
610 turb = sintable + ((int)(cl.time*SPEED)&(CYCLE-1));
r_local.h 246 #define SPEED 20
  /external/quake/quake/src/WinQuake/
d_scan.cpp 74 turb = intsintable + ((int)(cl.time*SPEED)&(CYCLE-1));
129 r_turb_turb = sintable + ((int)(cl.time*SPEED)&(CYCLE-1));
r_surf.cpp 601 turb = sintable + ((int)(cl.time*SPEED)&(CYCLE-1));
627 turb = sintable + ((int)(cl.time*SPEED)&(CYCLE-1));
r_local.h 245 #define SPEED 20
  /packages/apps/Nfc/src/com/android/nfc/
FireflyRenderer.java 368 static final float SPEED = .5f;
392 mZ = mZ0 + mT/1000f * SPEED;
  /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...]

Completed in 245 milliseconds