/external/chromium_org/third_party/WebKit/Source/modules/geolocation/ |
Coordinates.cpp | 31 double Coordinates::altitude(bool& isNull) const function in class:WebCore::Coordinates
|
GeolocationPosition.h | 39 static PassRefPtr<GeolocationPosition> create(double timestamp, double latitude, double longitude, double accuracy, bool providesAltitude, double altitude, bool providesAltitudeAccuracy, double altitudeAccuracy, bool providesHeading, double heading, bool providesSpeed, double speed) { return adoptRef(new GeolocationPosition(timestamp, latitude, longitude, accuracy, providesAltitude, altitude, providesAltitudeAccuracy, altitudeAccuracy, providesHeading, heading, providesSpeed, speed)); } 46 double altitude() const { return m_altitude; } function in class:WebCore::GeolocationPosition 73 GeolocationPosition(double timestamp, double latitude, double longitude, double accuracy, bool providesAltitude, double altitude, bool providesAltitudeAccuracy, double altitudeAccuracy, bool providesHeading, double heading, bool providesSpeed, double speed) 78 , m_altitude(altitude)
|
/external/chromium_org/content/public/common/ |
geoposition.h | 43 // Altitude in meters (above WGS84 datum). 44 double altitude; member in struct:content::Geoposition 47 // Accuracy of altitude in meters.
|
/external/smack/src/org/xbill/DNS/ |
GPOSRecord.java | 17 private byte [] latitude, longitude, altitude; field in class:GPOSRecord 43 * @param altitude The altitude component of the location (in meters above sea 48 double altitude) 54 this.altitude = Double.toString(altitude).getBytes(); 61 * @param altitude The altitude component of the location (in meters above sea 66 String altitude) 73 this.altitude = byteArrayFromString(altitude) [all...] |
LOCRecord.java | 21 private long latitude, longitude, altitude; field in class:LOCRecord 42 * @param altitude The altitude of the center of the sphere, in m 49 double altitude, double size, double hPrecision, double vPrecision) 54 this.altitude = (long)((altitude + 100000) * 100); 73 altitude = in.readU32(); 164 altitude = parseDouble(st, "altitude", true, 227 /* Altitude */ [all...] |
/external/chromium_org/third_party/icu/source/i18n/ |
astro.h | 205 * The <i>Altitude</i> represents the object's elevation above the horizon, 206 * with objects below the horizon having a negative altitude. 224 * @param alt The altitude, measured in radians above the horizon. 229 : altitude(alt), azimuth(azim) { } 233 * @param alt The altitude, measured in radians above the horizon. 238 altitude = alt; 250 * The object's altitude above the horizon, in radians. 253 double altitude; member in class:CalendarAstronomer::Horizon
|
astro.cpp | 513 double altitude = asin(sinD*sinL + cosD*cosL*cosH); local 514 double azimuth = atan2(-cosD*cosL*sinH, sinD - sinL * ::sin(altitude)); 516 result.set(azimuth, altitude); [all...] |
/external/icu4c/i18n/ |
astro.h | 205 * The <i>Altitude</i> represents the object's elevation above the horizon, 206 * with objects below the horizon having a negative altitude. 224 * @param alt The altitude, measured in radians above the horizon. 229 : altitude(alt), azimuth(azim) { } 233 * @param alt The altitude, measured in radians above the horizon. 238 altitude = alt; 250 * The object's altitude above the horizon, in radians. 253 double altitude; member in class:CalendarAstronomer::Horizon
|
astro.cpp | 512 double altitude = asin(sinD*sinL + cosD*cosL*cosH); local 513 double azimuth = atan2(-cosD*cosL*sinH, sinD - sinL * ::sin(altitude)); 515 result.set(azimuth, altitude); [all...] |
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/threegpp26244/ |
LocationInformationBox.java | 21 private double altitude; field in class:LocationInformationBox 70 return altitude; 73 public void setAltitude(double altitude) { 74 this.altitude = altitude; 105 altitude = IsoTypeReader.readFixedPoint1616(content); 120 IsoTypeWriter.writeFixedPont1616(byteBuffer, altitude);
|
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/ |
TrackerEntry.java | 45 static final String ALTITUDE = "Altitude"; 59 ALTITUDE, SPEED, BEARING, DIST_NET_LOCATION, LOC_TIME, DEBUG_INFO}; 181 cValues.put(ALTITUDE, mLocation.getAltitude()); 225 Float altitude = getNullableFloat(cursor, ALTITUDE); local 226 if (altitude != null) { 227 location.setAltitude(altitude);
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowLocation.java | 24 private double altitude; field in class:ShadowLocation 61 altitude = l.getAltitude(); 114 return altitude; 118 public void setAltitude(double altitude) { 119 this.altitude = altitude; 125 this.altitude = 0.0d;
|
/frameworks/base/media/java/android/media/ |
ExifInterface.java | 62 * The altitude (in meters) based on the reference in TAG_GPS_ALTITUDE_REF. 68 * 0 if the altitude is above sea level. 1 if the altitude is below sea 332 * Return the altitude in meters. If the exif tag does not exist, return 338 double altitude = getAttributeDouble(TAG_GPS_ALTITUDE, -1); local 341 if (altitude >= 0 && ref >= 0) { 342 return (double) (altitude * ((ref == 1) ? -1 : 1));
|
/device/asus/flo/camera/QCamera2/HAL3/ |
QCamera3Channel.cpp | 1721 rat_t altitude; local [all...] |
/frameworks/base/services/jni/ |
com_android_server_location_GpsLocationProvider.cpp | 84 (jdouble)location->altitude, 251 (jdouble)location->altitude, 264 jdouble altitude = 0; local 273 altitude = location->altitude; 281 flags, latitude, longitude, altitude, speed, bearing, accuracy, timestamp);
|
/hardware/libhardware/include/hardware/ |
fused_location.h | 105 /** FlpLocation has valid altitude. */ 132 * Represents altitude in meters above the WGS 84 reference 134 double altitude; member in struct:__anon31086
|
gps.h | 82 /** GpsLocation has valid altitude. */ 249 /** Represents altitude in meters above the WGS 84 reference 251 double altitude; member in struct:__anon31102
|
/hardware/qcom/camera/QCamera2/HAL3/ |
QCamera3Channel.cpp | 1725 rat_t altitude; local [all...] |
/device/asus/flo/camera/QCamera2/HAL/ |
QCamera2HWI.cpp | 4116 rat_t altitude; local [all...] |
/hardware/qcom/camera/QCamera2/HAL/ |
QCamera2HWI.cpp | 4116 rat_t altitude; local [all...] |
/hardware/ti/omap4xxx/test/CameraHal/ |
camera_test_menu.cpp | 46 double altitude = 0.0; variable 1211 printf(" c. Altitude: %.7lf\n", altitude); 1256 altitude += 12345.67890123456789; 1258 if (altitude > 100000.0) { 1259 altitude -= 200000.0; 1262 snprintf(coord_str, 100, "%.20lf", altitude); [all...] |
/device/lge/mako/camera/QCamera/HAL/core/inc/ |
QCameraHWI.h | 216 rat_t altitude; member in struct:__anon2040
|
/device/lge/mako/camera/QCamera/HAL/core/src/ |
QCameraHWI_Parm.cpp | 3153 const char *altitude = params.get(CameraParameters::KEY_GPS_ALTITUDE); local [all...] |
/device/lge/mako/camera/ |
QCameraHWI.h | 217 rat_t altitude; member in struct:__anon2193
|
/hardware/samsung_slsi/exynos5/libcamera/ |
ExynosCamera.cpp | 3889 double altitude = fabs(m_curCameraInfo->gpsAltitude \/ 100.0); local [all...] |