HomeSort by relevance Sort by last modified time
    Searched defs:longitude (Results 1 - 25 of 28) sorted by null

1 2

  /external/webkit/WebCore/page/
Coordinates.h 39 static PassRefPtr<Coordinates> create(double latitude, double longitude, bool providesAltitude, double altitude, double accuracy, bool providesAltitudeAccuracy, double altitudeAccuracy, bool providesHeading, double heading, bool providesSpeed, double speed) { return adoptRef(new Coordinates(latitude, longitude, providesAltitude, altitude, accuracy, providesAltitudeAccuracy, altitudeAccuracy, providesHeading, heading, providesSpeed, speed)); }
42 double longitude() const { return m_longitude; } function in class:WebCore::Coordinates
55 Coordinates(double latitude, double longitude, bool providesAltitude, double altitude, double accuracy, bool providesAltitudeAccuracy, double altitudeAccuracy, bool providesHeading, double heading, bool providesSpeed, double speed)
57 , m_longitude(longitude)
GeolocationPosition.h 39 static PassRefPtr<GeolocationPosition> create(double timestamp, double latitude, double longitude, double accuracy) { return adoptRef(new GeolocationPosition(timestamp, latitude, longitude, accuracy)); }
41 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 longitude() const { return m_longitude; } function in class:WebCore::GeolocationPosition
59 GeolocationPosition(double timestamp, double latitude, double longitude, double accuracy)
62 , m_longitude(longitude)
75 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_longitude(longitude)
  /external/chromium/third_party/icu/source/i18n/
astro.h 64 * 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. The object's time is set to the curren
    [all...]
  /external/icu4c/i18n/
astro.h 64 * 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. The object's time is set to the curren
    [all...]
  /packages/apps/Gallery3D/src/com/cooliris/picasa/
PhotoEntry.java 129 * The longitude associated with the photo.
131 @Column("longitude")
132 public double longitude; field in class:PhotoEntry
188 longitude = 0;
249 } else if (localName.equals("longitude")) {
250 longitude = Double.parseDouble(content);
316 longitude = Double.parseDouble(content.substring(spaceIndex + 1));
  /development/samples/GlobalTime/src/com/android/globaltime/
City.java 42 private float latitude, longitude; field in class:City
63 // float longitude = dis.readFloat();
82 float longitude = Float.intBitsToFloat(ilon); local
88 latitude, longitude, cx, cy, cz);
168 * latitude, longitude, and 3D (X, Y, Z) coordinate.
172 float latitude, float longitude,
178 this.longitude = longitude;
196 return longitude;
  /external/chromium/third_party/icu/source/test/intltest/
astrotst.cpp 96 double longitude = astro->getSunLongitude(); local
97 //longitude = 0;
100 logln((UnicodeString)"Sun position is " + result.toString() + (UnicodeString)"; " /* + result.toHmsString()*/ + " Sun longitude is " + longitude );
157 //Longitude: 118 degrees 22' West
  /external/icu4c/test/intltest/
astrotst.cpp 96 double longitude = astro->getSunLongitude(); local
97 //longitude = 0;
100 logln((UnicodeString)"Sun position is " + result.toString() + (UnicodeString)"; " /* + result.toHmsString()*/ + " Sun longitude is " + longitude );
157 //Longitude: 118 degrees 22' West
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/location/
KmlParser.java 141 double longitude = Double.parseDouble(m.group(1)); local
144 locationNode.setLocation(longitude, latitude);
GpxParser.java 236 double longitude = Double.parseDouble(attributes.getValue(ATTR_LONGITUDE)); local
239 locationNode.setLocation(longitude, latitude);
  /cts/tests/tests/location/src/android/location/cts/
AddressTest.java 274 double longitude = 1.23456789; local
275 address.setLongitude(longitude);
277 assertEquals(longitude, address.getLongitude());
429 "longitude=0.0,phone=null,url=www.google.com,extras=null]";
  /packages/apps/Gallery3D/src/com/cooliris/media/
PicasaDataSource.java 177 item.mLongitude = photo.longitude;
247 @Column("longitude")
248 public double longitude; field in class:PicasaDataSource.PhotoProjection
CropImage.java 497 Double longitude = null; local
500 longitude = new Double(item.mLongitude);
504 longitude, directory.toString(), finalFileName,
    [all...]
  /development/ndk/platforms/android-4/samples/san-angeles/jni/
demo.c 210 int a, longitude, latitude; local
223 // longitude -pi to pi
224 for (longitude = 0; longitude < longitudeCount; ++longitude)
230 float t1 = -PI + longitude * 2 * PI / resol1;
231 float t2 = -PI + (longitude + 1) * 2 * PI / resol1;
336 } // longitude
  /frameworks/base/opengl/tests/angeles/
demo.c 210 int a, longitude, latitude; local
223 // longitude -pi to pi
224 for (longitude = 0; longitude < longitudeCount; ++longitude)
230 float t1 = -PI + longitude * 2 * PI / resol1;
231 float t2 = -PI + (longitude + 1) * 2 * PI / resol1;
336 } // longitude
  /device/samsung/crespo/libcamera/
SecCamera.cpp 3514 double longitude = fabs(m_gps_longitude \/ 10000.0); local
    [all...]
  /hardware/libhardware/include/hardware/
gps.h 80 /** GpsLocation has valid latitude and longitude. */
237 /** Represents longitude in degrees. */
238 double longitude; member in struct:__anon9640
402 * latitude and longitude are measured in degrees
405 int (*inject_location)(double latitude, double longitude, float accuracy);
  /frameworks/base/services/java/com/android/server/
LocationManagerService.java 1409 double longitude = loc.getLongitude(); local
    [all...]
  /hardware/msm7k/libcamera/
camera_ifc.h 401 double longitude; /* degrees */ member in struct:__anon9696
  /hardware/qcom/gps/loc_api/libloc_api-rpc/inc-1240/
loc_api_common.h 97 double longitude; member in struct:rpc_loc_parsed_position_s_type
738 double longitude; member in struct:rpc_loc_assist_data_pos_s_type
    [all...]
  /hardware/qcom/gps/loc_api/libloc_api-rpc/inc-3200/
loc_api_common.h 91 double longitude; member in struct:rpc_loc_parsed_position_s_type
711 double longitude; member in struct:rpc_loc_assist_data_pos_s_type
    [all...]
  /prebuilt/common/ddmlib/
ddmlib-prebuilt.jar 
  /prebuilt/common/osgi/
osgi.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 

Completed in 819 milliseconds

1 2