/external/rust/crates/ring/tests/ |
D | pbkdf2_tests.txt | 1 # The|dkLen| parameter is given implicitly as the length of |DK|. 10 DK = 120fb6cffcf8b32c43e7225256c4f837a86548c92ccc35480805987cb70be17b 17 DK = ae4d0c95af6b46d32d0adff928f06dd02a303f8ef3c251dfd6e2d85a95474c43 24 DK = c5e478d59288c841aa530db6845c4c8d962893a001ce4e11a4963873aa98134a 33 # DK = cf81c66fe8cfc04d1f31ecb65dab4089f7f179e89b3b0bcb17ad10e3ac6eba46 40 DK = 348c89dbcbd32b2f32d814b8116e84cf2b17347ebc1800181c4e2a1fb8dd53e1c635518c7dac47e9 48 DK = 89b69d0516f829893c696226650a8687 58 DK = 867f70cf1ade02cff3752599a3a53dc4af34c7a669815ae5d513554e1c8cf252c02d470a285a0501bad999bfe943c0… 65 DK = e1d9c16aa681708a45f5c7c4e215ceb66e011a2e9f0040713f18aefdb866d53cf76cab2868a39b9f7840edce4fef5a… 72 DK = d197b1b33db0143e018b12f3d1d1479e6cdebdcc97c5c0f87f6902e072f457b5143f30602641b3d55cd335988cb36b… [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Frontend/OpenMP/ |
D | OMPIRBuilder.h | 60 omp::Directive DK; member 138 InsertPointTy CreateBarrier(const LocationDescription &Loc, omp::Directive DK, 214 omp::Directive DK, bool ForceSimpleCall, 224 bool isLastFinalizationInfoCancellable(omp::Directive DK) { in isLastFinalizationInfoCancellable() argument 227 FinalizationStack.back().DK == DK; in isLastFinalizationInfoCancellable()
|
/external/ImageMagick/PerlMagick/t/reference/write/filter/ |
D | OilPaint.miff | 43 …DK�DK�DK�DK�DK�Ar�Ar�Ar�Ar�Y�Y�Ccn�\m�Ym�Ym�Ym�Yt�tt�t������68163-:81:81IA6IA6IA6GD;GD;G?8F=/F=/…
|
/external/clang/include/clang/AST/ |
D | DeclOpenMP.h | 49 OMPThreadPrivateDecl(Kind DK, DeclContext *DC, SourceLocation L) : in OMPThreadPrivateDecl() argument 50 Decl(DK, DC, L), NumVars(0) { } in OMPThreadPrivateDecl() 116 OMPDeclareReductionDecl(Kind DK, DeclContext *DC, SourceLocation L, in OMPDeclareReductionDecl() argument 119 : ValueDecl(DK, DC, L, Name, Ty), DeclContext(DK), Combiner(nullptr), in OMPDeclareReductionDecl()
|
D | Decl.h | 224 NamedDecl(Kind DK, DeclContext *DC, SourceLocation L, DeclarationName N) in NamedDecl() argument 225 : Decl(DK, DC, L), Name(N) { } in NamedDecl() 595 ValueDecl(Kind DK, DeclContext *DC, SourceLocation L, in ValueDecl() argument 597 : NamedDecl(DK, DC, L, N), DeclType(T) {} in ValueDecl() 664 DeclaratorDecl(Kind DK, DeclContext *DC, SourceLocation L, in DeclaratorDecl() argument 667 : ValueDecl(DK, DC, L, N, T), DeclInfo(TInfo), InnerLocStart(StartL) { in DeclaratorDecl() 911 VarDecl(Kind DK, ASTContext &C, DeclContext *DC, SourceLocation StartLoc, 1383 ParmVarDecl(Kind DK, ASTContext &C, DeclContext *DC, SourceLocation StartLoc, in ParmVarDecl() argument 1386 : VarDecl(DK, C, DC, StartLoc, IdLoc, Id, T, TInfo, S) { in ParmVarDecl() 1678 FunctionDecl(Kind DK, ASTContext &C, DeclContext *DC, SourceLocation StartLoc, in FunctionDecl() argument [all …]
|
D | DeclBase.h | 334 Decl(Kind DK, DeclContext *DC, SourceLocation L) in Decl() argument 336 Loc(L), DeclKind(DK), InvalidDecl(0), in Decl() 339 IdentifierNamespace(getIdentifierNamespaceForKind(DK)), in Decl() 342 if (StatisticsEnabled) add(DK); in Decl() 345 Decl(Kind DK, EmptyShell Empty) in Decl() argument 346 : NextInContextAndBits(), DeclKind(DK), InvalidDecl(0), in Decl() 349 IdentifierNamespace(getIdentifierNamespaceForKind(DK)), in Decl() 352 if (StatisticsEnabled) add(DK); in Decl() 697 static unsigned getIdentifierNamespaceForKind(Kind DK);
|
D | DeclTemplate.h | 334 TemplateDecl(Kind DK, DeclContext *DC, SourceLocation L, DeclarationName Name) in TemplateDecl() argument 335 : NamedDecl(DK, DC, L, Name), TemplatedDecl(nullptr, false), in TemplateDecl() 340 TemplateDecl(Kind DK, DeclContext *DC, SourceLocation L, DeclarationName Name, in TemplateDecl() argument 342 : NamedDecl(DK, DC, L, Name), TemplatedDecl(nullptr, false), in TemplateDecl() 346 TemplateDecl(Kind DK, DeclContext *DC, SourceLocation L, DeclarationName Name, in TemplateDecl() argument 348 : NamedDecl(DK, DC, L, Name), TemplatedDecl(Decl, false), in TemplateDecl() 713 RedeclarableTemplateDecl(Kind DK, ASTContext &C, DeclContext *DC, in RedeclarableTemplateDecl() argument 716 : TemplateDecl(DK, DC, L, Name, Params, Decl), redeclarable_base(C), in RedeclarableTemplateDecl() 1577 ClassTemplateSpecializationDecl(ASTContext &Context, Kind DK, TagKind TK, 1584 explicit ClassTemplateSpecializationDecl(ASTContext &C, Kind DK); [all …]
|
/external/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
D | OMPIRBuilder.h | 66 omp::Directive DK; member 160 InsertPointTy createBarrier(const LocationDescription &Loc, omp::Directive DK, 362 omp::Directive DK, bool ForceSimpleCall, 377 bool isLastFinalizationInfoCancellable(omp::Directive DK) { in isLastFinalizationInfoCancellable() argument 380 FinalizationStack.back().DK == DK; in isLastFinalizationInfoCancellable()
|
/external/llvm-project/clang/lib/AST/ |
D | DeclOpenMP.cpp | 103 Kind DK, DeclContext *DC, SourceLocation L, DeclarationName Name, in OMPDeclareReductionDecl() argument 105 : ValueDecl(DK, DC, L, Name, Ty), DeclContext(DK), Combiner(nullptr), in OMPDeclareReductionDecl()
|
D | DeclTemplate.cpp | 196 TemplateDecl::TemplateDecl(Kind DK, DeclContext *DC, SourceLocation L, in TemplateDecl() argument 199 : NamedDecl(DK, DC, L, Name), TemplatedDecl(Decl), TemplateParams(Params) {} in TemplateDecl() 864 ClassTemplateSpecializationDecl(ASTContext &Context, Kind DK, TagKind TK, in ClassTemplateSpecializationDecl() argument 870 : CXXRecordDecl(DK, TK, Context, DC, StartLoc, IdLoc, in ClassTemplateSpecializationDecl() 878 Kind DK) in ClassTemplateSpecializationDecl() argument 879 : CXXRecordDecl(DK, TTK_Struct, C, nullptr, SourceLocation(), in ClassTemplateSpecializationDecl() 1231 Kind DK, ASTContext &Context, DeclContext *DC, SourceLocation StartLoc, in VarTemplateSpecializationDecl() argument 1234 : VarDecl(DK, Context, DC, StartLoc, IdLoc, in VarTemplateSpecializationDecl() 1240 VarTemplateSpecializationDecl::VarTemplateSpecializationDecl(Kind DK, in VarTemplateSpecializationDecl() argument 1242 : VarDecl(DK, C, nullptr, SourceLocation(), SourceLocation(), nullptr, in VarTemplateSpecializationDecl()
|
D | DeclBase.cpp | 911 Decl::Kind DK = D->getDeclKind(); in castFromDeclContext() local 912 switch(DK) { in castFromDeclContext() 922 if (DK >= first##NAME && DK <= last##NAME) \ in castFromDeclContext() 930 Decl::Kind DK = D->getKind(); in castToDeclContext() local 931 switch(DK) { in castToDeclContext() 941 if (DK >= first##NAME && DK <= last##NAME) \ in castToDeclContext()
|
/external/perfetto/test/trace_processor/parsing/ |
D | android_sched_and_ps_end_reason_neq.out | 2 "DK",30
|
/external/perfetto/test/trace_processor/smoke/ |
D | compressed_smoke.out | 2 170601497673450,2,53646,"DK",120,6790
|
/external/scrypt/patches/ |
D | use_openssl_pbkdf2.patch | 32 /* 5: DK <-- PBKDF2(P, B, 1, dkLen) */ 72 /* 5: DK <-- PBKDF2(P, B, 1, dkLen) */
|
/external/llvm-project/clang/include/clang/AST/ |
D | NonTrivialTypeVisitor.h | 28 RetTy visitWithKind(QualType::DestructionKind DK, QualType FT, in visitWithKind() 30 switch (DK) { in visitWithKind()
|
D | DeclBase.h | 380 Decl(Kind DK, DeclContext *DC, SourceLocation L) in Decl() argument 382 DeclCtx(DC), Loc(L), DeclKind(DK), InvalidDecl(false), HasAttrs(false), in Decl() 385 IdentifierNamespace(getIdentifierNamespaceForKind(DK)), in Decl() 387 if (StatisticsEnabled) add(DK); in Decl() 390 Decl(Kind DK, EmptyShell Empty) in Decl() argument 391 : DeclKind(DK), InvalidDecl(false), HasAttrs(false), Implicit(false), in Decl() 394 IdentifierNamespace(getIdentifierNamespaceForKind(DK)), in Decl() 396 if (StatisticsEnabled) add(DK); in Decl() 822 static unsigned getIdentifierNamespaceForKind(Kind DK);
|
D | Decl.h | 235 NamedDecl(Kind DK, DeclContext *DC, SourceLocation L, DeclarationName N) in NamedDecl() argument 236 : Decl(DK, DC, L), Name(N) {} in NamedDecl() 640 ValueDecl(Kind DK, DeclContext *DC, SourceLocation L, in ValueDecl() argument 642 : NamedDecl(DK, DC, L, N), DeclType(T) {} in ValueDecl() 706 DeclaratorDecl(Kind DK, DeclContext *DC, SourceLocation L, in DeclaratorDecl() argument 709 : ValueDecl(DK, DC, L, N, T), DeclInfo(TInfo), InnerLocStart(StartL) {} in DeclaratorDecl() 1003 VarDecl(Kind DK, ASTContext &C, DeclContext *DC, SourceLocation StartLoc, 1623 ParmVarDecl(Kind DK, ASTContext &C, DeclContext *DC, SourceLocation StartLoc, in ParmVarDecl() argument 1626 : VarDecl(DK, C, DC, StartLoc, IdLoc, Id, T, TInfo, S) { in ParmVarDecl() 1942 FunctionDecl(Kind DK, ASTContext &C, DeclContext *DC, SourceLocation StartLoc, [all …]
|
/external/clang/lib/Frontend/ |
D | ASTConsumers.cpp | 382 Decl::Kind DK = I->getKind(); in PrintDeclContext() local 383 switch (DK) { in PrintDeclContext() 480 Out << "DeclKind: " << DK << '"' << I << "\"\n"; in PrintDeclContext()
|
/external/icu/icu4c/source/data/region/ |
D | haw.txt | 10 DK{"Kenemaka"}
|
D | fa_AF.txt | 27 DK{"دنمارک"}
|
D | yi.txt | 73 DK{"דענמאַרק"}
|
/external/clang/lib/AST/ |
D | DeclBase.cpp | 727 Decl::Kind DK = D->getDeclKind(); in castFromDeclContext() local 728 switch(DK) { in castFromDeclContext() 738 if (DK >= first##NAME && DK <= last##NAME) \ in castFromDeclContext() 746 Decl::Kind DK = D->getKind(); in castToDeclContext() local 747 switch(DK) { in castToDeclContext() 757 if (DK >= first##NAME && DK <= last##NAME) \ in castToDeclContext()
|
D | DeclTemplate.cpp | 705 ClassTemplateSpecializationDecl(ASTContext &Context, Kind DK, TagKind TK, in ClassTemplateSpecializationDecl() argument 711 : CXXRecordDecl(DK, TK, Context, DC, StartLoc, IdLoc, in ClassTemplateSpecializationDecl() 721 Kind DK) in ClassTemplateSpecializationDecl() argument 722 : CXXRecordDecl(DK, TTK_Struct, C, nullptr, SourceLocation(), in ClassTemplateSpecializationDecl() 1055 Kind DK, ASTContext &Context, DeclContext *DC, SourceLocation StartLoc, in VarTemplateSpecializationDecl() argument 1058 : VarDecl(DK, Context, DC, StartLoc, IdLoc, in VarTemplateSpecializationDecl() 1064 VarTemplateSpecializationDecl::VarTemplateSpecializationDecl(Kind DK, in VarTemplateSpecializationDecl() argument 1066 : VarDecl(DK, C, nullptr, SourceLocation(), SourceLocation(), nullptr, in VarTemplateSpecializationDecl()
|
/external/exoplayer/tree/testdata/src/test/assets/ts/ |
D | sample_with_sdt.ts | 4 ��e�U����{xc��=V�B�X�C�s�DK
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Frontend/OpenMP/ |
D | OMPIRBuilder.cpp | 173 OpenMPIRBuilder::CreateBarrier(const LocationDescription &Loc, Directive DK, in CreateBarrier() argument 177 return emitBarrierImpl(Loc, DK, ForceSimpleCall, CheckCancelFlag); in CreateBarrier() 616 assert(FiniInfo.DK == OMPD_parallel && in CreateParallel()
|