| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/maptype/ |
| H A D | tst_maptype.cpp | 66 QGeoMapType *testObjPtr = new QGeoMapType(QGeoMapType::StreetMap, QStringLiteral("street map"), in constructorTest() 70 QCOMPARE(testObjPtr->name(), QStringLiteral("street map")); in constructorTest() 113 QTest::newRow("equal") << QGeoMapType(QGeoMapType::StreetMap, QStringLiteral("street name"), in comparison_data() 114 … QStringLiteral("street desc"), false, false, 42, pluginName, capabilities) in comparison_data() 115 << QGeoMapType(QGeoMapType::StreetMap, QStringLiteral("street name"), in comparison_data() 116 … QStringLiteral("street desc"), false, false, 42, pluginName, capabilities) in comparison_data() 119 QTest::newRow("style") << QGeoMapType(QGeoMapType::StreetMap, QStringLiteral("street name"), in comparison_data() 120 … QStringLiteral("street desc"), false, false, 42, pluginName, capabilities) in comparison_data() 121 << QGeoMapType(QGeoMapType::TerrainMap, QStringLiteral("street name"), in comparison_data() 122 … QStringLiteral("street desc"), false, false, 42, pluginName, capabilities) in comparison_data() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeoaddress/ |
| H A D | tst_qgeoaddress.cpp | 87 address.setText(QStringLiteral("123 Fake Street\nSpringfield")); in textTest() 88 QCOMPARE(address.text(), QStringLiteral("123 Fake Street\nSpringfield")); in textTest() 176 QVERIFY2(testObj.street() == QString(), "Wrong default value"); in streetTest() 178 QVERIFY2(testObj.street() == "testText", "Wrong value returned"); in streetTest() 188 streetOnly.setStreet("street"); in generatedText() 191 QCOMPARE(streetOnly.text(), QStringLiteral("street")); in generatedText() 207 fullAddress.setStreet("street"); in generatedText() 226 << QString::fromLatin1("street<br/>" /* full address */ in generatedText_data() 232 << QString::fromLatin1("street<br/>" in generatedText_data() 237 << QString::fromLatin1("street<br/>" in generatedText_data() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeoroutexmlparser/ |
| H A D | route1.xml | 1 …Street to the right onto Turbot St. Go for 0.5 miles.</Instruction><TravelTime>65.5</TravelTime><L…
|
| H A D | route2.xml | 1 …Street/South Bank onto Stanley St (41). Go for 0.3 miles.</Instruction><TravelTime>30.6</TravelTim…
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/nokia_services/routing/ |
| H A D | multiple-routes-in-response.xml | 1 …Street>Invalidenstraße</Street></Address></Link><Link xmlns:xsi="http://www.w3.org/2001/XMLSchema-…
|
| H A D | littered-with-new-tags.xml | 198 <Street>Invalidenstraße</Street> 218 <Street>Eichendorffstraße</Street> 238 <Street>Eichendorffstraße</Street> 258 <Street>Schlegelstraße</Street> 279 <Street>Chausseestraße</Street> 300 <Street>Chausseestraße</Street> 321 <Street>Chausseestraße</Street> 342 <Street>Chausseestraße</Street> 363 <Street>Chausseestraße</Street> 384 <Street>Chausseestraße</Street> [all …]
|
| H A D | optim-fastest.xml | 180 <Street>Invalidenstraße</Street> 200 <Street>Eichendorffstraße</Street> 220 <Street>Eichendorffstraße</Street> 240 <Street>Schlegelstraße</Street> 261 <Street>Chausseestraße</Street> 282 <Street>Chausseestraße</Street> 303 <Street>Chausseestraße</Street> 324 <Street>Chausseestraße</Street> 345 <Street>Chausseestraße</Street> 366 <Street>Chausseestraße</Street> [all …]
|
| H A D | travelmode-car.xml | 180 <Street>Invalidenstraße</Street> 200 <Street>Eichendorffstraße</Street> 220 <Street>Eichendorffstraße</Street> 240 <Street>Schlegelstraße</Street> 261 <Street>Chausseestraße</Street> 282 <Street>Chausseestraße</Street> 303 <Street>Chausseestraße</Street> 324 <Street>Chausseestraße</Street> 345 <Street>Chausseestraße</Street> 366 <Street>Chausseestraße</Street> [all …]
|
| H A D | travelmode-pedestrian.xml | 224 <Street>Invalidenstraße</Street> 282 <Street>Borsigstraße</Street> 340 <Street>Borsigstraße</Street> 360 <Street>Schlegelstraße</Street> 380 <Street>Schlegelstraße</Street> 400 <Street>Borsigstraße</Street> 420 <Street>Tieckstraße</Street> 440 <Street>Tieckstraße</Street> 460 <Street>Borsigstraße</Street> 481 <Street>Torstraße</Street> [all …]
|
| H A D | optim-shortest.xml | 1 …Street>Invalidenstraße</Street></Address></Link><Link xmlns:xsi="http://www.w3.org/2001/XMLSchema-…
|
| H A D | travelmode-public-transport.xml | 179 <Street>Invalidenstraße</Street> 200 <Street>Nordbahnhof</Street> 221 <Street>Nordbahnhof</Street> 247 <Street>Oranienburger Straße</Street> 268 <Street>Oranienburger Straße</Street> 288 <Street>Tucholskystraße</Street> 308 <Street>Tucholskystraße</Street> 329 <Street>Oranienburger Straße</Street>
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/ |
| H A D | qgeoaddress.cpp | 114 text += addressLine(QStringList() << address.street() << newLine); in formattedAddress() 130 text += addressLine(QStringList() << address.street() << newLine); in formattedAddress() 136 text += addressLine(QStringList() << address.street() << newLine); in formattedAddress() 141 text += addressLine(QStringList() << address.street() << newLine); in formattedAddress() 146 text += addressLine(QStringList() << address.street() << newLine); in formattedAddress() 151 text += addressLine(QStringList() << address.street() << newLine); in formattedAddress() 159 text += addressLine(QStringList() << address.street() << newLine); in formattedAddress() 166 text += addressLine(QStringList() << address.street() << newLine); in formattedAddress() 171 … text += addressLine(QStringList() << address.street() << Comma << address.city() << newLine); in formattedAddress() 175 text += addressLine(QStringList() << address.street() << newLine); in formattedAddress() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioningquick/ |
| H A D | qdeclarativegeoaddress.cpp | 49 \brief The Address QML type represents a specific location as a street address. 64 address properties such as \l street, \l city and and so on, but can also 74 street: "53 Brandl St" 118 setStreet(address.street()); in setAddress() 136 properties such as \l street, \l city and so on may cause the contents of \c text to 293 \qmlproperty string QtPositioning::Address::street 295 This property holds the street of the address but 300 QString QDeclarativeGeoAddress::street() const in street() function in QDeclarativeGeoAddress 302 return m_address.street(); in street() 305 void QDeclarativeGeoAddress::setStreet(const QString &street) in setStreet() argument [all …]
|
| H A D | qdeclarativegeoaddress_p.h | 72 Q_PROPERTY(QString street READ street WRITE setStreet NOTIFY streetChanged) 97 QString street() const; 98 void setStreet(const QString &street);
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/placesv2/ |
| H A D | qplacedetailsreplyimpl.cpp | 56 // These countries format the street address as: {house number} {street name} 57 // All other countries format it as: {street name} {house number} 167 QString street; in replyFinished() local 171 if (addressObject.contains(QLatin1String("street"))) in replyFinished() 172 street = addressObject.value(QLatin1String("street")).toString(); in replyFinished() 175 if (!house.isEmpty() && !street.startsWith(house)) in replyFinished() 176 street = house + QLatin1Char(' ') + street; in replyFinished() 178 if (!house.isEmpty() && !street.endsWith(house)) in replyFinished() 179 street += QLatin1Char(' ') + house; in replyFinished() 182 address.setStreet(street); in replyFinished()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/declarative_core/ |
| H A D | tst_geocoding.qml | 74 compare (emptyModel.query.street, address1.street) 77 compare (emptyModel.query.street, address1.street) 216 Address {id: address1; street: "wellknown street"; city: "expected city"; county: "2"} 217 Address {id: errorAddress1; street: "error"; county: "2"} // street is the error reason 222 Address {id: slackAddress1; street: "Slacker st"; city: "Lazy town"; county: "4"} 225 Address {id: automaticAddress1; street: "Auto st"; city: "Detroit"; county: "4"} 338 compare (immediateModel.errorString, errorAddress1.street) 387 compare (immediateModel.errorString, errorAddress1.street) 395 errorAddress1.street = "error code 2" 401 compare (slackModel.errorString, errorAddress1.street) [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/mapviewer/forms/ |
| H A D | Geocode.qml | 62 address.street = street.text 71 street.text = "" 83 street.text = address.street
|
| H A D | GeocodeForm.ui.qml | 59 property alias street: street 108 text: qsTr("Street") 112 id: street
|
| H A D | RouteAddress.qml | 66 fromAddress.street = fromStreet.text 69 toAddress.street = toStreet.text 92 fromStreet.text = fromAddress.street 95 toStreet.text = toAddress.street
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/ |
| H A D | qgeotiledmappingmanagerengine_nokia.cpp | 96 …types << QGeoMapType(QGeoMapType::StreetMap, tr("Street Map"), tr("Normal map view in daylight mod… in QGeoTiledMappingManagerEngineNokia() 101 …types << QGeoMapType(QGeoMapType::GrayStreetMap, tr("Gray Street Map"), tr("Color-reduced map view… in QGeoTiledMappingManagerEngineNokia() 102 …types << QGeoMapType(QGeoMapType::StreetMap, tr("Mobile Street Map"), tr("Mobile normal map view i… in QGeoTiledMappingManagerEngineNokia() 106 …types << QGeoMapType(QGeoMapType::GrayStreetMap, tr("Mobile Gray Street Map"), tr("Mobile color-re… in QGeoTiledMappingManagerEngineNokia() 107 …types << QGeoMapType(QGeoMapType::StreetMap, tr("Custom Street Map"), tr("Normal map view in dayli… in QGeoTiledMappingManagerEngineNokia() 108 …types << QGeoMapType(QGeoMapType::StreetMap, tr("Night Street Map"), tr("Normal map view in night … in QGeoTiledMappingManagerEngineNokia() 109 …types << QGeoMapType(QGeoMapType::StreetMap, tr("Mobile Night Street Map"), tr("Mobile normal map … in QGeoTiledMappingManagerEngineNokia() 110 …types << QGeoMapType(QGeoMapType::GrayStreetMap, tr("Gray Night Street Map"), tr("Color-reduced ma… in QGeoTiledMappingManagerEngineNokia() 111 …types << QGeoMapType(QGeoMapType::GrayStreetMap, tr("Mobile Gray Night Street Map"), tr("Mobile co… in QGeoTiledMappingManagerEngineNokia() 112 …types << QGeoMapType(QGeoMapType::PedestrianMap, tr("Pedestrian Street Map"), tr("Pedestrian map v… in QGeoTiledMappingManagerEngineNokia() [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-multimedia/ffmpeg/ffmpeg/ |
| H A D | 0001-libavutil-include-assembly-with-full-path-from-sourc.patch | 27 ;* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 40 ;* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 53 ;* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 66 ;* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 79 ;* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 92 ;* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/ |
| H A D | qdeclarativegeomaptype.cpp | 72 \li MapType.StreetMap - A street map. 76 \li MapType.HybridMap - A map with satellite imagery and street information. 77 \li MapType.GrayStreetMap - A gray-shaded street map. 78 \li MapType.PedestrianMap - A street map suitable for pedestriants. 79 \li MapType.CarNavigationMap - A street map suitable for car navigation. 80 \li MapType.CycleMap - A street map suitable for cyclists.
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/geotestplugin/ |
| H A D | qgeocodingmanagerengine_test.h | 158 if (address.street().startsWith("error")) { in geocode() 159 errorString_ = address.street(); in geocode() 167 if (address.street() != "wellknown street") { in geocode() 168 geocodeReply_->callSetError(QGeoCodeReply::EngineNotSetError, address.street()); in geocode() 170 geocodeReply_->callSetError(QGeoCodeReply::NoError,address.street()); in geocode()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/doc/src/plugins/ |
| H A D | osm.qdoc | 30 \title Qt Location Open Street Map Plugin 33 \brief Uses Open Street Map and related services. 38 \l {http://openstreetmap.org}{Open Street Map} location based services using the Qt Location API. 44 The Open Street Map geo services plugin can be loaded by using the plugin key "osm". 58 The following table lists optional parameters that can be passed to the Open Street Map plugin. 146 …\tt{street-hires}, \tt{satellite-hires}, \tt{cycle-hires}, \tt{transit-hires}, \tt{night-transit-h… 167 …\tt{street}, \tt{satellite}, \tt{cycle}, \tt{transit}, \tt{night-transit}, \tt{terrain} and \tt{hi…
|
| /OK3568_Linux_fs/buildroot/package/jquery-ui-themes/ |
| H A D | Config.in | 65 bool "south-street" 108 default "south-street" if BR2_PACKAGE_JQUERY_UI_THEMES_SOUTH_STREET
|