Home
last modified time | relevance | path

Searched refs:locations (Results 1 – 25 of 325) sorted by relevance

12345678910>>...13

/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_program.c36 .locations = glamor_program_location_fg,
50 .locations = glamor_program_location_fillsamp | glamor_program_location_fillpos,
69 ….locations = glamor_program_location_fg | glamor_program_location_fillsamp | glamor_program_locati…
90 ….locations = glamor_program_location_fg | glamor_program_location_bg | glamor_program_location_fil…
165 vs_location_vars(glamor_program_location locations) in vs_location_vars() argument
171 if (locations & location_vars[l].location) in vs_location_vars()
177 fs_location_vars(glamor_program_location locations) in fs_location_vars() argument
183 if (locations & location_vars[l].location) in fs_location_vars()
235 if (location && (prog->locations & location) == 0) in glamor_get_uniform()
254 glamor_program_location locations = prim->locations; in glamor_build_program() local
[all …]
H A Dglamor_program.h66 const glamor_program_location locations; member
87 glamor_program_location locations; member
/OK3568_Linux_fs/kernel/fs/nfs/
H A Dnfs4namespace.c130 const struct nfs4_fs_locations *locations, in nfs4_validate_fspath() argument
149 fs_path = nfs4_pathname_string(&locations->fs_path, &len); in nfs4_validate_fspath()
368 const struct nfs4_fs_locations *locations) in nfs_follow_referral() argument
373 if (locations == NULL || locations->nlocations <= 0) in nfs_follow_referral()
379 error = nfs4_validate_fspath(ctx->clone_data.dentry, locations, ctx); in nfs_follow_referral()
384 for (loc = 0; loc < locations->nlocations; loc++) { in nfs_follow_referral()
385 const struct nfs4_fs_location *location = &locations->locations[loc]; in nfs_follow_referral()
537 const struct nfs4_fs_locations *locations) in nfs4_replace_transport() argument
543 if (locations == NULL || locations->nlocations <= 0) in nfs4_replace_transport()
554 for (loc = 0; loc < locations->nlocations; loc++) { in nfs4_replace_transport()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeocodereply.cpp213 QList<QGeoLocation> QGeoCodeReply::locations() const in locations() function in QGeoCodeReply
215 return d_ptr->locations; in locations()
223 d_ptr->locations.append(location); in addLocation()
229 void QGeoCodeReply::setLocations(const QList<QGeoLocation> &locations) in setLocations() argument
231 d_ptr->locations = locations; in setLocations()
H A Dqgeocodereply.h74 QList<QGeoLocation> locations() const;
95 void setLocations(const QList<QGeoLocation> &locations);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/esri/
H A Dgeocodereply_esri.cpp100 QList<QGeoLocation> locations; in networkReplyFinished() local
109 locations.append(location); in networkReplyFinished()
112 setLocations(locations); in networkReplyFinished()
121 QList<QGeoLocation> locations; in networkReplyFinished() local
122 locations.append(location); in networkReplyFinished()
124 setLocations(locations); in networkReplyFinished()
/OK3568_Linux_fs/u-boot/common/
H A Dsplash_source.c281 struct splash_location *locations, uint size) in select_splash_location() argument
286 if (!locations || size == 0) in select_splash_location()
291 return &locations[0]; in select_splash_location()
294 if (!strcmp(locations[i].name, env_splashsource)) in select_splash_location()
295 return &locations[i]; in select_splash_location()
385 int splash_source_load(struct splash_location *locations, uint size) in splash_source_load() argument
401 splash_location = select_splash_location(locations, size); in splash_source_load()
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/systemd/systemd-systemctl/
H A Dsystemctl24 locations = list() variable
33 for location in locations:
129 for location in locations:
180 for location in locations:
264 for location in locations:
314 locations.append(SYSCONFDIR / "systemd")
317 locations.append(BASE_LIBDIR / "systemd")
318 locations.append(LIBDIR / "systemd")
/OK3568_Linux_fs/kernel/fs/nfsd/
H A Dexport.c319 struct nfsd4_fs_location *locations = fsloc->locations; in nfsd4_fslocs_free() local
322 if (!locations) in nfsd4_fslocs_free()
326 kfree(locations[i].path); in nfsd4_fslocs_free()
327 kfree(locations[i].hosts); in nfsd4_fslocs_free()
330 kfree(locations); in nfsd4_fslocs_free()
331 fsloc->locations = NULL; in nfsd4_fslocs_free()
424 if (fsloc->locations) in fsloc_parse()
436 fsloc->locations = kcalloc(fsloc->locations_count, in fsloc_parse()
439 if (!fsloc->locations) in fsloc_parse()
448 fsloc->locations[i].hosts = kstrdup(buf, GFP_KERNEL); in fsloc_parse()
[all …]
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/fetch2/
H A Dlocal.py77 locations = []
80 locations = filespath.split(":")
81 locations.append(d.getVar("DL_DIR"))
83 … " + urldata.url + " anywhere. The paths that were searched were:\n " + "\n ".join(locations)
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/osm/
H A Dqgeocodereplyosm.cpp135 QList<QGeoLocation> locations; in networkReplyFinished() local
152 locations.append(location); in networkReplyFinished()
154 setLocations(locations); in networkReplyFinished()
187 locations.append(location); in networkReplyFinished()
192 setLocations(locations); in networkReplyFinished()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeocodereply/
H A Dtst_qgeocodereply.h58 void callSetLocations ( const QList<QGeoLocation> & locations ) {setLocations(locations);} in callSetLocations() argument
86 void locations();
H A Dtst_qgeocodereply.cpp218 void tst_QGeoCodeReply::locations() in locations() function in tst_QGeoCodeReply
221 geolocations = reply->locations(); in locations()
236 geolocations = reply->locations(); in locations()
248 geolocations = reply->locations(); in locations()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapbox/
H A Dqgeocodereplymapbox.cpp81 QList<QGeoLocation> locations; in onNetworkReplyFinished() local
90 locations.append(QMapboxCommon::parseGeoLocation(value.toObject())); in onNetworkReplyFinished()
92 setLocations(locations); in onNetworkReplyFinished()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-kernel/oprofile/oprofile/
H A D0010-oprofile-Determine-the-root-home-directory-dynamical.patch28 - of <filename>/root</filename> to avoid storing sample data files in locations accessible by regu…
30 + of <filename>~root</filename> to avoid storing sample data files in locations accessible by regu…
41 - of <code class="filename">/root</code> to avoid storing sample data files in locations accessibl…
43 + of <code class="filename">~root</code> to avoid storing sample data files in locations accessibl…
/OK3568_Linux_fs/u-boot/include/
H A Dsplash.h52 int splash_source_load(struct splash_location *locations, uint size);
54 static inline int splash_source_load(struct splash_location *locations, in splash_source_load() argument
/OK3568_Linux_fs/kernel/Documentation/hwmon/
H A Dnct6683.rst36 Limit register locations on Intel boards with EC firmware version 1.0
37 build date 04/03/13 do not match the register locations in the Nuvoton
43 Some of the register locations can be reverse engineered; others are too
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativegeocodemodel.cpp394 setLocations(reply->locations()); in geocodeFinished()
417 setLocations(reply->locations()); in geocodeError()
503 void QDeclarativeGeocodeModel::setLocations(const QList<QGeoLocation> &locations) in setLocations() argument
508 for (int i = 0; i < locations.count(); ++i) { in setLocations()
509 QDeclarativeGeoLocation *location = new QDeclarativeGeoLocation(locations.at(i), this); in setLocations()
/OK3568_Linux_fs/kernel/arch/arm/nwfpe/
H A Dsoftfloat-macros138 which are stored at the locations pointed to by `z0Ptr' and `z1Ptr'.
174 the locations pointed to by `z0Ptr' and `z1Ptr'.
214 stored at the locations pointed to by `z0Ptr' and `z1Ptr'. The bits shifted
223 and the integer part of the result is returned at the locations pointed to
285 pieces which are stored at the locations pointed to by `z0Ptr' and `z1Ptr'.
304 64-bit pieces which are stored at the locations pointed to by `z0Ptr',
341 are stored at the locations pointed to by `z0Ptr' and `z1Ptr'.
361 64-bit pieces which are stored at the locations pointed to by `z0Ptr',
400 64-bit pieces which are stored at the locations pointed to by `z0Ptr' and
419 result is broken into three 64-bit pieces which are stored at the locations
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/gl/
H A Dattribute.hpp254 static NamedLocations getNamedLocations(const Locations& locations) { in getNamedLocations() argument
263 util::ignore({ (maybeAddLocation(As::name(), locations.template get<As>()), 0)... }); in getNamedLocations()
277 …static AttributeBindingArray toBindingArray(const Locations& locations, const Bindings& bindings) { in toBindingArray() argument
288 …util::ignore({ (maybeAddBinding(locations.template get<As>(), bindings.template get<As>()), 0)... … in toBindingArray()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-test/cunit/files/
H A Dfixup-install-docdir.patch6 header files in locations not consistent with the OE filesystem layout.
7 So here we specify new locations which are consistent with OE filesystems.
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeocodingmanagerplugins/
H A Dqgeocodingmanagerengine_test.h53 void callSetLocations ( const QList<QGeoLocation> & locations ) {setLocations(locations);} in callSetLocations() argument
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/
H A Dqgeocodereply_nokia.cpp109 void QGeoCodeReplyNokia::appendResults(const QList<QGeoLocation> &locations) in appendResults() argument
115 setLocations(locations); in appendResults()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/
H A Dobjdetect.hpp350 std::vector<cv::Point> locations; member
493 const std::vector<Point>& locations = std::vector<Point>()) const;
640 virtual void detectROI(const cv::Mat& img, const std::vector<cv::Point> &locations,
655 std::vector<DetectionROI>& locations,
/OK3568_Linux_fs/buildroot/boot/grub2/
H A D0118-disk-lvm-Don-t-go-beyond-the-end-of-the-data-we-read.patch8 it told us that the PV header/disk locations were way off past the end
39 + grub_util_info ("LVM PV header/disk locations are beyond the end of the block");

12345678910>>...13