OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SPEED
(Results
1 - 11
of
11
) 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/
FireflyRenderer.java
368
static final float
SPEED
= .5f;
392
mZ = mZ0 + mT/1000f *
SPEED
;
/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:\005
SPEED
\022!\n\023cc_ge"
[
all
...]
Completed in 1027 milliseconds