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

  /external/ppp/pppd/plugins/radius/etc/
dictionary.merit 7 ATTRIBUTE Login-LAT-Service 34 string
8 ATTRIBUTE Login-LAT-Node 35 string
9 ATTRIBUTE Login-LAT-Group 36 string
  /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:
Position.java 17 private Coordinate lat; field in class:Position
35 lat = new Coordinate(dblLat, Coordinate.LAT);
47 // lat = new Coordinate(dblLat, Coordinate.LAT);
61 lat = new Coordinate(latDeg, latMin, Coordinate.LAT, latQuad);
67 * @param lat
71 public Position(String lat, String lng) throws InvalidPositionException {
72 this.lat = new Coordinate(lat)
    [all...]
  /cts/tests/tests/location2/src/android/location2/cts/
LocationManagerTest.java 53 private static final double LAT = 10.0;
137 updateLocation(providerName, LAT, LNG);
145 assertEquals(LAT, location.getLatitude(), FUDGER_DELTA);
160 updateLocation(providerName, LAT, LNG);
167 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...]
grammar.y 172 %token ATALK AARP DECNET LAT SCA MOPRC MOPDL
353 | LAT { $$ = Q_LAT; }
scanner.l 208 lat return LAT;
scanner.c     [all...]
  /external/iproute2/lib/
ll_proto.c 56 __PF(LAT,lat)

Completed in 409 milliseconds