Home
last modified time | relevance | path

Searched defs:query (Results 1 – 25 of 134) sorted by relevance

123456

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/mbgl/storage/
H A Doffline_database.cpp238 mapbox::sqlite::Query query{ getStatement( in getResource() local
274 mapbox::sqlite::Query query{ getStatement("SELECT length(data) FROM resources WHERE url = ?") }; in hasResource() local
391 mapbox::sqlite::Query query{ getStatement( in getTile() local
563 mapbox::sqlite::Query query{ getStatement("SELECT id, definition, description FROM regions") }; in listRegions() local
580 mapbox::sqlite::Query query{ getStatement( in createRegion() local
594 mapbox::sqlite::Query query{ getStatement( in updateMetadata() local
607 mapbox::sqlite::Query query{ getStatement("DELETE FROM regions WHERE id = ?") }; in deleteRegion() local
770 mapbox::sqlite::Query query{ getStatement("SELECT definition FROM regions WHERE id = ?1") }; in getRegionDefinition() local
793 mapbox::sqlite::Query query{ getStatement( in getCompletedResourceCountAndSize() local
806 mapbox::sqlite::Query query{ getStatement( in getCompletedTileCountAndSize() local
[all …]
/OK3568_Linux_fs/external/xserver/glx/
H A Dsinglesize.c54 __glGetMap_size(GLenum target, GLenum query) in __glGetMap_size()
114 __glGetMapdv_size(GLenum target, GLenum query) in __glGetMapdv_size()
120 __glGetMapfv_size(GLenum target, GLenum query) in __glGetMapfv_size()
126 __glGetMapiv_size(GLenum target, GLenum query) in __glGetMapiv_size()
135 GLenum query; in __glGetPixelMap_size() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/adaptors/
H A Dquery.hpp50 struct query struct
52 inline explicit query(Predicates const& pred) in query() function
56 Predicates const& predicates;
/OK3568_Linux_fs/kernel/drivers/infiniband/core/
H A Dsa_query.c739 static inline void ib_sa_disable_local_svc(struct ib_sa_query *query) in ib_sa_disable_local_svc()
744 static inline int ib_sa_query_cancelled(struct ib_sa_query *query) in ib_sa_query_cancelled()
750 struct ib_sa_query *query) in ib_nl_set_path_rec_attrs()
833 static int ib_nl_make_request(struct ib_sa_query *query, gfp_t gfp_mask) in ib_nl_make_request()
894 static int ib_nl_cancel_request(struct ib_sa_query *query) in ib_nl_cancel_request()
920 static void ib_nl_process_good_resolve_rsp(struct ib_sa_query *query, in ib_nl_process_good_resolve_rsp()
975 struct ib_sa_query *query; in ib_nl_request_timeout() local
1018 struct ib_sa_query *query; in ib_nl_handle_set_timeout() local
1092 struct ib_sa_query *query; in ib_nl_handle_resolve_resp() local
1173 void ib_sa_cancel_query(int id, struct ib_sa_query *query) in ib_sa_cancel_query()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qplacesearchrequest/
H A Dtst_qplacesearchrequest.cpp97 QPlaceSearchRequest query; in boundingCircleTest() local
117 QPlaceSearchRequest query; in boundingBoxTest() local
140 QPlaceSearchRequest *query = new QPlaceSearchRequest; in searchAreaTest() local
156 QPlaceSearchRequest query; in visibilityScopeTest() local
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/
H A Dflann.hpp271 void GenericIndex<Distance>::knnSearch(const std::vector<ElementType>& query, std::vector<int>& ind… in knnSearch()
304 int GenericIndex<Distance>::radiusSearch(const std::vector<ElementType>& query, std::vector<int>& i… in radiusSearch()
316 int GenericIndex<Distance>::radiusSearch(const Mat& query, Mat& indices, Mat& dists, DistanceType r… in radiusSearch()
377 …CV_DEPRECATED void knnSearch(const std::vector<ElementType>& query, std::vector<int>& indices, std… in knnSearch()
404 …CV_DEPRECATED int radiusSearch(const std::vector<ElementType>& query, std::vector<int>& indices, s… in radiusSearch()
414 …CV_DEPRECATED int radiusSearch(const Mat& query, Mat& indices, Mat& dists, DistanceType radius, co… in radiusSearch()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/osm/
H A Dqgeocodingmanagerengineosm.cpp115 QUrlQuery query; in geocode() local
157 QUrlQuery query; in reverseGeocode() local
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/thingsboard-gateway/
H A Dodbc.json21 …"query": "SELECT bool_v, str_v, dbl_v, long_v, entity_id, ts FROM ts_kv WHERE ts > ? ORDER BY ts A… string
25 "query": "SELECT MIN(ts) - 1 FROM ts_kv", string
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/esri/
H A Dgeocodingmanagerengine_esri.cpp116 QUrlQuery query; in geocode() local
150 QUrlQuery query; in reverseGeocode() local
/OK3568_Linux_fs/kernel/lib/
H A Ddynamic_debug.c122 static void vpr_info_dq(const struct ddebug_query *query, const char *msg) in vpr_info_dq()
148 static int ddebug_change(const struct ddebug_query *query, in ddebug_change()
307 static int parse_linerange(struct ddebug_query *query, const char *first) in parse_linerange()
371 struct ddebug_query *query, const char *modname) in ddebug_parse_query()
492 struct ddebug_query query = {}; in ddebug_exec_query() local
522 static int ddebug_exec_queries(char *query, const char *modname) in ddebug_exec_queries()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/positioning/weatherinfo/
H A Dappmodel.cpp282 QUrlQuery query; in queryCity() local
362 QUrlQuery query; in refreshWeather() local
418 QUrlQuery query; in handleWeatherNetworkData() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/
H A Dgrid_index.cpp65 std::vector<T> GridIndex<T>::query(const BBox& queryBBox) const { in query() function in mbgl::GridIndex
121 void GridIndex<T>::query(const BBox& queryBBox, std::function<bool (const T&, const BBox&)> resultF… in query() function in mbgl::GridIndex
184 void GridIndex<T>::query(const BCircle& queryBCircle, std::function<bool (const T&, const BBox&)> r… in query() function in mbgl::GridIndex
H A Durl.hpp17 const Segment query; member in mbgl::util::URL
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativegeocodemodel.cpp649 QVariant QDeclarativeGeocodeModel::query() const in query() function in QDeclarativeGeocodeModel
654 void QDeclarativeGeocodeModel::setQuery(const QVariant &query) in setQuery()
/OK3568_Linux_fs/external/mpp/mpp/codec/rc/
H A Drc_impl.cpp196 MPP_RET rc_brief_get_all(RcApiQueryAll *query) in rc_brief_get_all()
215 MPP_RET rc_brief_get_by_type(RcApiQueryType *query) in rc_brief_get_by_type()
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dtypeahead.jquery.js730 query: query, property
738 query: query, property
762 _getFooter: function getFooter(query, suggestions) { argument
764 query: query, property
769 _getHeader: function getHeader(query, suggestions) { argument
771 query: query, property
779 _injectQuery: function injectQuery(query, obj) { argument
784 update: function update(query) { argument
/OK3568_Linux_fs/external/mpp/mpp/codec/rc/test/
H A Drc_api_test.c56 RcApiQueryAll query; in main() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/
H A Dsqlite3.cpp34 void checkQueryError(const QSqlQuery& query) { in checkQueryError()
94 QSqlQuery query; member in mapbox::sqlite::StatementImpl
196 QSqlQuery query(QSqlDatabase::database(connectionName)); in exec() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/geotestplugin/
H A Dqplacemanagerengine_test.h393 QPlaceContentReply *getPlaceContent(const QPlaceContentRequest &query) override in getPlaceContent()
461 QPlaceSearchReply *search(const QPlaceSearchRequest &query) override in search()
509 QPlaceSearchSuggestionReply *searchSuggestions(const QPlaceSearchRequest &query) override in searchSuggestions()
/OK3568_Linux_fs/kernel/drivers/staging/android/ion/
H A Dion.c97 static int ion_query_heaps(struct ion_heap_query *query) in ion_query_heaps()
144 struct ion_heap_query query; member
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/
H A Dtp_attach_query.c10 struct perf_event_query_bpf *query; in test_tp_attach_query() local
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_statlog.c814 stat_bdmask_req_t *query; in dhd_statlog_generate_bdmask() local
852 stat_query_t *query; in dhd_statlog_get_latest_info() local
931 stat_query_t query; in dhd_statlog_query() local
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_statlog.c814 stat_bdmask_req_t *query; in dhd_statlog_generate_bdmask() local
852 stat_query_t *query; in dhd_statlog_get_latest_info() local
931 stat_query_t query; in dhd_statlog_query() local
/OK3568_Linux_fs/kernel/include/keys/
H A Dasymmetric-subtype.h35 int (*query)(const struct kernel_pkey_params *params, member
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/flann/
H A Dnn_index.h102 …virtual int radiusSearch(const Matrix<ElementType>& query, Matrix<int>& indices, Matrix<DistanceTy… in radiusSearch()

123456