/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 | 42 OMPThreadPrivateDecl(Kind DK, DeclContext *DC, SourceLocation L) : in OMPThreadPrivateDecl() argument 43 Decl(DK, DC, L), NumVars(0) { } in OMPThreadPrivateDecl()
|
D | Decl.h | 156 NamedDecl(Kind DK, DeclContext *DC, SourceLocation L, DeclarationName N) in NamedDecl() argument 157 : Decl(DK, DC, L), Name(N) { } in NamedDecl() 535 ValueDecl(Kind DK, DeclContext *DC, SourceLocation L, in ValueDecl() argument 537 : NamedDecl(DK, DC, L, N), DeclType(T) {} in ValueDecl() 604 DeclaratorDecl(Kind DK, DeclContext *DC, SourceLocation L, in DeclaratorDecl() argument 607 : ValueDecl(DK, DC, L, N, T), DeclInfo(TInfo), InnerLocStart(StartL) { in DeclaratorDecl() 838 VarDecl(Kind DK, ASTContext &C, DeclContext *DC, SourceLocation StartLoc, 1352 ParmVarDecl(Kind DK, ASTContext &C, DeclContext *DC, SourceLocation StartLoc, in ParmVarDecl() argument 1355 : VarDecl(DK, C, DC, StartLoc, IdLoc, Id, T, TInfo, S) { in ParmVarDecl() 1653 FunctionDecl(Kind DK, ASTContext &C, DeclContext *DC, SourceLocation StartLoc, in FunctionDecl() argument [all …]
|
D | DeclBase.h | 328 Decl(Kind DK, DeclContext *DC, SourceLocation L) in Decl() argument 330 Loc(L), DeclKind(DK), InvalidDecl(0), in Decl() 333 IdentifierNamespace(getIdentifierNamespaceForKind(DK)), in Decl() 336 if (StatisticsEnabled) add(DK); in Decl() 339 Decl(Kind DK, EmptyShell Empty) in Decl() argument 340 : NextInContextAndBits(), DeclKind(DK), InvalidDecl(0), in Decl() 343 IdentifierNamespace(getIdentifierNamespaceForKind(DK)), in Decl() 346 if (StatisticsEnabled) add(DK); in Decl() 683 static unsigned getIdentifierNamespaceForKind(Kind DK);
|
D | DeclTemplate.h | 337 TemplateDecl(Kind DK, DeclContext *DC, SourceLocation L, in TemplateDecl() argument 339 : NamedDecl(DK, DC, L, Name), TemplatedDecl(nullptr), in TemplateDecl() 344 TemplateDecl(Kind DK, DeclContext *DC, SourceLocation L, in TemplateDecl() argument 346 : NamedDecl(DK, DC, L, Name), TemplatedDecl(nullptr), in TemplateDecl() 350 TemplateDecl(Kind DK, DeclContext *DC, SourceLocation L, in TemplateDecl() argument 353 : NamedDecl(DK, DC, L, Name), TemplatedDecl(Decl), in TemplateDecl() 708 RedeclarableTemplateDecl(Kind DK, ASTContext &C, DeclContext *DC, in RedeclarableTemplateDecl() argument 711 : TemplateDecl(DK, DC, L, Name, Params, Decl), redeclarable_base(C), in RedeclarableTemplateDecl() 1575 ClassTemplateSpecializationDecl(ASTContext &Context, Kind DK, TagKind TK, 1583 explicit ClassTemplateSpecializationDecl(ASTContext &C, Kind DK); [all …]
|
/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/icu/icu4c/source/data/region/ |
D | haw.txt | 15 DK{"Kenemaka"}
|
D | ps.txt | 24 DK{"ډنمارک"}
|
D | fa_AF.txt | 33 DK{"دنمارک"}
|
D | chr.txt | 72 DK{"ᏗᏂᎹᎦ"}
|
D | yi.txt | 78 DK{"דענמאַרק"}
|
D | shi.txt | 62 DK{"ⴷⴰⵏⵎⴰⵔⴽ"}
|
D | zgh.txt | 61 DK{"ⴷⴰⵏⵎⴰⵔⴽ"}
|
D | vai.txt | 62 DK{"ꕜꕇꕮꕃ"}
|
D | ks.txt | 99 DK{"ڈینٛمارٕک"}
|
D | brx.txt | 98 DK{"डेनमार्क"}
|
D | or.txt | 98 DK{"ଡେନମାର୍କ"}
|
D | dyo.txt | 57 DK{"Danmark"}
|
D | he.txt | 103 DK{"דנמרק"}
|
D | sr.txt | 103 DK{"Данска"}
|
D | km.txt | 102 DK{"ដាណឺម៉ាក"}
|
D | ja.txt | 103 DK{"デンマーク"}
|
/external/clang/lib/Frontend/ |
D | ASTConsumers.cpp | 384 Decl::Kind DK = I->getKind(); in PrintDeclContext() local 385 switch (DK) { in PrintDeclContext() 482 Out << "DeclKind: " << DK << '"' << I << "\"\n"; in PrintDeclContext()
|
/external/clang/lib/AST/ |
D | DeclBase.cpp | 684 Decl::Kind DK = D->getDeclKind(); in castFromDeclContext() local 685 switch(DK) { in castFromDeclContext() 695 if (DK >= first##NAME && DK <= last##NAME) \ in castFromDeclContext() 703 Decl::Kind DK = D->getKind(); in castToDeclContext() local 704 switch(DK) { in castToDeclContext() 714 if (DK >= first##NAME && DK <= last##NAME) \ in castToDeclContext()
|
D | DeclTemplate.cpp | 732 ClassTemplateSpecializationDecl(ASTContext &Context, Kind DK, TagKind TK, in ClassTemplateSpecializationDecl() argument 739 : CXXRecordDecl(DK, TK, Context, DC, StartLoc, IdLoc, in ClassTemplateSpecializationDecl() 749 Kind DK) in ClassTemplateSpecializationDecl() argument 750 : CXXRecordDecl(DK, TTK_Struct, C, nullptr, SourceLocation(), in ClassTemplateSpecializationDecl() 1095 Kind DK, ASTContext &Context, DeclContext *DC, SourceLocation StartLoc, in VarTemplateSpecializationDecl() argument 1099 : VarDecl(DK, Context, DC, StartLoc, IdLoc, in VarTemplateSpecializationDecl() 1105 VarTemplateSpecializationDecl::VarTemplateSpecializationDecl(Kind DK, in VarTemplateSpecializationDecl() argument 1107 : VarDecl(DK, C, nullptr, SourceLocation(), SourceLocation(), nullptr, in VarTemplateSpecializationDecl()
|