| /OK3568_Linux_fs/external/xserver/glamor/ |
| H A D | glamor_program.c | 36 .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 D | glamor_program.h | 66 const glamor_program_location locations; member 87 glamor_program_location locations; member
|
| /OK3568_Linux_fs/kernel/fs/nfs/ |
| H A D | nfs4namespace.c | 130 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 D | qgeocodereply.cpp | 213 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 D | qgeocodereply.h | 74 QList<QGeoLocation> locations() const; 95 void setLocations(const QList<QGeoLocation> &locations);
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/esri/ |
| H A D | geocodereply_esri.cpp | 100 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 D | splash_source.c | 281 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 D | systemctl | 24 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 D | export.c | 319 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 D | local.py | 77 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 D | qgeocodereplyosm.cpp | 135 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 D | tst_qgeocodereply.h | 58 void callSetLocations ( const QList<QGeoLocation> & locations ) {setLocations(locations);} in callSetLocations() argument 86 void locations();
|
| H A D | tst_qgeocodereply.cpp | 218 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 D | qgeocodereplymapbox.cpp | 81 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 D | 0010-oprofile-Determine-the-root-home-directory-dynamical.patch | 28 - 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 D | splash.h | 52 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 D | nct6683.rst | 36 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 D | qdeclarativegeocodemodel.cpp | 394 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 D | softfloat-macros | 138 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 D | attribute.hpp | 254 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 D | fixup-install-docdir.patch | 6 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 D | qgeocodingmanagerengine_test.h | 53 void callSetLocations ( const QList<QGeoLocation> & locations ) {setLocations(locations);} in callSetLocations() argument
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/ |
| H A D | qgeocodereply_nokia.cpp | 109 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 D | objdetect.hpp | 350 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 D | 0118-disk-lvm-Don-t-go-beyond-the-end-of-the-data-we-read.patch | 8 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");
|