HomeSort by relevance Sort by last modified time
    Searched refs:Policy (Results 26 - 50 of 223) sorted by null

12 3 4 5 6 7 8 9

  /external/clang/lib/AST/
StmtPrinter.cpp 38 PrintingPolicy Policy;
42 const PrintingPolicy &Policy,
44 : OS(os), IndentLevel(Indentation), Helper(helper), Policy(Policy) {}
47 PrintStmt(S, Policy.Indentation);
124 D->print(OS, Policy, IndentLevel);
129 Decl::printGroup(Decls.data(), Decls.size(), OS, Policy, IndentLevel);
172 Attr->printPretty(OS, Policy);
313 PrintingPolicy SubPolicy(Policy);
321 if (Policy.IncludeNewlines) OS << "\n"
    [all...]
TemplateName.cpp 128 TemplateName::print(raw_ostream &OS, const PrintingPolicy &Policy,
134 QTN->getQualifier()->print(OS, Policy);
140 DTN->getQualifier()->print(OS, Policy);
149 subst->getReplacement().print(OS, Policy, SuppressNNS);
  /external/chromium_org/chrome/browser/extensions/updater/
request_queue.h 21 // retry requests with some backoff policy. Each request has a
31 // backoff policy and minimum backoff delay to determine when to
41 RequestQueue(const net::BackoffEntry::Policy* backoff_policy,
71 // applying the backoff policy to determine when to next try this request.
72 // If the policy results in a backoff delay smaller than |min_backoff_delay|,
79 // Change the backoff policy used by the queue.
80 void set_backoff_policy(const net::BackoffEntry::Policy* backoff_policy);
98 // The backoff policy used to determine backoff delays.
99 const net::BackoffEntry::Policy* backoff_policy_;
  /external/llvm/lib/Target/AArch64/
AArch64Subtarget.cpp 119 void AArch64Subtarget::overrideSchedPolicy(MachineSchedPolicy &Policy,
124 Policy.OnlyTopDown = false;
125 Policy.OnlyBottomUp = false;
  /external/chromium_org/net/url_request/
url_request_throttler_test_support.h 18 explicit MockBackoffEntry(const BackoffEntry::Policy* const policy);
url_request_throttler_test_support.cc 11 MockBackoffEntry::MockBackoffEntry(const BackoffEntry::Policy* const policy)
12 : BackoffEntry(policy) {
  /external/clang/include/clang/Sema/
LocInfoType.h 53 const PrintingPolicy &Policy) const;
  /external/chromium_org/net/base/
backoff_entry_unittest.cc 14 BackoffEntry::Policy base_policy = { 0, 1000, 2.0, 0.0, 20000, 2000, false };
18 explicit TestBackoffEntry(const Policy* const policy)
19 : BackoffEntry(policy),
53 BackoffEntry::Policy never_expires_policy = base_policy;
89 BackoffEntry::Policy always_delay_policy = base_policy;
109 BackoffEntry::Policy no_store_policy = base_policy;
116 BackoffEntry::Policy lenient_policy = base_policy;
166 BackoffEntry::Policy always_delay_policy = base_policy;
203 BackoffEntry::Policy jittery_policy = base_policy
    [all...]
  /frameworks/base/services/core/java/com/android/server/pm/
SELinuxMMAC.java 54 // Signature seinfo values read from policy.
55 private static HashMap<Signature, Policy> sSigSeinfo = new HashMap<Signature, Policy>();
57 // Default seinfo read from policy.
60 // Data policy override version file.
64 // Base policy version file.
70 // Data override mac_permissions.xml policy file.
74 // Base mac_permissions.xml policy file.
82 // Data override seapp_contexts policy file.
86 // Base seapp_contexts policy file
178 Policy policy = readPolicyTags(parser); local
214 Policy policy = new Policy(); local
354 Policy policy = sSigSeinfo.get(s); local
    [all...]
  /external/clang/lib/Sema/
DeclSpec.cpp 422 const PrintingPolicy &Policy) {
427 case DeclSpec::TST_wchar: return Policy.MSWChar ? "__wchar_t" : "wchar_t";
435 case DeclSpec::TST_bool: return Policy.Bool ? "bool" : "_Bool";
472 const PrintingPolicy &Policy) {
507 return SetTypeSpecType(TST_auto, Loc, PrevSpec, DiagID, Policy);
510 PrevSpec, DiagID, Policy);
547 const PrintingPolicy &Policy) {
558 PrevSpec = DeclSpec::getSpecifierName((TST) TypeSpecType, Policy);
589 const PrintingPolicy &Policy) {
590 return SetTypeSpecType(T, Loc, Loc, PrevSpec, DiagID, Rep, Policy);
    [all...]
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
Policy.java 35 * The Policy class represents a set of security requirements that are associated with an Account.
39 public final class Policy extends EmailContent implements EmailContent.PolicyColumns, Parcelable {
41 public static final String TAG = "Email/Policy";
43 public static final String TABLE_NAME = "Policy";
47 CONTENT_URI = Uri.parse(EmailContent.CONTENT_URI + "/policy");
52 /* Small offset (2 minutes) added to policy expiration to make user testing easier. */
122 public static final Policy NO_POLICY = new Policy();
130 public Policy() {
138 public static Policy restorePolicyWithId(Context context, long id)
    [all...]
  /frameworks/base/tools/preload/
Android.mk 10 Policy.java \
  /packages/apps/Email/src/com/android/email/
SecurityPolicy.java 45 import com.android.emailcommon.provider.Policy;
63 private Policy mAggregatePolicy;
75 * Get the security policy instance
102 * Compute the aggregate policy for all accounts that require it, and record it.
115 * @return a policy representing the strongest aggregate. If no policy sets are defined,
116 * a lightweight "nothing required" policy will be returned. Never null.
119 Policy computeAggregatePolicy() {
121 Policy aggregate = new Policy();
139 Policy policy = new Policy(); local
    [all...]
  /external/chromium_org/google_apis/gcm/engine/
connection_factory_impl.h 36 const net::BackoffEntry::Policy& backoff_policy,
82 const net::BackoffEntry::Policy* const policy);
122 // The backoff policy to use.
123 const net::BackoffEntry::Policy backoff_policy_;
  /external/clang/unittests/AST/
NamedDeclPrinterTest.cpp 49 PrintingPolicy Policy = Result.Context->getPrintingPolicy();
50 Policy.SuppressUnwrittenScope = SuppressUnwrittenScope;
51 ND->printQualifiedName(Out, Policy);
  /external/apache-harmony/security/src/test/impl/java.injected/java/security/
URIParameterTest.java 42 assertTrue(uriParameter instanceof Policy.Parameters);
  /external/chromium_org/chrome/browser/ui/search/
search_ipc_router_policy_impl.h 14 // The SearchIPCRouter::Policy implementation.
15 class SearchIPCRouterPolicyImpl : public SearchIPCRouter::Policy {
23 // Overridden from SearchIPCRouter::Policy:
search_ipc_router_policy_unittest.cc 30 SearchIPCRouter::Policy* GetSearchIPCRouterPolicy() {
38 SearchIPCRouterPolicyImpl* policy = local
40 policy->set_is_incognito(true);
139 SearchIPCRouter::Policy* router_policy = GetSearchIPCRouterPolicy();
153 SearchIPCRouter::Policy* router_policy = GetSearchIPCRouterPolicy();
180 SearchIPCRouter::Policy* router_policy = GetSearchIPCRouterPolicy();
195 SearchIPCRouter::Policy* router_policy = GetSearchIPCRouterPolicy();
  /external/clang/lib/StaticAnalyzer/Checkers/
DebugCheckers.cpp 98 PrintingPolicy Policy(mgr.getLangOpts());
99 Policy.TerseOutput = true;
100 Policy.PolishForDeclaration = true;
101 D->print(llvm::errs(), Policy);
  /external/llvm/include/llvm/Target/
TargetSubtargetInfo.h 79 /// \brief Override generic scheduling policy within a region.
83 /// changes to the generic scheduling policy.
84 virtual void overrideSchedPolicy(MachineSchedPolicy &Policy,
  /frameworks/base/policy/src/com/android/internal/policy/impl/
Policy.java 17 package com.android.internal.policy.impl;
26 import com.android.internal.policy.IPolicy;
32 // Simple implementation of the policy interface that spawns the right
34 public class Policy implements IPolicy {
38 "com.android.internal.policy.impl.PhoneLayoutInflater",
39 "com.android.internal.policy.impl.PhoneWindow",
40 "com.android.internal.policy.impl.PhoneWindow$1",
41 "com.android.internal.policy.impl.PhoneWindow$DialogMenuCallback",
42 "com.android.internal.policy.impl.PhoneWindow$DecorView",
43 "com.android.internal.policy.impl.PhoneWindow$PanelFeatureState"
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/weborigin/
SecurityOrigin.h 43 enum Policy {
152 Policy canShowNotifications() const;
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
ProtectionDomainTest.java 164 * policy.
167 TestPolicy policy = new TestPolicy(); local
168 // null set of permissions [must] force the PD to use Policy - for
171 policy.setTrackPD(pd);
173 Policy.setPolicy(policy);
176 Policy.setPolicy(null);
178 assertFalse(policy.getPdTracked());
183 * policy.
186 TestPolicy policy = new TestPolicy() local
    [all...]
  /external/chromium_org/tools/grit/grit/format/policy_templates/writers/
adml_writer.py 19 ''' Class for generating an ADML policy template. It is used by the
30 # describe the presentation of Policy-Groups and Policies.
47 def WritePolicy(self, policy):
48 '''Generates the ADML elements for a Policy.
61 policy: The Policy to generate ADML elements for.
63 policy_type = policy['type']
64 policy_name = policy['name']
65 if 'caption' in policy:
66 policy_caption = policy['caption'
    [all...]
  /external/owasp/sanitizer/src/main/org/owasp/html/
HtmlChangeReporter.java 38 * Sits between the HTML parser, and then policy, and the renderer so that it
48 * The renderer receives events from the policy unchanged, but the reporter
50 * policy.
69 public void setPolicy(HtmlSanitizer.Policy policy) {
70 this.input.policy = policy;
75 public HtmlSanitizer.Policy getWrappedPolicy() { return input; }
77 private static final class InputChannel<T> implements HtmlSanitizer.Policy {
78 HtmlStreamEventReceiver policy; field in class:HtmlChangeReporter.InputChannel
    [all...]

Completed in 1237 milliseconds

12 3 4 5 6 7 8 9