OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LAT
(Results
1 - 4
of
4
) sorted by null
/external/jmonkeyengine/engine/src/desktop/jme3tools/navigation/
Coordinate.java
27
/* whether this coordinate is a latitude or a longitude: :
LAT
==0, LONG==1 */
36
public static final int
LAT
= 0;
90
* 38?31.64'N for
lat
, and 28?19.12'W for long
109
buildCoOrdinate(deg, minsDecMins, Coordinate.
LAT
, Coordinate.N);
112
buildCoOrdinate(deg, minsDecMins, Coordinate.
LAT
, Coordinate.S);
136
case
LAT
:
166
case
LAT
:
190
case
LAT
:
214
case
LAT
:
/cts/tests/tests/location2/src/android/location2/cts/
LocationManagerTest.java
53
private static final double
LAT
= 10.0;
148
updateLocation(providerName,
LAT
, LNG);
156
assertEquals(
LAT
, location.getLatitude(), FUDGER_DELTA);
176
updateLocation(providerName,
LAT
, LNG);
183
assertEquals(
LAT
, location.getLatitude(), FUDGER_DELTA);
/external/libpcap/
tokdefs.h
59
LAT
= 285,
163
#define
LAT
285
grammar.c
94
LAT
= 285,
198
#define
LAT
285
785
"IGRP", "PIM", "VRRP", "ATALK", "AARP", "DECNET", "
LAT
", "SCA", "MOPRC",
[
all
...]
Completed in 82 milliseconds