/external/libchrome/sandbox/linux/bpf_dsl/ |
policy.h | 15 // Interface to implement to define a BPF sandbox policy. 16 class SANDBOX_EXPORT Policy { 18 Policy() {} 19 virtual ~Policy() {} 31 DISALLOW_COPY_AND_ASSIGN(Policy);
|
policy.cc | 5 #include "sandbox/linux/bpf_dsl/policy.h" 14 ResultExpr Policy::InvalidSyscall() const {
|
/frameworks/base/core/java/android/app/ |
NotificationManager.aidl | 19 parcelable NotificationManager.Policy;
|
/external/conscrypt/android-stub/src/main/java/dalvik/system/ |
BlockGuard.java | 22 public static Policy getThreadPolicy() { 26 public interface Policy { void onNetwork(); } 28 public static class PolicyWrapper implements Policy {
|
/frameworks/base/wifi/java/android/net/wifi/hotspot2/pps/ |
Policy.aidl | 19 parcelable Policy;
|
/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/ |
Policy.aidl | 18 parcelable Policy;
|
/packages/apps/Email/emailcommon/src/com/android/emailcommon/service/ |
IPolicyService.aidl | 18 import com.android.emailcommon.provider.Policy; 21 boolean isActive(in Policy policies); 24 void setAccountPolicy(long accountId, in Policy policy, String securityKey); 26 void setAccountPolicy2(long accountId, in Policy policy, String securityKey, boolean notify);
|
/external/libchrome/sandbox/linux/seccomp-bpf/ |
bpf_tester_compatibility_delegate.h | 16 // deprecated-style BPF policy (that is a SyscallEvaluator function pointer, 19 // This allows both the policy and the test function to take a pointer to an 22 template <class Policy, class Aux> 32 std::unique_ptr<bpf_dsl::Policy> GetSandboxBPFPolicy() override { 36 // the policy, which could in turn pass it to the kernel via Trap(). 37 return std::unique_ptr<bpf_dsl::Policy>(new Policy(&aux_));
|
sandbox_bpf.h | 20 class Policy; 23 // This class can be used to apply a syscall sandboxing policy expressed in a 24 // bpf_dsl::Policy object to the current process. 34 // Ownership of |policy| is transfered here to the sandbox object. 36 explicit SandboxBPF(bpf_dsl::Policy* policy); 37 // NOTE: Setting a policy and starting the sandbox is a one-way operation. 62 // a new policy requires making system calls, that might already be 65 // combined policy. So, it should only be used if there are no alternatives. 98 // Assembles a BPF filter program from the current policy. After calling thi [all...] |
/libcore/ojluni/src/main/java/java/security/ |
Policy.java | 37 public abstract class Policy { 42 public static Policy getPolicy() 47 public static void setPolicy(Policy p) 51 public static Policy getInstance(String type, Policy.Parameters params) 56 public static Policy getInstance(String type, 57 Policy.Parameters params, 64 public static Policy getInstance(String type, 65 Policy.Parameters params, 79 public Policy.Parameters getParameters() [all...] |
PolicySpi.java | 31 * for the {@code Policy} class. 33 * service provider who wishes to supply a Policy implementation. 36 * a public constructor that takes a {@code Policy.Parameters} 39 * {@code Policy.Parameters} input. 48 * Check whether the policy has granted a Permission to a ProtectionDomain. 61 * Refreshes/reloads the policy configuration. The behavior of this method 63 * on a file-based policy will cause the file to be re-read. 67 * by the policy implementation. 76 * Policy.UNSUPPORTED_EMPTY_COLLECTION object. This method can be 77 * overridden if the policy implementation can return a set o [all...] |
/frameworks/base/packages/Osu/src/com/android/hotspot2/osu/ |
OSUCertType.java | 8 Policy,
|
/frameworks/base/wifi/tests/src/android/net/wifi/hotspot2/pps/ |
PolicyTest.java | 37 * Unit tests for {@link android.net.wifi.hotspot2.pps.Policy}. 46 * Helper function for creating a {@link Policy} for testing. 48 * @return {@link Policy} 50 private static Policy createPolicy() { 51 Policy policy = new Policy(); local 52 policy.setMinHomeDownlinkBandwidth(123); 53 policy.setMinHomeUplinkBandwidth(345); 54 policy.setMinRoamingDownlinkBandwidth(567) 134 Policy policy = createPolicy(); local 146 Policy policy = createPolicy(); local 158 Policy policy = createPolicy(); local 184 Policy policy = createPolicy(); local 196 Policy policy = new Policy(); local 218 Policy policy = createPolicy(); local 230 Policy policy = createPolicy(); local 242 Policy policy = createPolicy(); local 259 Policy policy = createPolicy(); local 276 Policy policy = createPolicy(); local 290 Policy policy = createPolicy(); local 304 Policy policy = createPolicy(); local [all...] |
/system/update_engine/update_manager/ |
policy.h | 30 // The three different results of a policy request. 40 // UpdateCheckAllowed policy. 46 // A target version prefix, if imposed by policy; otherwise, an empty string. 48 // A target channel, if so imposed by policy; otherwise, an empty string. 58 // everything that a policy might need and that occurred since the first time 74 // update is seen; they are updated at the policy's descretion (via 88 // to the policy. For a newly seen payload, this should be -1. 91 // determined in the previous call to the policy. For a newly seen payload, 95 // the previous call to this policy has returned, or since this payload was 157 // policy on the next time it is called [all...] |
/libcore/dalvik/src/main/java/dalvik/system/ |
BlockGuard.java | 52 public interface Policy { 74 * Returns the policy bitmask, for shipping over Binder calls 75 * to remote threads/processes and reinstantiating the policy 114 return "policy=" + mPolicyState + " violation=" + mPolicyViolated + 120 * The default, permissive policy that doesn't prevent any operations. 122 public static final Policy LAX_POLICY = new Policy() { 132 private static ThreadLocal<Policy> threadPolicy = new ThreadLocal<Policy>() { 133 @Override protected Policy initialValue() [all...] |
/external/clang/include/clang/Sema/ |
AnalysisBasedWarnings.h | 35 class Policy { 43 Policy(); 49 Policy DefaultPolicy; 93 void IssueWarnings(Policy P, FunctionScopeInfo *fscope, 96 Policy getDefaultPolicy() { return DefaultPolicy; }
|
/prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/ |
AnalysisBasedWarnings.h | 35 class Policy { 43 Policy(); 49 Policy DefaultPolicy; 93 void IssueWarnings(Policy P, FunctionScopeInfo *fscope, 96 Policy getDefaultPolicy() { return DefaultPolicy; }
|
/prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/ |
AnalysisBasedWarnings.h | 35 class Policy { 43 Policy(); 49 Policy DefaultPolicy; 93 void IssueWarnings(Policy P, FunctionScopeInfo *fscope, 96 Policy getDefaultPolicy() { return DefaultPolicy; }
|
/prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/ |
AnalysisBasedWarnings.h | 35 class Policy { 43 Policy(); 49 Policy DefaultPolicy; 93 void IssueWarnings(Policy P, FunctionScopeInfo *fscope, 96 Policy getDefaultPolicy() { return DefaultPolicy; }
|
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/ |
AnalysisBasedWarnings.h | 35 class Policy { 43 Policy(); 49 Policy DefaultPolicy; 93 void IssueWarnings(Policy P, FunctionScopeInfo *fscope, 96 Policy getDefaultPolicy() { return DefaultPolicy; }
|
/prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/ |
AnalysisBasedWarnings.h | 35 class Policy { 43 Policy(); 49 Policy DefaultPolicy; 93 void IssueWarnings(Policy P, FunctionScopeInfo *fscope, 96 Policy getDefaultPolicy() { return DefaultPolicy; }
|
/prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/ |
AnalysisBasedWarnings.h | 35 class Policy { 43 Policy(); 49 Policy DefaultPolicy; 93 void IssueWarnings(Policy P, FunctionScopeInfo *fscope, 96 Policy getDefaultPolicy() { return DefaultPolicy; }
|
/prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/ |
AnalysisBasedWarnings.h | 35 class Policy { 43 Policy(); 49 Policy DefaultPolicy; 93 void IssueWarnings(Policy P, FunctionScopeInfo *fscope, 96 Policy getDefaultPolicy() { return DefaultPolicy; }
|
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/ |
AnalysisBasedWarnings.h | 35 class Policy { 43 Policy(); 49 Policy DefaultPolicy; 93 void IssueWarnings(Policy P, FunctionScopeInfo *fscope, 96 Policy getDefaultPolicy() { return DefaultPolicy; }
|
/packages/apps/Dialer/java/com/android/voicemail/impl/scheduling/ |
Policy.java | 23 * BaseTask#addPolicy(Policy)} to add a policy. 25 public interface Policy {
|