HomeSort by relevance Sort by last modified time
    Searched refs:longitude (Results 76 - 100 of 108) sorted by null

1 2 34 5

  /hardware/qcom/gps/loc_api/libloc_api/
loc_eng.cpp 73 static int loc_eng_inject_location(double latitude, double longitude, float accuracy);
532 static int loc_eng_inject_location (double latitude, double longitude, float accuracy)
772 location.longitude = location_report_ptr->longitude;
    [all...]
  /hardware/qcom/gps/loc_api/libloc_api-rpc/gen-1240/
loc_api_common.xdr 129 double longitude;
702 double longitude;
loc_api_common_xdr.c 171 if (!xdr_double (xdrs, &objp->longitude))
1216 if (!xdr_double (xdrs, &objp->longitude))
    [all...]
  /hardware/qcom/gps/loc_api/libloc_api-rpc/gen-3200/
loc_api_common.xdr 129 double longitude;
663 double longitude;
loc_api_common_xdr.c 171 if (!xdr_double (xdrs, &objp->longitude))
1147 if (!xdr_double (xdrs, &objp->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...]
  /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
  /frameworks/base/services/java/com/android/server/location/
GpsLocationProvider.java     [all...]
  /external/webkit/Tools/DumpRenderTree/mac/
LayoutTestControllerMac.mm 428 void LayoutTestController::setMockGeolocationPosition(double latitude, double longitude, double accuracy)
430 WebGeolocationPosition *position = [[WebGeolocationPosition alloc] initWithTimestamp:currentTime() latitude:latitude longitude:longitude accuracy:accuracy];
    [all...]
  /external/webkit/Tools/DumpRenderTree/
LayoutTestController.h 106 void setMockGeolocationPosition(double latitude, double longitude, double accuracy);
  /hardware/ti/omap4xxx/test/CameraHal/
camera_test_script.cpp 81 extern double longitude;
469 printf("Longitude %s \n",temp_str);
951 longitude += degree_by_step;
952 if (longitude > 180.0)
954 longitude -= 360.0;
956 snprintf(coord_str, 7, "%.7lf", longitude);
    [all...]
  /external/webkit/Tools/DumpRenderTree/qt/
LayoutTestControllerQt.cpp 809 void LayoutTestController::setMockGeolocationPosition(double latitude, double longitude, double accuracy)
811 DumpRenderTreeSupportQt::setMockGeolocationPosition(m_drt->webPage(), latitude, longitude, accuracy);
  /frameworks/base/core/java/android/provider/
Contacts.java     [all...]
  /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...]
  /external/webkit/Source/WebCore/page/
Geolocation.cpp 64 RefPtr<Coordinates> coordinates = Coordinates::create(position->latitude(), position->longitude(), position->canProvideAltitude(), position->altitude(),
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
DumpRenderTreeSupportQt.cpp 797 void DumpRenderTreeSupportQt::setMockGeolocationPosition(QWebPage* page, double latitude, double longitude, double accuracy)
802 mockClient->setPosition(GeolocationPosition::create(currentTime(), latitude, longitude, accuracy));
    [all...]
  /frameworks/base/core/java/android/hardware/
Camera.java     [all...]
  /hardware/msm7k/libcamera/
QualcommCameraHardware.cpp 337 p.set("gps-longitude", "-122.441983");
    [all...]
  /external/webkit/Tools/DumpRenderTree/gtk/
LayoutTestControllerGtk.cpp 478 void LayoutTestController::setMockGeolocationPosition(double latitude, double longitude, double accuracy)
    [all...]
  /external/webkit/Tools/DumpRenderTree/win/
LayoutTestControllerWin.cpp 417 void LayoutTestController::setMockGeolocationPosition(double latitude, double longitude, double accuracy)
    [all...]
  /cts/tests/tests/hardware/src/android/hardware/cts/
CameraTest.java     [all...]
  /prebuilt/common/osgi/
osgi.jar 
  /prebuilt/sdk/14/
android.jar 
  /prebuilt/sdk/6/
android.jar 

Completed in 1203 milliseconds

1 2 34 5