Home
last modified time | relevance | path

Searched refs:lat (Results 1 – 25 of 46) sorted by relevance

12

/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowGeoPoint.java13 private int lat; field in ShadowGeoPoint
16 public void __constructor__(int lat, int lng) { in __constructor__() argument
17 this.lat = lat; in __constructor__()
23 return lat; in getLatitudeE6()
41 if (lat != that.lat) return false; in equals()
49 int result = lat; in hashCode()
57 "lat=" + fromE6(lat) + in toString()
63 return lat; in getLat()
DShadowGeocoder.java102 public void setSimulatedLatLong(double lat, double lng) { in setSimulatedLatLong() argument
103 this.simulatedLatitude = lat; in setSimulatedLatLong()
DShadowMapView.java117 …int lat = scalePixel(y, bottom, -realMapView.getHeight(), mapCenter.getLatitudeE6(), latitudeSpan); in getProjection()
119 return new GeoPoint(lat, lng); in getProjection()
/external/jmonkeyengine/engine/src/desktop/jme3tools/navigation/
DPosition.java17 private Coordinate lat; field in Position
35 lat = new Coordinate(dblLat, Coordinate.LAT); in Position()
61 lat = new Coordinate(latDeg, latMin, Coordinate.LAT, latQuad); in Position()
71 public Position(String lat, String lng) throws InvalidPositionException { in Position() argument
72 this.lat = new Coordinate(lat); in Position()
95 …this.lat = new Coordinate(Integer.valueOf(latNMEAGPS.substring(0, 2)), Float.valueOf(latNMEAGPS.su… in Position()
139 return lat.toStringDec() + " " + lng.toStringDec(); in toStringDec()
148 return lat.decVal(); in getLatitude()
175 output += lat.toStringDegMin(); in toStringDegMin()
186 return lat.toStringDegMin(); in toStringDegMinLat()
[all …]
DMapModel3D.java247 double lat, lon; in toPosition() local
260 lat = findLat(mp, getCentre().getLatitude()); in toPosition()
261 if (lat == -1000) { in toPosition()
262 System.out.println("lat: " + lat); in toPosition()
265 lat = findLat(mp, 0.0, 85.0); in toPosition()
271 lat = -1 * lat; in toPosition()
273 if (lat == -1000 || lon == -1000) { in toPosition()
276 pos = new Position(lat, lon); in toPosition()
380 for (double lat = previousLat - 0.25; lat < previousLat + 1; lat += 0.00001) { in findLat()
381 guessMP = NavCalculator.computeDMPClarkeSpheroid(0, lat); in findLat()
[all …]
DMapModel2D.java215 double lat, lon; in toPosition() local
228 lat = findLat(mp, getCentre().getLatitude()); in toPosition()
229 if (lat == -1000) { in toPosition()
230 System.out.println("lat: " + lat); in toPosition()
233 lat = findLat(mp, 0.0, 85.0); in toPosition()
239 lat = -1 * lat; in toPosition()
241 if (lat == -1000 || lon == -1000) { in toPosition()
244 pos = new Position(lat, lon); in toPosition()
359 for (double lat = previousLat - 0.25; lat < previousLat + 1; lat += 0.00001) { in findLat()
360 guessMP = NavCalculator.computeDMPClarkeSpheroid(0, lat); in findLat()
[all …]
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/
DLocalPortForwarder.java30 LocalAcceptThread lat; field in LocalPortForwarder
39 lat = new LocalAcceptThread(cm, local_port, host_to_connect, port_to_connect); in LocalPortForwarder()
40 lat.setDaemon(true); in LocalPortForwarder()
41 lat.start(); in LocalPortForwarder()
51 lat = new LocalAcceptThread(cm, addr, host_to_connect, port_to_connect); in LocalPortForwarder()
52 lat.setDaemon(true); in LocalPortForwarder()
53 lat.start(); in LocalPortForwarder()
63 lat.stopWorking(); in close()
/external/blktrace/btt/
Dplat.c70 double lat = TO_SEC(latency); in plat_x2c() local
78 pp->tl = lat; in plat_x2c()
87 pp->tl = lat; in plat_x2c()
91 pp->tl += lat; in plat_x2c()
/external/icu4c/i18n/
Dastro.h85 Ecliptic(double lat = 0, double lon = 0) {
86 latitude = lat;
96 void set(double lat, double lon) { in set() argument
97 latitude = lat; in set()
/external/icu4c/data/lang/
Daz.txt144 es_419{"latın amerika ispancası"}
266 la{"latınca"}
285 lv{"latışca"}
573 Latf{"fraktur latını"}
574 Latg{"gael latını"}
575 Latn{"latın"}
Dis.txt278 la{"latína"}
622 hansfin{"Einfaldaðar kínverskar fjármálatölur"}
624 hantfin{"Hefðbundnar kínverskar fjármálatölur"}
627 jpanfin{"Japanskar fjármálatölur"}
Des.txt317 la{"latín"}
668 Latn{"latín"}
/external/harfbuzz/src/
Dharfbuzz-gpos.c2332 static HB_Error Load_LigatureAttach( HB_LigatureAttach* lat, in Load_LigatureAttach() argument
2350 count = lat->ComponentCount = GET_UShort(); in Load_LigatureAttach()
2354 lat->ComponentRecord = NULL; in Load_LigatureAttach()
2356 if ( ALLOC_ARRAY( lat->ComponentRecord, count, HB_ComponentRecord ) ) in Load_LigatureAttach()
2359 cr = lat->ComponentRecord; in Load_LigatureAttach()
2418 static void Free_LigatureAttach( HB_LigatureAttach* lat, in Free_LigatureAttach() argument
2427 if ( lat->ComponentRecord ) in Free_LigatureAttach()
2429 count = lat->ComponentCount; in Free_LigatureAttach()
2430 cr = lat->ComponentRecord; in Free_LigatureAttach()
2458 HB_LigatureAttach* lat; in Load_LigatureArray() local
[all …]
/external/harfbuzz_ng/src/hb-old/
Dharfbuzz-gpos.c2332 static HB_Error Load_LigatureAttach( HB_LigatureAttach* lat, in Load_LigatureAttach() argument
2350 count = lat->ComponentCount = GET_UShort(); in Load_LigatureAttach()
2354 lat->ComponentRecord = NULL; in Load_LigatureAttach()
2356 if ( ALLOC_ARRAY( lat->ComponentRecord, count, HB_ComponentRecord ) ) in Load_LigatureAttach()
2359 cr = lat->ComponentRecord; in Load_LigatureAttach()
2418 static void Free_LigatureAttach( HB_LigatureAttach* lat, in Free_LigatureAttach() argument
2427 if ( lat->ComponentRecord ) in Free_LigatureAttach()
2429 count = lat->ComponentCount; in Free_LigatureAttach()
2430 cr = lat->ComponentRecord; in Free_LigatureAttach()
2458 HB_LigatureAttach* lat; in Load_LigatureArray() local
[all …]
/external/iproute2/lib/
Dll_proto.c56 __PF(LAT,lat)
/external/icu4c/data/region/
Dagq.txt48 CD{"Dɛ̀mùkàlatì Lèkpubèlè è Kuŋgù"}
86 GI{"Dzibɨ̀latà"}
Dewo.txt48 CD{"ǹnam Kongó Demokəlatíg"}
/external/icu4c/data/locales/
Dpl.txt1452 many{"{0} lat"}
1458 many{"Za {0} lat"}
1464 many{"{0} lat temu"}
1508 many{"{0} lat"}
/external/dnsmasq/contrib/dns-loc/
Ddnsmasq2-loc-rfc1876.patch67 + { " --loc-record=name,lat lon alt", gettext_noop("Specify LOC DNS record."), NULL },
213 +/* converts ascii lat/lon to unsigned encoded 32-bit number.
/external/blktrace/btt/doc/
Dbtt.tex465 section~\ref{sec:lat}.
676 \newpage\section{\label{sec:lat}\label{sec:lat-q2d}\label{sec:lat-q2c}\label{sec:lat-d2c}Latency Da…
913 discussed in section~\ref{sec:lat-d2c}.
957 discussed in section~\ref{sec:lat-q2c}.
1114 discussed in section~\ref{sec:lat-q2d}.
/external/icu4c/data/curr/
Dnn.txt564 "latvisk lat",
1437 one{"latvisk lat"}
1438 other{"latviske lat"}
Dda.txt556 "Lettisk lat",
1621 one{"Lettisk lat"}
1622 other{"Lettiske lat"}
/external/iproute2/doc/actions/
Difb-README102 qdisc tbf 20: dev ifb0 rate 20Kbit burst 1575b lat 2147.5s
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/channel/
DChannelManager.java1578 for (IChannelWorkerThread lat : listenerThreads) in handleMessage()
1580 lat.stopWorking(); in handleMessage()
/external/libpcap/
Dscanner.l208 lat return LAT;

12