Home
last modified time | relevance | path

Searched refs:Ext (Results 1 – 25 of 72) sorted by relevance

123

/external/elfutils/libelf/
Dabstract.h52 #define Ehdr(Bits, Ext) \ argument
53 START (Bits, Ehdr, Ext##Ehdr) \
56 TYPE_NAME (ElfW2(Bits, Ext##Half), e_type) \
57 TYPE_NAME (ElfW2(Bits, Ext##Half), e_machine) \
58 TYPE_NAME (ElfW2(Bits, Ext##Word), e_version) \
59 TYPE_NAME (ElfW2(Bits, Ext##Addr), e_entry) \
60 TYPE_NAME (ElfW2(Bits, Ext##Off), e_phoff) \
61 TYPE_NAME (ElfW2(Bits, Ext##Off), e_shoff) \
62 TYPE_NAME (ElfW2(Bits, Ext##Word), e_flags) \
63 TYPE_NAME (ElfW2(Bits, Ext##Half), e_ehsize) \
[all …]
/external/clang/test/CodeGen/
D2002-07-14-MiscTests2.c6 char *Ext; variable
10 fp (12, Ext ? Ext : "<none>"); in __bb_exit_func()
/external/lzma/CPP/7zip/UI/Common/
DLoadCodecs.h33 UString Ext; member
36 CArcExtInfo(const UString &ext): Ext(ext) {} in CArcExtInfo()
37 CArcExtInfo(const UString &ext, const UString &addExt): Ext(ext), AddExt(addExt) {} in CArcExtInfo()
65 return Exts[0].Ext; in GetMainExt()
70 if (ext.CompareNoCase(Exts[i].Ext) == 0) in FindExtension()
81 s += Exts[i].Ext; in GetAllExtensions()
110 UString Ext; member
DLoadCodecs.cpp223 extInfo.Ext = exts[i]; in AddExts()
319 iconPair.Ext = s.Left(pos); in LoadIcons()
330 if (ext.CompareNoCase(pair.Ext) == 0) in FindIconIndex()
436 item.AddExts(arc.Ext, arc.AddExt); in Load()
/external/llvm/lib/Target/AArch64/InstPrinter/
DAArch64InstPrinter.cpp70 const char *Ext; in printAddrRegExtendOperand() local
73 Ext = (RmSize == 32) ? "uxtw" : "lsl"; in printAddrRegExtendOperand()
76 Ext = (RmSize == 32) ? "sxtw" : "sxtx"; in printAddrRegExtendOperand()
81 O << Ext; in printAddrRegExtendOperand()
325 A64SE::ShiftExtSpecifiers Ext) { in printRegExtendOperand() argument
339 if (Ext == LSLEquiv) { in printRegExtendOperand()
345 switch (Ext) { in printRegExtendOperand()
410 template <A64SE::ShiftExtSpecifiers Ext, bool isHalf>
420 if (Ext == A64SE::LSL) in printNeonMovImmShiftOperand()
422 else if (Ext != A64SE::MSL) in printNeonMovImmShiftOperand()
DAArch64InstPrinter.h158 raw_ostream &O, A64SE::ShiftExtSpecifiers Ext);
167 template <A64SE::ShiftExtSpecifiers Ext, bool IsHalf>
/external/clang/utils/analyzer/
DSATestBuild.py236 (Root, Ext) = os.path.splitext(FileName)
237 if ((Ext == "")) :
242 (Root, Ext) = os.path.splitext(FileName)
243 if ((Ext == ".i") | (Ext == ".ii") |
244 (Ext == ".c") | (Ext == ".cpp") |
245 (Ext == ".m") | (Ext == "")) :
/external/icu4c/data/mappings/
Dnoop-cns-11643.ucm11 # 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
Dnoop-iso-ir-165.ucm13 # do not want to include the real table for ISO-1022-CN(-Ext) that are
Dnoop-gb2312_gl.ucm13 # do not want to include the real table for ISO-1022-CN(-Ext) that are extremely
/external/chromium_org/third_party/icu/source/data/mappings/
Dnoop-cns-11643.ucm11 # 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
Dnoop-iso-ir-165.ucm13 # do not want to include the real table for ISO-1022-CN(-Ext) that are
Dnoop-gb2312_gl.ucm13 # do not want to include the real table for ISO-1022-CN(-Ext) that are extremely
/external/lzma/CPP/7zip/Archive/
DArchiveExports.cpp105 if (arc.Ext != 0) in GetHandlerProperty2()
106 prop = arc.Ext; in GetHandlerProperty2()
/external/jmonkeyengine/engine/src/core-data/Common/Materials/
DVertexColor.j3m1 Material Vertex Color Ext : Common/MatDefs/Misc/Unshaded.j3md {
/external/lzma/CPP/7zip/Common/
DRegisterArc.h14 const wchar_t *Ext; member
/external/clang/lib/Driver/
DTypes.cpp126 types::ID types::lookupTypeForExtension(const char *Ext) { in lookupTypeForExtension() argument
127 return llvm::StringSwitch<types::ID>(Ext) in lookupTypeForExtension()
DToolChain.cpp142 types::ID ToolChain::LookupTypeForExtension(const char *Ext) const { in LookupTypeForExtension()
143 return types::lookupTypeForExtension(Ext); in LookupTypeForExtension()
/external/clang/include/clang/Driver/
DTypes.h71 ID lookupTypeForExtension(const char *Ext);
/external/clang/lib/Sema/
DSemaDeclObjC.cpp1147 Ext = IDecl->visible_extensions_begin(), in CheckImplementationIvars() local
1149 Ext != ExtEnd; ++Ext) { in CheckImplementationIvars()
1150 ObjCCategoryDecl *CDecl = *Ext; in CheckImplementationIvars()
1792 Ext = I->visible_extensions_begin(), in MatchAllMethodDeclarations() local
1794 Ext != ExtEnd; ++Ext) { in MatchAllMethodDeclarations()
1796 IMPDecl, *Ext, IncompleteImpl, false, in MatchAllMethodDeclarations()
1904 Ext = I->visible_extensions_begin(), in ImplMethodsVsClassMethods() local
1906 Ext != ExtEnd; ++Ext) { in ImplMethodsVsClassMethods()
1907 ImplMethodsVsClassMethods(S, IMPDecl, *Ext, IncompleteImpl); in ImplMethodsVsClassMethods()
2601 Ext = IDecl->visible_extensions_begin(), in ActOnAtEnd() local
[all …]
DSemaObjCProperty.cpp347 Ext = CCPrimary->known_extensions_begin(), in HandlePropertyInClassExtension() local
349 Ext != ExtEnd; ++Ext) { in HandlePropertyInClassExtension()
351 = ObjCPropertyDecl::findPropertyDecl(*Ext, PropertyId)) { in HandlePropertyInClassExtension()
787 Ext = ClassDecl->known_extensions_begin(), in DiagnoseClassAndClassExtPropertyMismatch() local
789 Ext != ExtEnd; ++Ext) { in DiagnoseClassAndClassExtPropertyMismatch()
791 DeclContext::lookup_result R = Ext->lookup(property->getDeclName()); in DiagnoseClassAndClassExtPropertyMismatch()
915 Ext = IDecl->known_extensions_begin(), in ActOnPropertyImplDecl() local
916 ExtEnd = IDecl->known_extensions_end(); Ext != ExtEnd; ++Ext) { in ActOnPropertyImplDecl()
917 DeclContext::lookup_result R = Ext->lookup(property->getDeclName()); in ActOnPropertyImplDecl()
/external/clang/lib/Frontend/
DInitPreprocessor.cpp119 const llvm::fltSemantics *Sem, StringRef Ext) { in DefineFloatMacros() argument
149 Builder.defineMacro(DefPrefix + "DENORM_MIN__", Twine(DenormMin)+Ext); in DefineFloatMacros()
152 Builder.defineMacro(DefPrefix + "EPSILON__", Twine(Epsilon)+Ext); in DefineFloatMacros()
159 Builder.defineMacro(DefPrefix + "MAX__", Twine(Max)+Ext); in DefineFloatMacros()
163 Builder.defineMacro(DefPrefix + "MIN__", Twine(Min)+Ext); in DefineFloatMacros()
/external/clang/lib/AST/
DDeclObjC.cpp409 Ext = ClassDecl->visible_extensions_begin(), in lookupInstanceVariable() local
411 Ext != ExtEnd; ++Ext) { in lookupInstanceVariable()
412 if (ObjCIvarDecl *I = Ext->getIvarDecl(ID)) { in lookupInstanceVariable()
1161 Ext = known_extensions_begin(), in all_declared_ivar_begin() local
1163 Ext != ExtEnd; ++Ext) { in all_declared_ivar_begin()
1164 if (!Ext->ivar_empty()) { in all_declared_ivar_begin()
1166 I = Ext->ivar_begin(), in all_declared_ivar_begin()
1167 E = Ext->ivar_end(); in all_declared_ivar_begin()
/external/chromium_org/chrome_frame/
Dchrome_frame_activex.rgs36 NoRemove Ext {
/external/clang/lib/StaticAnalyzer/Checkers/
DIvarInvalidationChecker.cpp272 Ext = InterfD->visible_extensions_begin(), in containsInvalidationMethod() local
274 Ext != ExtEnd; ++Ext) { in containsInvalidationMethod()
275 containsInvalidationMethod(*Ext, OutInfo, Partial); in containsInvalidationMethod()

123