/external/llvm/lib/Target/Mips/ |
Mips16ISelLowering.cpp | 39 const char *Name; 42 return std::strcmp(Name, RHS.Name) < 0; 47 const char* Name; 51 return std::strcmp(Name, RHS.Name) < 0; 54 return std::strcmp(Name, RHS.Name) == 0; 59 // Libcalls for which no helper is generated. Sorted by name for binary search. 259 setLibcallName(HardFloatLibCalls[I].Libcall, HardFloatLibCalls[I].Name); [all...] |
/external/mesa3d/src/mesa/drivers/dri/intel/ |
intel_fbo.c | 60 intel_new_renderbuffer(struct gl_context * ctx, GLuint name); 79 intel_new_framebuffer(struct gl_context * ctx, GLuint name) 84 return _mesa_new_framebuffer(ctx, name); 138 if (rb->Name == 0) { 145 if (rb->Name == 0) { 151 __FUNCTION__, rb->Name, _mesa_get_format_name(rb->Format), 170 rb->Name, _mesa_get_format_name(rb->Format)); 337 ASSERT(rb->Name == 0); 442 intel_new_renderbuffer(struct gl_context * ctx, GLuint name) 456 _mesa_init_renderbuffer(rb, name); [all...] |
/external/v8/src/ |
api.h | 165 V(Name, Name) \ 195 static inline Local<Name> ToLocal( 196 v8::internal::Handle<v8::internal::Name> obj); 337 #define MAKE_TO_LOCAL(Name, From, To) \ 338 Local<v8::To> Utils::Name(v8::internal::Handle<v8::internal::From> obj) { \ 353 MAKE_TO_LOCAL(ToLocal, Name, Name) 629 v8::Local<v8::Name> property,
|
log.cc | 28 #define DECLARE_EVENT(ignore1, name) name, 74 void AppendName(Name* name) { 75 if (name->IsString()) { 76 AppendString(String::cast(name)); 78 Symbol* symbol = Symbol::cast(name); 80 if (!symbol->name()->IsUndefined()) { 82 AppendString(String::cast(symbol->name())); 174 Name* name) 1235 base::SmartArrayPointer<char> name = local 1278 base::SmartArrayPointer<char> name = local 1756 Name* name = Name::cast(ai->name()); local [all...] |
/external/llvm/lib/TableGen/ |
Record.cpp | 338 // bits initializer will resolve into VarBitInit to keep the field name and bit 631 std::string Name = LHSs->getValue(); 635 if (const RecordVal *RV = CurRec->getValue(Name)) { 638 return VarInit::get(Name, RV->getType()); 641 Init *TemplateArgName = QualifyName(*CurRec, CurMultiClass, Name, 656 Init *MCName = QualifyName(CurMultiClass->Rec, CurMultiClass, Name, 670 if (Record *D = (CurRec->getRecords()).getDef(Name)) 674 "Undefined reference:'" + Name + "'\n"); [all...] |
/external/clang/lib/Frontend/ |
CompilerInvocation.cpp | 125 // its name (minus the "W" or "R" at the beginning) to the warning list. 128 // This is -Wfoo= or -Rfoo=, where foo is the name of the diagnostic group. 143 StringRef Name = A->getValue(); 144 AnalysisStores Value = llvm::StringSwitch<AnalysisStores>(Name) 145 #define ANALYSIS_STORE(NAME, CMDFLAG, DESC, CREATFN) \ 146 .Case(CMDFLAG, NAME##Model) 151 << A->getAsString(Args) << Name; 159 StringRef Name = A->getValue(); 160 AnalysisConstraints Value = llvm::StringSwitch<AnalysisConstraints>(Name) 161 #define ANALYSIS_CONSTRAINTS(NAME, CMDFLAG, DESC, CREATFN) [all...] |
/external/llvm/lib/Transforms/Utils/ |
SimplifyLibCalls.cpp | [all...] |
/external/llvm/lib/Target/AMDGPU/AsmParser/ |
AMDGPUAsmParser.cpp | 354 /// @name Auto-generated Match Functions 423 bool ParseInstruction(ParseInstructionInfo &Info, StringRef Name, 432 OperandMatchResultTy parseNamedBit(const char *Name, OperandVector &Operands, 470 const char *Name; 739 return TokError("vendor name required, comma expected"); 743 return TokError("invalid vendor name"); 749 return TokError("arch name required, comma expected"); 753 return TokError("invalid arch name"); 967 return TokError("expected symbol name"); 979 return TokError("expected symbol name"); [all...] |
/external/llvm/lib/Support/ |
Triple.cpp | 228 Triple::ArchType Triple::getArchTypeForLLVMName(StringRef Name) { 229 Triple::ArchType BPFArch(parseBPFArch(Name)); 230 return StringSwitch<Triple::ArchType>(Name) 889 static void parseVersionFromName(StringRef Name, unsigned &Major, 897 if (Name.empty() || Name[0] < '0' || Name[0] > '9') 901 *Components[i] = EatNumber(Name); 904 if (Name.startswith(".")) 905 Name = Name.substr(1) [all...] |
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
ARMELFStreamer.cpp | 159 StringRef Name = ARMBuildAttrs::AttrTypeAsString(Attribute); 160 if (!Name.empty()) 161 OS << "\t@ " << Name; 174 StringRef Name = ARMBuildAttrs::AttrTypeAsString(Attribute); 175 if (!Name.empty()) 176 OS << "\t@ " << Name; 566 void EmitMappingSymbol(StringRef Name) { 568 Name + "." + Twine(MappingSymbolCounter++))); 584 void EmitPersonalityFixup(StringRef Name); 937 // [ <section-length> "vendor-name" [all...] |
/external/mesa3d/src/mesa/main/ |
shaderapi.c | 190 is_program(struct gl_context *ctx, GLuint name) 192 struct gl_shader_program *shProg = _mesa_lookup_shader_program(ctx, name); 198 is_shader(struct gl_context *ctx, GLuint name) 200 struct gl_shader *shader = _mesa_lookup_shader(ctx, name); 259 GLuint name; local 266 name = _mesa_HashFindFreeKeyBlock(ctx->Shared->ShaderObjects, 1); 267 sh = ctx->Driver.NewShader(ctx, name, type); 268 _mesa_HashInsert(ctx->Shared->ShaderObjects, name, sh); 270 return name; 277 GLuint name; local [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
adoctint.h | 529 virtual HRESULT WINAPI GetPermissions(VARIANT Name,ObjectTypeEnum ObjectType,VARIANT ObjectTypeId,RightsEnum *Rights) = 0; 530 virtual HRESULT WINAPI SetPermissions(VARIANT Name,ObjectTypeEnum ObjectType,ActionEnum Action,RightsEnum Rights,InheritTypeEnum Inherit,VARIANT ObjectTypeId) = 0; 545 HRESULT (WINAPI *GetPermissions)(_Group25 *This,VARIANT Name,ObjectTypeEnum ObjectType,VARIANT ObjectTypeId,RightsEnum *Rights); 546 HRESULT (WINAPI *SetPermissions)(_Group25 *This,VARIANT Name,ObjectTypeEnum ObjectType,ActionEnum Action,RightsEnum Rights,InheritTypeEnum Inherit,VARIANT ObjectTypeId); 563 #define _Group25_GetPermissions(This,Name,ObjectType,ObjectTypeId,Rights) (This)->lpVtbl->GetPermissions(This,Name,ObjectType,ObjectTypeId,Rights) 564 #define _Group25_SetPermissions(This,Name,ObjectType,Action,Rights,Inherit,ObjectTypeId) (This)->lpVtbl->SetPermissions(This,Name,ObjectType,Action,Rights,Inherit,ObjectTypeId) 572 HRESULT WINAPI _Group25_GetPermissions_Proxy(_Group25 *This,VARIANT Name,ObjectTypeEnum ObjectType,VARIANT ObjectTypeId,RightsEnum *Rights) [all...] |
/cts/suite/audio_quality/lib/src/task/ |
ModelBuilder.cpp | 127 if (strcmp(child->Value(), mParsingTable[i].name) == 0) { 255 android::String8 name(attr->Name()); 257 if (!task.parseAttribute(name, value)) { 259 attr->Name(), attr->Value(), task.getType());
|
/device/sample/products/ |
sample_addon.mk | 11 # name of the add-on 33 # Name of the doc to generate and put in the add-on. This must match the name defined 42 # Real name of the add-on. This is the name used to build the add-on.
|
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/ |
Antlr.Runtime.Tools.pas | 16 3. The name of the author may not be used to endorse or promote products 317 /// to access variables by name. For example, see the following C code: 376 function GetAsInteger(const Name: String): Integer; 377 procedure SetAsInteger(const Name: String; const Value: Integer); 378 function GetAsInterface(const Name: String): IInterface; 379 procedure SetAsInterface(const Name: String; const Value: IInterface); 385 property AsInteger[const Name: String]: Integer read GetAsInteger write SetAsInteger; 386 property AsInterface[const Name: String]: IInterface read GetAsInterface write SetAsInterface; default; 939 function TLocalStorage.GetAsInteger(const Name: String): Integer; 944 if (FEntries[I].FName = Name) the [all...] |
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/x509/ |
GeneralNameTest.java | 28 import org.apache.harmony.security.x501.Name; 45 GeneralName san1 = new GeneralName(1, "rfc@822.Name"); 48 GeneralName san4 = new GeneralName(new Name("O=Organization"));
|
/external/autotest/client/deps/glbench/src/ |
fillratetest.cc | 21 virtual const char* Name() const { return "fill_rate"; } 32 virtual const char* Name() const { return "fbo_fill_rate"; } 166 char name[256]; local 190 sprintf(name, "fbofill_tex_bilinear_%d", size); 228 FillRateTestNormalSubWindow(name, size, size);
|
/external/avahi/avahi-sharp/ |
RecordBrowser.cs | 32 IntPtr name, ushort clazz, ushort type, IntPtr rdata, int size, 56 public string Name; 84 private string name; field in class:Avahi.RecordBrowser 95 byte[] name, ushort clazz, ushort type, 132 public RecordBrowser (Client client, string name, RecordType type) : 133 this (client, -1, Protocol.Unspecified, name, RecordClass.In, type, LookupFlags.None) 137 public RecordBrowser (Client client, int iface, Protocol proto, string name, RecordClass clazz, 143 this.name = name; 167 handle = avahi_record_browser_new (client.Handle, iface, proto, Utility.StringToBytes (name), [all...] |
ServiceBrowser.cs | 29 IntPtr name, IntPtr type, IntPtr domain, LookupResultFlags flags, 38 public string Name; 177 IntPtr name, IntPtr type, IntPtr domain, LookupResultFlags flags, 186 info.Name = Utility.PtrToString (name);
|
ServiceResolver.cs | 31 ResolverEvent revent, IntPtr name, IntPtr type, 43 private string name; field in class:Avahi.ServiceResolver 55 byte[] name, byte[] type, byte[] domain, 101 public ServiceResolver (Client client, string name, string type, string domain) : this (client, -1, 103 name, type, domain, 110 service.Protocol, service.Name, 117 public ServiceResolver (Client client, int iface, Protocol proto, string name, 123 this.name = name; 149 Utility.StringToBytes (name), Utility.StringToBytes (type) [all...] |
/external/clang/include/clang/Driver/ |
ToolChain.h | 105 /// \name Utilities for implementing subclasses. 136 /// \brief Provide the default architecture name (as expected by -arch) for 168 /// \param ProgName The name the Clang driver was invoked with (from, 180 /// \param BoundArch - The bound architecture name, or 0. 195 std::string GetFilePath(const char *Name) const; 196 std::string GetProgramPath(const char *Name) const; 199 /// the linker suffix or name.
|
/external/clang/lib/AST/ |
Mangle.cpp | 10 // Implements generic name mangling support for blocks and Objective-C. 121 // If we have an asm name, then we use it as the mangling. 259 SmallString<64> Name; 260 llvm::raw_svector_ostream OS(Name);
|
/external/clang/lib/CodeGen/ |
CGBlocks.h | 155 /// Name - The name of the block, kindof. 156 StringRef Name; 271 CGBlockInfo(const BlockDecl *blockDecl, StringRef Name);
|
CGVTT.cpp | 111 StringRef Name = OutName.str(); 122 CGM.CreateOrReplaceCXXRuntimeVariable(Name, ArrayType,
|
ModuleBuilder.cpp | 229 void HandleDetectMismatch(llvm::StringRef Name, 231 Builder->AddDetectMismatch(Name, Value);
|