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

12

/external/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/dns/rdtypes/ANY/
H A DLOC.py84 @ivar longitude: longitude
85 @type longitude: (int, int, int, int) tuple specifying the degrees,
97 __slots__ = ['latitude', 'longitude', 'altitude', 'size',
100 def __init__(self, rdclass, rdtype, latitude, longitude, altitude,
104 The parameters I{latitude} and I{longitude} may be either a 4-tuple
115 if isinstance(longitude, int) or isinstance(longitude, long):
116 longitude = float(longitude)
[all...]
H A DGPOS.py38 @ivar longitude: longitude
39 @type longitude: string
44 __slots__ = ['latitude', 'longitude', 'altitude']
46 def __init__(self, rdclass, rdtype, latitude, longitude, altitude):
52 if isinstance(longitude, float) or \
53 isinstance(longitude, int) or \
54 isinstance(longitude, long):
55 longitude = str(longitude)
[all...]
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowAddress.java16 private double longitude; field in class:ShadowAddress
33 return longitude;
37 public void setLongitude(double longitude) { argument
38 this.longitude = longitude;
H A DShadowLocation.java21 private double longitude; field in class:ShadowLocation
58 longitude = l.getLongitude();
169 return longitude;
173 public void setLongitude(double longitude) { argument
174 this.longitude = longitude;
210 if (Double.compare(that.longitude, longitude) != 0) return false;
225 temp = longitude != +0.0d ? Double.doubleToLongBits(longitude)
[all...]
H A DShadowGeocoder.java39 public List<Address> getFromLocation(double latitude, double longitude, int maxResults) throws IOException { argument
42 this.lastLongitude = longitude;
100 * @param lng longitude for simulated response
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/threegpp26244/
H A DLocationInformationBox.java19 private double longitude; field in class:LocationInformationBox
54 return longitude;
57 public void setLongitude(double longitude) { argument
58 this.longitude = longitude;
103 longitude = IsoTypeReader.readFixedPoint1616(content);
118 IsoTypeWriter.writeFixedPont1616(byteBuffer, longitude);
/external/icu/icu4c/source/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
636 getSunLongitude(double jDay, double &longitude, double &meanAnomaly) argument
[all...]
/external/opencv3/3rdparty/openexr/IlmImf/
H A DImfEnvmap.cpp62 float longitude = (dir.z == 0 && dir.x == 0)? 0: atan2 (dir.x, dir.z); local
64 return V2f (latitude, longitude);
71 float latitude, longitude; local
86 longitude = -2 * M_PI *
92 longitude = 0;
95 return V2f (latitude, longitude);
H A DImfStandardAttributes.h173 // longitude, latitude, altitude -- for images of real objects, the
177 // at longitude 85.317, latitude 27.717, altitude 1305.
180 IMF_STD_ATTRIBUTE_DEF (longitude, Longitude, float)
H A DImfStandardAttributes.cpp102 IMF_STD_ATTRIBUTE_IMP (longitude, Longitude, float)
/external/piex/src/
H A Dpiex_types.h72 Rational longitude[3]; member in struct:piex::PreviewImageData::Gps
H A Dtiff_parser.cc92 preview_image_data->gps.longitude)) {
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/
H A DLocationFacade.java49 * {u'network': {u'altitude': 0, u'provider': u'network', u'longitude': -0.38509020000000002,
51 * {u'altitude': 51, u'provider': u'gps', u'longitude': -0.38537094593048096, u'time':
70 * lo = n['longitude']
169 @Rpc(description = "Returns a list of addresses for the given latitude and longitude.", returns = "A list of addresses.")
172 @RpcParameter(name = "longitude") Double longitude,
175 return mGeocoder.getFromLocation(latitude, longitude, maxResults);
170 geocode( @pcParametername = �) Double latitude, @RpcParameter(name = �) Double longitude, @RpcParameter(name = �, description = �) @RpcDefault(�) Integer maxResults) argument
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
H A DAstroTest.java40 // year, month, day, hour, minute, longitude (radians), ascension(radians), declination(radians)
52 double longitude = astro.getSunLongitude();
53 if (longitude != tests[i][5]) {
54 if ((float)longitude == (float)tests[i][5]) {
55 logln("longitude(" + longitude +
59 errln("FAIL: longitude(" + longitude +
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
H A DAstroTest.java36 // year, month, day, hour, minute, longitude (radians), ascension(radians), declination(radians)
48 double longitude = astro.getSunLongitude();
49 if (longitude != tests[i][5]) {
50 if ((float)longitude == (float)tests[i][5]) {
51 logln("longitude(" + longitude +
55 errln("FAIL: longitude(" + longitude +
/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DCalendarAstronomer.java71 * it takes for the moon to return the same ecliptic longitude as the sun.
72 * It is longer than the sidereal month because the sun's longitude increases
83 * for the moon to return to the same ecliptic longitude relative to the
229 * latitude and longitude. The object's time is set to the current
232 * @param longitude The desired longitude, in <em>degrees</em> east of
241 public CalendarAstronomer(double longitude, double latitude) { argument
243 fLongitude = normPI(longitude * DEG_RAD);
428 return eclipticToEquatorial(ecliptic.longitude, ecliptic.latitude);
434 * @param eclipLong The ecliptic longitude
1533 public final double longitude; field in class:CalendarAstronomer.Ecliptic
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DCalendarAstronomer.java69 * it takes for the moon to return the same ecliptic longitude as the sun.
70 * It is longer than the sidereal month because the sun's longitude increases
81 * for the moon to return to the same ecliptic longitude relative to the
227 * latitude and longitude. The object's time is set to the current
230 * @param longitude The desired longitude, in <em>degrees</em> east of
239 public CalendarAstronomer(double longitude, double latitude) { argument
241 fLongitude = normPI(longitude * DEG_RAD);
426 return eclipticToEquatorial(ecliptic.longitude, ecliptic.latitude);
432 * @param eclipLong The ecliptic longitude
1531 public final double longitude; field in class:CalendarAstronomer.Ecliptic
[all...]
/external/autotest/client/site_tests/graphics_SanAngeles/src/
H A Ddemo.c346 int a, longitude, latitude; local
359 // longitude -pi to pi
360 for (longitude = 0; longitude < longitudeCount; ++longitude)
366 float t1 = -PI + longitude * 2 * PI / resol1;
367 float t2 = -PI + (longitude + 1) * 2 * PI / resol1;
472 } // longitude
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.osgi.util_3.2.100.v20100503.jar ... final org.osgi.util.measurement.Measurement longitude private final org.osgi.util.measurement. ...
/external/icu/icu4c/source/test/intltest/
H A Dastrotst.cpp94 double longitude = astro->getSunLongitude(); local
95 //longitude = 0;
98 logln((UnicodeString)"Sun position is " + result.toString() + (UnicodeString)"; " /* + result.toHmsString()*/ + " Sun longitude is " + longitude );
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/oned/ ...
/external/robolectric/v3/runtime/
H A Dshadows-core-3.1-SNAPSHOT-16.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-17.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-18.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...

Completed in 1264 milliseconds

12