Home
last modified time | relevance | path

Searched defs:places (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/places/
H A Dqplacematchrequest.cpp57 QList<QPlace> places; member in QPlaceMatchRequestPrivate
185 QList<QPlace> QPlaceMatchRequest::places() const in places() function in QPlaceMatchRequest
196 void QPlaceMatchRequest::setPlaces(const QList<QPlace> places) in setPlaces()
211 QList<QPlace> places; in setResults() local
H A Dqplacematchreply.cpp46 QList<QPlace> places; member in QPlaceMatchReplyPrivate
104 QList<QPlace> QPlaceMatchReply::places() const in places() function in QPlaceMatchReply
113 void QPlaceMatchReply::setPlaces(const QList<QPlace> &places) in setPlaces()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qplacematchrequest/
H A Dtst_qplacematchrequest.cpp68 QList<QPlace> places; in constructorTest() local
91 QList<QPlace> places; in placesTest() local
153 QList<QPlace> places; in clearTest() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qplacematchreply/
H A Dtst_qplacematchreply.cpp43 void setPlaces(const QList<QPlace> &places) { in setPlaces()
95 QList<QPlace> places; in requestTest() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/placemanager_utils/
H A Dplacemanager_utils.h144 void doSavePlaces(QList<QPlace> &places) { in doSavePlaces()
148 void doSavePlaces(const QList<QPlace *> &places) { in doSavePlaces()
H A Dplacemanager_utils.cpp71 void PlaceManagerUtils::doSavePlaces(QPlaceManager *manager, QList<QPlace> &places) in doSavePlaces()
84 void PlaceManagerUtils::doSavePlaces(QPlaceManager *manager, const QList<QPlace *> &places) in doSavePlaces()
252 QList<QPlace> *places, in doMatch()
372 void PlaceManagerUtils::setVisibility(QList<QPlace *> places, QLocation::Visibility visibility) in setVisibility()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativegeoserviceprovider.cpp832 QGeoServiceProvider::PlacesFeatures places = in matches() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/geotestplugin/
H A Dplace_data.json28 "places": [ array
H A Dqplacemanagerengine_test.h262 QJsonArray places = o.value(QStringLiteral("places")).toArray(); in QPlaceManagerEngineTest() local
/OK3568_Linux_fs/kernel/drivers/scsi/aic7xxx/aicasm/
H A Daicasm_gram.y1723 format_2_instr(int opcode, symbol_ref_t *dest, expression_t *places, in format_2_instr()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_object.c130 struct ttm_place *places = abo->placements; in amdgpu_bo_placement_from_domain() local
/OK3568_Linux_fs/kernel/drivers/gpu/drm/ttm/
H A Dttm_bo.c1035 static bool ttm_bo_places_compat(const struct ttm_place *places, in ttm_bo_places_compat()