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

1 2 3 4 5 6 7 8 91011>>

  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus-wpa_supplicant.conf 6 <allow own="fi.epitest.hostap.WPASupplicant"/>
8 <allow send_destination="fi.epitest.hostap.WPASupplicant"/>
9 <allow send_interface="fi.epitest.hostap.WPASupplicant"/>
11 <allow own="fi.w1.wpa_supplicant1"/>
13 <allow send_destination="fi.w1.wpa_supplicant1"/>
14 <allow send_interface="fi.w1.wpa_supplicant1"/>
15 <allow receive_sender="fi.w1.wpa_supplicant1" receive_type="signal"/>
  /external/bluetooth/bluez/src/
bluetooth.conf 11 <allow own="org.bluez"/>
12 <allow send_destination="org.bluez"/>
13 <allow send_interface="org.bluez.Agent"/>
14 <allow send_interface="org.bluez.HandsfreeAgent"/>
15 <allow send_interface="org.bluez.MediaEndpoint"/>
16 <allow send_interface="org.bluez.Watcher"/>
20 <allow send_destination="org.bluez"/>
23 <!-- allow users of lp group (printing subsystem) to
26 <allow send_destination="org.bluez"/>
  /external/wpa_supplicant/
dbus-wpa_supplicant.conf 6 <allow own="fi.epitest.hostap.WPASupplicant"/>
8 <allow send_destination="fi.epitest.hostap.WPASupplicant"/>
9 <allow send_interface="fi.epitest.hostap.WPASupplicant"/>
  /external/wpa_supplicant_6/wpa_supplicant/
dbus-wpa_supplicant.conf 6 <allow own="fi.epitest.hostap.WPASupplicant"/>
8 <allow send_destination="fi.epitest.hostap.WPASupplicant"/>
9 <allow send_interface="fi.epitest.hostap.WPASupplicant"/>
  /device/moto/stingray/ril/
wrigley-diag.sh 6 # We must also set ro.allow.ip.fwd=1 to prevent
8 setprop ro.allow.ip.fwd 1
  /external/dnsmasq/dbus/
dnsmasq.conf 6 <allow own="uk.org.thekelleys.dnsmasq"/>
7 <allow send_destination="uk.org.thekelleys.dnsmasq"/>
  /external/nist-sip/java/gov/nist/javax/sip/parser/
AllowParser.java 33 * Parser for Allow header.
45 * @param allow the header to parse
47 public AllowParser(String allow) {
48 super(allow);
60 * parse the Allow String header
71 headerName(TokenTypes.ALLOW);
73 Allow allow = new Allow(); local
74 allow.setHeaderName(SIPHeaderNames.ALLOW)
    [all...]
  /external/dbus/test/data/valid-config-files/
many-rules.conf 12 <allow user="*"/>
21 <allow send_type="error"/>
22 <allow send_type="method_call"/>
23 <allow send_type="method_return"/>
24 <allow send_type="signal"/>
30 <allow user="*"/>
39 <allow send_type="error"/>
40 <allow send_type="method_call"/>
41 <allow send_type="method_return"/>
42 <allow send_type="signal"/
    [all...]
  /external/dbus/test/name-test/
tmp-session-like-system.conf 24 <allow user="*"/>
33 <allow send_type="signal"/>
34 <allow send_requested_reply="true" send_type="method_return"/>
35 <allow send_requested_reply="true" send_type="error"/>
38 <allow receive_type="method_call"/>
39 <allow receive_type="method_return"/>
40 <allow receive_type="error"/>
41 <allow receive_type="signal"/>
43 <!-- Allow anyone to talk to the message bus -->
44 <allow send_destination="org.freedesktop.DBus"/
    [all...]
  /external/webkit/Source/WebKit2/UIProcess/API/C/
WKGeolocationPermissionRequest.cpp 41 return toImpl(geolocationPermissionRequestRef)->allow();
  /external/webkit/Source/WebKit/win/Interfaces/
IWebGeolocationPolicyListener.idl 38 HRESULT allow();
  /external/nist-sip/java/gov/nist/javax/sip/header/
AllowList.java 36 * List of ALLOW headers. The sip message can have multiple Allow headers
43 public class AllowList extends SIPHeaderList<Allow> {
62 super(Allow.class, AllowHeader.NAME);
68 * Iterator if no methods are defined in this Allow Header.
82 for ( Iterator<Allow> it = this.hlist.iterator(); it.hasNext();) {
83 Allow a = (Allow)it.next();
108 Allow allow = new Allow() local
    [all...]
  /external/webkit/Source/WebKit/android/WebCoreSupport/
GeolocationPermissions.h 80 // permission is specified by 'allow' and applied to 'origin'. If
85 void providePermissionState(WTF::String origin, bool allow, bool remember);
103 static void allow(WTF::String origin);
120 void recordPermissionState(WTF::String origin, bool allow, bool remember);
123 void makeAsynchronousCallbackToGeolocation(WTF::String origin, bool allow);
130 void maybeCallbackFrames(WTF::String origin, bool allow);
165 bool allow; member in struct:android::GeolocationPermissions::CallbackData
GeolocationPermissions.cpp 91 bool allow = iter->second; local
92 makeAsynchronousCallbackToGeolocation(originString, allow);
100 bool allow = iter->second; local
101 makeAsynchronousCallbackToGeolocation(originString, allow);
158 void GeolocationPermissions::makeAsynchronousCallbackToGeolocation(String origin, bool allow)
161 m_callbackData.allow = allow;
165 void GeolocationPermissions::providePermissionState(String origin, bool allow, bool remember)
177 maybeCallbackFrames(origin, allow);
178 recordPermissionState(origin, allow, remember)
229 bool allow = iter->second; local
311 void GeolocationPermissions::allow(String origin) function in class:android::GeolocationPermissions
    [all...]
  /ndk/tests/device/multi-static-instances/jni/
Application.mk 3 # This is a trick to allow use to build three executables
  /external/webkit/Source/WebKit2/UIProcess/
GeolocationPermissionRequestManagerProxy.h 46 void didReceiveGeolocationPermissionDecision(uint64_t, bool allow);
GeolocationPermissionRequestProxy.cpp 39 void GeolocationPermissionRequestProxy::allow() function in class:WebKit::GeolocationPermissionRequestProxy
GeolocationPermissionRequestProxy.h 45 void allow();
  /external/dbus/test/data/valid-config-files/system.d/
test.conf 11 <allow own="org.foo.FooService"/>
12 <allow send_interface="org.foo.FooBroadcastInterface"/>
15 <!-- Allow any connection to receive the message, but
18 <allow receive_interface="org.foo.FooBroadcastInterface" receive_sender="org.foo.FooService"/>
  /external/dbus/test/data/equiv-config-files/basic/basic.d/
basic.conf 11 <allow user="*"/>
  /external/dbus/test/data/equiv-config-files/entities/basic.d/
basic.conf 11 <allow user="*"/>
  /external/dbus/test/data/valid-config-files/basic.d/
basic.conf 11 <allow user="*"/>
  /system/core/rootdir/etc/
dbus.conf 8 <!-- Only allow socket-credentials-based authentication -->
17 <!-- Allow everything, D-Bus socket is protected by unix filesystem
20 <allow send_interface="*"/>
21 <allow receive_interface="*"/>
22 <allow own="*"/>
23 <allow user="*"/>
24 <allow send_requested_reply="true"/>
25 <allow receive_requested_reply="true"/>
  /external/chromium/third_party/libjingle/source/talk/base/
firewallsocketserver.h 68 void AddRule(bool allow, FirewallProtocol p = FP_ANY,
71 void AddRule(bool allow, FirewallProtocol p,
98 bool allow; member in struct:talk_base::FirewallSocketServer::Rule
121 void AddRule(bool allow, FirewallProtocol p = FP_ANY,
  /external/webkit/Source/WebCore/bindings/v8/
DateExtension.h 42 void setAllowSleep(bool allow);

Completed in 3893 milliseconds

1 2 3 4 5 6 7 8 91011>>