/external/kernel-headers/original/asm-generic/ |
errno-base.h | 16 #define EACCES 13 /* Permission denied */
|
/external/webkit/WebCore/page/ |
XSSAuditor.h | 42 // a script is to be allowed or denied based on the content of any 49 // is denied execution. 76 // Determines whether the script should be allowed or denied execution 80 // Determines whether the JavaScript URL should be allowed or denied execution
|
Geolocation.cpp | 56 static const char permissionDeniedErrorMessage[] = "User denied Geolocation"; 297 // Check whether permissions have already been denied. Note that if this is the case, 327 // This is called asynchronously, so the permissions could have been denied
|
/dalvik/libcore/security/src/main/java/java/security/acl/ |
AclEntry.java | 27 * granted (<i>positive</i>) or denied (<i>negative</i>) to a {@link Principal}. 53 * The permissions in this ACL entry will be denied to the principal
|
Acl.java | 29 * (<i>positive</i>) or denied 44 * neither granted nor denied to that {@code Principal}.</li> 119 * principal belongs to, the negative (denied) permissions are the union of
|
/dalvik/libcore/prefs/src/main/java/org/apache/harmony/prefs/internal/nls/ |
messages.properties | 32 prefs.E=Access denied\!
|
/external/e2fsprogs/lib/et/test_cases/ |
imap_err.c | 10 "Permission denied",
|
imap_err.et | 33 "Permission denied"
|
/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.
|
/hardware/ti/wlan/wl1271/stad/src/Sta_Management/ |
assocSM.c | 550 TRACE0(pHandle->hReport, REPORT_SEVERITY_SM, "ASSOC_SM: DEBUG - Association denied: Unspecified error \n"); 554 TRACE0(pHandle->hReport, REPORT_SEVERITY_SM, "ASSOC_SM: DEBUG - Association denied: Cannot support all requested capabilities in the Capability Information field \n"); 558 TRACE0(pHandle->hReport, REPORT_SEVERITY_SM, "ASSOC_SM: DEBUG - Association denied: Reassociation denied due to inability to confirm that association exists \n"); 562 TRACE0(pHandle->hReport, REPORT_SEVERITY_SM, "ASSOC_SM: DEBUG - Association denied: Association denied due to reason outside the scope of this standard \n"); 566 TRACE0(pHandle->hReport, REPORT_SEVERITY_SM, "ASSOC_SM: DEBUG - Association denied: Association denied due to wrong authentication algorithm \n"); 571 TRACE0(pHandle->hReport, REPORT_SEVERITY_SM, "ASSOC_SM: DEBUG - Association denied: Association denied because AP is unable to handle additional associated stations \n") [all...] |
/system/wlan/ti/wilink_6_1/stad/src/Sta_Management/ |
assocSM.c | 549 TRACE0(pHandle->hReport, REPORT_SEVERITY_SM, "ASSOC_SM: DEBUG - Association denied: Unspecified error \n"); 553 TRACE0(pHandle->hReport, REPORT_SEVERITY_SM, "ASSOC_SM: DEBUG - Association denied: Cannot support all requested capabilities in the Capability Information field \n"); 557 TRACE0(pHandle->hReport, REPORT_SEVERITY_SM, "ASSOC_SM: DEBUG - Association denied: Reassociation denied due to inability to confirm that association exists \n"); 561 TRACE0(pHandle->hReport, REPORT_SEVERITY_SM, "ASSOC_SM: DEBUG - Association denied: Association denied due to reason outside the scope of this standard \n"); 565 TRACE0(pHandle->hReport, REPORT_SEVERITY_SM, "ASSOC_SM: DEBUG - Association denied: Association denied due to wrong authentication algorithm \n"); 570 TRACE0(pHandle->hReport, REPORT_SEVERITY_SM, "ASSOC_SM: DEBUG - Association denied: Association denied because AP is unable to handle additional associated stations \n") [all...] |
/external/webkit/WebCore/notifications/ |
NotificationPresenter.h | 53 PermissionDenied // User has explicitly denied permission
|
/frameworks/base/cmds/keystore/ |
keystore_cli.c | 33 [PERMISSION_DENIED] = "Permission denied",
|
/system/extras/su/ |
su.c | 68 fprintf(stderr,"su: permission denied\n");
|
/external/kernel-headers/original/linux/sunrpc/ |
svcauth.h | 71 * DENIED - authp holds reason for denial. 85 * DENIED - authp holds a reason for MSG_DENIED
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/mlme/Assoc/ |
assocSM.c | 598 ("ASSOC_SM: DEBUG - Association denied: Unspecified error \n")); 603 ("ASSOC_SM: DEBUG - Association denied: Cannot support all requested capabilities in the Capability Information field \n")); 608 ("ASSOC_SM: DEBUG - Association denied: Reassociation denied due to inability to confirm that association exists \n")); 613 ("ASSOC_SM: DEBUG - Association denied: Association denied due to reason outside the scope of this standard \n")); 618 ("ASSOC_SM: DEBUG - Association denied: Association denied due to wrong authentication algorithm \n")); 624 ("ASSOC_SM: DEBUG - Association denied: Association denied because AP is unable to handle additional associated stations \n")) [all...] |
/frameworks/base/tests/DumpRenderTree/assets/results/ |
layout_tests_failed.txt | [all...] |
/external/bluetooth/glib/gmodule/ |
gmodule-dyld.c | 56 msg = g_strdup_printf ("%s: permission denied", file_name);
|
/external/opencore/nodes/pvaacffparsernode/include/ |
pvmf_aacffparser_defs.h | 71 static const char PVAACMETADATA_RANDOM_ACCESS_DENIED_KEY[] = "random-access-denied";
|
/external/ppp/pppd/ |
chap-md5.c | 83 slprintf(message, message_space, "Access denied");
|
/external/webkit/WebCore/loader/ |
DocLoader.h | 72 // Logs an access denied message to the console for the specified URL.
|
/external/webkit/WebKit/chromium/public/ |
WebNotificationPresenter.h | 49 PermissionDenied // User has explicitly denied permission from the origin.
|
/external/opencore/nodes/streaming/streamingmanager/plugins/common/include/ |
pvmf_sm_fsp_base_metadata.h | 43 static const char PVMFSTREAMINGMGRNODE_RANDOM_ACCESS_DENIED_KEY[] = "random-access-denied"; 69 static const char PVMFSTREAMINGMGRNODE_PAUSE_DENIED_KEY[] = "pause-denied"; //RTSP Unicast Specific
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
RestrictionExceptionsTest.java | 108 // Generic query is denied restricted data 308 // Generic query is denied restricted status
|
/dalvik/libcore/luni/src/main/native/ |
java_net_InetAddress.cpp | 147 "Permission denied (maybe missing INTERNET permission)");
|