Home
last modified time | relevance | path

Searched defs:Name (Results 1 – 25 of 67) sorted by relevance

123

/frameworks/compile/mclinker/lib/Target/X86/
DX86RelocationFunctions.h12 #define DECL_X86_32_APPLY_RELOC_FUNC(Name) \ argument
79 #define DECL_X86_64_APPLY_RELOC_FUNC(Name) \ argument
/frameworks/compile/slang/
Dslang_rs_special_func.h34 const llvm::StringRef Name = FD->getName(); in isInitRSFunc() local
43 const llvm::StringRef Name = FD->getName(); in isDtorRSFunc() local
Dslang_rs_pragma_handler.cpp48 RSExportTypePragmaHandler(llvm::StringRef Name, RSContext *Context) in RSExportTypePragmaHandler()
60 RSJavaPackageNamePragmaHandler(llvm::StringRef Name, RSContext *Context) in RSJavaPackageNamePragmaHandler()
129 RSReducePragmaHandler(llvm::StringRef Name, RSContext *Context) in RSReducePragmaHandler()
323 const std::string Name = PragmaToken.getIdentifierInfo()->getName(); in ProcessKeywordAndValue() local
351 RSReflectLicensePragmaHandler(llvm::StringRef Name, RSContext *Context) in RSReflectLicensePragmaHandler()
381 RSVersionPragmaHandler(llvm::StringRef Name, RSContext *Context) in RSVersionPragmaHandler()
396 RSPrecisionPragmaHandler(llvm::StringRef Name, RSContext *Context) in RSPrecisionPragmaHandler()
Dslang_rs_export_type.h192 inline bool IsDummyName(const llvm::StringRef &Name) { in IsDummyName()
391 const llvm::StringRef &Name, in RSExportPrimitiveType()
459 const llvm::StringRef &Name, in RSExportPointerType()
489 const llvm::StringRef &Name, in RSExportVectorType()
513 std::stringstream Name; in getElementName() local
537 const llvm::StringRef &Name, in RSExportMatrixType()
607 const llvm::StringRef &Name, in Field()
644 const llvm::StringRef &Name, in RSExportRecordType()
Dslang_rs_export_element.cpp63 llvm::StringRef Name(DataElementInfoTable[i].name); in Init() local
168 RSExportElement::GetElementInfo(const llvm::StringRef &Name) { in GetElementInfo()
Dslang_rs_pragma_handler.h38 RSPragmaHandler(llvm::StringRef Name, RSContext *Context) in RSPragmaHandler()
Dslang_rs_export_func.h49 RSExportFunc(RSContext *Context, const llvm::StringRef &Name, in RSExportFunc()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/Reflection/
DIDescriptor.cs43 string Name { get; } property
DOriginalNameAttribute.cs47 public string Name { get; set; } property in Google.Protobuf.Reflection.OriginalNameAttribute
DPackageDescriptor.cs53 public string Name property in Google.Protobuf.Reflection.PackageDescriptor
DDescriptorBase.cs67 public abstract string Name { get; } property in Google.Protobuf.Reflection.DescriptorBase
DEnumValueDescriptor.cs58 public override string Name { get { return proto.Name; } } property in Google.Protobuf.Reflection.EnumValueDescriptor
DServiceDescriptor.cs59 public override string Name { get { return proto.Name; } } property in Google.Protobuf.Reflection.ServiceDescriptor
DMethodDescriptor.cs84 public override string Name { get { return proto.Name; } } property in Google.Protobuf.Reflection.MethodDescriptor
DOneofDescriptor.cs63 public override string Name { get { return proto.Name; } } property in Google.Protobuf.Reflection.OneofDescriptor
DEnumDescriptor.cs73 public override string Name { get { return proto.Name; } } property in Google.Protobuf.Reflection.EnumDescriptor
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsRelocationFunctions.h12 #define DECL_MIPS_APPLY_RELOC_FUNC(Name) \ argument
/frameworks/compile/mclinker/lib/Target/ARM/
DARMRelocationFunctions.h12 #define DECL_ARM_APPLY_RELOC_FUNC(Name) \ argument
/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64RelocationFunctions.h12 #define DECL_AARCH64_APPLY_RELOC_FUNC(Name) \ argument
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/
DJsonToken.cs58 internal static JsonToken Name(string name) in Name() method in Google.Protobuf.JsonToken
80 Name, enumerator
/frameworks/base/media/mca/filterpacks/native/base/
Dtime_util.h43 const std::string& Name() const { return mName; } in Name() function
/frameworks/base/media/mca/filterfw/native/core/
Dtime_util.h43 const string& Name() const { return mName; } in Name() function
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/internal/
Denum_type_wrapper.py51 def Name(self, number): member in EnumTypeWrapper
/frameworks/native/opengl/include/EGL/
DPlatform.h276 #define ANGLE_PLATFORM_METHOD_DEF(Name, CapsName) CapsName##Func Name = Default##CapsName; argument
295 #define ANGLE_PLATFORM_METHOD_STRING(Name) #Name argument
296 #define ANGLE_PLATFORM_METHOD_STRING2(Name, CapsName) ANGLE_PLATFORM_METHOD_STRING(Name), argument
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonRelocationFunctions.h39 #define DECL_HEXAGON_APPLY_RELOC_FUNC(Name) \ argument

123