HomeSort by relevance Sort by last modified time
    Searched refs:Name (Results 776 - 800 of 2465) sorted by null

<<31323334353637383940>>

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/
b-fixo2.d 15 Idx Name Size VMA LMA File off Algn
sec-2.d 10 Idx Name Size VMA LMA File off Algn
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-scripts/
rgn-at1.d 0 # name: rgn-at1
12 Idx +Name +Size +VMA +LMA +File off +Algn +Flags
rgn-at4.d 0 # name: rgn-at4
12 Idx +Name +Size +VMA +LMA +File off +Algn +Flags
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-sh/
shared-2.d 11 Tag Type Name/Value
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/x509/
CertificateListTest.java 42 import org.apache.harmony.security.x501.Name;
102 new GeneralName(new Name("O=Cert Organization"))//new GeneralName(4, "O=Organization")
139 Name issuer = new Name(issuerName);
168 Name issuer = new Name(issuerName);
  /external/llvm/include/llvm/ExecutionEngine/Orc/
ObjectLinkingLayer.h 56 RuntimeDyld::SymbolInfo getSymbol(StringRef Name) const {
57 return RTDyld->getSymbol(Name);
208 /// @param Name The name of the symbol to search for.
211 JITSymbol findSymbol(StringRef Name, bool ExportedSymbolsOnly) {
214 if (auto Symbol = findSymbolIn(I, Name, ExportedSymbolsOnly))
223 /// @param Name The name of the symbol to search for.
227 JITSymbol findSymbolIn(ObjSetHandleT H, StringRef Name,
229 if (auto Sym = (*H)->getSymbol(Name)) {
    [all...]
  /external/lzma/CPP/7zip/Archive/7z/
7zUpdate.cpp 47 static int GetReverseSlashPos(const UString &name)
49 int slashPos = name.ReverseFind(L'/');
51 int slash1Pos = name.ReverseFind(L'\\');
59 int slashPos = GetReverseSlashPos(Name);
60 int dotPos = Name.ReverseFind(L'.');
62 return Name.Len();
68 return Name.Ptr(GetExtensionPos());
120 return CompareFileNames(f1.Name, f2.Name);
159 - Dir.NonAnti (name sorted)
1012 UString name; local
1155 UString name; local
1273 UString name; local
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
ifunc-3.d 2 #name: i386 ifunc 3
5 Offset Info Type Sym.Value Sym. Name
24 Offset Info Type Sym.Value Sym. Name
37 Num: Value Size Type Bind Vis Ndx Name
  /external/llvm/lib/MC/MCParser/
ELFAsmParser.cpp 162 StringRef Name;
164 if (getParser().parseIdentifier(Name))
167 MCSymbol *Sym = getContext().getOrCreateSymbol(Name);
199 StringRef Name;
200 if (getParser().parseIdentifier(Name))
202 MCSymbolELF *Sym = cast<MCSymbolELF>(getContext().getOrCreateSymbol(Name));
220 // A section name can contain -, so we cannot just use
412 return TokError("Section cannot specifiy a group name while also acting "
444 return TokError("expected group name");
570 StringRef Name;
    [all...]
AsmParser.cpp 58 StringRef Name;
69 StringRef Name;
75 : Name(N), Body(B), Parameters(std::move(P)) {}
197 /// @name MCAsmParser Interface
257 void checkForBadMacro(SMLoc DirectiveLoc, StringRef Name, StringRef Body,
271 /// \param Name Macro name.
273 const MCAsmMacro* lookupMacro(StringRef Name);
275 /// \brief Define a new macro with the given name and information.
276 void defineMacro(StringRef Name, MCAsmMacro Macro)
    [all...]
  /external/llvm/utils/TableGen/
CodeGenTarget.cpp 133 /// getQualifiedName - Return the name of the specified record, with a
234 const CodeGenRegister *CodeGenTarget::getRegisterByName(StringRef Name) const {
236 StringMap<CodeGenRegister*>::const_iterator I = Regs.find(Name);
288 GetInstByName(const char *Name,
292 const Record *Rec = Records.getDef(Name);
296 PrintFatalError(Twine("Could not find '") + Name + "' instruction!");
330 // Sort them by name.
471 Name = R->getValueAsString("LLVMName");
473 if (Name == "") {
474 // If an explicit name isn't specified, derive one from the DefName
    [all...]
  /frameworks/compile/slang/
slang_rs_pragma_handler.cpp 48 RSExportTypePragmaHandler(llvm::StringRef Name, RSContext *Context)
49 : RSPragmaHandler(Name, Context) { }
60 RSJavaPackageNamePragmaHandler(llvm::StringRef Name, RSContext *Context)
61 : RSPragmaHandler(Name, Context) { }
66 // FIXME: Need to validate the extracted package name from pragma.
68 // name.
99 // Lex package name
129 RSReducePragmaHandler(llvm::StringRef Name, RSContext *Context)
130 : RSPragmaHandler(Name, Context) { }
135 // #pragma rs reduce(name)
    [all...]
  /external/llvm/tools/llvm-readobj/
COFFDumper.cpp 86 uint64_t Offset, StringRef &Name);
136 // Given a section and an offset into this section the function returns the name
140 StringRef &Name) {
147 Name = *NameOrErr;
589 StringRef Name = FunctionNames[I];
591 W.printString("LinkageName", Name);
593 DataExtractor DE(FunctionLineTables[Name], true, 4);
755 StringRef Name;
756 error(Sec.getName(Name));
760 W.printBinary("Name", Name, Section->Name)
    [all...]
  /external/clang/lib/Basic/
Targets.cpp 41 /// DefineStd - Define a macro name and standard variants. For example if
807 ArchDefineName = 1 << 0, // <name> is substituted for arch name.
828 bool setCPU(const std::string &Name) override {
829 bool CPUKnown = llvm::StringSwitch<bool>(Name)
879 CPU = Name;
905 void setFeatureEnabled(llvm::StringMap<bool> &Features, StringRef Name,
910 bool validateAsmConstraint(const char *&Name,
912 switch (*Name) {
928 switch (Name[1])
    [all...]
VirtualFileSystem.cpp 47 Status::Status(StringRef Name, UniqueID UID, sys::TimeValue MTime,
50 : Name(Name), UID(UID), MTime(MTime), User(User), Group(Group), Size(Size),
92 FileSystem::getBufferForFile(const llvm::Twine &Name, int64_t FileSize,
94 auto F = openFileForRead(Name);
98 return (*F)->getBuffer(Name, FileSize, RequiresNullTerminator, IsVolatile);
133 ErrorOr<std::unique_ptr<MemoryBuffer>> getBuffer(const Twine &Name,
154 RealFile::getBuffer(const Twine &Name, int64_t FileSize,
157 return MemoryBuffer::getOpenFile(FD, Name, FileSize, RequiresNullTerminator,
199 RealFileSystem::openFileForRead(const Twine &Name) {
    [all...]
  /external/lzma/CPP/7zip/Common/
CreateCoder.cpp 79 info.Name = prop.bstrVal;
106 info.Name = prop.bstrVal;
119 const UString &name, CMethodId &methodId, UInt32 &numInStreams, UInt32 &numOutStreams)
125 if (name.IsEqualToNoCase(codec.Name))
138 if (codec.Name.IsEqualToNoCase(name))
151 CMethodId methodId, UString &name)
159 name = codec.Name;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dbdaoint.h 211 STDMETHOD(Delete) (THIS_ BSTR Name) PURE;
235 STDMETHOD(RepairDatabase) (BSTR Name) PURE;
237 STDMETHOD(_30_CreateWorkspace) (BSTR Name,BSTR UserName,BSTR Password,DAOWorkspace **ppwrk) PURE;
238 STDMETHOD(OpenDatabase) (BSTR Name,VARIANT Options,VARIANT ReadOnly,VARIANT Connect,DAODatabase **ppdb) PURE;
239 STDMETHOD(CreateDatabase) (BSTR Name,BSTR Locale,VARIANT Option,DAODatabase **ppdb) PURE;
244 STDMETHOD(SetDefaultWorkspace) (BSTR Name,BSTR Password) PURE;
249 STDMETHOD(CreateWorkspace) (BSTR Name,BSTR UserName,BSTR Password,VARIANT UseType,DAOWorkspace **ppwrk) PURE;
250 STDMETHOD(OpenConnection) (BSTR Name,VARIANT Options,VARIANT ReadOnly,VARIANT Connect,DAOConnection **ppconn) PURE;
296 STDMETHOD(put_Name) (BSTR Name) PURE;
309 STDMETHOD(OpenDatabase) (BSTR Name,VARIANT Options,VARIANT ReadOnly,VARIANT Connect,DAODatabase **ppdb) PURE
    [all...]
  /external/llvm/lib/Target/X86/AsmParser/
X86AsmParser.cpp 796 /// @name Auto-generated Matcher Functions
819 bool ParseInstruction(ParseInstructionInfo &Info, StringRef Name,
826 /// @name Auto-generated Match Functions
829 static unsigned MatchRegisterName(StringRef Name);
909 return Error(StartLoc, "invalid register name",
915 // If the match failed, try the register name as lowercase.
999 return Error(StartLoc, "invalid register name"
    [all...]
  /external/llvm/tools/yaml2obj/
yaml2coff.cpp 68 // If the name is less than 8 bytes, store it in place, otherwise
70 StringRef Name = Sec.Name;
72 if (Name.size() <= COFF::NameSize) {
73 std::copy(Name.begin(), Name.end(), Sec.Header.Name);
76 unsigned Index = getStringIndex(Name);
82 Sec.Header.Name[0] = '/';
83 std::copy(str.begin(), str.end(), Sec.Header.Name + 1)
    [all...]
  /external/lzma/CPP/7zip/UI/Common/
EnumDirItems.cpp 35 di.Name = fs2us(fi.Name);
42 UString CDirItems::GetPrefixesPath(const CIntVector &parents, int index, const UString &name) const
45 unsigned len = name.Len();
52 len -= name.Len();
53 memcpy(p + len, (const wchar_t *)name, name.Len() * sizeof(wchar_t));
67 return GetPrefixesPath(PhyParents, di.PhyParent, di.Name);
73 return GetPrefixesPath(LogParents, di.LogParent, di.Name);
186 AddSecurityItem(phyPrefix + fi.Name, secureIndex);
349 const UString name = fs2us(fi.Name); local
426 const UString &name = item.PathParts.Front(); local
471 const UString &name = item.PathParts.Front(); local
602 const UString &name = item.PathParts.Front(); local
    [all...]
  /external/llvm/examples/Kaleidoscope/Chapter5/
toy.cpp 131 std::string Name;
134 VariableExprAST(const std::string &Name) : Name(Name) {}
188 /// which captures its name, and its argument names (thus implicitly the number
191 std::string Name;
195 PrototypeAST(const std::string &Name, std::vector<std::string> Args)
196 : Name(Name), Args(std::move(Args)) {}
198 const std::string &getName() const { return Name; }
    [all...]
  /external/v8/src/compiler/
machine-operator.cc 237 #define PURE(Name, properties, value_input_count, control_input_count, \
239 struct Name##Operator final : public Operator { \
240 Name##Operator() \
241 : Operator(IrOpcode::k##Name, Operator::kPure | properties, #Name, \
245 Name##Operator k##Name;
343 #define PURE(Name, properties, value_input_count, control_input_count, \
345 const Operator* MachineOperatorBuilder::Name() { return &cache_.k##Name; }
    [all...]
  /frameworks/data-binding/compilerCommon/src/main/xml-gen/android/databinding/parser/
XMLParser.java 13 DTD=3, Name=16, EQUALS=14, PI=18, S=17, SLASH_CLOSE=12, TEXT=9, COMMENT=1,
18 "STRING", "Name", "S", "PI"
172 while (_la==Name) {
337 public TerminalNode Name(int i) {
338 return getToken(XMLParser.Name, i);
340 public List<? extends TerminalNode> Name() { return getTokens(XMLParser.Name); }
375 setState(60); _localctx.elmName = match(Name);
379 while (_la==Name) {
393 setState(71); match(Name);
    [all...]
  /art/compiler/dex/
dex_to_dex_compiler.cc 212 VLOG(compiler) << "Replacing " << Instruction::Name(inst->Opcode())
213 << " by " << Instruction::Name(Instruction::RETURN_VOID_NO_BARRIER)
232 VLOG(compiler) << "Removing " << Instruction::Name(inst->Opcode())
260 VLOG(compiler) << "Quickening " << Instruction::Name(inst->Opcode())
261 << " to " << Instruction::Name(new_opcode)
295 VLOG(compiler) << "Quickening " << Instruction::Name(inst->Opcode())
297 << " to " << Instruction::Name(new_opcode)

Completed in 790 milliseconds

<<31323334353637383940>>