Searched refs:longitude (Results 1 - 25 of 29) sorted by relevance

12

/macosx-10.10.1/WebKit-7600.1.25/mac/WebView/
H A DWebGeolocationPosition.h33 - (id)initWithTimestamp:(double)timestamp latitude:(double)latitude longitude:(double)longitude accuracy:(double)accuracy;
H A DWebGeolocationPosition.mm65 - (id)initWithTimestamp:(double)timestamp latitude:(double)latitude longitude:(double)longitude accuracy:(double)accuracy
70 _internal = [[WebGeolocationPositionInternal alloc] initWithCoreGeolocationPosition:GeolocationPosition::create(timestamp, latitude, longitude, accuracy)];
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/API/C/
H A DWKGeolocationPosition.cpp39 WKGeolocationPositionRef WKGeolocationPositionCreate(double timestamp, double latitude, double longitude, double accuracy) argument
41 return WKGeolocationPositionCreate_b(timestamp, latitude, longitude, accuracy, false, 0., false, 0., false, 0., false, 0.);
44 WKGeolocationPositionRef WKGeolocationPositionCreate_b(double timestamp, double latitude, double longitude, double accuracy, bool providesAltitude, double altitude, bool providesAltitudeAccuracy, double altitudeAccuracy, bool providesHeading, double heading, bool providesSpeed, double speed) argument
46 RefPtr<WebGeolocationPosition> position = WebGeolocationPosition::create(timestamp, latitude, longitude, accuracy, providesAltitude, altitude, providesAltitudeAccuracy, altitudeAccuracy, providesHeading, heading, providesSpeed, speed);
H A DWKGeolocationPosition.h37 WK_EXPORT WKGeolocationPositionRef WKGeolocationPositionCreate(double timestamp, double latitude, double longitude, double accuracy);
38 WK_EXPORT WKGeolocationPositionRef WKGeolocationPositionCreate_b(double timestamp, double latitude, double longitude, double accuracy, bool providesAltitude, double altitude, bool providesAltitudeAccuracy, double altitudeAccuracy, bool providesHeading, double heading, bool providesSpeed, double speed);
/macosx-10.10.1/bind9-45.101/bind9/lib/dns/rdata/generic/
H A Dgpos_27.h29 char *longitude; member in struct:dns_rdata_gpos
H A Dloc_29.h32 isc_uint32_t longitude; member in struct:dns_rdata_loc_0
H A Dgpos_27.c128 RETERR(mem_tobuffer(target, gpos->longitude, gpos->long_len));
151 gpos->longitude = mem_maybedup(mctx, region.base, gpos->long_len);
152 if (gpos->longitude == NULL)
177 if (mctx != NULL && gpos->longitude != NULL)
178 isc_mem_free(mctx, gpos->longitude);
196 if (gpos->longitude != NULL)
197 isc_mem_free(gpos->mctx, gpos->longitude);
H A Dloc_29.c50 unsigned long longitude; local
448 longitude = 0x80000000 + ( d2 * 3600 + m2 * 60 ) * 1000 + s2;
450 longitude = 0x80000000 - ( d2 * 3600 + m2 * 60 ) * 1000 - s2;
451 RETERR(uint32_tobuffer(longitude, target));
461 unsigned long longitude; local
522 longitude = uint32_fromregion(&sr);
524 if (longitude >= 0x80000000) {
526 longitude -= 0x80000000;
529 longitude = 0x80000000 - longitude;
564 unsigned long longitude; local
[all...]
/macosx-10.10.1/WebKit2-7600.1.25/Shared/
H A DWebGeolocationPosition.h44 double longitude; member in struct:WebKit::WebGeolocationPosition::Data
58 static PassRefPtr<WebGeolocationPosition> 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) argument
60 return adoptRef(new WebGeolocationPosition(timestamp, latitude, longitude, accuracy, providesAltitude, altitude, providesAltitudeAccuracy, altitudeAccuracy, providesHeading, heading, providesSpeed, speed));
67 double longitude() const { return m_data.longitude; } function in class:WebKit::WebGeolocationPosition
85 WebGeolocationPosition(double timestamp, double latitude, double longitude, double accuracy, bool providesAltitude, double altitude, bool providesAltitudeAccuracy, double altitudeAccuracy, bool providesHeading, double heading, bool providesSpeed, double speed);
H A DWebGeolocationPosition.cpp34 WebGeolocationPosition::WebGeolocationPosition(double timestamp, double latitude, double longitude, double accuracy, bool providesAltitude, double altitude, bool providesAltitudeAccuracy, double altitudeAccuracy, bool providesHeading, double heading, bool providesSpeed, double speed) argument
38 m_data.longitude = longitude;
/macosx-10.10.1/WebKit-7600.1.25/win/Interfaces/
H A DIWebGeolocationPosition.idl38 HRESULT initWithTimestamp([in] double timestamp, [in] double latitude, [in] double longitude, [in] double accuracy);
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-CoreLocation/Examples/WhereIsMyMac/
H A DWhereIsMyMacAppDelegate.py55 currentLocation.coordinate.longitude,
69 elif (newLocation.coordinate().longitude == oldLocation.coordinate().longitude and
79 newLocation.coordinate().longitude,
86 newLocation.coordinate().latitude, newLocation.coordinate().longitude))
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-CoreLocation-2.5.1/Examples/WhereIsMyMac/
H A DWhereIsMyMacAppDelegate.py57 currentLocation.coordinate.longitude,
71 elif (newLocation.coordinate().longitude == oldLocation.coordinate().longitude and
81 newLocation.coordinate().longitude,
88 newLocation.coordinate().latitude, newLocation.coordinate().longitude))
/macosx-10.10.1/WebKit-7600.1.25/win/
H A DWebGeolocationPosition.cpp82 HRESULT WebGeolocationPosition::initWithTimestamp(double timestamp, double latitude, double longitude, double accuracy) argument
84 m_position = GeolocationPosition::create(timestamp, latitude, longitude, accuracy);
H A DWebGeolocationPosition.h49 virtual HRESULT STDMETHODCALLTYPE initWithTimestamp(double timestamp, double latitude, double longitude, double accuracy);
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/API/gtk/
H A DWebKitGeolocationProvider.cpp89 void WebKitGeolocationProvider::notifyPositionChanged(int timestamp, double latitude, double longitude, double altitude, double accuracy, double altitudeAccuracy) argument
91 RefPtr<WebGeolocationPosition> position = WebGeolocationPosition::create(timestamp, latitude, longitude, accuracy, true, altitude, true, altitudeAccuracy, false, 0, false, 0);
/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Dastro.h64 * The longitude specifies the position along the ecliptic plane
82 * @param lon The ecliptic longitude, measured in radians.
87 longitude = lon;
93 * @param lon The ecliptic longitude, measured in radians.
98 longitude = lon;
116 * The ecliptic longitude, in radians.
126 double longitude; member in class:CalendarAstronomer::Ecliptic
272 * it takes for the moon to return the same ecliptic longitude as the sun.
273 * It is longer than the sidereal month because the sun's longitude increases
303 * latitude and longitude
[all...]
H A Dastro.cpp94 * it takes for the moon to return the same ecliptic longitude as the sun.
95 * It is longer than the sidereal month because the sun's longitude increases
107 * for the moon to return to the same ecliptic longitude relative to the
259 * latitude and longitude. The object's time is set to the current
262 * @param longitude The desired longitude, in <em>degrees</em> east of
272 CalendarAstronomer::CalendarAstronomer(double longitude, double latitude) : argument
274 fLongitude = normPI(longitude * (double)DEG_RAD);
446 return eclipticToEquatorial(result, ecliptic.longitude, ecliptic.latitude);
452 * @param eclipLong The ecliptic longitude
1164 getSunLongitude(double jDay, double &longitude, double &meanAnomaly) argument
[all...]
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-CoreLocation/PyObjCTest/
H A Dtest_cllocation.py11 self.assertIsInstance(v.longitude, float)
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-CoreLocation-2.5.1/PyObjCTest/
H A Dtest_cllocation.py11 self.assertIsInstance(v.longitude, float)
/macosx-10.10.1/emacs-93/emacs/lisp/calendar/
H A Dsolar.el109 (defcustom calendar-longitude nil
138 (defsubst calendar-longitude ()
139 "Convert calendar-longitude to a signed decimal fraction, if needed."
140 (if (numberp calendar-longitude)
141 calendar-longitude
142 (let ((long (+ (aref calendar-longitude 0)
143 (/ (aref calendar-longitude 1) 60.0))))
144 (if (equal (aref calendar-longitude 2) 'east)
159 (if (numberp calendar-longitude)
160 (abs calendar-longitude)
[all...]
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/Geolocation/
H A DWebGeolocationManager.cpp97 RefPtr<GeolocationPosition> position = GeolocationPosition::create(data.timestamp, data.latitude, data.longitude, data.accuracy, data.canProvideAltitude, data.altitude, data.canProvideAltitudeAccuracy, data.altitudeAccuracy, data.canProvideHeading, data.heading, data.canProvideSpeed, data.speed);
/macosx-10.10.1/libresolv-57/
H A Ddns_util.h193 uint32_t longitude; member in struct:__anon9392
/macosx-10.10.1/WebKit-7600.1.25/ios/Misc/
H A DWebGeolocationCoreLocationProvider.mm199 RefPtr<GeolocationPosition> geolocationPosition = GeolocationPosition::create(timestamp, newLocation.coordinate.latitude, newLocation.coordinate.longitude, newLocation.horizontalAccuracy, canProvideAltitude, altitude, canProvideAltitudeAccuracy, altitudeAccuracy, canProvideHeading, heading, canProvideSpeed, speed);
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/ios/
H A DWKGeolocationProviderIOS.mm189 _lastActivePosition = WebGeolocationPosition::create(position->timestamp(), position->latitude(), position->longitude(), position->accuracy(), position->canProvideAltitude(), position->altitude(), position->canProvideAltitudeAccuracy(), position->altitudeAccuracy(), position->canProvideHeading(), position->heading(), position->canProvideSpeed(), position->speed());

Completed in 218 milliseconds

12