Home
last modified time | relevance | path

Searched refs:searchString (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/geotestplugin/
H A Dqgeocodingmanagerengine_test.h113 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 Ddata.py24 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 Dqgeocodingmanagerengine_test.h72 …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 Dqgeocodingmanager.h65 QGeoCodeReply *geocode(const QString &searchString,
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/
H A Dqgeocodingmanagerengine_nokia.h67 QGeoCodeReply *geocode(const QString &searchString,
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Drootfs-postcommands.bbclass342 searchString = "%s/"%(d.getVar("TOPDIR")).replace("//","/")
343 export2json(d, testdata_name, searchString=searchString, replaceString="")