/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/AST/ |
DeclTemplate.cpp | [all...] |
/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...] |
/external/llvm/lib/CodeGen/ |
MachineScheduler.cpp | 863 // ScheduleDAGMI initializes SchedImpl's per-region policy. [all...] |
/external/owasp/sanitizer/src/main/org/owasp/html/ |
HtmlPolicyBuilder.java | 52 * To create a policy, first construct an instance of this class; then call 58 * // Define the policy. 59 * Function<HtmlStreamEventReceiver, HtmlSanitizer.Policy> policy 66 * HtmlSanitizer.sanitize(myHtml, policy.apply(myHtmlStreamRenderer)); 73 * There is a {@link HtmlPolicyBuilder#allowStandardUrlProtocols canned policy} 82 * Use a custom element or attribute policy to allow through 97 * own {@link ElementPolicy element policy} or 98 * {@link AttributePolicy attribute policy} when calling 100 * E.g. to convert headers into {@code <div>}s, you could use an element policy 604 AttributePolicy policy = ape.getValue(); local 612 AttributePolicy policy = AttributePolicy.Util.join( local 636 private AttributePolicy policy = AttributePolicy.IDENTITY_ATTRIBUTE_POLICY; field in class:HtmlPolicyBuilder.AttributeBuilder [all...] |
/packages/apps/Email/tests/src/com/android/email/provider/ |
ProviderTests.java | 51 import com.android.emailcommon.provider.Policy; [all...] |
/external/clang/include/clang/AST/ |
NestedNameSpecifier.h | 211 void print(raw_ostream &OS, const PrintingPolicy &Policy) const;
|
TemplateName.h | 309 void print(raw_ostream &OS, const PrintingPolicy &Policy,
|
/external/clang/lib/Analysis/ |
CFG.cpp | [all...] |
/external/libchrome/sandbox/linux/seccomp-bpf/ |
syscall_unittest.cc | 23 #include "sandbox/linux/bpf_dsl/policy.h" 111 class CopyAllArgsOnUnamePolicy : public bpf_dsl::Policy {
|
/external/owasp/sanitizer/src/tests/org/owasp/html/ |
HtmlStreamRendererTest.java | 295 HtmlSanitizer.sanitize(htmlInput, new HtmlSanitizer.Policy() {
|
/packages/apps/Settings/src/com/android/settings/notification/ |
AppNotificationSettings.java | 84 NotificationManager.Policy policy = local 86 mDndVisualEffectsSuppressed = policy == null ? false : policy.suppressedVisualEffects != 0;
|
/packages/apps/UnifiedEmail/src/com/android/mail/utils/ |
HtmlSanitizer.java | 138 * This sanitizer policy removes these elements and the content within: 148 * This sanitizer policy removes these elements but preserves the content within: 162 * This sanitizer policy removes these attributes from all elements: 397 // create a thread-specific policy 398 final org.owasp.html.HtmlSanitizer.Policy policy = POLICY_DEFINITION.apply(renderer); local 403 org.owasp.html.HtmlSanitizer.sanitize(rawHtml, policy);
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ |
provider.py | 40 from boto.s3.acl import Policy 87 'aws': Policy,
|
/external/clang/test/CodeGenCXX/ |
mangle.cpp | 298 struct Policy { }; 300 template<typename T, typename = Policy<P, true> > class Alloc
|
/packages/apps/Email/provider_src/com/android/email/activity/setup/ |
AccountSecurity.java | 43 import com.android.emailcommon.provider.Policy; 53 * 2. If not actively administrating the device, ask Device Policy Manager to start that 255 LogUtils.d(TAG, "could not load account or policy in AccountSecurity"); 302 account.mPolicy = Policy.restorePolicyWithId(mContext, policyId); 414 // Step 2. Check if the current aggregate security policy is being satisfied by the 430 // Step 4. Recheck the security policy, and determine what changes are needed (if any)
|
/external/libweave/src/ |
device_registration_info.h | 315 std::unique_ptr<BackoffEntry::Policy> cloud_backoff_policy_;
|
/frameworks/base/services/core/java/com/android/server/notification/ |
ZenModeHelper.java | 27 import android.app.NotificationManager.Policy; 568 public Policy getNotificationPolicy() { 572 private static Policy getNotificationPolicy(ZenModeConfig config) { 576 public void setNotificationPolicy(Policy policy) { 577 if (policy == null || mConfig == null) return; 580 newConfig.applyNotificationPolicy(policy); [all...] |
/libcore/luni/src/main/java/org/apache/harmony/security/provider/crypto/ |
SHA1PRNG_SecureRandomImpl.java | 552 BlockGuard.Policy originalPolicy = BlockGuard.getThreadPolicy();
|
/libcore/ojluni/src/main/java/java/lang/ |
ClassLoader.java | 38 import java.security.Policy; 467 * java.security.Policy#getPermissions(java.security.CodeSource) 468 * <tt>Policy.getPolicy().getPermissions(new CodeSource(null, null))</tt>} [all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/gs/ |
bucket.py | 37 from boto.s3.acl import Policy 297 if isinstance(acl_or_str, Policy): 298 raise InvalidAclError('Attempt to set S3 Policy on GS ACL') 320 if isinstance(acl_or_str, Policy): 321 raise InvalidAclError('Attempt to set S3 Policy on GS ACL') [all...] |