Home
last modified time | relevance | path

Searched refs:permission (Results 1 – 25 of 2015) sorted by relevance

12345678910>>...81

/OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/licenses/
H A DCMU-Tex4 this manual provided the copyright notice and this permission notice
9 permission notice identical to this one except for the removal of this
14 resulting derived work is distributed under the terms of a permission
19 except that this permission notice may be stated in a translation approved
/OK3568_Linux_fs/yocto/poky/meta/files/common-licenses/
H A DMakeIndex15permission notice are preserved and provided that the recipient is not asked to waive or limit his…
17 …t that the entire modified work must be covered by a permission notice identical to this permissio…
H A DPlexus9 …s derived from this Software without prior written permission of The Codehaus. For written permiss…
11 …lds” nor may "classworlds” appear in their names without prior written permission of The Codehaus.…
H A DOLDAP-2.0.112 …ived from this Software without prior written permission of the OpenLDAP Foundation. For written p…
14 …enLDAP" nor may "OpenLDAP" appear in their names without prior written permission of the OpenLDAP …
H A DOLDAP-2.012 …ived from this Software without prior written permission of the OpenLDAP Foundation. For written p…
14 …enLDAP" nor may "OpenLDAP" appear in their names without prior written permission of the OpenLDAP …
H A DSaxpath10 …products derived from this software without prior written permission. For written permission, pl…
12 …XPath", nor may "SAXPath" appear in their name, without prior written permission from the SAXPat…
H A DVSL-1.027 software without prior written permission. For written
28 permission, please contact vocal@vovida.org.
32 permission.
H A DNTP6permission notice appear in supporting documentation, and that the name (TrademarkedName) not be u…
H A DLatex2e5 … verbatim copies of this manual provided the copyright notice and this permission notice are prese…
7 … the entire resulting derived work is distributed under the terms of a permission notice identical…
H A DAbstyles9 …m copies of this document provided that the copyright notice and this permission notice are prese…
11 … the entire resulting derived work is distributed under the terms of a permission notice identical…
H A DOLDAP-2.112 …ived from this Software without prior written permission of the OpenLDAP Foundation. For written p…
14 …enLDAP" nor may "OpenLDAP" appear in their names without prior written permission of the OpenLDAP …
H A DEntessa14 … products derived from this software without prior written permission. For written permission, ple…
15 …d "openSEAL", nor may "openSEAL" appear in their name, without prior written permission of Entessa.
H A Dxpp17 …rived from this software without prior written permission from Indiana University. For written per…
19 …r may "Indiana Univeristy" appear in their name, without prior written permission of the Indiana U…
H A DApache-1.129 * software without prior written permission. For written
30 * permission, please contact apache@apache.org.
34 * permission of the Apache Software Foundation.
H A DApache-1.024 * prior written permission. For written permission, please contact
29 * permission of the Apache Group.
/OK3568_Linux_fs/external/xserver/debian/
H A Dcopyright34 The above copyright notice and this permission notice (including the next
64 The above copyright notice and this permission notice shall be included in all
84 copyright notice and this permission notice appear in supporting
87 the software without specific, written prior permission. The Xfree86
107 copyright notice and this permission notice appear in supporting
110 The above copyright notice and this permission notice shall be included in
134 The above copyright notice and this permission notice shall be included in
159 The above copyright notice and this permission notice (including the
178 copyright notice and this permission notice appear in supporting
181 written prior permission. SuSE makes no representations about the
[all …]
/OK3568_Linux_fs/external/xserver/
H A DCOPYING34 The above copyright notice and this permission notice (including the next
64 The above copyright notice and this permission notice shall be included in all
84 copyright notice and this permission notice appear in supporting
87 the software without specific, written prior permission. The Xfree86
107 copyright notice and this permission notice appear in supporting
110 The above copyright notice and this permission notice shall be included in
134 The above copyright notice and this permission notice shall be included in
159 The above copyright notice and this permission notice (including the
178 copyright notice and this permission notice appear in supporting
181 written prior permission. SuSE makes no representations about the
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/geojson_viewer/
H A Dmain.cpp258 QString permission = QStringLiteral("android.permission.WRITE_EXTERNAL_STORAGE"); in requestStoragePermissions() local
259 …const QHash<QString, PermissionResult> results = requestPermissionsSync(QStringList({permission})); in requestStoragePermissions()
260 if (!results.contains(permission) || results[permission] == PermissionResult::Denied) { in requestStoragePermissions()
261 qWarning() << "Couldn't get permission: " << permission; in requestStoragePermissions()
/OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_android_apk_demo/app/src/main/java/com/rockchip/gpadc/demo/
H A DMainActivity.java22 Manifest.permission.CAMERA,
23 Manifest.permission.READ_EXTERNAL_STORAGE,
24 Manifest.permission.WRITE_EXTERNAL_STORAGE
/OK3568_Linux_fs/external/chromium/licenses/
H A DLICENSE.1306 copyright notice and this permission notice appear in supporting
9 The above copyright notice and this permission notice shall be included
33 both that copyright notice and this permission notice appear in
36 software without specific, written prior permission.
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dadfs.rst39 ownmask=nnn The permission mask for ADFS 'owner' permissions
41 othmask=nnn The permission mask for ADFS 'other' permissions
58 (In older versions, an 'execute' permission did exist, but this
59 does not hold the same meaning as the Linux 'execute' permission
92 You can therefore tailor the permission translation to whatever you
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/licenses/
H A DBellcore5 that the above copyright notice and this permission notice
8 material without the specific, prior written permission
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/polkit/files/
H A D50-org.freedesktop.udiskie.rules3 var permission = {
22 return permission[action.id];
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/e2fsprogs/e2fsprogs/
H A De2fsprogs-fix-missing-check-for-permission-denied.patch4 Subject: [PATCH] Fix missing check for permission denied.
6 If the path to "ROOT_SYSCONFDIR/mke2fs.conf" has a permission denied problem,
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/position/android/src/
H A Djnipositioning.cpp502 QString permission(QLatin1String("android.permission.ACCESS_FINE_LOCATION")); in requestionPositioningPermissions() local
504 if (checkPermission(permission) == PermissionsResult::Denied) { in requestionPositioningPermissions()
506 requestPermissionsSync(env, QStringList() << permission); in requestionPositioningPermissions()
507 if (!results.contains(permission) || results[permission] == PermissionsResult::Denied) { in requestionPositioningPermissions()
508 … qWarning() << "Position data not available due to missing permission " << permission; in requestionPositioningPermissions()

12345678910>>...81