HomeSort by relevance Sort by last modified time
    Searched refs:deny (Results 1 - 25 of 30) sorted by null

1 2

  /external/dbus/test/data/valid-config-files/
many-rules.conf 13 <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_destination="org.freedesktop.Bar" send_interface="org.freedesktop.Foo" send_type="method_call (…)
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus-wpa_supplicant.conf 18 <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/
dbus-wpa_supplicant.conf 12 <deny own="fi.epitest.hostap.WPASupplicant"/>
13 <deny send_destination="fi.epitest.hostap.WPASupplicant"/>
14 <deny send_interface="fi.epitest.hostap.WPASupplicant"/>
  /external/wpa_supplicant_6/wpa_supplicant/
dbus-wpa_supplicant.conf 12 <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/
dnsmasq.conf 10 <deny own="uk.org.thekelleys.dnsmasq"/>
11 <deny send_destination="uk.org.thekelleys.dnsmasq"/>
  /external/qemu/
acl.h 35 int deny; member in struct:qemu_acl_entry
57 int deny,
60 int deny,
acl.c 60 /* Deny by default, so there is no window of "open
83 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
    [all...]
  /external/webkit/Source/WebKit2/UIProcess/API/C/
WKGeolocationPermissionRequest.cpp 46 return toImpl(geolocationPermissionRequestRef)->deny();
  /external/webkit/Source/WebKit/win/Interfaces/
IWebGeolocationPolicyListener.idl 39 HRESULT deny();
  /external/webkit/Source/WebKit2/UIProcess/
GeolocationPermissionRequestProxy.cpp 48 void GeolocationPermissionRequestProxy::deny() function in class:WebKit::GeolocationPermissionRequestProxy
GeolocationPermissionRequestProxy.h 46 void deny();
  /external/webkit/Source/WebKit/win/
WebGeolocationPolicyListener.h 49 virtual HRESULT STDMETHODCALLTYPE deny();
WebGeolocationPolicyListener.cpp 93 HRESULT STDMETHODCALLTYPE WebGeolocationPolicyListener::deny() function in class:WebGeolocationPolicyListener
  /external/bluetooth/bluez/src/
bluetooth.conf 30 <deny send_destination="org.bluez"/>
  /external/dbus/test/name-test/
tmp-session-like-system.conf 28 <deny own="*"/>
29 <deny send_type="method_call"/>
46 <deny send_destination="org.freedesktop.DBus"
  /external/dbus/test/data/valid-config-files/system.d/
test.conf 4 <!-- The following demonstrates how to punch holes in a default deny-all
  /external/webkit/LayoutTests/http/conf/
apache2-debian-httpd.conf 295 Order allow,deny
317 Order allow,deny
318 Deny from all
327 Order allow,deny
328 Deny from all
333 Order allow,deny
334 Deny from all
637 # Order deny,allow
638 # Deny from all
apache2-httpd.conf 316 Order allow,deny
338 Order allow,deny
339 Deny from all
348 Order allow,deny
349 Deny from all
354 Order allow,deny
355 Deny from all
658 # Order deny,allow
659 # Deny from all
apache2-msys-httpd.conf 317 Order allow,deny
339 Order allow,deny
340 Deny from all
349 Order allow,deny
350 Deny from all
355 Order allow,deny
356 Deny from all
659 # Order deny,allow
660 # Deny from all
cygwin-httpd.conf 348 Order allow,deny
370 Order allow,deny
371 Deny from all
380 Order allow,deny
381 Deny from all
386 Order allow,deny
387 Deny from all
690 # Order deny,allow
691 # Deny from all
fedora-httpd.conf 336 Order allow,deny
350 # Order allow,deny
354 # Order deny,allow
355 # Deny from all
381 Order allow,deny
382 Deny from all
391 Order allow,deny
392 Deny from all
397 Order allow,deny
398 Deny from al
    [all...]
httpd.conf 351 Order allow,deny
373 Order allow,deny
374 Deny from all
383 Order allow,deny
384 Deny from all
389 Order allow,deny
390 Deny from all
693 # Order deny,allow
694 # Deny from all
  /external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/
permission-denied-stops-watches.js 4 // to be requested, then deny it.
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebGeolocationClient.mm 113 - (void)deny
  /external/webkit/Source/WebKit/android/WebCoreSupport/
GeolocationPermissions.h 106 // Sets whether the GeolocationPermissions object should always deny
109 static void setAlwaysDeny(bool deny);

Completed in 958 milliseconds

1 2