HomeSort by relevance Sort by last modified time
    Searched full:policy (Results 126 - 150 of 1619) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/dbus/bus/
config-parser.c 26 #include "policy.h"
86 } policy; member in union:__anon1480::__anon1481
119 DBusList *conf_dirs; /**< Directories to look for policy configuration in */
121 BusPolicy *policy; /**< Security policy */ member in struct:BusConfigParser
154 return "policy";
345 if (!bus_policy_merge (parser->policy,
346 included->policy))
435 if (((parser->policy = bus_policy_new ()) == NULL) ||
441 if (parser->policy)
2511 BusPolicy *policy; local
    [all...]
  /external/iproute2/include/libiptc/
libip6tc.h 51 /* Get the policy of a given built-in chain */
116 /* Sets the policy on a built-in chain. */
118 const ip6t_chainlabel policy,
  /external/iptables/include/libiptc/
libip6tc.h 51 /* Get the policy of a given built-in chain */
116 /* Sets the policy on a built-in chain. */
118 const ip6t_chainlabel policy,
  /external/openssl/crypto/x509/
x509_vfy.h 255 X509_POLICY_TREE *tree; /* Valid policy tree */
257 int explicit_policy; /* Require explicit policy value */
355 /* Enable policy checking */
357 /* Policy variable require-explicit-policy */
359 /* Policy variable inhibit-any-policy */
361 /* Policy variable inhibit-policy-mapping */
363 /* Notify callback that policy is OK *
    [all...]
  /external/openssl/include/openssl/
x509_vfy.h 255 X509_POLICY_TREE *tree; /* Valid policy tree */
257 int explicit_policy; /* Require explicit policy value */
355 /* Enable policy checking */
357 /* Policy variable require-explicit-policy */
359 /* Policy variable inhibit-any-policy */
361 /* Policy variable inhibit-policy-mapping */
363 /* Notify callback that policy is OK *
    [all...]
  /external/webkit/WebKit/haiku/
ChangeLog 74 Move the policy callback to the policy object.
100 [GTK] scrollbar policy for main frame is not implementable
  /external/webkit/WebKitTools/DumpRenderTree/mac/
PolicyDelegate.mm 79 NSString *message = [NSString stringWithFormat:@"Policy delegate: attempt to load %@ with navigation type '%s'", [[request URL] _drt_descriptionSuitableForTestResult], typeDescription];
99 NSString *message = [NSString stringWithFormat:@"Policy delegate: unable to implement policy with error domain '%@', error code %d, in frame '%@'", [error domain], [error code], [frame name]];
  /hardware/ti/wlan/wl1271/stad/src/Data_link/
Ctrl.h 101 /* txRatePolicies - here we store the policy and set it to the FW */
104 /* number of retries for each rate in each class in the policy that we set to the FW */
111 TI_UINT32 uMgmtPolicyId; /* the management packets policy ID */
  /system/wlan/ti/wilink_6_1/stad/src/Data_link/
Ctrl.h 101 /* txRatePolicies - here we store the policy and set it to the FW */
104 /* number of retries for each rate in each class in the policy that we set to the FW */
111 TI_UINT32 uMgmtPolicyId; /* the management packets policy ID */
  /external/ipsec-tools/src/racoon/
TODO 57 policy
71 acquire(A-B) ---+ policy +---> ph2handle(A=C) -------> ph1handle
79 o responder policy and initiator policy should be separated.
83 o wildcard "accept any proposal" policy should be allowed.
123 - Policy change events while under SA load
  /bionic/libc/include/
sched.h 48 extern int sched_get_priority_max(int policy);
49 extern int sched_get_priority_min(int policy);
  /dalvik/libcore/logging/src/main/java/java/util/logging/
LoggingPermission.java 40 * {@code LoggingPermission} objects are created by the security policy code
41 * and depends on the security policy file, therefore programmers shouldn't
  /dalvik/libcore/security/src/main/java/java/security/cert/
PKIXCertPathBuilderResult.java 37 * certification path, the policy tree and the public key of the subject.
44 * the policy tree (or {@code null} if not used).
  /dalvik/libcore/security/src/main/java/org/apache/harmony/security/x509/tsp/
PKIFailureInfo.java 41 -- the requested TSA policy is not supported by the TSA
75 * The policy is not supported
  /external/iptables/
iptables-xml.c 101 char *policy; member in struct:chain
245 openChain(char *chain, char *policy, struct ipt_counters *ctr, char close)
254 if (strcmp(policy, "-") != 0)
255 xmlAttrS("policy", policy);
290 openChain(chains[c].chain, chains[c].policy,
299 saveChain(char *chain, char *policy, struct ipt_counters *ctr)
308 chains[nextChain].policy = strdup(policy);
321 openChain(chains[c].chain, chains[c].policy,
693 char *policy, *chain; local
    [all...]
  /external/webkit/WebCore/platform/android/
ClipboardAndroid.cpp 38 ClipboardAndroid::ClipboardAndroid(ClipboardAccessPolicy policy, bool isForDragging)
39 : Clipboard(policy, isForDragging)
  /external/webkit/WebCore/platform/gtk/
ClipboardGtk.h 39 static PassRefPtr<ClipboardGtk> create(ClipboardAccessPolicy policy, bool isForDragging)
41 return adoptRef(new ClipboardGtk(policy, isForDragging));
  /external/webkit/WebCore/platform/haiku/
ClipboardHaiku.h 39 static PassRefPtr<ClipboardHaiku> create(ClipboardAccessPolicy policy, bool forDragging)
41 return adoptRef(new ClipboardHaiku(policy, forDragging));
DragDataHaiku.cpp 79 WTF::PassRefPtr<Clipboard> DragData::createClipboard(ClipboardAccessPolicy policy) const
81 return ClipboardHaiku::create(policy, true);
  /external/webkit/WebCore/platform/mac/
ClipboardMac.h 48 static PassRefPtr<ClipboardMac> create(bool forDragging, NSPasteboard *pasteboard, ClipboardAccessPolicy policy, Frame* frame)
50 return adoptRef(new ClipboardMac(forDragging, pasteboard, policy, frame));
  /external/webkit/WebCore/platform/network/chromium/
ResourceRequest.h 55 ResourceRequest(const KURL& url, const String& referrer, ResourceRequestCachePolicy policy = UseProtocolCachePolicy)
56 : ResourceRequestBase(url, policy)
  /external/webkit/WebCore/platform/wx/
ClipboardWx.h 38 static PassRefPtr<ClipboardWx> create(ClipboardAccessPolicy policy, bool forDragging)
40 return adoptRef(new ClipboardWx(policy, forDragging));
  /external/webkit/WebKit/gtk/tests/
testhttpbackend.c 57 g_signal_connect(web_view, "navigation-policy-decision-requested",
61 /* load_uri will trigger the navigation-policy-decision-requested
  /external/webkit/WebKit/mac/WebView/
WebPolicyDelegate.mm 91 - (void)_usePolicy:(PolicyAction)policy
94 ((void (*)(id, SEL, PolicyAction))objc_msgSend)(_private->target, _private->action, policy);
  /external/webkit/WebKit/win/Interfaces/
IWebMutableURLRequest.idl 54 - (void)setCachePolicy:(NSURLRequestCachePolicy)policy
56 HRESULT setCachePolicy([in] WebURLRequestCachePolicy policy);

Completed in 251 milliseconds

1 2 3 4 56 7 8 91011>>