/packages/apps/Nfc/etc/ |
sample_nfcee_access.xml | 42 hex encoded signature of applications that are denied NFCEE
|
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
CandidateFilter.java | 39 * @return {@code true} if the word is allowed; {@code false} if the word is denied.
|
/prebuilts/go/darwin-x86/src/crypto/tls/ |
alert.go | 58 alertAccessDenied: "access denied",
|
/prebuilts/go/linux-x86/src/crypto/tls/ |
alert.go | 58 alertAccessDenied: "access denied",
|
/external/selinux/libselinux/man/man3/ |
avc_add_callback.3 | 81 Previously denied permissions are now granted for 137 should now be audited when denied for 146 should no longer be audited when denied for
|
/external/selinux/libselinux/src/ |
avc.c | 698 access_vector_t denied, audited; local 700 denied = requested & ~avd->allowed; 701 if (denied) 702 audited = denied & avd->auditdeny; 704 audited = denied = requested; 716 "%s: %s ", avc_prefix, (denied || !requested) ? "denied" : "granted"); 753 access_vector_t denied; local 807 denied = requested & ~(ae->avd.allowed); 809 if (!requested || denied) { [all...] |
/hardware/qcom/display/msm8084/libqservice/ |
IQService.cpp | 105 ALOGE("display.qservice CONNECT_HWC_CLIENT access denied: \ 117 ALOGE("display.qservice CONNECT_HDMI_CLIENT access denied: \ 128 ALOGE("display.qservice access denied: command=%d\
|
/hardware/qcom/display/msm8996/libqservice/ |
IQService.cpp | 106 ALOGE("display.qservice CONNECT_HWC_CLIENT access denied: \ 118 ALOGE("display.qservice CONNECT_HDMI_CLIENT access denied: \ 129 ALOGE("display.qservice access denied: command=%d\
|
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/ |
SignerTest.java | 50 public Permissions denied = new Permissions(); field in class:SignerTest.MySecurityManager 52 if (denied!=null && denied.implies(permission)) throw new SecurityException();
|
/system/connectivity/shill/net/ |
nl80211_message.cc | 203 "Reassociation denied due to inability to confirm that association " 206 "Association denied due to reason outside the scope of this standard"; 220 "Association denied because AP is unable to handle additional " 223 "Association denied due to requesting station not supporting all of " 226 "Association denied due to requesting station not supporting the " 229 "Association denied due to requesting station not supporting the PBCC " 233 "Association denied due to requesting station not supporting the " 256 "Association denied due to QAP having insufficient bandwidth to handle " 259 "Association denied due to poor channel conditions"; 261 "Association (with QoS BSS) denied due to requesting station not [all...] |
/external/autotest/client/common_lib/ |
pxssh.py | 194 i = self.expect(["(?i)are you sure you want to continue connecting", original_prompt, "(?i)(?:password)|(?:passphrase for key)", "(?i)permission denied", "(?i)terminal type", TIMEOUT, "(?i)connection closed by remote host"], timeout=login_timeout) 202 i = self.expect(["(?i)are you sure you want to continue connecting", original_prompt, "(?i)(?:password)|(?:passphrase for key)", "(?i)permission denied", "(?i)terminal type", TIMEOUT]) 205 i = self.expect(["(?i)are you sure you want to continue connecting", original_prompt, "(?i)(?:password)|(?:passphrase for key)", "(?i)permission denied", "(?i)terminal type", TIMEOUT]) 208 i = self.expect(["(?i)are you sure you want to continue connecting", original_prompt, "(?i)(?:password)|(?:passphrase for key)", "(?i)permission denied", "(?i)terminal type", TIMEOUT]) 220 # ask for the password again, others return 'denied' right away. 225 elif i==3: # permission denied -- password was bad. 227 raise ExceptionPxssh ('permission denied')
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/demos/quotas/backend/quotas/ |
services.py | 140 denied: If true, it means that some required quota check has failed. Any 149 denied = messages.BooleanField(2, required=True) variable in class:QuotaResponse 383 response.denied = False 409 response.denied = True 414 response.denied = True 416 if response.denied:
|
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/ |
PermissionsTest.java | 99 // Should stay denied 112 // reset permission to denied and unlocked 124 // reset permission to denied and unlocked
|
/external/chromium-trace/catapult/telemetry/third_party/pyfakefs/pyfakefs/ |
fake_filesystem_shutil.py | 106 raise IOError(errno.EACCES, 'Permission denied', src) 116 raise IOError(errno.EACCES, 'Permission denied', dst_dir) 130 raise IOError(errno.EACCES, 'Permission denied', dst)
|
/external/chromium-trace/catapult/third_party/pyfakefs/pyfakefs/ |
fake_filesystem_shutil.py | 106 raise IOError(errno.EACCES, 'Permission denied', src) 116 raise IOError(errno.EACCES, 'Permission denied', dst_dir) 130 raise IOError(errno.EACCES, 'Permission denied', dst)
|
/external/libchrome/sandbox/linux/seccomp-bpf-helpers/ |
syscall_parameters_restrictions.cc | 161 // "denied" mask because of the negation operator. 174 // "denied" mask because of the negation operator. 185 // allowed ones, and the variable is a "denied" mask because of the negation
|
/developers/build/prebuilts/gradle/HdrViewfinder/Application/src/main/res/values/ |
strings.xml | 60 <string name="camera_permission_denied_explanation">You\'ve denied a permission that the app
|
/developers/build/prebuilts/gradle/PermissionRequest/Application/src/main/java/com/example/android/permissionrequest/ |
ConfirmationDialogFragment.java | 72 * Called when the PermissoinRequest is allowed or denied by the user.
|
/developers/samples/android/content/webview/PermissionRequest/Application/src/main/java/com/example/android/permissionrequest/ |
ConfirmationDialogFragment.java | 72 * Called when the PermissoinRequest is allowed or denied by the user.
|
/developers/samples/android/media/HdrViewfinder/Application/src/main/res/values/ |
strings.xml | 60 <string name="camera_permission_denied_explanation">You\'ve denied a permission that the app
|
/development/samples/browseable/HdrViewfinder/res/values/ |
strings.xml | 60 <string name="camera_permission_denied_explanation">You\'ve denied a permission that the app
|
/development/samples/browseable/PermissionRequest/src/com.example.android.permissionrequest/ |
ConfirmationDialogFragment.java | 72 * Called when the PermissoinRequest is allowed or denied by the user.
|
/external/avahi/avahi-common/ |
error.c | 52 N_("Access denied"),
|
/external/e2fsprogs/lib/et/test_cases/ |
imap_err.et | 33 "Permission denied"
|
/external/kernel-headers/original/uapi/linux/ |
psci.h | 20 * INVALID_PARAMS, and DENIED defined below are applicable
|