HomeSort by relevance Sort by last modified time
    Searched refs:longitude (Results 51 - 75 of 83) sorted by null

1 23 4

  /sdk/emulator/gps/
gps_qemu.c 329 Token longitude,
344 tok = longitude;
346 D("longitude is too short: '%.*s'", tok.end-tok.p, tok.p);
355 r->fix.longitude = lon;
500 p += snprintf(p, end-p, " lat=%g lon=%g", r->fix.latitude, r->fix.longitude);
871 qemu_gps_inject_location(double latitude, double longitude, float accuracy)
  /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]";
  /frameworks/base/location/java/android/location/
LocationManager.java     [all...]
Location.java 29 * time (a "fix"). A location consists of a latitude and longitude, a
40 * Constant used to specify formatting of a latitude or longitude
46 * Constant used to specify formatting of a latitude or longitude
53 * Constant used to specify formatting of a latitude or longitude
97 * longitude, and numSatellites are 0; hasAltitude, hasSpeed, and
384 * @param startLongitude the starting longitude
386 * @param endLongitude the ending longitude
500 * Returns the longitude of this fix.
507 * Sets the longitude of this fix.
509 public void setLongitude(double longitude) {
    [all...]
  /frameworks/base/services/jni/
com_android_server_location_GpsLocationProvider.cpp 74 (jdouble)location->latitude, (jdouble)location->longitude,
478 jdouble latitude, jdouble longitude, jfloat accuracy)
482 interface->inject_location(latitude, longitude, accuracy);
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
EmulatorConsole.java 519 public synchronized String sendLocation(double longitude, double latitude, double elevation) {
523 formatter.format(COMMAND_GPS, longitude, latitude, elevation);
  /external/webkit/WebKitTools/DumpRenderTree/
LayoutTestController.h 82 void setMockGeolocationPosition(double latitude, double longitude, double accuracy);
  /hardware/msm7k/libcamera/
camera_ifc.h 401 double longitude; /* degrees */ member in struct:__anon9696
QualcommCameraHardware.cpp 337 p.set("gps-longitude", "-122.441983");
    [all...]
  /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;
  /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...]
  /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
  /external/webkit/WebKitTools/DumpRenderTree/mac/
LayoutTestControllerMac.mm 277 void LayoutTestController::setMockGeolocationPosition(double latitude, double longitude, double accuracy)
279 [WebGeolocationMock setPosition:latitude:longitude:accuracy];
  /frameworks/base/services/java/com/android/server/location/
GpsLocationProvider.java     [all...]
  /packages/apps/Gallery3D/src/com/cooliris/media/
CropImage.java 497 Double longitude = null; local
500 longitude = new Double(item.mLongitude);
504 longitude, directory.toString(), finalFileName,
    [all...]
  /external/webkit/WebKitTools/DumpRenderTree/gtk/
LayoutTestControllerGtk.cpp 362 void LayoutTestController::setMockGeolocationPosition(double latitude, double longitude, double accuracy)
  /frameworks/base/core/java/android/hardware/
Camera.java     [all...]
  /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...]
  /device/samsung/crespo/libcamera/
SecCamera.cpp 3514 double longitude = fabs(m_gps_longitude \/ 10000.0); local
    [all...]
  /external/webkit/WebCore/page/
Geolocation.cpp 66 RefPtr<Coordinates> coordinates = Coordinates::create(position->latitude(), position->longitude(), position->canProvideAltitude(), position->altitude(),

Completed in 1164 milliseconds

1 23 4