/external/chromium_org/chrome/test/chromedriver/chrome/ |
geoposition.h | 9 double latitude; member in struct:Geoposition
|
geolocation_override_manager_unittest.cc | 59 double latitude, longitude, accuracy; local 60 ASSERT_TRUE(command.params.GetDouble("latitude", &latitude)); 63 ASSERT_EQ(geoposition.latitude, latitude); 79 geoposition.latitude = 5;
|
/external/chromium_org/content/public/common/ |
geoposition.h | 34 // A valid fix has a valid latitude, longitude, accuracy and timestamp. 39 // Latitude in decimal degrees north (WGS84 coordinate frame). 40 double latitude; member in struct:content::Geoposition
|
/external/chromium_org/third_party/WebKit/Source/modules/geolocation/ |
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)); } 44 double latitude() const { return m_latitude; } function in class:WebCore::Coordinates 53 Coordinates(double latitude, double longitude, bool providesAltitude, double altitude, double accuracy, bool providesAltitudeAccuracy, double altitudeAccuracy, bool providesHeading, double heading, bool providesSpeed, double speed) 54 : m_latitude(latitude)
|
GeolocationPosition.h | 37 static PassRefPtr<GeolocationPosition> create(double timestamp, double latitude, double longitude, double accuracy) { return adoptRef(new GeolocationPosition(timestamp, latitude, longitude, accuracy)); } 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)); } 43 double latitude() const { return m_latitude; } function in class:WebCore::GeolocationPosition 57 GeolocationPosition(double timestamp, double latitude, double longitude, double accuracy) 59 , m_latitude(latitude) 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) 75 , m_latitude(latitude)
|
/external/chromium_org/third_party/WebKit/Source/web/ |
WebGeolocationClientMock.cpp | 55 void WebGeolocationClientMock::setPosition(double latitude, double longitude, double accuracy) 57 WebGeolocationPosition webPosition(currentTime(), latitude, longitude, accuracy, local
|
/external/smack/src/org/xbill/DNS/ |
GPOSRecord.java | 17 private byte [] latitude, longitude, altitude; field in class:GPOSRecord 27 validate(double longitude, double latitude) throws IllegalArgumentException 33 if (latitude < -180.0 || latitude > 180.0) { 34 throw new IllegalArgumentException("illegal latitude " + 35 latitude); 42 * @param latitude The latitude component of the location. 47 GPOSRecord(Name name, int dclass, long ttl, double longitude, double latitude, 51 validate(longitude, latitude); [all...] |
LOCRecord.java | 21 private long latitude, longitude, altitude; field in class:LOCRecord 40 * @param latitude The latitude of the center of the sphere 48 LOCRecord(Name name, int dclass, long ttl, double latitude, double longitude, 52 this.latitude = (long)(latitude * 3600 * 1000 + (1L << 31)); 71 latitude = in.readU32(); 95 boolean isLatitude = type.equals("latitude"); 162 latitude = parsePosition(st, "latitude"); [all...] |
/frameworks/av/libvideoeditor/vss/inc/ |
M4EXIFC_CommonAPI.h | 92 M4OSA_Char *latitudeRef; /**< latitude reference */ 93 M4COMMON_Location latitude; /**< latitude */ member in struct:__anon29256
|
/external/chromium_org/third_party/icu/source/i18n/ |
astro.h | 62 * This is a spherical coordinate system in which the latitude 81 * @param lat The ecliptic latitude, measured in radians. 86 latitude = lat; 92 * @param lat The ecliptic latitude, measured in radians. 97 latitude = lat; 108 * The ecliptic latitude, in radians. This specifies an object's 113 double latitude; member in class:CalendarAstronomer::Ecliptic 303 * latitude and longitude. The object's time is set to the current 309 * @param latitude The desired latitude, in <em>degrees</em>. Positiv [all...] |
/external/icu4c/i18n/ |
astro.h | 62 * This is a spherical coordinate system in which the latitude 81 * @param lat The ecliptic latitude, measured in radians. 86 latitude = lat; 92 * @param lat The ecliptic latitude, measured in radians. 97 latitude = lat; 108 * The ecliptic latitude, in radians. This specifies an object's 113 double latitude; member in class:CalendarAstronomer::Ecliptic 303 * latitude and longitude. The object's time is set to the current 309 * @param latitude The desired latitude, in <em>degrees</em>. Positiv [all...] |
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowAddress.java | 17 private double latitude; field in class:ShadowAddress 23 return latitude; 27 public void setLatitude(double latitude) { 28 this.latitude = latitude;
|
ShadowLocation.java | 20 private double latitude; field in class:ShadowLocation 57 latitude = l.getLatitude(); 159 return latitude; 163 public void setLatitude(double latitude) { 164 this.latitude = latitude; 209 if (Double.compare(that.latitude, latitude) != 0) return false; 223 temp = latitude != +0.0d ? Double.doubleToLongBits(latitude) : 0L [all...] |
/packages/apps/Gallery2/src/com/android/gallery3d/data/ |
LocalMediaItem.java | 40 public double latitude = INVALID_LATLNG; field in class:LocalMediaItem 66 latLong[0] = latitude; 93 if (GalleryUtils.isValidLocation(latitude, longitude)) { 94 details.addDetail(MediaDetails.INDEX_LOCATION, new double[] {latitude, longitude});
|
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/threegpp26244/ |
LocationInformationBox.java | 20 private double latitude; field in class:LocationInformationBox 62 return latitude; 65 public void setLatitude(double latitude) { 66 this.latitude = latitude; 104 latitude = IsoTypeReader.readFixedPoint1616(content); 119 IsoTypeWriter.writeFixedPont1616(byteBuffer, latitude);
|
/packages/apps/Camera2/src/com/android/camera/data/ |
RotationTask.java | 129 double latitude = 0; local 132 latitude = latLong[0]; 139 imageData.getHeight(), data.getSizeInBytes(), latitude, longitude);
|
/packages/apps/Gallery2/src/com/android/gallery3d/provider/ |
GalleryProvider.java | 62 ImageColumns.LATITUDE, 139 double latitude = PicasaSource.getLatitude(image); local 141 boolean isValidLatlong = GalleryUtils.isValidLocation(latitude, longitude); 157 } else if (ImageColumns.LATITUDE.equals(column)) { 158 columnValues[i] = isValidLatlong ? latitude : null;
|
/packages/wallpapers/Basic/src/com/android/wallpaper/grass/ |
SunCalculator.java | 229 final double latitude = Math.toRadians(mLocation.getLatitude()); local 232 double sinLatitude = Math.sin(latitude); 233 double cosLatitude = Math.cos(latitude);
|
/external/chromium_org/content/browser/geolocation/ |
network_location_request.cc | 411 // latitude and longitude fields are always required. 412 double latitude, longitude; local 413 if (!GetAsDouble(*location_object, kLatitudeString, &latitude) || 419 position->latitude = latitude;
|
/cts/tests/tests/location/src/android/location/cts/ |
AddressTest.java | 116 double latitude = 1.23456789; local 117 address.setLatitude(latitude); 119 assertEquals(latitude, address.getLatitude()); 210 "countryName=null,hasLatitude=false,latitude=0.0,hasLongitude=false," +
|
/cts/tests/tests/media/src/android/media/cts/ |
MediaMuxerTest.java | 41 private static final float LATITUDE = 0.0000f; 207 muxer.setLocation(LATITUDE, BAD_LONGITUDE); 208 fail("setLocation succeeded with bad argument: [" + LATITUDE + "," + BAD_LONGITUDE 214 muxer.setLocation(LATITUDE, LONGITUDE); 383 float latitude = Float.parseFloat(location.substring(0, index - 1)); local 385 assertTrue("Incorrect latitude: " + latitude, 386 Math.abs(latitude - LATITUDE) <= TOLERANCE);
|
MediaRecorderTest.java | 61 private static final float LATITUDE = 0.0000f; 216 mMediaRecorder.setLocation(LATITUDE, LONGITUDE); 274 float latitude = Float.parseFloat(location.substring(0, index - 1)); local 276 assertTrue("Incorrect latitude: " + latitude, Math.abs(latitude - LATITUDE) <= TOLERANCE);
|
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/ |
ClusterManager.java | 80 private static final String SEMANTIC_LATITUDE = "Latitude"; 266 double latitude = Double.valueOf(map.get(SEMANTIC_LATITUDE)); local 269 new BaseCluster(semanticId, longitude, latitude, duration);
|
/development/ndk/platforms/android-4/samples/san-angeles/jni/ |
demo.c | 200 // latitude 0 to pi/2 for no mirrored bottom 210 int a, longitude, latitude; local 227 // latitude 0 to pi/2 228 for (latitude = latitudeBegin; latitude < latitudeEnd; ++latitude) 232 float p1 = -PI / 2 + latitude * 2 * PI / resol2; 233 float p2 = -PI / 2 + (latitude + 1) * 2 * PI / resol2; 255 if (latitude == latitudeBegin + 1) 335 } // latitude [all...] |
/device/asus/flo/camera/QCamera2/HAL3/ |
QCamera3Channel.cpp | 1684 rat_t latitude[3]; local [all...] |