Searched refs:deny (Results 1 - 25 of 30) sorted by relevance

12

/external/dbus/test/data/valid-config-files/
H A Dmany-rules.conf13 <deny send_interface="org.freedesktop.System" send_member="Reboot"/>
14 <deny receive_interface="org.freedesktop.System" receive_member="Reboot"/>
15 <deny send_path="/foo/bar/SystemObjectThing" send_member="Reboot"/>
16 <deny own="org.freedesktop.System"/>
17 <deny send_destination="org.freedesktop.System"/>
18 <deny receive_sender="org.freedesktop.System"/>
19 <deny user="root"/>
20 <deny group="root"/>
25 <deny send_destination="org.freedesktop.Bar" send_interface="org.freedesktop.Foo"/>
26 <deny send_destinatio
[all...]
/external/wpa_supplicant_8/wpa_supplicant/dbus/
H A Ddbus-wpa_supplicant.conf18 <deny own="fi.epitest.hostap.WPASupplicant"/>
19 <deny send_destination="fi.epitest.hostap.WPASupplicant"/>
20 <deny send_interface="fi.epitest.hostap.WPASupplicant"/>
22 <deny own="fi.w1.wpa_supplicant1"/>
23 <deny send_destination="fi.w1.wpa_supplicant1"/>
24 <deny send_interface="fi.w1.wpa_supplicant1"/>
25 <deny receive_sender="fi.w1.wpa_supplicant1" receive_type="signal"/>
/external/wpa_supplicant_6/wpa_supplicant/
H A Ddbus-wpa_supplicant.conf12 <deny own="fi.epitest.hostap.WPASupplicant"/>
13 <deny send_destination="fi.epitest.hostap.WPASupplicant"/>
14 <deny send_interface="fi.epitest.hostap.WPASupplicant"/>
/external/dnsmasq/dbus/
H A Ddnsmasq.conf10 <deny own="uk.org.thekelleys.dnsmasq"/>
11 <deny send_destination="uk.org.thekelleys.dnsmasq"/>
/external/qemu/
H A Dacl.h35 int deny; member in struct:qemu_acl_entry
57 int deny,
60 int deny,
H A Dacl.c83 return entry->deny ? 0 : 1;
88 return entry->deny ? 0 : 1;
100 /* Put back to deny by default, so there is no window
114 int deny,
121 entry->deny = deny;
131 int deny,
142 return qemu_acl_append(acl, deny, match);
147 entry->deny = deny;
113 qemu_acl_append(qemu_acl *acl, int deny, const char *match) argument
130 qemu_acl_insert(qemu_acl *acl, int deny, const char *match, int index) argument
[all...]
/external/webkit/Source/WebKit2/UIProcess/API/C/
H A DWKGeolocationPermissionRequest.cpp46 return toImpl(geolocationPermissionRequestRef)->deny();
/external/webkit/Source/WebKit/win/Interfaces/
H A DIWebGeolocationPolicyListener.idl39 HRESULT deny();
/external/webkit/Source/WebKit2/UIProcess/
H A DGeolocationPermissionRequestProxy.cpp48 void GeolocationPermissionRequestProxy::deny() function in class:WebKit::GeolocationPermissionRequestProxy
H A DGeolocationPermissionRequestProxy.h46 void deny();
/external/webkit/Source/WebKit/win/
H A DWebGeolocationPolicyListener.cpp93 HRESULT STDMETHODCALLTYPE WebGeolocationPolicyListener::deny() function in class:WebGeolocationPolicyListener
H A DWebGeolocationPolicyListener.h49 virtual HRESULT STDMETHODCALLTYPE deny();
/external/dbus/test/name-test/
H A Dtmp-session-like-system.conf28 <deny own="*"/>
29 <deny send_type="method_call"/>
46 <deny send_destination="org.freedesktop.DBus"
/external/dbus/test/data/valid-config-files/system.d/
H A Dtest.conf4 <!-- The following demonstrates how to punch holes in a default deny-all
/external/webkit/LayoutTests/http/conf/
H A Dapache2-debian-httpd.conf295 Order allow,deny
317 Order allow,deny
327 Order allow,deny
333 Order allow,deny
637 # Order deny,allow
H A Dapache2-httpd.conf316 Order allow,deny
338 Order allow,deny
348 Order allow,deny
354 Order allow,deny
658 # Order deny,allow
H A Dapache2-msys-httpd.conf317 Order allow,deny
339 Order allow,deny
349 Order allow,deny
355 Order allow,deny
659 # Order deny,allow
H A Dcygwin-httpd.conf348 Order allow,deny
370 Order allow,deny
380 Order allow,deny
386 Order allow,deny
690 # Order deny,allow
H A Dfedora-httpd.conf336 Order allow,deny
350 # Order allow,deny
354 # Order deny,allow
381 Order allow,deny
391 Order allow,deny
397 Order allow,deny
778 # Order deny,allow
790 # Order deny,allow
803 # Order deny,allow
H A Dhttpd.conf351 Order allow,deny
373 Order allow,deny
383 Order allow,deny
389 Order allow,deny
693 # Order deny,allow
/external/webkit/Source/WebKit/mac/WebCoreSupport/
H A DWebGeolocationClient.mm113 - (void)deny
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DGeolocationPermissions.h104 // Sets whether the GeolocationPermissions object should always deny
107 static void setAlwaysDeny(bool deny);
H A DGeolocationPermissions.cpp78 // If we've been told to always deny requests, do so.
413 void GeolocationPermissions::setAlwaysDeny(bool deny) argument
415 s_alwaysDeny = deny;
/external/webkit/Tools/DumpRenderTree/mac/
H A DUIDelegate.mm198 [listener deny];
226 [listener deny];
/external/webkit/Source/WebKit/mac/WebView/
H A DWebUIDelegatePrivate.h125 - (void)deny;

Completed in 461 milliseconds

12