/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);
|
/hardware/ti/omap4xxx/test/CameraHal/ |
camera_test_menu.cpp | 43 double latitude = 0.0; variable 1209 printf(" e. Latitude: %.7lf\n", latitude); 1226 latitude += degree_by_step; 1228 if (latitude > 90.0) { 1229 latitude -= 180.0; 1232 snprintf(coord_str, 7, "%.7lf", latitude); [all...] |
camera_test_script.cpp | 73 extern double latitude; 465 printf("Latitude %s \n",temp_str); 933 latitude += degree_by_step; 934 if (latitude > 90.0) 936 latitude -= 180.0; 938 snprintf(coord_str, 7, "%.7lf", latitude); [all...] |
/device/generic/goldfish/gps/ |
gps_qemu.c | 327 Token latitude, 335 tok = latitude; 337 D("latitude is too short: '%.*s'", tok.end-tok.p, tok.p); 354 r->fix.latitude = lat; 514 p += snprintf(p, end-p, " lat=%g lon=%g", r->fix.latitude, r->fix.longitude); 885 qemu_gps_inject_location(double latitude, double longitude, float accuracy)
|
/cts/tests/tests/media/src/android/media/cts/ |
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);
|
/external/chromium_org/chrome/browser/chromeos/policy/ |
device_status_collector.cc | 60 const char kLatitude[] = "latitude"; 183 if (location->GetDouble(kLatitude, &position.latitude) && 405 location->set_latitude(position_.latitude); 586 location.SetDouble(kLatitude, position.latitude);
|
device_status_collector_browsertest.cc | 234 EXPECT_DOUBLE_EQ(4.3, location.latitude()); 561 valid_fix.latitude = 4.3;
|
/external/chromium_org/chrome/test/base/ |
ui_test_utils.cc | 503 void OverrideGeolocation(double latitude, double longitude) { 505 position.latitude = latitude;
|
/packages/apps/Camera2/src/com/android/camera/crop/ |
SaveImage.java | 503 ImageColumns.LATITUDE, ImageColumns.LONGITUDE, 513 double latitude = cursor.getDouble(1); 517 if ((latitude != 0f) || (longitude != 0f)) { 518 values.put(Images.Media.LATITUDE, latitude);
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.osgi.util_3.2.100.v20100503.jar | |
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/ |
ExifInterface.java | 1933 Rational[] latitude = getTagRationalValues(TAG_GPS_LATITUDE); local [all...] |
/packages/apps/Camera2/src/com/android/camera/exif/ |
ExifInterface.java | 1933 Rational[] latitude = getTagRationalValues(TAG_GPS_LATITUDE); local [all...] |
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/ |
ExifInterface.java | 1933 Rational[] latitude = getTagRationalValues(TAG_GPS_LATITUDE); local [all...] |
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/exif/ |
ExifInterface.java | 1933 Rational[] latitude = getTagRationalValues(TAG_GPS_LATITUDE); local [all...] |
/packages/apps/Mms/src/com/android/mms/exif/ |
ExifInterface.java | 1933 Rational[] latitude = getTagRationalValues(TAG_GPS_LATITUDE); local [all...] |
/device/asus/flo/camera/QCamera2/HAL3/ |
QCamera3Channel.cpp | 1684 rat_t latitude[3]; local [all...] |
/hardware/qcom/camera/QCamera2/HAL3/ |
QCamera3Channel.cpp | 1688 rat_t latitude[3]; local [all...] |
/frameworks/base/location/java/android/location/ |
Location.java | 32 * <p>A location can consist of a latitude, longitude, timestamp, 36 * guaranteed to have a valid latitude, longitude, and timestamp 42 * Constant used to specify formatting of a latitude or longitude 48 * Constant used to specify formatting of a latitude or longitude 55 * Constant used to specify formatting of a latitude or longitude 110 * <p>By default time, latitude and longitude are 0, and the location 398 * @param startLatitude the starting latitude 400 * @param endLatitude the ending latitude 545 * Get the latitude, in degrees. 548 * will have a valid latitude [all...] |
/frameworks/base/services/jni/ |
com_android_server_location_FlpHardwareProvider.cpp | 181 location.latitude = env->CallDoubleMethod(locationObject, getLatitude); 293 circle.latitude = env->CallDoubleMethod(geofenceRequestObject, getLatitude); 360 sCallbackEnv->CallVoidMethod(locationObject, setLatitude, location->latitude);
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/tools/ |
SaveImage.java | 715 ImageColumns.LATITUDE, ImageColumns.LONGITUDE, 725 double latitude = cursor.getDouble(1); 729 if ((latitude != 0f) || (longitude != 0f)) { 730 values.put(Images.Media.LATITUDE, latitude);
|
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
InspectorPageAgent.cpp | [all...] |
/device/asus/flo/camera/QCamera2/HAL/ |
QCameraParameters.h | 390 int32_t getExifLatitude(rat_t *latitude, char *latRef);
|
/hardware/qcom/camera/QCamera2/HAL/ |
QCameraParameters.h | 390 int32_t getExifLatitude(rat_t *latitude, char *latRef);
|
/hardware/ril/include/telephony/ |
ril.h | 788 int latitude; \/* Latitude is a decimal number as specified in 3GPP2 C.S0005-A v6.0. member in struct:__anon32082 [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
OverridesView.js | [all...] |