| /external/grpc-grpc/examples/cpp/route_guide/ |
| D | route_guide_db.json | 3 "latitude": 407838351, number 9 "latitude": 408122808, number 15 "latitude": 413628156, number 21 "latitude": 419999544, number 27 "latitude": 414008389, number 33 "latitude": 419611318, number 39 "latitude": 406109563, number 45 "latitude": 416802456, number 51 "latitude": 412950425, number 57 "latitude": 412144655, number [all …]
|
| D | route_guide_server.cc | 59 float lat_1 = start.latitude() / kCoordFactor; in GetDistance() 60 float lat_2 = end.latitude() / kCoordFactor; in GetDistance() 79 if (f.location().latitude() == point.latitude() && in GetFeatureName() 107 long top = (std::max)(lo.latitude(), hi.latitude()); in ListFeatures() 108 long bottom = (std::min)(lo.latitude(), hi.latitude()); in ListFeatures() 112 f.location().latitude() >= bottom && f.location().latitude() <= top) { in ListFeatures() 155 if (n.location().latitude() == note.location().latitude() && in RouteChat()
|
| /external/grpc-grpc/examples/php/route_guide/ |
| D | route_guide_db.json | 3 "latitude": 407838351, number 9 "latitude": 408122808, number 15 "latitude": 413628156, number 21 "latitude": 419999544, number 27 "latitude": 414008389, number 33 "latitude": 419611318, number 39 "latitude": 406109563, number 45 "latitude": 416802456, number 51 "latitude": 412950425, number 57 "latitude": 412144655, number [all …]
|
| /external/grpc-grpc-java/examples/src/main/resources/io/grpc/examples/routeguide/ |
| D | route_guide_db.json | 4 "latitude": 407838351, number 10 "latitude": 408122808, number 16 "latitude": 413628156, number 22 "latitude": 419999544, number 28 "latitude": 414008389, number 34 "latitude": 419611318, number 40 "latitude": 406109563, number 46 "latitude": 416802456, number 52 "latitude": 412950425, number 58 "latitude": 412144655, number [all …]
|
| /external/grpc-grpc/examples/python/route_guide/ |
| D | route_guide_db.json | 3 "latitude": 407838351, number 9 "latitude": 408122808, number 15 "latitude": 413628156, number 21 "latitude": 419999544, number 27 "latitude": 414008389, number 33 "latitude": 419611318, number 39 "latitude": 406109563, number 45 "latitude": 416802456, number 51 "latitude": 412950425, number 57 "latitude": 412144655, number [all …]
|
| D | route_guide_server.py | 38 lat_1 = start.latitude / coord_factor 39 lat_2 = end.latitude / coord_factor 75 top = max(request.lo.latitude, request.hi.latitude) 76 bottom = min(request.lo.latitude, request.hi.latitude) 81 and feature.location.latitude >= bottom 82 and feature.location.latitude <= top
|
| D | asyncio_route_guide_server.py | 43 lat_1 = start.latitude / coord_factor 44 lat_2 = end.latitude / coord_factor 84 top = max(request.lo.latitude, request.hi.latitude) 85 bottom = min(request.lo.latitude, request.hi.latitude) 90 and feature.location.latitude >= bottom 91 and feature.location.latitude <= top
|
| /external/grpc-grpc/examples/python/multiplex/ |
| D | route_guide_db.json | 3 "latitude": 407838351, number 9 "latitude": 408122808, number 15 "latitude": 413628156, number 21 "latitude": 419999544, number 27 "latitude": 414008389, number 33 "latitude": 419611318, number 39 "latitude": 406109563, number 45 "latitude": 416802456, number 51 "latitude": 412950425, number 57 "latitude": 412144655, number [all …]
|
| D | multiplex_server.py | 40 lat_1 = start.latitude / coord_factor 41 lat_2 = end.latitude / coord_factor 83 top = max(request.lo.latitude, request.hi.latitude) 84 bottom = min(request.lo.latitude, request.hi.latitude) 89 and feature.location.latitude >= bottom 90 and feature.location.latitude <= top
|
| /external/grpc-grpc/examples/objective-c/route_guide/ |
| D | route_guide_db.json | 3 "latitude": 407838351, number 9 "latitude": 408122808, number 15 "latitude": 413628156, number 21 "latitude": 419999544, number 27 "latitude": 414008389, number 33 "latitude": 419611318, number 39 "latitude": 406109563, number 45 "latitude": 416802456, number 51 "latitude": 412950425, number 57 "latitude": 412144655, number [all …]
|
| D | ViewControllers.m | 37 NSString *verticalDirection = self.latitude >= 0 ? @"N" : @"S"; 40 [NSString stringWithFormat:@"%.02f%@ %.02f%@", abs(self.latitude) / 1E7f, verticalDirection, 48 latitude:(float)latitude 54 latitude:(float)latitude 58 note.location.latitude = (int32_t)latitude * 1E7; 103 point.latitude = 409146138; 160 rectangle.lo.latitude = 405E6; 162 rectangle.hi.latitude = 410E6; 273 location.latitude = [((NSNumber *)feature[@"location"][@"latitude"]) intValue]; 323 [RTGRouteNote noteWithMessage:@"First message" latitude:0 longitude:0], [all …]
|
| /external/python/google-api-python-client/tests/data/ |
| D | latitude.json | 3 "id": "latitude:v1", 4 "name": "latitude", 6 "description": "Google Latitude API", 15 "basePath": "/latitude/v1/", 18 "servicePath": "latitude/v1/", 22 "https://www.googleapis.com/auth/latitude": { 56 "default": "latitude#location" 58 "latitude": { object 87 "default": "latitude#locationFeed" 96 "id": "latitude.currentLocation.delete", [all …]
|
| /external/geojson-jackson/src/main/java/org/geojson/ |
| D | LngLatAlt.java | 16 private double latitude; field in LngLatAlt 23 public LngLatAlt(double longitude, double latitude) { in LngLatAlt() argument 25 this.latitude = latitude; in LngLatAlt() 28 public LngLatAlt(double longitude, double latitude, double altitude) { in LngLatAlt() argument 30 this.latitude = latitude; in LngLatAlt() 39 * @param latitude The latitude. 43 …public LngLatAlt(double longitude, double latitude, double altitude, double... additionalElements)… in LngLatAlt() argument 45 this.latitude = latitude; in LngLatAlt() 69 return latitude; in getLatitude() 72 public void setLatitude(double latitude) { in setLatitude() argument [all …]
|
| D | Point.java | 14 public Point(double longitude, double latitude) { in Point() argument 15 coordinates = new LngLatAlt(longitude, latitude); in Point() 18 public Point(double longitude, double latitude, double altitude) { in Point() argument 19 coordinates = new LngLatAlt(longitude, latitude, altitude); in Point() 22 public Point(double longitude, double latitude, double altitude, double... additionalElements) { in Point() argument 23 coordinates = new LngLatAlt(longitude, latitude, altitude, additionalElements); in Point()
|
| /external/geojson-jackson/src/test/java/org/geojson/ |
| 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 …]
|
| /external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
| 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 43 -90 <= latitude && latitude <= 90, "Latitude must be between -90 and 90, got %s", latitude); 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 64 -90 <= latitude && latitude <= 90, "Latitude must be between -90 and 90, got %s", latitude); in getFromLocation()
|
| /external/zxing/zxing.appspot.com/src/main/java/com/google/zxing/web/generator/client/ |
| D | GeoLocationGenerator.java | 37 private final TextBox latitude = new TextBox(); field in GeoLocationGenerator 42 latitude.addStyleName(StylesDefs.INPUT_FIELD_REQUIRED); in GeoLocationGenerator() 43 latitude.addChangeHandler(handler); in GeoLocationGenerator() 44 latitude.addKeyPressHandler(keyListener); in GeoLocationGenerator() 62 latitude.setText("0"); in getText() 96 String lat = latitude.getText(); in getLatitudeField() 98 throw new GeneratorException("Latitude is not a correct value."); in getLatitudeField() 102 throw new GeneratorException("Latitude must be in [-90:90]"); in getLatitudeField() 114 table.setText(0, 0, "Latitude"); in getWidget() 115 table.setWidget(0, 1, latitude); in getWidget() [all …]
|
| /external/zxing/core/src/main/java/com/google/zxing/client/result/ |
| D | GeoParsedResult.java | 20 * Represents a parsed result that encodes a geographic coordinate, with latitude, 27 private final double latitude; field in GeoParsedResult 32 GeoParsedResult(double latitude, double longitude, double altitude, String query) { in GeoParsedResult() argument 34 this.latitude = latitude; in GeoParsedResult() 43 result.append(latitude); in getGeoURI() 58 * @return latitude in degrees 61 return latitude; in getLatitude() 88 result.append(latitude); in getDisplayResult()
|
| /external/grpc-grpc/examples/php/route_guide/Routeguide/ |
| D | Point.php | 12 * Points are represented as latitude-longitude pairs in the E7 representation 22 * Generated from protobuf field <code>int32 latitude = 1;</code> 24 protected $latitude = 0; variable in Routeguide\\Point 36 * @type int $latitude 46 * Generated from protobuf field <code>int32 latitude = 1;</code> 51 return $this->latitude; 55 * Generated from protobuf field <code>int32 latitude = 1;</code> 62 $this->latitude = $var;
|
| /external/grpc-grpc/examples/ruby/route_guide/ |
| D | route_guide_server.rb | 38 lat_a = to_radians.call(point_a.latitude / COORD_FACTOR) 39 lat_b = to_radians.call(point_b.latitude / COORD_FACTOR) 58 lats = [@bounds.lo.latitude, @bounds.hi.latitude] 69 location['latitude'] >= @lo_lat && 70 location['latitude'] <= @hi_lat 98 'latitude' => point.latitude }] || '' 113 'latitude' => point.latitude }] || '' 145 'latitude' => n.location.latitude,
|
| D | route_guide_client.rb | 32 Point.new(latitude: 409_146_138, longitude: -746_188_906), 33 Point.new(latitude: 0, longitude: 0) 54 lo: Point.new(latitude: 400_000_000, longitude: -750_000_000), 55 hi: Point.new(latitude: 420_000_000, longitude: -730_000_000)) 111 location: Point.new(latitude: 0, longitude: 0)), 113 location: Point.new(latitude: 0, longitude: 1)), 115 location: Point.new(latitude: 1, longitude: 0)), 117 location: Point.new(latitude: 1, longitude: 1)), 119 location: Point.new(latitude: 0, longitude: 1))
|
| /external/googleapis/google/geo/type/ |
| D | viewport.proto | 28 // A latitude-longitude viewport, represented as two diagonally opposite `low` 30 // its boundary. The latitude bounds must range between -90 to 90 degrees 45 // - If `low.latitude` > `high.latitude`, the latitude range is empty. 55 // "latitude": 40.477398, 59 // "latitude": 40.91618,
|
| /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/threegpp26244/ |
| D | LocationInformationBox.java | 20 private double latitude; field in LocationInformationBox 62 return latitude; in getLatitude() 65 public void setLatitude(double latitude) { in setLatitude() argument 66 this.latitude = latitude; in setLatitude() 104 latitude = IsoTypeReader.readFixedPoint1616(content); in _parseDetails() 119 IsoTypeWriter.writeFixedPont1616(byteBuffer, latitude); in getContent()
|
| /external/sdk-platform-java/java-common-protos/proto-google-common-protos/src/main/proto/google/geo/type/ |
| D | viewport.proto | 28 // A latitude-longitude viewport, represented as two diagonally opposite `low` 30 // its boundary. The latitude bounds must range between -90 to 90 degrees 45 // - If `low.latitude` > `high.latitude`, the latitude range is empty. 55 // "latitude": 40.477398, 59 // "latitude": 40.91618,
|
| /external/sdv/vsomeip/third_party/boost/serialization/example/ |
| D | demo_save.xml | 18 <latitude class_id="9" tracking_level="0"> 22 </latitude> 34 <latitude> 38 </latitude> 50 <latitude> 54 </latitude> 93 <latitude> 97 </latitude>
|