Home
last modified time | relevance | path

Searched refs:leg (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/osm/
H A Dqgeoroutereplyosm.cpp81 for (QGeoRoute &leg: route.routeLegs()) { in networkReplyFinished()
82 leg.setRequest(request()); in networkReplyFinished()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapbox/
H A Dqgeoroutereplymapbox.cpp133 for (QGeoRoute &leg: route.routeLegs()) { in networkReplyFinished()
134 leg.setRequest(request()); in networkReplyFinished()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/
H A Dqgeoroutexmlparser.cpp193 QGeoRouteLeg leg; in parseLeg() local
194 leg.setLegIndex(legIndex); in parseLeg()
213 leg.setTravelTime(qRound(m_reader->readElementText().toDouble())); in parseLeg()
215 leg.setDistance(m_reader->readElementText().toDouble()); in parseLeg()
226 m_legs << leg; in parseLeg()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeorouteparserosrmv5.cpp949 QJsonObject leg = l.toObject(); in parseReply() local
950 if (!leg.value(QLatin1String("steps")).isArray()) { // Invalid steps field in parseReply()
954 const double legDistance = leg.value(QLatin1String("distance")).toDouble(); in parseReply()
955 const double legTravelTime = leg.value(QLatin1String("duration")).toDouble(); in parseReply()
956 QJsonArray steps = leg.value(QLatin1String("steps")).toArray(); in parseReply()
/OK3568_Linux_fs/kernel/drivers/usb/misc/
H A DKconfig222 USB port. The YUREX is a leg-shakes sensor. See
224 This driver supports read/write of leg-shakes counter and
/OK3568_Linux_fs/buildroot/dl/qt5location/git/dist/
H A Dchanges-5.11.0104 * Mapbox/OSM: Added OSRM's {leg,step}_index extra attribute to QGeoManeuver.
/OK3568_Linux_fs/kernel/Documentation/admin-guide/device-mapper/
H A Ddm-raid.rst418 specific devices are requested via rebuild. Fix RAID leg
/OK3568_Linux_fs/kernel/tools/power/cpupower/po/
H A Dpt.po483 " -m, --human saída legível para humanos para os parâmetros -f, -w, "
/OK3568_Linux_fs/kernel/Documentation/
H A Dmemory-barriers.txt888 to use barrier() at beginning of each leg of the "if" statement