HomeSort by relevance Sort by last modified time
    Searched refs:Policy (Results 126 - 150 of 268) sorted by null

1 2 3 4 56 7 8 91011

  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/pps/
HomeSP.java 49 private final Policy mPolicy;
100 Policy policy,
122 mPolicy = policy;
138 public Policy getPolicy() {
  /packages/apps/Email/src/com/android/email/activity/setup/
MailboxSettings.java 47 import com.android.emailcommon.provider.Policy;
181 // If we have a maximum lookback policy, enforce it
307 /** Projection for loading an account's policy key. */
314 { Policy.MAX_EMAIL_LOOKBACK };
339 // Get the max lookback from our policy, if we have one.
344 // No policy, nothing to look up.
349 ContentUris.withAppendedId(Policy.CONTENT_URI, policyKey),
AccountSettingsFragment.java 59 import com.android.emailcommon.provider.Policy;
103 @SuppressWarnings("unused") // temporarily unused pending policy UI
105 @SuppressWarnings("unused") // temporarily unused pending policy UI
464 Policy.restorePolicyWithId(getContext(), account.mPolicyKey, mObserver);
587 * From a Policy, create and return an ArrayList of Strings that describe (simply) those
591 @SuppressWarnings("unused") // temporarily unused pending policy UI
592 private ArrayList<String> getSystemPoliciesList(Policy policy) {
595 if (policy.mPasswordMode != Policy.PASSWORD_MODE_NONE)
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/s3/
acl.py 31 class Policy(object):
51 return "<Policy: %s>" % ", ".join(grants)
87 def __init__(self, policy=None):
88 self.policy = policy
  /external/libchrome/sandbox/linux/seccomp-bpf/
sandbox_bpf.cc 21 #include "sandbox/linux/bpf_dsl/policy.h"
124 SandboxBPF::SandboxBPF(bpf_dsl::Policy* policy)
125 : proc_fd_(), sandbox_has_started_(false), policy_(policy) {
185 // before installing the filters, just in case that our policy denies
  /external/llvm/lib/Target/AMDGPU/
AMDGPUSubtarget.h 260 void overrideSchedPolicy(MachineSchedPolicy &Policy,
  /external/llvm/lib/Target/PowerPC/
PPCSubtarget.h 288 void overrideSchedPolicy(MachineSchedPolicy &Policy,
  /external/owasp/sanitizer/src/main/org/owasp/html/
ElementAndAttributePolicyBasedSanitizerPolicy.java 42 * A sanitizer policy that applies element and attribute policies to tags.
47 implements HtmlSanitizer.Policy {
  /external/owasp/sanitizer/src/main/org/owasp/html/examples/
UrlTextExample.java 136 HtmlSanitizer.Policy policy = policyBuilder.apply( local
149 HtmlSanitizer.sanitize(input, policy);
  /external/owasp/sanitizer/src/tests/org/owasp/html/
Benchmark.java 143 HtmlSanitizer.sanitize(html, new HtmlSanitizer.Policy() {
HtmlSanitizerTest.java 353 HtmlSanitizer.Policy policy = new HtmlPolicyBuilder() local
379 HtmlSanitizer.sanitize(html, policy);
  /device/asus/fugu/libaudio/
Android.mk 18 # Library used by both policy manager and the audioHAL
94 # Audio Policy Manager
  /external/libweave/src/commands/
cloud_command_proxy_unittest.cc 51 TestBackoffEntry(const Policy* const policy, base::Clock* clock)
52 : BackoffEntry{policy}, clock_{clock} {
120 static const BackoffEntry::Policy policy{0, 1000, 2.0, 0.0,
123 new TestBackoffEntry{&policy, task_runner_.GetClock()}};
  /external/ppp/pppd/plugins/radius/etc/
dictionary.microsoft 15 ATTRIBUTE MS-MPPE-Encryption-Policy 7 string Microsoft
  /external/clang/lib/AST/
ASTDiagnostic.cpp 464 /// Policy - Used during expression printing.
465 PrintingPolicy Policy;
    [all...]
NestedNameSpecifier.cpp 255 const PrintingPolicy &Policy) const {
257 getPrefix()->print(OS, Policy);
289 PrintingPolicy InnerPolicy(Policy);
DeclTemplate.cpp     [all...]
  /external/clang/include/clang/AST/
Type.h 492 std::string getAsString(const PrintingPolicy &Policy) const;
494 bool isEmptyWhenPrinted(const PrintingPolicy &Policy) const;
495 void print(raw_ostream &OS, const PrintingPolicy &Policy,
909 std::string getAsString(const PrintingPolicy &Policy) const;
911 void print(raw_ostream &OS, const PrintingPolicy &Policy,
913 print(split(), OS, Policy, PlaceHolder);
916 const PrintingPolicy &policy, const Twine &PlaceHolder) {
917 return print(split.Ty, split.Quals, OS, policy, PlaceHolder);
920 raw_ostream &OS, const PrintingPolicy &policy,
924 const PrintingPolicy &Policy) const
    [all...]
  /frameworks/base/core/java/android/os/
StrictMode.java 131 * enable/disable policy.
163 // Byte 1: Thread-policy
198 // Byte 2: Process-policy
334 * {@link StrictMode} policy applied to a certain thread.
336 * <p>The policy is enabled by {@link #setThreadPolicy}. The current policy
346 * The default, lax policy which doesn't catch anything.
373 * StrictMode.ThreadPolicy policy = new StrictMode.ThreadPolicy.Builder()
377 * StrictMode.setThreadPolicy(policy);
396 public Builder(ThreadPolicy policy) {
903 final BlockGuard.Policy policy = BlockGuard.getThreadPolicy(); local
1614 VmPolicy policy = getVmPolicy(); local
1993 BlockGuard.Policy policy = BlockGuard.getThreadPolicy(); local
2180 BlockGuard.Policy policy = BlockGuard.getThreadPolicy(); local
2200 BlockGuard.Policy policy = BlockGuard.getThreadPolicy(); local
2212 BlockGuard.Policy policy = BlockGuard.getThreadPolicy(); local
2224 BlockGuard.Policy policy = BlockGuard.getThreadPolicy(); local
2333 public final int policy; field in class:StrictMode.ViolationInfo
    [all...]
  /external/clang/unittests/AST/
DeclPrinterTest.cpp 35 PrintingPolicy Policy = Context->getPrintingPolicy();
36 Policy.TerseOutput = true;
37 D->print(Out, Policy, /*Indentation*/ 0, /*PrintInstantiation*/ false);
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineScheduler.h 63 // like to configure the GenericScheduler's policy for a given scheduler region,
64 // including scheduling direction and register pressure tracking policy, can do
68 // overrideSchedPolicy(MachineSchedPolicy &Policy,
72 // Policy.<Flag> = true;
147 /// Define a generic scheduling policy for targets that don't provide their own
177 /// Optionally override the per-region scheduling policy.
765 /// Policy for scheduling the next instruction in the candidate's zone.
796 CandPolicy Policy;
813 SchedCandidate(const CandPolicy &policy)
814 : Policy(policy), SU(nullptr), Reason(NoCand), RepeatReasonSet(0) {
    [all...]
  /system/update_engine/
p2p_manager.cc 52 #include "update_engine/update_manager/policy.h"
63 using chromeos_update_manager::Policy;
125 void SetDevicePolicy(const policy::DevicePolicy* device_policy) override;
172 // The device policy being used or null if no policy is being used.
173 const policy::DevicePolicy* device_policy_ = nullptr;
234 const policy::DevicePolicy* device_policy) {
241 if (update_manager_->PolicyRequest(&Policy::P2PEnabled, &is_enabled_) ==
696 update_manager_->AsyncPolicyRequest(callback, &Policy::P2PEnabledChanged,
  /external/clang/lib/Sema/
Sema.cpp 54 PrintingPolicy Policy = Context.getPrintingPolicy();
55 Policy.Bool = Context.getLangOpts().Bool;
56 if (!Policy.Bool) {
59 Policy.Bool = BoolMacro->isObjectLike() &&
65 return Policy;
    [all...]
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
CycleDetectingLockFactoryTest.java 21 import com.google.common.util.concurrent.CycleDetectingLockFactory.Policy;
95 newInstanceWithExplicitOrdering(Class<E> enumClass, Policy policy) {
97 policy, CycleDetectingLockFactory.createNodes(enumClass));
463 // created by a factory with the WARN policy.
  /external/libchrome/sandbox/linux/bpf_dsl/
policy_compiler.cc 19 #include "sandbox/linux/bpf_dsl/policy.h"
73 bool HasUnsafeTraps(const Policy* policy) {
74 DCHECK(policy);
76 if (policy->EvaluateSyscall(sysnum)->HasUnsafeTraps()) {
80 return policy->InvalidSyscall()->HasUnsafeTraps();
90 PolicyCompiler::PolicyCompiler(const Policy* policy, TrapRegistry* registry)
91 : policy_(policy),
97 DCHECK(policy);
    [all...]

Completed in 3065 milliseconds

1 2 3 4 56 7 8 91011