Home
last modified time | relevance | path

Searched defs:candidates (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/esri/
H A Dgeocodereply_esri.cpp98 QJsonArray candidates = object.value(QStringLiteral("candidates")).toArray(); in networkReplyFinished() local
/OK3568_Linux_fs/yocto/poky/meta/lib/oe/
H A Dpath.py290 def which_wild(pathname, path=None, mode=os.F_OK, *, reverse=False, candidates=False): argument
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeoserviceprovider.cpp835 QList<QJsonObject> candidates = QGeoServiceProviderPrivate::plugins().values(providerName); in loadMeta() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/geotestplugin/
H A Dqplacemanagerengine_test.h674 QList<QPair<int, QUrl> > candidates; in constructIconUrl() local
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A Devent.py562 def __init__(self, item, candidates, runtime = False): argument