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

1 2

  /external/webkit/Source/WebKit2/Shared/
WebGeolocationPosition.h 46 double longitude; member in struct:WebKit::WebGeolocationPosition::Data
50 static PassRefPtr<WebGeolocationPosition> create(double timestamp, double latitude, double longitude, double accuracy)
52 return adoptRef(new WebGeolocationPosition(timestamp, latitude, longitude, accuracy));
59 double longitude() const { return m_data.longitude; } function in class:WebKit::WebGeolocationPosition
65 WebGeolocationPosition(double timestamp, double latitude, double longitude, double accuracy);
  /external/webkit/Source/WebCore/page/
Coordinates.h 37 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)); }
45 double longitude() const { return m_longitude; } function in class:WebCore::Coordinates
58 Coordinates(double latitude, double longitude, bool providesAltitude, double altitude, double accuracy, bool providesAltitudeAccuracy, double altitudeAccuracy, bool providesHeading, double heading, bool providesSpeed, double speed)
60 , 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/webkit/Source/WebKit/chromium/src/
WebGeolocationClientMock.cpp 54 void WebGeolocationClientMock::setPosition(double latitude, double longitude, double accuracy)
56 WebGeolocationPosition webPosition(currentTime(), latitude, longitude, accuracy, local
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
GeolocationClientQt.cpp 70 double longitude = coord.longitude(); local
87 m_lastPosition = GeolocationPosition::create(timeStampInSeconds, latitude, longitude,
  /frameworks/media/libvideoeditor/vss/inc/
M4EXIFC_CommonAPI.h 94 M4OSA_Char *longitudeRef; /**< longitude reference */
95 M4COMMON_Location longitude; /**< longitude */ member in struct:__anon15971
  /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/Gallery2/src/com/android/gallery3d/data/
LocalMediaItem.java 41 public double longitude = INVALID_LATLNG; field in class:LocalMediaItem
65 latLong[1] = longitude;
88 if (GalleryUtils.isValidLocation(latitude, longitude)) {
89 details.addDetail(MediaDetails.INDEX_LOCATION, new double[] {latitude, longitude});
  /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/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
  /packages/apps/Gallery2/src/com/android/gallery3d/photoeditor/
SaveCopyTask.java 59 ImageColumns.LONGITUDE,
118 double longitude = 0f; local
127 longitude = cursor.getDouble(INDEX_LONGITUDE);
149 if ((latitude != 0f) || (longitude != 0f)) {
151 values.put(Images.Media.LONGITUDE, longitude);
  /packages/apps/Gallery2/src/com/android/gallery3d/provider/
GalleryProvider.java 57 ImageColumns.LONGITUDE,
168 double longitude = PicasaSource.getLongitude(image); local
169 boolean isValidLatlong = GalleryUtils.isValidLocation(latitude, longitude);
183 } else if (ImageColumns.LONGITUDE.equals(column)) {
184 columnValues[i] = isValidLatlong ? longitude : null;
  /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]";
  /cts/tests/tests/media/src/android/media/cts/
MediaRecorderTest.java 52 private static final float LONGITUDE = -180.0f;
207 mMediaRecorder.setLocation(LATITUDE, LONGITUDE);
242 float longitude = Float.parseFloat(location.substring(index)); local
244 assertTrue("Incorrect longitude: " + longitude, Math.abs(longitude - LONGITUDE) <= TOLERANCE);
  /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
  /hardware/libhardware/include/hardware/
gps.h 80 /** GpsLocation has valid latitude and longitude. */
239 /** Represents longitude in degrees. */
240 double longitude; member in struct:__anon16206
408 * latitude and longitude are measured in degrees
411 int (*inject_location)(double latitude, double longitude, float accuracy);
  /hardware/ti/omap4xxx/test/CameraHal/
camera_test_menu.cpp 47 double longitude = 0.0; variable
1208 printf(" d. Longitude: %.7lf\n", longitude);
1239 longitude += degree_by_step;
1241 if (longitude > 180.0) {
1242 longitude -= 360.0;
1245 snprintf(coord_str, 7, "%.7lf", longitude);
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
CropImage.java 392 double longitude = PicasaSource.getLongitude(mMediaItem); local
393 if (GalleryUtils.isValidLocation(latitude, longitude)) {
395 values.put(Images.Media.LONGITUDE, longitude);
430 if (GalleryUtils.isValidLocation(localImage.latitude, localImage.longitude)) {
432 values.put(Images.Media.LONGITUDE, localImage.longitude);
    [all...]
  /frameworks/base/services/java/com/android/server/
LocationManagerService.java 1438 double longitude = loc.getLongitude(); local
    [all...]
  /hardware/msm7k/libcamera/
camera_ifc.h 401 double longitude; /* degrees */ member in struct:__anon16263
  /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...]

Completed in 1015 milliseconds

1 2