/external/lzma/CPP/7zip/UI/Console/ |
List.cpp | 29 const wchar_t *Name;
35 { kpidName, L"Name" },
80 { kpidShortName, L"Short Name" },
119 UString Name;
129 const wchar_t *Name;
142 { kpidPath, L"Name", kLeft, kLeft, 2, 24 }
194 fieldInfo.Name = fieldInfoInit.Name;
203 static UString GetPropName(PROPID propID, BSTR name)
209 return propIdToName.Name;
225 CMyComBSTR name; local 517 CMyComBSTR name; local 537 CMyComBSTR name; local [all...] |
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
radeon_opcodes.h | 244 const char * Name;
|
/frameworks/compile/slang/ |
slang_rs_export_type.cpp | 95 * the name instead of duplicating the entries. 143 const char *name; member in struct:slang::__anon22876::NameAndPrimitiveType 637 std::string CreateDummyName(const char *type, const std::string &name) { 640 if (!name.empty()) { 641 S << ":" << name; local 655 // Get type name 738 llvm::StringRef Name = RD->getName(); 739 if (Name.empty()) { 741 Name = RD->getTypedefNameForAnonDecl()->getName(); 744 if (Name.empty()) 1255 llvm::StringRef name; local [all...] |
slang_rs_reflection_cpp.cpp | 727 // always use the same index variable name here) name given 890 std::string Name = VarName + "." + getVectorAccessor(i); 891 genInitPrimitiveExportVariable(Name, Val); 900 std::string Name = VarName + "." + getVectorAccessor(i); 901 genInitPrimitiveExportVariable(Name, ElementVal); [all...] |
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/anqp/ |
CivicLocationElement.java | 108 public static final int NAME = 23; 143 Name, 179 s_caTypes.put(NAME, CAType.Name);
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libmkv/ |
EbmlIDs.h | 104 Name = 0x536E,
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
NameSplitter.java | 32 * The purpose of this class is to split a full name into given names and last 33 * name. The logic only supports having a single last name. If the full name has 40 * <li>Assign the last remaining token as the last name.</li> 41 * <li>If the previous word to the last name is one from LASTNAME_PREFIXES, use 42 * this word also as the last name.</li> 84 public static class Name { 99 public Name() { 102 public Name(String prefix, String givenNames, String middleName, String familyName [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
d3d10shader.h | 76 LPCSTR Name; 131 LPCSTR Name; 140 LPCSTR Name; 165 STDMETHOD_(struct ID3D10ShaderReflectionType *, GetMemberTypeByName)(THIS_ LPCSTR name) PURE; 187 STDMETHOD_(struct ID3D10ShaderReflectionVariable *, GetVariableByName)(THIS_ LPCSTR name) PURE; 203 STDMETHOD_(struct ID3D10ShaderReflectionConstantBuffer *, GetConstantBufferByName)(THIS_ LPCSTR name) PURE;
|
d3d11shader.h | 80 LPCSTR Name; 100 LPCSTR Name; 105 LPCSTR Name; 114 LPCSTR Name; 143 STDMETHOD_(struct ID3D11ShaderReflectionType *, GetMemberTypeByName)(THIS_ LPCSTR name) PURE; 174 STDMETHOD_(struct ID3D11ShaderReflectionVariable *, GetVariableByName)(THIS_ LPCSTR name) PURE; 190 STDMETHOD_(struct ID3D11ShaderReflectionConstantBuffer *, GetConstantBufferByName)(THIS_ LPCSTR name) PURE; 195 STDMETHOD_(struct ID3D11ShaderReflectionVariable *, GetVariableByName)(THIS_ LPCSTR name) PURE; 196 STDMETHOD(GetResourceBindingDescByName)(THIS_ LPCSTR name, D3D11_SHADER_INPUT_BIND_DESC *desc) PURE;
|
d3dx9anim.h | 97 LPSTR Name; 109 LPSTR Name; 175 STDMETHOD(CreateFrame)(THIS_ LPCSTR Name, LPD3DXFRAME *new_frame) PURE; 176 STDMETHOD(CreateMeshContainer)(THIS_ const char *name, const D3DXMESHDATA *mesh_data, 220 STDMETHOD(GetAnimationNameByIndex)(THIS_ UINT index, LPCSTR *name) PURE; 221 STDMETHOD(GetAnimationIndexByName)(THIS_ LPCSTR name, UINT *index) PURE; 241 STDMETHOD(GetAnimationNameByIndex)(THIS_ UINT index, LPCSTR *name) PURE; 242 STDMETHOD(GetAnimationIndexByName)(THIS_ LPCSTR name, UINT *index) PURE; 269 STDMETHOD(RegisterAnimationSRTKeys)(THIS_ LPCSTR name, UINT num_scale_keys, 291 STDMETHOD(GetAnimationNameByIndex)(THIS_ UINT index, LPCSTR *name) PURE [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/ |
acpiioct.h | 127 CHAR Name[ANYSIZE_ARRAY]; 133 CHAR Name[ANYSIZE_ARRAY];
|
mountmgr.h | 118 WCHAR Name[1];
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/ |
ast.py | 117 def __init__(self, name, flags, lineno=None): 118 self.name = name 123 return self.name, self.flags 129 return "AssName(%s, %s)" % (repr(self.name), repr(self.flags)) 311 def __init__(self, name, bases, doc, code, decorators = None, lineno=None): 312 self.name = name 321 children.append(self.name) 337 return "Class(%s, %s, %s, %s, %s)" % (repr(self.name), repr(self.bases), repr(self.doc), repr(self.code), repr(self.decorators) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/ |
ast.py | 117 def __init__(self, name, flags, lineno=None): 118 self.name = name 123 return self.name, self.flags 129 return "AssName(%s, %s)" % (repr(self.name), repr(self.flags)) 311 def __init__(self, name, bases, doc, code, decorators = None, lineno=None): 312 self.name = name 321 children.append(self.name) 337 return "Class(%s, %s, %s, %s, %s)" % (repr(self.name), repr(self.bases), repr(self.doc), repr(self.code), repr(self.decorators) [all...] |
/art/compiler/ |
oat_writer.cc | 176 static const char* Name() { 198 static const char* Name() { 220 static const char* Name() { [all...] |
/external/clang/include/clang/ASTMatchers/ |
ASTMatchersInternal.h | 576 /// \brief Matches overloaded operators with a specific name. 589 explicit HasOverloadedOperatorNameMatcher(const StringRef Name) 590 : SingleNodeMatcherInterface<T>(), Name(Name) {} 600 /// name. 602 return getOperatorSpelling(Node.getOperator()) == Name; 606 /// operator and has the given operator name. 609 getOperatorSpelling(Node.getOverloadedOperator()) == Name; 612 std::string Name; 615 /// \brief Matches named declarations with a specific name [all...] |
/external/clang/include/clang/Serialization/ |
ASTWriter.h | 241 const IdentifierInfo *Name; 250 /// @name FlushStmt Caches 621 serialization::MacroID getMacroRef(MacroInfo *MI, const IdentifierInfo *Name); 626 uint64_t getMacroDirectivesOffset(const IdentifierInfo *Name); 668 /// \brief Emit a declaration name. 669 void AddDeclarationName(DeclarationName Name, RecordDataImpl &Record); 671 DeclarationName Name, RecordDataImpl &Record); 678 /// \brief Emit a nested name specifier. 681 /// \brief Emit a nested name specifier with source-location information. 685 /// \brief Emit a template name [all...] |
/external/clang/lib/AST/ |
DeclCXX.cpp | [all...] |
Stmt.cpp | 31 const char *Name; 45 StmtClassInfo[(unsigned)Stmt::CLASS##Class].Name = #CLASS; \ 58 return getStmtInfoTableEntry((StmtClass) StmtBits.sClass).Name; 68 if (StmtClassInfo[i].Name == nullptr) continue; 74 if (StmtClassInfo[i].Name == nullptr) continue; 77 << StmtClassInfo[i].Name << ", " << StmtClassInfo[i].Size 452 /// This returns -1 if the operand name is invalid. 614 // Verify that an operand with that name exists. [all...] |
/external/clang/lib/Basic/ |
VirtualFileSystem.cpp | 38 Status::Status(StringRef Name, StringRef ExternalName, UniqueID UID, 41 : Name(Name), UID(UID), MTime(MTime), User(User), Group(Group), Size(Size), 71 FileSystem::getBufferForFile(const llvm::Twine &Name, int64_t FileSize, 73 auto F = openFileForRead(Name); 77 return (*F)->getBuffer(Name, FileSize, RequiresNullTerminator, IsVolatile); 98 getBuffer(const Twine &Name, int64_t FileSize = -1, 102 void setName(StringRef Name) override; 121 RealFile::getBuffer(const Twine &Name, int64_t FileSize, 124 return MemoryBuffer::getOpenFile(FD, Name, FileSize, RequiresNullTerminator [all...] |
/external/clang/lib/Driver/ |
Driver.cpp | 60 Name = llvm::sys::path::filename(ClangExecutable); 665 getOpts().PrintHelp(llvm::outs(), Name.c_str(), DriverTitle.c_str(), 918 // right name without overwriting it. We could remove this oddity by just [all...] |
/external/clang/lib/Frontend/ |
CompilerInstance.cpp | 890 // Note the name of the module we're building. [all...] |
CompilerInvocation.cpp | 121 // its name (minus the "W" or "R" at the beginning) to the warning list. 124 // This is -Wfoo= or -Rfoo=, where foo is the name of the diagnostic group. 139 StringRef Name = A->getValue(); 140 AnalysisStores Value = llvm::StringSwitch<AnalysisStores>(Name) 141 #define ANALYSIS_STORE(NAME, CMDFLAG, DESC, CREATFN) \ 142 .Case(CMDFLAG, NAME##Model) 147 << A->getAsString(Args) << Name; 155 StringRef Name = A->getValue(); 156 AnalysisConstraints Value = llvm::StringSwitch<AnalysisConstraints>(Name) 157 #define ANALYSIS_CONSTRAINTS(NAME, CMDFLAG, DESC, CREATFN) [all...] |
/external/clang/lib/Parse/ |
ParseExpr.cpp | 494 /// '(' type-name ')' cast-expression 502 /// 'sizeof' '(' type-name ')' 505 /// [GNU] '__alignof' '(' type-name ')' 506 /// [C11] '_Alignof' '(' type-name ')' 533 /// [GNU] '__builtin_va_arg' '(' assignment-expression ',' type-name ')' 534 /// [GNU] '__builtin_offsetof' '(' type-name ',' offsetof-member-designator')' 537 /// [GNU] '__builtin_types_compatible_p' '(' type-name ',' type-name ')' 542 /// [OBJC] '\@encode' '(' type-name ')' 548 /// [C++] 'const_cast' '<' type-name '>' '(' expression ')' [C++ 5.2p1 [all...] |
ParsePragma.cpp | 132 explicit PragmaMSPragma(const char *name) : PragmaHandler(name) {} 154 PragmaUnrollHintHandler(const char *name) : PragmaHandler(name) {} 331 IdentifierInfo *Name; 348 Actions.ActOnPragmaPack(Info->Kind, Info->Name, Alignment.get(), PragmaLoc, 375 ConsumeToken(); // The weak name. 643 // Grab the string literal for our section name. 683 // #pragma init_seg({ compiler | lib | user | "section-name" [, func-name]} ) [all...] |