/external/libbrillo/brillo/ |
D | backoff_entry.h | 22 struct Policy { struct 25 int num_errors_to_ignore; 31 int initial_delay_ms; 34 double multiply_factor; 60 explicit BackoffEntry(const Policy* const policy); argument
|
/external/syzkaller/vendor/cloud.google.com/go/iam/ |
D | iam.go | 33 Set(ctx context.Context, resource string, p *pb.Policy) error 94 func (h *Handle) Policy(ctx context.Context) (*Policy, error) { func 137 type Policy struct { struct 143 InternalProto *pb.Policy 149 func (p *Policy) Members(r RoleName) []string { 158 func (p *Policy) HasRole(member string, r RoleName) bool { 164 func (p *Policy) Add(member string, r RoleName) { 183 func (p *Policy) Remove(member string, r RoleName) { 213 func (p *Policy) Roles() []RoleName { 225 func (p *Policy) binding(r RoleName) *pb.Binding { [all …]
|
/external/syzkaller/vendor/google.golang.org/genproto/googleapis/iam/v1/ |
D | policy.pb.go | 83 type Policy struct { struct 85 Version int32 `protobuf:"varint,1,opt,name=version,proto3" json:"version,omitempty"` 89 Bindings []*Binding `protobuf:"bytes,4,rep,name=bindings,proto3" json:"bindings,omitempty"` 100 Etag []byte `protobuf:"bytes,3,opt,name=etag,proto3" json:"etag,omitempty"` 101 XXX_NoUnkeyedLiteral struct{} `json:"-"` 102 XXX_unrecognized []byte `json:"-"` 103 XXX_sizecache int32 `json:"-"` 106 func (m *Policy) Reset() { *m = Policy{} } 107 func (m *Policy) String() string { return proto.CompactTextString(m) } 108 func (*Policy) ProtoMessage() {} [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/ |
D | MCCodePadder.cpp | 24 for (auto *Policy : CodePaddingPolicies) in ~MCCodePadder() local 28 bool MCCodePadder::addPolicy(MCCodePaddingPolicy *Policy) { in addPolicy() 53 const MCCodePaddingPolicy *Policy) -> uint64_t { in handleBasicBlockStart() 93 [&Inst](uint64_t Mask, const MCCodePaddingPolicy *Policy) -> uint64_t { in handleInstructionBegin() 169 for (const auto *Policy : CodePaddingPolicies) { in getJurisdiction() local 196 for (const auto *Policy : CodePaddingPolicies) in getMaxWindowSize() local 243 double Weight, const MCCodePaddingPolicy *Policy) -> double { in relaxFragment()
|
/external/clang/lib/Sema/ |
D | DeclSpec.cpp | 448 const PrintingPolicy &Policy) { in getSpecifierName() 505 const PrintingPolicy &Policy) { in SetStorageClassSpec() 580 const PrintingPolicy &Policy) { in SetTypeSpecWidth() 616 const PrintingPolicy &Policy) { in SetTypeSpecType() 625 const PrintingPolicy &Policy) { in SetTypeSpecType() 645 const PrintingPolicy &Policy) { in SetTypeSpecType() 665 const PrintingPolicy &Policy) { in SetTypeSpecType() 674 const PrintingPolicy &Policy) { in SetTypeSpecType() 694 const PrintingPolicy &Policy) { in SetTypeSpecType() 715 const PrintingPolicy &Policy) { in SetTypeAltiVecVector() [all …]
|
D | SemaCodeComplete.cpp | 1467 PrintingPolicy Policy = Sema::getPrintingPolicy(Context, PP); in getCompletionPrintingPolicy() local 1486 const PrintingPolicy &Policy, in GetCompletionTypeString() 1521 PrintingPolicy Policy = getCompletionPrintingPolicy(S); in addThisCompletion() local 2070 const PrintingPolicy &Policy, in AddResultTypeChunk() 2165 static std::string FormatFunctionParameter(const PrintingPolicy &Policy, in FormatFunctionParameter() 2314 const PrintingPolicy &Policy, in AddFunctionParameterChunks() 2366 const PrintingPolicy &Policy, in AddTemplateParameterChunks() 2452 const PrintingPolicy &Policy) { in AddQualifierToCompletionString() 2505 static void AddTypedNameChunk(ASTContext &Context, const PrintingPolicy &Policy, in AddTypedNameChunk() 2602 PrintingPolicy Policy = getCompletionPrintingPolicy(Ctx, PP); in CreateCodeCompletionString() local [all …]
|
/external/syzkaller/vendor/cloud.google.com/go/storage/ |
D | iam.go | 74 func iamToStoragePolicy(ip *iampb.Policy) *raw.Policy { 92 func iamFromStoragePolicy(rp *raw.Policy) *iampb.Policy {
|
/external/clang/lib/AST/ |
D | TemplateBase.cpp | 39 raw_ostream &Out, const PrintingPolicy& Policy) { in printIntegral() 354 void TemplateArgument::print(const PrintingPolicy &Policy, in print() 509 PrintingPolicy Policy(LangOpts); in operator <<() local 520 PrintingPolicy Policy(LangOpts); in operator <<() local
|
D | TypePrinter.cpp | 33 PrintingPolicy &Policy; member in __anon2081d4620111::IncludeStrongLifetimeRAII 37 explicit IncludeStrongLifetimeRAII(PrintingPolicy &Policy) in IncludeStrongLifetimeRAII() 49 PrintingPolicy &Policy; member in __anon2081d4620111::ParamPolicyRAII 53 explicit ParamPolicyRAII(PrintingPolicy &Policy) in ParamPolicyRAII() 64 PrintingPolicy &Policy; member in __anon2081d4620111::ElaboratedTypePolicyRAII 69 explicit ElaboratedTypePolicyRAII(PrintingPolicy &Policy) : Policy(Policy) { in ElaboratedTypePolicyRAII() 83 PrintingPolicy Policy; member in __anon2081d4620111::TypePrinter 89 explicit TypePrinter(const PrintingPolicy &Policy, unsigned Indentation = 0) in TypePrinter() 1436 const PrintingPolicy &Policy) { in PrintTemplateArgumentList() 1444 const PrintingPolicy &Policy, bool SkipBrackets) { in PrintTemplateArgumentList() [all …]
|
D | DeclarationName.cpp | 138 PrintingPolicy Policy) { in printCXXConstructorDestructorName() 155 void DeclarationName::print(raw_ostream &OS, const PrintingPolicy &Policy) { in print()
|
D | DeclPrinter.cpp | 30 PrintingPolicy Policy; member in __anon99da89d80111::DeclPrinter 50 DeclPrinter(raw_ostream &Out, const PrintingPolicy &Policy, in DeclPrinter() 111 void Decl::print(raw_ostream &Out, const PrintingPolicy &Policy, in print() 152 raw_ostream &Out, const PrintingPolicy &Policy, in printGroup()
|
/external/conscrypt/android-stub/src/main/java/dalvik/system/ |
D | BlockGuard.java | 26 public interface Policy { void onNetwork(); } in onNetwork() interface in BlockGuard
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | CachePruning.cpp | 64 CachePruningPolicy Policy; in parseCachePruningPolicy() local 130 bool llvm::pruneCache(StringRef Path, CachePruningPolicy Policy) { in pruneCache()
|
/external/tensorflow/tensorflow/python/keras/mixed_precision/experimental/ |
D | policy.py | 26 class Policy(object): class
|
/external/owasp/sanitizer/src/main/org/owasp/html/ |
D | HtmlSanitizer.java | 53 public interface Policy extends HtmlStreamEventReceiver { interface in HtmlSanitizer
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64Subtarget.cpp | 141 void AArch64Subtarget::overrideSchedPolicy(MachineSchedPolicy &Policy, in overrideSchedPolicy()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
D | PPCSubtarget.cpp | 195 void PPCSubtarget::overrideSchedPolicy(MachineSchedPolicy &Policy, in overrideSchedPolicy()
|
/external/llvm/lib/Target/AMDGPU/ |
D | AMDGPUSubtarget.cpp | 209 void SISubtarget::overrideSchedPolicy(MachineSchedPolicy &Policy, in overrideSchedPolicy()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCSubtarget.cpp | 201 void PPCSubtarget::overrideSchedPolicy(MachineSchedPolicy &Policy, in overrideSchedPolicy()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64Subtarget.cpp | 230 void AArch64Subtarget::overrideSchedPolicy(MachineSchedPolicy &Policy, in overrideSchedPolicy()
|
/external/clang/lib/Index/ |
D | IndexSymbol.cpp | 298 PrintingPolicy Policy(LO); in printSymbolName() local
|
/external/llvm/include/llvm/Target/ |
D | TargetSubtargetInfo.h | 155 virtual void overrideSchedPolicy(MachineSchedPolicy &Policy, in overrideSchedPolicy()
|
/external/clang/unittests/AST/ |
D | NamedDeclPrinterTest.cpp | 49 PrintingPolicy Policy = Result.Context->getPrintingPolicy(); in run() local
|
D | StmtPrinterTest.cpp | 36 PrintingPolicy Policy = Context->getPrintingPolicy(); in PrintStmt() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | TargetSubtargetInfo.h | 185 virtual void overrideSchedPolicy(MachineSchedPolicy &Policy, in overrideSchedPolicy()
|