HomeSort by relevance Sort by last modified time
    Searched defs:Policy (Results 1 - 11 of 11) sorted by null

  /frameworks/base/tools/preload/
Policy.java 22 * Policy that governs which classes are preloaded.
24 public class Policy {
29 private Policy() {}
  /frameworks/base/policy/src/com/android/internal/policy/impl/
Policy.java 17 package com.android.internal.policy.impl;
22 import com.android.internal.policy.IPolicy;
23 import com.android.internal.policy.impl.PhoneLayoutInflater;
24 import com.android.internal.policy.impl.PhoneWindow;
25 import com.android.internal.policy.impl.PhoneWindowManager;
31 // Simple implementation of the policy interface that spawns the right
33 public class Policy implements IPolicy {
37 "com.android.internal.policy.impl.PhoneLayoutInflater",
38 "com.android.internal.policy.impl.PhoneWindow",
39 "com.android.internal.policy.impl.PhoneWindow$1"
    [all...]
  /external/chromium/net/base/
x509_certificate.h 96 class Policy {
98 // The judgments this policy can reach.
100 // We don't have policy information for this certificate.
110 // Returns the judgment this policy makes about this certificate.
113 // Causes the policy to allow this certificate.
116 // Causes the policy to deny this certificate.
119 // Returns true if this policy has allowed at least one certificate.
122 // Returns true if this policy has denied at least one certificate.
  /libcore/luni/src/main/java/java/security/
Policy.java 27 * {@code Policy} is the common super type of classes which represent a system
28 * security policy. The {@code Policy} specifies which permissions apply to
31 * The system policy can be changed by setting the {@code 'policy.provider'}
33 * the fully qualified class name of the desired {@code Policy}.
35 * Only one instance of a {@code Policy} is active at any time.
37 public abstract class Policy {
39 // Key to security properties, defining default policy provider.
40 private static final String POLICY_PROVIDER = "policy.provider"
    [all...]
  /libcore/dalvik/src/main/java/dalvik/system/
BlockGuard.java 53 public interface Policy {
70 * Returns the policy bitmask, for shipping over Binder calls
71 * to remote threads/processes and reinstantiating the policy
104 return "policy=" + mPolicyState + " violation=" + mPolicyViolated;
109 * The default, permissive policy that doesn't prevent any operations.
111 public static Policy LAX_POLICY = new Policy() {
120 private static ThreadLocal<Policy> threadPolicy = new ThreadLocal<Policy>() {
121 @Override protected Policy initialValue()
    [all...]
  /external/webkit/WebKit/qt/tests/qwebframe/
tst_qwebframe.cpp 69 Q_ENUMS(Policy Strategy)
73 enum Policy {
247 Q_INVOKABLE void myInvokableWithEnumArg(Policy policy) {
249 m_actuals << policy; local
251 Q_INVOKABLE void myInvokableWithQualifiedEnumArg(MyQObject::Policy policy) {
253 m_actuals << policy; local
255 Q_INVOKABLE Policy myInvokableReturningEnum() {
259 Q_INVOKABLE MyQObject::Policy myInvokableReturningQualifiedEnum()
    [all...]
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 2764 milliseconds