/aosp_15_r20/external/grpc-grpc/examples/cpp/route_guide/ |
H A D | route_guide_db.json | 4 "longitude": -746143763 number 10 "longitude": -743999179 number 16 "longitude": -749015468 number 22 "longitude": -740371136 number 28 "longitude": -743951297 number 34 "longitude": -746524769 number 40 "longitude": -742186778 number 46 "longitude": -742370183 number 52 "longitude": -741077389 number 58 "longitude": -743949739 number [all …]
|
/aosp_15_r20/external/grpc-grpc/examples/php/route_guide/ |
H A D | route_guide_db.json | 4 "longitude": -746143763 number 10 "longitude": -743999179 number 16 "longitude": -749015468 number 22 "longitude": -740371136 number 28 "longitude": -743951297 number 34 "longitude": -746524769 number 40 "longitude": -742186778 number 46 "longitude": -742370183 number 52 "longitude": -741077389 number 58 "longitude": -743949739 number [all …]
|
/aosp_15_r20/external/grpc-grpc-java/examples/src/main/resources/io/grpc/examples/routeguide/ |
H A D | route_guide_db.json | 5 "longitude": -746143763 number 11 "longitude": -743999179 number 17 "longitude": -749015468 number 23 "longitude": -740371136 number 29 "longitude": -743951297 number 35 "longitude": -746524769 number 41 "longitude": -742186778 number 47 "longitude": -742370183 number 53 "longitude": -741077389 number 59 "longitude": -743949739 number [all …]
|
/aosp_15_r20/external/grpc-grpc/examples/python/multiplex/ |
H A D | route_guide_db.json | 4 "longitude": -746143763 number 10 "longitude": -743999179 number 16 "longitude": -749015468 number 22 "longitude": -740371136 number 28 "longitude": -743951297 number 34 "longitude": -746524769 number 40 "longitude": -742186778 number 46 "longitude": -742370183 number 52 "longitude": -741077389 number 58 "longitude": -743949739 number [all …]
|
/aosp_15_r20/external/grpc-grpc/examples/python/route_guide/ |
H A D | route_guide_db.json | 4 "longitude": -746143763 number 10 "longitude": -743999179 number 16 "longitude": -749015468 number 22 "longitude": -740371136 number 28 "longitude": -743951297 number 34 "longitude": -746524769 number 40 "longitude": -742186778 number 46 "longitude": -742370183 number 52 "longitude": -741077389 number 58 "longitude": -743949739 number [all …]
|
/aosp_15_r20/external/grpc-grpc/examples/objective-c/route_guide/ |
H A D | route_guide_db.json | 4 "longitude": -746143763 number 10 "longitude": -743999179 number 16 "longitude": -749015468 number 22 "longitude": -740371136 number 28 "longitude": -743951297 number 34 "longitude": -746524769 number 40 "longitude": -742186778 number 46 "longitude": -742370183 number 52 "longitude": -741077389 number 58 "longitude": -743949739 number [all …]
|
H A D | ViewControllers.m | 38 NSString *horizontalDirection = self.longitude >= 0 ? @"E" : @"W"; 41 abs(self.longitude) / 1E7f, horizontalDirection]; 49 longitude:(float)longitude; 55 longitude:(float)longitude { 59 note.location.longitude = (int32_t)longitude * 1E7; 104 point.longitude = -746188906; 161 rectangle.lo.longitude = -750E6; 163 rectangle.hi.longitude = -745E6; 272 location.longitude = [((NSNumber *)feature[@"location"][@"longitude"]) intValue]; 323 [RTGRouteNote noteWithMessage:@"First message" latitude:0 longitude:0], [all …]
|
/aosp_15_r20/external/geojson-jackson/src/main/java/org/geojson/ |
H A D | LngLatAlt.java | 15 private double longitude; field in LngLatAlt 23 public LngLatAlt(double longitude, double latitude) { in LngLatAlt() argument 24 this.longitude = longitude; in LngLatAlt() 28 public LngLatAlt(double longitude, double latitude, double altitude) { in LngLatAlt() argument 29 this.longitude = longitude; in LngLatAlt() 38 * @param longitude The longitude. 43 …public LngLatAlt(double longitude, double latitude, double altitude, double... additionalElements)… in LngLatAlt() argument 44 this.longitude = longitude; in LngLatAlt() 61 return longitude; in getLongitude() 64 public void setLongitude(double longitude) { in setLongitude() argument [all …]
|
/aosp_15_r20/external/geojson-jackson/src/test/java/org/geojson/ |
H A D | ToStringTest.java | 30 "Point{coordinates=LngLatAlt{longitude=10.0, latitude=20.0, altitude=NaN}} GeoJsonObject{}", in itShouldToStringPoint() 38 …"Point{coordinates=LngLatAlt{longitude=10.0, latitude=20.0, altitude=30.0, additionalElements=[40.… in itShouldToStringPointWithAdditionalElements() 46 …"Point{coordinates=LngLatAlt{longitude=10.0, latitude=20.0, altitude=30.0, additionalElements=[40.… in itShouldToStringPointWithAdditionalElementsAndIgnoreNulls() 55 "Polygon{} Geometry{coordinates=[[LngLatAlt{longitude=10.0, latitude=20.0, altitude=NaN}, " in itShouldToStringPolygon() 56 …+ "LngLatAlt{longitude=30.0, latitude=40.0, altitude=NaN}, LngLatAlt{longitude=10.0, latitude=40.0… in itShouldToStringPolygon() 57 + "LngLatAlt{longitude=10.0, latitude=20.0, altitude=NaN}]]} GeoJsonObject{}", in itShouldToStringPolygon() 67 …assertEquals("MultiPolygon{} Geometry{coordinates=[[[LngLatAlt{longitude=10.0, latitude=20.0, alti… in itShouldToStringMultiPolygon() 68 + "LngLatAlt{longitude=30.0, latitude=40.0, altitude=NaN}, " in itShouldToStringMultiPolygon() 69 + "LngLatAlt{longitude=10.0, latitude=40.0, altitude=NaN}, " in itShouldToStringMultiPolygon() 70 + "LngLatAlt{longitude=10.0, latitude=20.0, altitude=NaN}]], " in itShouldToStringMultiPolygon() [all …]
|
/aosp_15_r20/external/python/google-api-python-client/docs/dyn/ |
D | firestore_v1.projects.databases.documents.html | 182 … represents a latitude/longitude pair. This is expressed as a pair of doubles to represent degrees… 184 … "longitude": 3.14, # The longitude in degrees. It must be in the range [-180.0, +180.0]. 238 … represents a latitude/longitude pair. This is expressed as a pair of doubles to represent degrees… 240 … "longitude": 3.14, # The longitude in degrees. It must be in the range [-180.0, +180.0]. 261 … represents a latitude/longitude pair. This is expressed as a pair of doubles to represent degrees… 263 … "longitude": 3.14, # The longitude in degrees. It must be in the range [-180.0, +180.0]. 281 … represents a latitude/longitude pair. This is expressed as a pair of doubles to represent degrees… 283 … "longitude": 3.14, # The longitude in degrees. It must be in the range [-180.0, +180.0]. 301 … represents a latitude/longitude pair. This is expressed as a pair of doubles to represent degrees… 303 … "longitude": 3.14, # The longitude in degrees. It must be in the range [-180.0, +180.0]. [all …]
|
D | firestore_v1beta1.projects.databases.documents.html | 186 … represents a latitude/longitude pair. This is expressed as a pair of doubles to represent degrees… 188 … "longitude": 3.14, # The longitude in degrees. It must be in the range [-180.0, +180.0]. 250 … represents a latitude/longitude pair. This is expressed as a pair of doubles to represent degrees… 252 … "longitude": 3.14, # The longitude in degrees. It must be in the range [-180.0, +180.0]. 274 … represents a latitude/longitude pair. This is expressed as a pair of doubles to represent degrees… 276 … "longitude": 3.14, # The longitude in degrees. It must be in the range [-180.0, +180.0]. 298 … represents a latitude/longitude pair. This is expressed as a pair of doubles to represent degrees… 300 … "longitude": 3.14, # The longitude in degrees. It must be in the range [-180.0, +180.0]. 334 … represents a latitude/longitude pair. This is expressed as a pair of doubles to represent degrees… 336 … "longitude": 3.14, # The longitude in degrees. It must be in the range [-180.0, +180.0]. [all …]
|
D | streetviewpublish_v1.photo.html | 134 …longitude pair. This is expressed as a pair of doubles to represent degrees latitude and degrees l… 136 … "longitude": 3.14, # The longitude in degrees. It must be in the range [-180.0, +180.0]. 188 …longitude pair. This is expressed as a pair of doubles to represent degrees latitude and degrees l… 190 … "longitude": 3.14, # The longitude in degrees. It must be in the range [-180.0, +180.0]. 272 …longitude pair. This is expressed as a pair of doubles to represent degrees latitude and degrees l… 274 … "longitude": 3.14, # The longitude in degrees. It must be in the range [-180.0, +180.0]. 352 …longitude pair. This is expressed as a pair of doubles to represent degrees latitude and degrees l… 354 … "longitude": 3.14, # The longitude in degrees. It must be in the range [-180.0, +180.0]. 407 …longitude pair. This is expressed as a pair of doubles to represent degrees latitude and degrees l… 409 … "longitude": 3.14, # The longitude in degrees. It must be in the range [-180.0, +180.0].
|
/aosp_15_r20/prebuilts/vndk/v33/arm/include/generated-headers/hardware/interfaces/radio/aidl/android.hardware.radio.network-V1-ndk-source/gen/include/aidl/android/hardware/radio/network/ |
D | CellIdentityCdma.h | 29 int32_t longitude = 0; variable 37 …temId, baseStationId, longitude, latitude, operatorNames) != std::tie(rhs.networkId, rhs.systemId,… 40 …temId, baseStationId, longitude, latitude, operatorNames) < std::tie(rhs.networkId, rhs.systemId, … 43 …temId, baseStationId, longitude, latitude, operatorNames) <= std::tie(rhs.networkId, rhs.systemId,… 46 …temId, baseStationId, longitude, latitude, operatorNames) == std::tie(rhs.networkId, rhs.systemId,… 49 …temId, baseStationId, longitude, latitude, operatorNames) > std::tie(rhs.networkId, rhs.systemId, … 52 …temId, baseStationId, longitude, latitude, operatorNames) >= std::tie(rhs.networkId, rhs.systemId,… 62 os << ", longitude: " << ::android::internal::ToString(longitude); in toString()
|
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/generated-headers/hardware/interfaces/radio/aidl/android.hardware.radio.network-V1-ndk-source/gen/include/aidl/android/hardware/radio/network/ |
D | CellIdentityCdma.h | 29 int32_t longitude = 0; variable 37 …temId, baseStationId, longitude, latitude, operatorNames) != std::tie(rhs.networkId, rhs.systemId,… 40 …temId, baseStationId, longitude, latitude, operatorNames) < std::tie(rhs.networkId, rhs.systemId, … 43 …temId, baseStationId, longitude, latitude, operatorNames) <= std::tie(rhs.networkId, rhs.systemId,… 46 …temId, baseStationId, longitude, latitude, operatorNames) == std::tie(rhs.networkId, rhs.systemId,… 49 …temId, baseStationId, longitude, latitude, operatorNames) > std::tie(rhs.networkId, rhs.systemId, … 52 …temId, baseStationId, longitude, latitude, operatorNames) >= std::tie(rhs.networkId, rhs.systemId,… 62 os << ", longitude: " << ::android::internal::ToString(longitude); in toString()
|
/aosp_15_r20/prebuilts/vndk/v33/x86/include/generated-headers/hardware/interfaces/radio/aidl/android.hardware.radio.network-V1-ndk-source/gen/include/aidl/android/hardware/radio/network/ |
D | CellIdentityCdma.h | 29 int32_t longitude = 0; variable 37 …temId, baseStationId, longitude, latitude, operatorNames) != std::tie(rhs.networkId, rhs.systemId,… 40 …temId, baseStationId, longitude, latitude, operatorNames) < std::tie(rhs.networkId, rhs.systemId, … 43 …temId, baseStationId, longitude, latitude, operatorNames) <= std::tie(rhs.networkId, rhs.systemId,… 46 …temId, baseStationId, longitude, latitude, operatorNames) == std::tie(rhs.networkId, rhs.systemId,… 49 …temId, baseStationId, longitude, latitude, operatorNames) > std::tie(rhs.networkId, rhs.systemId, … 52 …temId, baseStationId, longitude, latitude, operatorNames) >= std::tie(rhs.networkId, rhs.systemId,… 62 os << ", longitude: " << ::android::internal::ToString(longitude); in toString()
|
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/generated-headers/hardware/interfaces/radio/aidl/android.hardware.radio.network-V1-ndk-source/gen/include/aidl/android/hardware/radio/network/ |
D | CellIdentityCdma.h | 29 int32_t longitude = 0; variable 37 …temId, baseStationId, longitude, latitude, operatorNames) != std::tie(rhs.networkId, rhs.systemId,… 40 …temId, baseStationId, longitude, latitude, operatorNames) < std::tie(rhs.networkId, rhs.systemId, … 43 …temId, baseStationId, longitude, latitude, operatorNames) <= std::tie(rhs.networkId, rhs.systemId,… 46 …temId, baseStationId, longitude, latitude, operatorNames) == std::tie(rhs.networkId, rhs.systemId,… 49 …temId, baseStationId, longitude, latitude, operatorNames) > std::tie(rhs.networkId, rhs.systemId, … 52 …temId, baseStationId, longitude, latitude, operatorNames) >= std::tie(rhs.networkId, rhs.systemId,… 62 os << ", longitude: " << ::android::internal::ToString(longitude); in toString()
|
/aosp_15_r20/device/google/cuttlefish/host/commands/cvd_import_locations/unittest/ |
D | kml_parser_test.cc | 122 "<LookAt><longitude>-122.0839597145766</longitude></LookAt>" 149 "<LookAt><longitude>-112.0822680013139</longitude></LookAt>" 175 EXPECT_FLOAT_EQ(-122.084075, locations[i].longitude); in TEST() 199 EXPECT_FLOAT_EQ(-122.084075, locations[i].longitude); in TEST() 221 EXPECT_FLOAT_EQ(-122.0822035425683, locations[0].longitude); in TEST() 233 EXPECT_FLOAT_EQ(-122.0822035425683, locations[0].longitude); in TEST() 257 EXPECT_FLOAT_EQ(-122.0822035425683, locations[0].longitude); in TEST() 260 EXPECT_FLOAT_EQ(10.4, locations[1].longitude); in TEST() 263 EXPECT_FLOAT_EQ(0, locations[2].longitude); in TEST() 276 EXPECT_FLOAT_EQ(-122.0822035425683, locations[0].longitude); in TEST() [all …]
|
/aosp_15_r20/frameworks/base/location/java/android/location/ |
H A D | Geocoder.java | 42 * street address or other description of a location into a (latitude, longitude) coordinate. 43 * Reverse geocoding is the process of transforming a (latitude, longitude) coordinate into a 114 * given latitude and longitude. The returned addresses should be localized for the locale 128 * @param longitude the longitude a point for the search 132 * @throws IllegalArgumentException if latitude or longitude is invalid 140 @FloatRange(from = -180D, to = 180D) double longitude, in getFromLocation() 144 getFromLocation(latitude, longitude, maxResults, listener); in getFromLocation() 150 * given latitude and longitude. The returned addresses should be localized for the locale 159 * @param longitude the longitude a point for the search 162 * @throws IllegalArgumentException if latitude or longitude is invalid [all …]
|
/aosp_15_r20/external/sdk-platform-java/java-common-protos/proto-google-common-protos/src/main/proto/google/geo/type/ |
H A D | viewport.proto | 28 // A latitude-longitude viewport, represented as two diagonally opposite `low` 31 // inclusive, and the longitude bounds must range between -180 to 180 degrees 36 // - If `low.longitude` > `high.longitude`, the longitude range is inverted 37 // (the viewport crosses the 180 degree longitude line). 39 // - If `low.longitude` = -180 degrees and `high.longitude` = 180 degrees, 42 // - If `low.longitude` = 180 degrees and `high.longitude` = -180 degrees, 43 // the longitude range is empty. 56 // "longitude": -74.259087 60 // "longitude": -73.70018
|
/aosp_15_r20/external/googleapis/google/geo/type/ |
H A D | viewport.proto | 28 // A latitude-longitude viewport, represented as two diagonally opposite `low` 31 // inclusive, and the longitude bounds must range between -180 to 180 degrees 36 // - If `low.longitude` > `high.longitude`, the longitude range is inverted 37 // (the viewport crosses the 180 degree longitude line). 39 // - If `low.longitude` = -180 degrees and `high.longitude` = 180 degrees, 42 // - If `low.longitude` = 180 degrees and `high.longitude` = -180 degrees, 43 // the longitude range is empty. 56 // "longitude": -74.259087 60 // "longitude": -73.70018
|
/aosp_15_r20/external/sdk-platform-java/java-common-protos/proto-google-common-protos/src/main/java/com/google/geo/type/ |
H A D | Viewport.java | 25 * A latitude-longitude viewport, represented as two diagonally opposite `low` 28 * inclusive, and the longitude bounds must range between -180 to 180 degrees 31 * - If `low.longitude` > `high.longitude`, the longitude range is inverted 32 * (the viewport crosses the 180 degree longitude line). 33 * - If `low.longitude` = -180 degrees and `high.longitude` = 180 degrees, 35 * - If `low.longitude` = 180 degrees and `high.longitude` = -180 degrees, 36 * the longitude range is empty. 45 * "longitude": -74.259087 49 * "longitude": -73.70018 364 * A latitude-longitude viewport, represented as two diagonally opposite `low` [all …]
|
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/impl/ |
H A D | CalendarAstronomer.java | 70 * it takes for the moon to return the same ecliptic longitude as the sun. 71 * It is longer than the sidereal month because the sun's longitude increases 82 * for the moon to return to the same ecliptic longitude relative to the 305 * @param eclipLong The ecliptic longitude 341 static final double SUN_ETA_G = 279.403303 * PI/180; // Ecliptic longitude at epoch 342 static final double SUN_OMEGA_G = 282.768422 * PI/180; // Ecliptic longitude of perigee 357 // * Return the sun's ecliptic longitude at perigee for the current time. 367 // * Return the sun's ecliptic longitude for the current time. 393 * The longitude of the sun at the time specified by this object. 394 * The longitude is measured in radians along the ecliptic [all …]
|
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
H A D | CalendarAstronomer.java | 72 * it takes for the moon to return the same ecliptic longitude as the sun. 73 * It is longer than the sidereal month because the sun's longitude increases 84 * for the moon to return to the same ecliptic longitude relative to the 307 * @param eclipLong The ecliptic longitude 343 static final double SUN_ETA_G = 279.403303 * PI/180; // Ecliptic longitude at epoch 344 static final double SUN_OMEGA_G = 282.768422 * PI/180; // Ecliptic longitude of perigee 359 // * Return the sun's ecliptic longitude at perigee for the current time. 369 // * Return the sun's ecliptic longitude for the current time. 395 * The longitude of the sun at the time specified by this object. 396 * The longitude is measured in radians along the ecliptic [all …]
|
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
H A D | ShadowGeocoder.java | 35 * <p>{@param latitude} and {@param longitude} are ignored by this implementation, except to check 40 protected List<Address> getFromLocation(double latitude, double longitude, int maxResults) in getFromLocation() argument 45 -180 <= longitude && longitude <= 180, in getFromLocation() 46 "Longitude must be between -180 and 180, got %s", in getFromLocation() 47 longitude); in getFromLocation() 55 * <p>{@code latitude} and {@code longitude} are ignored by this implementation, except to check 61 double latitude, double longitude, int maxResults, GeocodeListener listener) in getFromLocation() argument 66 -180 <= longitude && longitude <= 180, in getFromLocation() 67 "Longitude must be between -180 and 180, got %s", in getFromLocation() 68 longitude); in getFromLocation()
|
/aosp_15_r20/external/cronet/third_party/icu/source/i18n/ |
H A D | astro.h | 66 * The longitude specifies the position along the ecliptic plane 84 * @param lon The ecliptic longitude, measured in radians. 89 longitude = lon; 95 * @param lon The ecliptic longitude, measured in radians. 100 longitude = lon; in set() 118 * The ecliptic longitude, in radians. 128 double longitude; variable 274 * it takes for the moon to return the same ecliptic longitude as the sun. 275 * It is longer than the sidereal month because the sun's longitude increases 305 * latitude and longitude. The object's time is set to the current [all …]
|