/external/elfutils/libelf/ |
D | abstract.h | 31 #define Ehdr(Bits, Ext) \ argument 32 START (Bits, Ehdr, Ext##Ehdr) \ 35 TYPE_NAME (ElfW2(Bits, Ext##Half), e_type) \ 36 TYPE_NAME (ElfW2(Bits, Ext##Half), e_machine) \ 37 TYPE_NAME (ElfW2(Bits, Ext##Word), e_version) \ 38 TYPE_NAME (ElfW2(Bits, Ext##Addr), e_entry) \ 39 TYPE_NAME (ElfW2(Bits, Ext##Off), e_phoff) \ 40 TYPE_NAME (ElfW2(Bits, Ext##Off), e_shoff) \ 41 TYPE_NAME (ElfW2(Bits, Ext##Word), e_flags) \ 42 TYPE_NAME (ElfW2(Bits, Ext##Half), e_ehsize) \ [all …]
|
/external/clang/include/clang/Basic/ |
D | OpenCLOptions.h | 41 #define OPENCLEXT_INTERNAL(Ext, Avail, ...) \ argument 42 bool is_##Ext##_supported(unsigned OCLVer) const { \ 43 return Ext && OCLVer >= Avail; \ 50 #define OPENCLEXT_INTERNAL(Ext, Avail, Core) \ argument 51 bool is_##Ext##_supported_extension(unsigned CLVer) const { \ 52 return is_##Ext##_supported(CLVer) && (Core == ~0U || CLVer < Core); \ 58 #define OPENCLEXT_INTERNAL(Ext, Avail, Core) \ argument 59 bool is_##Ext##_supported_core(unsigned CLVer) const { \ 60 return is_##Ext##_supported(CLVer) && Core != ~0U && CLVer >= Core; \
|
/external/clang/lib/Frontend/ |
D | TestModuleFileExtension.cpp | 36 auto Ext = static_cast<TestModuleFileExtension *>(getExtension()); in writeExtensionContents() local 38 OS << "Hello from " << Ext->BlockName << " v" << Ext->MajorVersion << "." in writeExtensionContents() 39 << Ext->MinorVersion; in writeExtensionContents() 45 TestModuleFileExtension::Reader::Reader(ModuleFileExtension *Ext, in Reader() argument 47 : ModuleFileExtensionReader(Ext), Stream(InStream) in Reader()
|
D | TestModuleFileExtension.h | 30 Writer(ModuleFileExtension *Ext) : ModuleFileExtensionWriter(Ext) { } in Writer() argument 43 Reader(ModuleFileExtension *Ext, const llvm::BitstreamCursor &InStream);
|
D | InitPreprocessor.cpp | 131 const llvm::fltSemantics *Sem, StringRef Ext) { in DefineFloatMacros() argument 162 Builder.defineMacro(DefPrefix + "DENORM_MIN__", Twine(DenormMin)+Ext); in DefineFloatMacros() 166 Builder.defineMacro(DefPrefix + "EPSILON__", Twine(Epsilon)+Ext); in DefineFloatMacros() 173 Builder.defineMacro(DefPrefix + "MAX__", Twine(Max)+Ext); in DefineFloatMacros() 177 Builder.defineMacro(DefPrefix + "MIN__", Twine(Min)+Ext); in DefineFloatMacros() 960 #define OPENCLEXT(Ext) \ in InitializePredefinedMacros() argument 961 if (TI.getSupportedOpenCLOpts().is_##Ext##_supported( \ in InitializePredefinedMacros() 963 Builder.defineMacro(#Ext); in InitializePredefinedMacros()
|
/external/clang/test/CodeGen/ |
D | 2002-07-14-MiscTests2.c | 6 char *Ext; variable 10 fp (12, Ext ? Ext : "<none>"); in __bb_exit_func()
|
/external/llvm/unittests/ADT/ |
D | PostOrderIteratorTest.cpp | 25 ExtSetTy Ext; in TEST() local 26 po_iterator_storage<ExtSetTy, true> PISExt(Ext); in TEST() 34 auto PIExt = po_ext_end(NullBB, Ext); in TEST()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | ELF.h | 41 const char *Ext; // If this is a pointer to a named symbol member 67 return Source.Ext; in getExternalSymbol() 84 static ELFSym *getExtSym(const char *Ext) { in getExtSym() 86 Sym->Source.Ext = Ext; in getExtSym()
|
/external/abi-compliance-checker/modules/Internals/ |
D | XmlDump.pm | 802 my ($Ext, $Content) = ($2, $3); 805 if($Ext) 807 while($Ext=~s/(\w+)\=\"([^\"]*)\"//) 825 my @Ext = @_; 826 my $Content = openTag($Tag, @Ext); 838 my @Ext = @_; 844 if(@Ext) 848 while($P<=$#Ext-1) 850 $Content .= " ".$Ext[$P]; 851 $Content .= "=\"".xmlSpecChars($Ext[$P+1])."\"";
|
/external/golang-protobuf/proto/ |
D | any_test.go | 172 [testdata.Ext.more]: < 175 [testdata.Ext.text]: "bar" 183 [testdata.Ext.more]: < 192 [testdata.Ext.more]: < 195 [testdata.Ext.text]: "bar"
|
D | extensions_test.go | 48 ext1 := &pb.Ext{} 74 ext1 := &pb.Ext{} 132 ext0 := &pb.Ext{} 292 ext1 := &pb.Ext{ 295 ext2 := &pb.Ext{ 312 x, ok := e.(*pb.Ext) 340 if err := proto.SetExtension(msg, pb.E_Ext_More, (*pb.Ext)(nil)); err == nil {
|
D | text_parser_test.go | 54 SetExtension(msg, E_Ext_More, &Ext{ 473 buildExtStructTest(`count: 42 [testdata.Ext.more]:<data:"Hello, world!" >`), 474 buildExtStructTest(`count: 42 [testdata.Ext.more] {data:"Hello, world!"}`), 475 buildExtDataTest(`count: 42 [testdata.Ext.text]:"Hello, world!" [testdata.Ext.number]:1729`),
|
D | equal_test.go | 54 ext1 := &pb.Ext{Data: String("Kirk")} 55 ext2 := &pb.Ext{Data: String("Picard")}
|
D | text_test.go | 100 ext := &pb.Ext{ 112 b, err := proto.Marshal(&pb.Ext{Data: proto.String("3G skiing")}) 154 [testdata.Ext.more]: <
|
D | size_test.go | 50 …if err := SetExtension(messageWithExtension1, pb.E_Ext_More, &pb.Ext{Data: String("Abbott")}); err… 53 …if err := SetExtension(messageWithExtension3, pb.E_Ext_More, &pb.Ext{Data: String("Costello")}); e…
|
/external/clang/utils/analyzer/ |
D | SATestBuild.py | 320 (Root, Ext) = os.path.splitext(FileName) 321 if ((Ext == "")) : 326 (Root, Ext) = os.path.splitext(FileName) 327 if ((Ext == ".i") | (Ext == ".ii") | 328 (Ext == ".c") | (Ext == ".cpp") | 329 (Ext == ".m") | (Ext == "")) :
|
/external/lzma/CPP/7zip/UI/Common/ |
D | LoadCodecs.h | 85 UString Ext; member 89 CArcExtInfo(const UString &ext): Ext(ext) {} in CArcExtInfo() 90 CArcExtInfo(const UString &ext, const UString &addExt): Ext(ext), AddExt(addExt) {} in CArcExtInfo() 140 return Exts[0].Ext; in GetMainExt() 186 UString Ext; member
|
D | LoadCodecs.cpp | 165 if (ext.IsEqualTo_NoCase(Exts[i].Ext)) in FindExtension() 178 extInfo.Ext = exts[i]; in AddExts() 605 if (arc.Ext) in Load() 606 e.SetFromAscii(arc.Ext); in Load() 771 iconPair.Ext = s.Left(pos); in LoadIcons() 782 if (ext.IsEqualTo_NoCase(pair.Ext)) in FindIconIndex()
|
/external/clang/lib/AST/ |
D | DeclObjC.cpp | 168 for (const auto *Ext : IDecl->known_extensions()) in findPropertyDecl() local 169 if (ObjCPropertyDecl *PD = ObjCPropertyDecl::findPropertyDecl(Ext, in findPropertyDecl() 226 for (const auto *Ext : ClassDecl->visible_extensions()) { in FindPropertyDeclaration() local 227 if (auto *P = Ext->FindPropertyDeclaration(PropertyId, QueryKind)) in FindPropertyDeclaration() 376 for (const auto *Ext : known_extensions()) { in collectPropertiesToImplement() local 377 const ObjCCategoryDecl *ClassExt = Ext; in collectPropertiesToImplement() 470 for (const auto *Ext : D->visible_extensions()) { in isIntroducingInitializers() local 471 for (const auto *MD : Ext->instance_methods()) { in isIntroducingInitializers() 533 for (const auto *Ext : IFace->visible_extensions()) { in getDesignatedInitializers() local 534 for (const auto *MD : Ext->instance_methods()) in getDesignatedInitializers() [all …]
|
/external/icu/icu4c/source/data/mappings/ |
D | noop-cns-11643.ucm | 11 # for every byte sequence valid in ISO-2022-CN(-Ext). Chrome and Android 13 # rare, if used at all. However, not supporting ISO-2022-CN(-Ext) gets
|
/external/llvm/lib/CodeGen/ |
D | CodeGenPrepare.cpp | 2797 Instruction *Ext, TypePromotionTransaction &TPT, 2811 static Value *promoteOperandForOther(Instruction *Ext, 2821 Instruction *Ext, TypePromotionTransaction &TPT, in signExtendOperandForOther() argument 2825 return promoteOperandForOther(Ext, TPT, PromotedInsts, CreatedInstsCost, in signExtendOperandForOther() 2831 Instruction *Ext, TypePromotionTransaction &TPT, in zeroExtendOperandForOther() argument 2835 return promoteOperandForOther(Ext, TPT, PromotedInsts, CreatedInstsCost, in zeroExtendOperandForOther() 2841 typedef Value *(*Action)(Instruction *Ext, TypePromotionTransaction &TPT, 2856 static Action getAction(Instruction *Ext, const SetOfInstrs &InsertedInsts, 2926 Instruction *Ext, const SetOfInstrs &InsertedInsts, in getAction() argument 2928 assert((isa<SExtInst>(Ext) || isa<ZExtInst>(Ext)) && in getAction() [all …]
|
/external/lzma/CPP/7zip/Archive/ |
D | ArchiveExports.cpp | 109 case NArchive::NHandlerPropID::kExtension: if (arc.Ext) prop = arc.Ext; break; in GetHandlerProperty2()
|
/external/lzma/CPP/7zip/UI/FileManager/ |
D | SysIconUtils.cpp | 143 int compare = MyStringCompareNoCase(ext, vect[mid].Ext); in FindInSorted_Ext() 243 pair.Ext = ext; in GetIconIndex()
|
D | SysIconUtils.h | 14 UString Ext; member
|
/external/clang/lib/Driver/ |
D | Types.cpp | 156 types::ID types::lookupTypeForExtension(const char *Ext) { in lookupTypeForExtension() argument 157 return llvm::StringSwitch<types::ID>(Ext) in lookupTypeForExtension()
|