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

1 2 3 45 6 7 8 91011>>

  /frameworks/base/core/java/com/android/internal/os/
ZygoteSecurityException.java 20 * Exception thrown when a security policy is violated.
  /frameworks/base/core/java/com/android/internal/view/
WindowManagerPolicyThread.java 22 * Static storage of the thread running the window manager policy, to
  /frameworks/base/services/java/
Android.mk 14 LOCAL_JAVA_LIBRARIES := android.policy
  /frameworks/policies/base/phone/com/android/internal/policy/impl/
KeyguardWindowController.java 17 package com.android.internal.policy.impl;
  /external/ipsec-tools/src/libipsec/
ipsec_dump_policy.c 71 * policy is sadb_x_policy buffer.
76 ipsec_dump_policy(policy, delimiter)
77 ipsec_policy_t policy;
80 return ipsec_dump_policy1(policy, delimiter, 0);
84 ipsec_dump_policy_withports(policy, delimiter)
85 void *policy;
88 return ipsec_dump_policy1(policy, delimiter, 1);
92 ipsec_dump_policy1(policy, delimiter, withports)
93 void *policy;
97 struct sadb_x_policy *xpl = policy;
    [all...]
  /dalvik/libcore/security/src/main/java/java/security/
package.html 19 (<i>java.security.Permission</i>). The policy, defined through <i>java.security.Policy</i>, defines
ProtectionDomain.java 56 * The policy will not be consulted by access checks against this {@code
86 * against this protection domain, the permissions defined by the policy are
90 * performed, the policy and the provided permission collection are checked.
184 * , the specified permission is checked against the policy and the
193 // First, test with the Policy, as the default Policy.implies()
197 && Policy.getAccessiblePolicy().implies(this, permission)) {
203 // or Policy.implies() did not check for static permissions
246 if (Policy.isSet()) {
248 perms = Policy.getAccessiblePolicy().getPermissions(this)
    [all...]
  /external/webkit/WebCore/editing/chromium/
EditorChromium.cpp 39 PassRefPtr<Clipboard> Editor::newGeneralClipboard(ClipboardAccessPolicy policy)
41 return ClipboardChromium::create(false, ChromiumDataObject::create(), policy);
  /external/webkit/WebCore/editing/qt/
EditorQt.cpp 42 PassRefPtr<Clipboard> Editor::newGeneralClipboard(ClipboardAccessPolicy policy)
44 return ClipboardQt::create(policy);
  /external/webkit/WebCore/platform/network/android/
ResourceRequest.h 43 ResourceRequest(const KURL& url, const String& referrer, ResourceRequestCachePolicy policy = UseProtocolCachePolicy)
44 : ResourceRequestBase(url, policy) , m_userGesture(true)
  /external/webkit/WebCore/platform/network/cf/
ResourceRequest.h 49 ResourceRequest(const KURL& url, const String& referrer, ResourceRequestCachePolicy policy = UseProtocolCachePolicy)
50 : ResourceRequestBase(url, policy)
  /external/webkit/WebCore/platform/network/curl/
ResourceRequest.h 48 ResourceRequest(const KURL& url, const String& referrer, ResourceRequestCachePolicy policy = UseProtocolCachePolicy)
49 : ResourceRequestBase(url, policy)
  /external/webkit/WebCore/platform/network/mac/
ResourceRequest.h 53 ResourceRequest(const KURL& url, const String& referrer, ResourceRequestCachePolicy policy = UseProtocolCachePolicy)
54 : ResourceRequestBase(url, policy)
  /external/webkit/WebCore/platform/network/qt/
ResourceRequest.h 51 ResourceRequest(const KURL& url, const String& referrer, ResourceRequestCachePolicy policy = UseProtocolCachePolicy)
52 : ResourceRequestBase(url, policy)
  /external/webkit/WebCore/platform/network/soup/
ResourceRequest.h 48 ResourceRequest(const KURL& url, const String& referrer, ResourceRequestCachePolicy policy = UseProtocolCachePolicy)
49 : ResourceRequestBase(url, policy)
  /external/webkit/WebCore/platform/win/
EditorWin.cpp 41 PassRefPtr<Clipboard> Editor::newGeneralClipboard(ClipboardAccessPolicy policy)
47 return ClipboardWin::create(false, clipboardData.get(), policy);
  /hardware/broadcom/wlan/bcm4329/src/dhd/sys/
dhd_linux_sched.c 31 int setScheduler(struct task_struct *p, int policy, struct sched_param *param)
35 rc = sched_setscheduler(p, policy, param);
  /dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/cmp/
PKIFailureInfo.java 13 * badTime (3), -- messageTime was not sufficiently close to the system time, as defined by local policy
19 * missingTimeStamp (8), -- when the timestamp is missing but should be there (by policy)
24 * -- the requested TSA policy is not supported by the TSA
42 public static final int badTime = (1 << 4); // -- messageTime was not sufficiently close to the system time, as defined by local policy
47 public static final int missingTimeStamp = (1 << 15); // when the timestamp is missing but should be there (by policy)
50 public static final int unacceptedPolicy = (1 << 8); // the requested TSA policy is not supported by the TSA
  /external/dbus/bus/
bus.c 29 #include "policy.h"
53 BusPolicy *policy; member in struct:BusContext
427 context->policy = bus_config_parser_steal_policy (parser);
428 _dbus_assert (context->policy != NULL);
930 if (context->policy)
932 bus_policy_unref (context->policy);
933 context->policy = NULL;
1030 return bus_policy_allow_user (context->policy,
1038 return context->policy;
1047 return bus_policy_create_client_policy (context->policy, connection
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Application/
scanMngr.h 321 /* scan policy */
322 TScanPolicy scanPolicy; /**< scan policy */
494 * \brief Search current policy for band policy
498 * \param band - the band to find policy for.\n
499 * \return the policy structure if found, NULL if no policy configured for this band.\n
531 * \param bandPolicy - The scan policy for the requested band.\n
532 * \param bNeighborAPsOnly - whether to scan for neighbor APs only or for all policy defined channels.\n
543 * \param bandPolicy - The scan policy for the requested band.\
    [all...]
  /system/wlan/ti/wilink_6_1/stad/src/Application/
scanMngr.h 321 /* scan policy */
322 TScanPolicy scanPolicy; /**< scan policy */
494 * \brief Search current policy for band policy
498 * \param band - the band to find policy for.\n
499 * \return the policy structure if found, NULL if no policy configured for this band.\n
531 * \param bandPolicy - The scan policy for the requested band.\n
532 * \param bNeighborAPsOnly - whether to scan for neighbor APs only or for all policy defined channels.\n
543 * \param bandPolicy - The scan policy for the requested band.\
    [all...]
  /frameworks/base/core/java/android/app/admin/
DeviceAdminInfo.java 55 * A type of policy that this device admin can use: limit the passwords
59 * <p>To control this policy, the device admin must have a "limit-password"
65 * A type of policy that this device admin can use: able to watch login
70 * <p>To control this policy, the device admin must have a "watch-login"
76 * A type of policy that this device admin can use: able to reset the
80 * <p>To control this policy, the device admin must have a "reset-password"
86 * A type of policy that this device admin can use: able to force the device
91 * <p>To control this policy, the device admin must have a "force-lock"
97 * A type of policy that this device admin can use: able to factory
101 * <p>To control this policy, the device admin must have a "wipe-data
    [all...]
  /external/webkit/WebCore/dom/
Clipboard.cpp 37 Clipboard::Clipboard(ClipboardAccessPolicy policy, bool isForDragging)
38 : m_policy(policy)
47 void Clipboard::setAccessPolicy(ClipboardAccessPolicy policy)
50 ASSERT(m_policy != ClipboardNumb || policy == ClipboardNumb);
51 m_policy = policy;
  /frameworks/base/awt/java/awt/font/
TextLayout.java 53 * The CaretPolicy class provides a policy for obtaining the caret location.
54 * The single getStrongCaret method specifies the policy.
93 * The Constant DEFAULT_CARET_POLICY indicates the default caret policy.
451 * Gets two Shapes for the strong and weak carets with default caret policy
466 * policy: the first element is the strong caret, the second is the weak
488 * @param policy
493 public Shape[] getCaretShapes(int offset, Rectangle2D bounds, TextLayout.CaretPolicy policy) {
500 return caretManager.getCaretShapes(offset, bounds, policy, this);
662 * the line) of the specified offset, given the specified caret policy.
666 * @param policy
    [all...]
  /packages/apps/Email/tests/src/com/android/email/
VendorPolicyLoaderTest.java 46 * policy.
76 * where we have a non-system vendor policy installed, which shouldn't be used.
104 * Test that any vendor policy that happens to be installed returns legal values
108 * no vendor policy package. Most of this test exists to test a vendor policy

Completed in 871 milliseconds

1 2 3 45 6 7 8 91011>>