Searched refs:searchString (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/geotestplugin/ |
| H A D | qgeocodingmanagerengine_test.h | 113 QGeoCodeReply* geocode(const QString &searchString, 122 if (searchString.length() == 1) { 123 errorString_ = searchString; 124 errorCode_ = (QGeoCodeReply::Error)searchString.toInt(); 131 setLocations(geocodeReply_, searchString, limit, offset); 205 void setLocations(GeocodeReplyTest* reply, const QString searchString, int limit, int offset) in setLocations() argument 212 address.setStreet(searchString); in setLocations()
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oe/ |
| H A D | data.py | 24 def export2json(d, json_file, expand=True, searchString="",replaceString=""): argument 44 data2export[key] = d.getVar(key, expand).replace(searchString,replaceString)
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeocodingmanagerplugins/ |
| H A D | qgeocodingmanagerengine_test.h | 72 …QGeoCodeReply* geocode(const QString &searchString, int limit, int offset, const QGeoShape &bounds) in geocode() argument 78 geocodereply->callSetError(QGeoCodeReply::NoError,searchString); in geocode()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/ |
| H A D | qgeocodingmanager.h | 65 QGeoCodeReply *geocode(const QString &searchString,
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/ |
| H A D | qgeocodingmanagerengine_nokia.h | 67 QGeoCodeReply *geocode(const QString &searchString,
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | rootfs-postcommands.bbclass | 342 searchString = "%s/"%(d.getVar("TOPDIR")).replace("//","/") 343 export2json(d, testdata_name, searchString=searchString, replaceString="")
|