/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
D | ShadowGeoPoint.java | 13 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()
|
D | ShadowGeocoder.java | 102 public void setSimulatedLatLong(double lat, double lng) { in setSimulatedLatLong() argument 103 this.simulatedLatitude = lat; in setSimulatedLatLong()
|
D | ShadowMapView.java | 117 …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/ |
D | Position.java | 17 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 …]
|
D | MapModel3D.java | 247 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 …]
|
D | MapModel2D.java | 215 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/ |
D | LocalPortForwarder.java | 30 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/ |
D | plat.c | 70 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/ |
D | astro.h | 85 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/ |
D | az.txt | 144 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"}
|
D | is.txt | 278 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"}
|
D | es.txt | 317 la{"latín"} 668 Latn{"latín"}
|
/external/harfbuzz/src/ |
D | harfbuzz-gpos.c | 2332 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/ |
D | harfbuzz-gpos.c | 2332 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/ |
D | ll_proto.c | 56 __PF(LAT,lat)
|
/external/icu4c/data/region/ |
D | agq.txt | 48 CD{"Dɛ̀mùkàlatì Lèkpubèlè è Kuŋgù"} 86 GI{"Dzibɨ̀latà"}
|
D | ewo.txt | 48 CD{"ǹnam Kongó Demokəlatíg"}
|
/external/icu4c/data/locales/ |
D | pl.txt | 1452 many{"{0} lat"} 1458 many{"Za {0} lat"} 1464 many{"{0} lat temu"} 1508 many{"{0} lat"}
|
/external/dnsmasq/contrib/dns-loc/ |
D | dnsmasq2-loc-rfc1876.patch | 67 + { " --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/ |
D | btt.tex | 465 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/ |
D | nn.txt | 564 "latvisk lat", 1437 one{"latvisk lat"} 1438 other{"latviske lat"}
|
D | da.txt | 556 "Lettisk lat", 1621 one{"Lettisk lat"} 1622 other{"Lettiske lat"}
|
/external/iproute2/doc/actions/ |
D | ifb-README | 102 qdisc tbf 20: dev ifb0 rate 20Kbit burst 1575b lat 2147.5s
|
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/channel/ |
D | ChannelManager.java | 1578 for (IChannelWorkerThread lat : listenerThreads) in handleMessage() 1580 lat.stopWorking(); in handleMessage()
|
/external/libpcap/ |
D | scanner.l | 208 lat return LAT;
|