Searched refs:Policy (Results 1 - 25 of 149) sorted by relevance

123456

/external/chromium_org/components/gcm_driver/
H A Dgcm_backoff_policy.cc14 const net::BackoffEntry::Policy kDefaultBackoffPolicy = {
42 const net::BackoffEntry::Policy& GetGCMBackoffPolicy() {
H A Dgcm_backoff_policy.h13 const net::BackoffEntry::Policy& GetGCMBackoffPolicy();
/external/clang/include/clang/Sema/
H A DAnalysisBasedWarnings.h35 class Policy { class in class:clang::sema::AnalysisBasedWarnings
43 Policy();
49 Policy DefaultPolicy;
93 void IssueWarnings(Policy P, FunctionScopeInfo *fscope,
96 Policy getDefaultPolicy() { return DefaultPolicy; }
H A DLocInfoType.h53 const PrintingPolicy &Policy) const;
/external/chromium_org/net/base/
H A Dbackoff_entry.h22 struct Policy { struct in class:net::BackoffEntry
60 explicit BackoffEntry(const Policy* const policy);
84 // had for Policy::entry_lifetime_ms.
108 const Policy* const policy_;
H A Dbackoff_entry_unittest.cc14 BackoffEntry::Policy base_policy = { 0, 1000, 2.0, 0.0, 20000, 2000, false };
18 explicit TestBackoffEntry(const Policy* const 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;
240 BackoffEntry::Policy always_delay_policy = base_policy;
287 BackoffEntry::Policy lenient_polic
[all...]
/external/conscrypt/src/compat/java/dalvik/system/
H A DBlockGuard.java32 Class<?> c_policy = cl.loadClass("dalvik.system.BlockGuard.Policy");
43 public static Policy getThreadPolicy() {
54 public interface Policy { interface in class:BlockGuard
58 public static class PolicyWrapper implements Policy {
/external/chromium_org/sandbox/linux/seccomp-bpf/
H A Dbpf_tester_compatibility_delegate.h20 template <class Policy, class Aux>
35 return scoped_ptr<SandboxBPFPolicy>(new Policy(&aux_));
/external/clang/lib/AST/
H A DTypePrinter.cpp33 PrintingPolicy &Policy; member in class:__anon17761::IncludeStrongLifetimeRAII
37 explicit IncludeStrongLifetimeRAII(PrintingPolicy &Policy) argument
38 : Policy(Policy), Old(Policy.SuppressStrongLifetime) {
39 if (!Policy.SuppressLifetimeQualifiers)
40 Policy.SuppressStrongLifetime = false;
44 Policy.SuppressStrongLifetime = Old;
49 PrintingPolicy &Policy; member in class:__anon17761::ParamPolicyRAII
53 explicit ParamPolicyRAII(PrintingPolicy &Policy) argument
64 PrintingPolicy &Policy; member in class:__anon17761::ElaboratedTypePolicyRAII
69 ElaboratedTypePolicyRAII(PrintingPolicy &Policy) argument
83 PrintingPolicy Policy; member in class:__anon17761::TypePrinter
88 TypePrinter(const PrintingPolicy &Policy) argument
1318 PrintTemplateArgumentList(raw_ostream &OS, const TemplateArgumentListInfo &Args, const PrintingPolicy &Policy) argument
1328 PrintTemplateArgumentList( raw_ostream &OS, const TemplateArgument *Args, unsigned NumArgs, const PrintingPolicy &Policy, bool SkipBrackets) argument
1379 PrintTemplateArgumentList(raw_ostream &OS, const TemplateArgumentLoc *Args, unsigned NumArgs, const PrintingPolicy &Policy) argument
1469 print(raw_ostream &OS, const PrintingPolicy& Policy, bool appendSpaceIfNonEmpty) const argument
[all...]
H A DDeclPrinter.cpp30 PrintingPolicy Policy; member in class:__anon17729::DeclPrinter
41 DeclPrinter(raw_ostream &Out, const PrintingPolicy &Policy, argument
43 : Out(Out), Policy(Policy), Indentation(Indentation),
98 void Decl::print(raw_ostream &Out, const PrintingPolicy &Policy, argument
100 DeclPrinter Printer(Out, Policy, Indentation, PrintInstantiation);
137 raw_ostream &Out, const PrintingPolicy &Policy,
140 (*Begin)->print(Out, Policy, Indentation);
149 PrintingPolicy SubPolicy(Policy);
151 TD->print(Out, Policy, Indentatio
136 printGroup(Decl** Begin, unsigned NumDecls, raw_ostream &Out, const PrintingPolicy &Policy, unsigned Indentation) argument
[all...]
H A DStmtPrinter.cpp38 PrintingPolicy Policy; member in class:__anon17749::StmtPrinter
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
41 StmtPrinter(raw_ostream &os, PrinterHelper* helper, const PrintingPolicy &Policy, unsigned Indentation = 0) argument
588 const PrintingPolicy &Policy; member in class:__anon17750::OMPClausePrinter
593 OMPClausePrinter(raw_ostream &OS, const PrintingPolicy &Policy) argument
2098 printPretty(raw_ostream &OS, PrinterHelper *Helper, const PrintingPolicy &Policy, unsigned Indentation) const argument
[all...]
H A DTemplateName.cpp128 TemplateName::print(raw_ostream &OS, const PrintingPolicy &Policy, argument
134 QTN->getQualifier()->print(OS, Policy);
140 DTN->getQualifier()->print(OS, Policy);
149 subst->getReplacement().print(OS, Policy, SuppressNNS);
/external/smack/asmack-master/patch/
H A D10-remove-unused-harmony.sh9 rm org/apache/harmony/javax/security/auth/Policy.java
/external/chromium_org/chromeos/network/portal_detector/
H A Dnetwork_portal_detector_strategy.h58 const net::BackoffEntry::Policy& policy() const { return policy_; }
61 void SetPolicyAndReset(const net::BackoffEntry::Policy& policy);
76 net::BackoffEntry::Policy policy_;
/external/chromium_org/chrome/browser/ui/search/
H A Dsearch_ipc_router.h90 class Policy { class in class:SearchIPCRouter
92 virtual ~Policy() {}
118 scoped_ptr<Policy> policy);
216 void set_policy_for_testing(scoped_ptr<Policy> policy);
219 Policy* policy_for_testing() const { return policy_.get(); }
225 scoped_ptr<Policy> policy_;
/external/chromium_org/chrome/browser/extensions/updater/
H A Drequest_queue.h41 RequestQueue(const net::BackoffEntry::Policy* backoff_policy,
80 void set_backoff_policy(const net::BackoffEntry::Policy* backoff_policy);
99 const net::BackoffEntry::Policy* backoff_policy_;
/external/clang/unittests/AST/
H A DNamedDeclPrinterTest.cpp49 PrintingPolicy Policy = Result.Context->getPrintingPolicy(); local
50 Policy.SuppressUnwrittenScope = SuppressUnwrittenScope;
51 ND->printQualifiedName(Out, Policy);
/external/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.cpp119 void AArch64Subtarget::overrideSchedPolicy(MachineSchedPolicy &Policy, argument
124 Policy.OnlyTopDown = false;
125 Policy.OnlyBottomUp = false;
/external/clang/lib/Sema/
H A DDeclSpec.cpp422 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);
421 getSpecifierName(DeclSpec::TST T, const PrintingPolicy &Policy) argument
469 SetStorageClassSpec(Sema &S, SCS SC, SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID, const PrintingPolicy &Policy) argument
544 SetTypeSpecWidth(TSW W, SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID, const PrintingPolicy &Policy) argument
585 SetTypeSpecType(TST T, SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID, ParsedType Rep, const PrintingPolicy &Policy) argument
593 SetTypeSpecType(TST T, SourceLocation TagKwLoc, SourceLocation TagNameLoc, const char *&PrevSpec, unsigned &DiagID, ParsedType Rep, const PrintingPolicy &Policy) argument
614 SetTypeSpecType(TST T, SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID, Expr *Rep, const PrintingPolicy &Policy) argument
634 SetTypeSpecType(TST T, SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID, Decl *Rep, bool Owned, const PrintingPolicy &Policy) argument
642 SetTypeSpecType(TST T, SourceLocation TagKwLoc, SourceLocation TagNameLoc, const char *&PrevSpec, unsigned &DiagID, Decl *Rep, bool Owned, const PrintingPolicy &Policy) argument
664 SetTypeSpecType(TST T, SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID, const PrintingPolicy &Policy) argument
691 SetTypeAltiVecVector(bool isAltiVecVector, SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID, const PrintingPolicy &Policy) argument
704 SetTypeAltiVecPixel(bool isAltiVecPixel, SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID, const PrintingPolicy &Policy) argument
719 SetTypeAltiVecBool(bool isAltiVecBool, SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID, const PrintingPolicy &Policy) argument
916 Finish(DiagnosticsEngine &D, Preprocessor &PP, const PrintingPolicy &Policy) argument
[all...]
/external/chromium_org/google_apis/gcm/engine/
H A Dconnection_factory_impl.h40 const net::BackoffEntry::Policy& backoff_policy,
87 const net::BackoffEntry::Policy* const policy);
133 const net::BackoffEntry::Policy backoff_policy_;
/external/apache-harmony/security/src/test/impl/java.injected/java/security/
H A DURIParameterTest.java42 assertTrue(uriParameter instanceof Policy.Parameters);
/external/chromium_org/net/url_request/
H A Durl_request_throttler_test_support.cc11 MockBackoffEntry::MockBackoffEntry(const BackoffEntry::Policy* const policy)
H A Durl_request_throttler_test_support.h18 explicit MockBackoffEntry(const BackoffEntry::Policy* const policy);
/external/clang/lib/StaticAnalyzer/Checkers/
H A DDebugCheckers.cpp98 PrintingPolicy Policy(mgr.getLangOpts());
99 Policy.TerseOutput = true;
100 Policy.PolishForDeclaration = true;
101 D->print(llvm::errs(), Policy); local
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/76/1/.cp/ant_tasks/
H A Dresources-ant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/core/ org/eclipse/core/resources/ ...

Completed in 2439 milliseconds

123456