HomeSort by relevance Sort by last modified time
    Searched refs:SPEED (Results 1 - 12 of 12) 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/openssl/crypto/des/
des-lib.com 23 $! SPEED To Just Build The [.xxx.EXE.CRYPTO.DES]SPEED.EXE Program.
123 $ GOSUB SPEED
300 $! Compile The SPEED Program.
302 $ SPEED:
314 $ IF (F$SEARCH("SYS$DISK:[]SPEED.C").EQS."")
320 $ WRITE SYS$OUTPUT "The File SPEED.C Dosen't Exist."
327 $! End The SPEED.C File Check.
333 $ WRITE SYS$OUTPUT "Building ",EXE_DIR,"SPEED.EXE"
335 $! Compile The SPEED Program
    [all...]
  /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
  /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 293 milliseconds