/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/scrypt/patches/ |
D | use_openssl_pbkdf2.patch | 32 /* 5: DK <-- PBKDF2(P, B, 1, dkLen) */ 72 /* 5: DK <-- PBKDF2(P, B, 1, dkLen) */
|
/external/perfetto/test/trace_processor/ |
D | android_sched_and_ps_end_reason_match.out | 3 "DK",30
|
D | android_sched_and_ps_end_reason_neq.out | 5 "DK",30
|
/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/clang/lib/AST/ |
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()
|
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()
|
/external/icu/icu4c/source/data/region/ |
D | haw.txt | 9 DK{"Kenemaka"}
|
D | sw_CD.txt | 12 DK{"Denmaki"}
|
D | fa_AF.txt | 27 DK{"دنمارک"}
|
D | sw_KE.txt | 16 DK{"Denmaki"}
|
D | yi.txt | 72 DK{"דענמאַרק"}
|
D | zgh.txt | 55 DK{"ⴷⴰⵏⵎⴰⵔⴽ"}
|
D | shi.txt | 55 DK{"ⴷⴰⵏⵎⴰⵔⴽ"}
|
D | dyo.txt | 51 DK{"Danmark"}
|
D | tg.txt | 61 DK{"Дания"}
|
D | vai.txt | 66 DK{"ꕜꕇꕮꕃ"}
|
D | brx.txt | 91 DK{"डेनमार्क"}
|
D | ks.txt | 92 DK{"ڈینٛمارٕک"}
|
D | tt.txt | 60 DK{"Дания"}
|
/external/cldr/tools/java/org/unicode/cldr/util/data/external/ |
D | 2013-1_UNLOCODE_CodeListPart1.csv | 25325 ,"DK",,".DENMARK",,,"",,,,, 25326 ,"DK","AAF","Aalbaek","Aalbaek","81","-----6--","RL","0901",,"5735N 01024E", 25327 ,"DK","AAL","Aalborg","Aalborg",,"12345---","AF","9606",,, 25328 ,"DK","ROR","Aalborg Portland Cementfabrikk","Aalborg Portland Cementfabrikk",,"1-------","RQ","940… 25329 ,"DK","AEY","Aalestrup","Aalestrup",,"-23-----","AF","9606",,, 25330 "#","DK","AAR","Aarhus","Aarhus","82","12345---","AF","1301",,"5609N 01013E","@Spe@Sub" 25331 ,"DK","AAE","Aarre","Aarre","83","-----6--","RL","0901",,"5534N 00840E", 25332 ,"DK","AZS","Aars","Aars",,"--3-----","AF","9606",,, 25333 ,"DK","AAP","Aarup","Aarup",,"-23-----","AF","9606",,, 25334 ,"DK","AAB","�benr�","Abenra","83","1-3-----","AF","1101","XNR","5502N 00926E","" [all …]
|