/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/ |
D | ShadowLocation.java | 21 private double longitude; field in ShadowLocation 58 longitude = l.getLongitude(); in set() 169 return longitude; in getLongitude() 173 public void setLongitude(double longitude) { in setLongitude() argument 174 this.longitude = longitude; in setLongitude() 210 if (Double.compare(that.longitude, longitude) != 0) return false; in equals() 225 temp = longitude != +0.0d ? Double.doubleToLongBits(longitude) : 0L; in hashCode() 238 ", longitude=" + longitude + in toString() 384 if (latitude != mLat1 || longitude != mLon1 || in distanceTo() 386 computeDistanceAndBearing(latitude, longitude, in distanceTo() [all …]
|
D | ShadowAddress.java | 16 private double longitude; field in ShadowAddress 33 return longitude; in getLongitude() 37 public void setLongitude(double longitude) { in setLongitude() argument 38 this.longitude = longitude; in setLongitude()
|
D | ShadowGeocoder.java | 39 …public List<Address> getFromLocation(double latitude, double longitude, int maxResults) throws IOE… in getFromLocation() argument 42 this.lastLongitude = longitude; in getFromLocation()
|
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/threegpp26244/ |
D | LocationInformationBox.java | 19 private double longitude; field in LocationInformationBox 54 return longitude; in getLongitude() 57 public void setLongitude(double longitude) { in setLongitude() argument 58 this.longitude = longitude; in setLongitude() 103 longitude = IsoTypeReader.readFixedPoint1616(content); in _parseDetails() 118 IsoTypeWriter.writeFixedPont1616(byteBuffer, longitude); in getContent()
|
/external/vulkan-validation-layers/libs/glm/gtx/ |
D | polar_coordinates.inl | 25 atan(tmp.x, tmp.z), // longitude 31 degrees(atan(tmp.x, tmp.z)), // longitude 44 T const longitude(polar.y); local 48 T const longitude(radians(polar.y)); 52 cos(latitude) * sin(longitude), 54 cos(latitude) * cos(longitude));
|
/external/icu/icu4c/source/i18n/ |
D | astro.h | 89 longitude = lon; 100 longitude = lon; in set() 128 double longitude; variable 317 CalendarAstronomer(double longitude, double latitude); 485 /*public*/ void getSunLongitude(double julianDay, double &longitude, double &meanAnomaly);
|
D | astro.cpp | 274 CalendarAstronomer::CalendarAstronomer(double longitude, double latitude) : in CalendarAstronomer() argument 276 fLongitude = normPI(longitude * (double)DEG_RAD); in CalendarAstronomer() 448 return eclipticToEquatorial(result, ecliptic.longitude, ecliptic.latitude); in eclipticToEquatorial() 638 /*public*/ void CalendarAstronomer::getSunLongitude(double jDay, double &longitude, double &meanAno… in getSunLongitude() argument 657 longitude = norm2PI(trueAnomaly(meanAnomaly, SUN_E) + SUN_OMEGA_G); in getSunLongitude() 1484 sprintf(tmp, "[%.5f,%.5f]", longitude*RAD_DEG, latitude*RAD_DEG); in toString()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | CalendarAstronomer.java | 241 public CalendarAstronomer(double longitude, double latitude) { in CalendarAstronomer() argument 243 fLongitude = normPI(longitude * DEG_RAD); in CalendarAstronomer() 428 return eclipticToEquatorial(ecliptic.longitude, ecliptic.latitude); in eclipticToEquatorial() 1506 longitude = lon; 1515 return Double.toString(longitude*RAD_DEG) + "," + (latitude*RAD_DEG); 1537 public final double longitude;
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | CalendarAstronomer.java | 243 public CalendarAstronomer(double longitude, double latitude) { in CalendarAstronomer() argument 245 fLongitude = normPI(longitude * DEG_RAD); in CalendarAstronomer() 430 return eclipticToEquatorial(ecliptic.longitude, ecliptic.latitude); in eclipticToEquatorial() 1508 longitude = lon; 1517 return Double.toString(longitude*RAD_DEG) + "," + (latitude*RAD_DEG); 1539 public final double longitude;
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/ |
D | AstroTest.java | 50 double longitude = astro.getSunLongitude(); in TestSolarLongitude() local 51 if (longitude != tests[i][5]) { in TestSolarLongitude() 52 if ((float)longitude == (float)tests[i][5]) { in TestSolarLongitude() 53 logln("longitude(" + longitude + in TestSolarLongitude() 57 errln("FAIL: longitude(" + longitude + in TestSolarLongitude()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/ |
D | AstroTest.java | 49 double longitude = astro.getSunLongitude(); in TestSolarLongitude() local 50 if (longitude != tests[i][5]) { in TestSolarLongitude() 51 if ((float)longitude == (float)tests[i][5]) { in TestSolarLongitude() 52 logln("longitude(" + longitude + in TestSolarLongitude() 56 errln("FAIL: longitude(" + longitude + in TestSolarLongitude()
|
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/ |
D | LocationFacade.java | 172 @RpcParameter(name = "longitude") Double longitude, in geocode() 175 return mGeocoder.getFromLocation(latitude, longitude, maxResults); in geocode()
|
/external/autotest/client/site_tests/graphics_SanAngeles/src/ |
D | demo.c | 346 int a, longitude, latitude; in createSuperShape() local 360 for (longitude = 0; longitude < longitudeCount; ++longitude) in createSuperShape() 366 float t1 = -PI + longitude * 2 * PI / resol1; in createSuperShape() 367 float t2 = -PI + (longitude + 1) * 2 * PI / resol1; in createSuperShape()
|
/external/piex/src/ |
D | piex_types.h | 72 Rational longitude[3]; member
|
/external/icu/icu4c/source/test/intltest/ |
D | astrotst.cpp | 97 double longitude = astro->getSunLongitude(); in TestSolarLongitude() local 101 …toString() + (UnicodeString)"; " /* + result.toHmsString()*/ + " Sun longitude is " + longitude ); in TestSolarLongitude()
|
/external/libexif/po/ |
D | en_GB.po | 2565 "Indicates whether the longitude is east or west longitude. ASCII 'E' " 2566 "indicates east longitude, and 'W' is west longitude." 2568 "Indicates whether the longitude is east or west longitude. ASCII 'E' " 2569 "indicates east longitude, and 'W' is west longitude." 2577 "Indicates the longitude. The longitude is expressed as three RATIONAL values " 2583 "Indicates the longitude. The longitude is expressed as three RATIONAL values " 2813 "Indicates whether the longitude of the destination point is east or west " 2814 "longitude. ASCII 'E' indicates east longitude, and 'W' is west longitude." 2816 "Indicates whether the longitude of the destination point is east or west " 2817 "longitude. ASCII 'E' indicates east longitude, and 'W' is west longitude." [all …]
|
D | en_AU.po | 2565 "Indicates whether the longitude is east or west longitude. ASCII 'E' " 2566 "indicates east longitude, and 'W' is west longitude." 2568 "Indicates whether the longitude is east or west longitude. ASCII 'E' " 2569 "indicates east longitude, and 'W' is west longitude." 2577 "Indicates the longitude. The longitude is expressed as three RATIONAL values " 2583 "Indicates the longitude. The longitude is expressed as three RATIONAL values " 2813 "Indicates whether the longitude of the destination point is east or west " 2814 "longitude. ASCII 'E' indicates east longitude, and 'W' is west longitude." 2816 "Indicates whether the longitude of the destination point is east or west " 2817 "longitude. ASCII 'E' indicates east longitude, and 'W' is west longitude." [all …]
|
D | libexif-12.pot | 2521 "Indicates whether the longitude is east or west longitude. ASCII 'E' " 2522 "indicates east longitude, and 'W' is west longitude." 2531 "Indicates the longitude. The longitude is expressed as three RATIONAL values " 2717 "Indicates whether the longitude of the destination point is east or west " 2718 "longitude. ASCII 'E' indicates east longitude, and 'W' is west longitude." 2727 "Indicates the longitude of the destination point. The longitude is expressed " 2729 "respectively. If longitude is expressed as degrees, minutes and seconds, a "
|
D | en_CA.po | 2521 "Indicates whether the longitude is east or west longitude. ASCII 'E' " 2522 "indicates east longitude, and 'W' is west longitude." 2531 "Indicates the longitude. The longitude is expressed as three RATIONAL values " 2726 "Indicates whether the longitude of the destination point is east or west " 2727 "longitude. ASCII 'E' indicates east longitude, and 'W' is west longitude." 2736 "Indicates the longitude of the destination point. The longitude is expressed " 2738 "respectively. If longitude is expressed as degrees, minutes and seconds, a "
|
D | sr.po | 2552 "Indicates whether the longitude is east or west longitude. ASCII 'E' " 2553 "indicates east longitude, and 'W' is west longitude." 2564 "Indicates the longitude. The longitude is expressed as three RATIONAL values " 2762 "Indicates whether the longitude of the destination point is east or west " 2763 "longitude. ASCII 'E' indicates east longitude, and 'W' is west longitude." 2772 "Indicates the longitude of the destination point. The longitude is expressed " 2774 "respectively. If longitude is expressed as degrees, minutes and seconds, a "
|
D | uk.po | 2524 "Indicates whether the longitude is east or west longitude. ASCII 'E' " 2525 "indicates east longitude, and 'W' is west longitude." 2534 "Indicates the longitude. The longitude is expressed as three RATIONAL values " 2720 "Indicates whether the longitude of the destination point is east or west " 2721 "longitude. ASCII 'E' indicates east longitude, and 'W' is west longitude." 2730 "Indicates the longitude of the destination point. The longitude is expressed " 2732 "respectively. If longitude is expressed as degrees, minutes and seconds, a "
|
D | be.po | 2525 "Indicates whether the longitude is east or west longitude. ASCII 'E' " 2526 "indicates east longitude, and 'W' is west longitude." 2535 "Indicates the longitude. The longitude is expressed as three RATIONAL values " 2721 "Indicates whether the longitude of the destination point is east or west " 2722 "longitude. ASCII 'E' indicates east longitude, and 'W' is west longitude." 2731 "Indicates the longitude of the destination point. The longitude is expressed " 2733 "respectively. If longitude is expressed as degrees, minutes and seconds, a "
|
D | ru.po | 2556 "Indicates whether the longitude is east or west longitude. ASCII 'E' " 2557 "indicates east longitude, and 'W' is west longitude." 2568 "Indicates the longitude. The longitude is expressed as three RATIONAL values " 2791 "Indicates whether the longitude of the destination point is east or west " 2792 "longitude. ASCII 'E' indicates east longitude, and 'W' is west longitude." 2801 "Indicates the longitude of the destination point. The longitude is expressed " 2803 "respectively. If longitude is expressed as degrees, minutes and seconds, a "
|
/external/timezonepicker-support/ |
D | zone.tab | 11 # 2. Latitude and longitude of the zone's principal location 14 # first latitude (+ is north), then longitude (+ is east).
|
/external/python/cpython2/Doc/library/ |
D | string.rst | 541 >>> 'Coordinates: {latitude}, {longitude}'.format(latitude='37.24N', longitude='-115.81W') 543 >>> coord = {'latitude': '37.24N', 'longitude': '-115.81W'} 544 >>> 'Coordinates: {latitude}, {longitude}'.format(**coord)
|