Searched defs:Entry (Results 251 - 275 of 347) sorted by relevance

<<11121314

/external/llvm/utils/TableGen/
H A DAsmWriterEmitter.cpp887 unsigned Entry = MCOpPredicateMap[Rec]; local
888 if (!Entry) {
891 Entry = MCOpPredicates.size();
892 MCOpPredicateMap[Rec] = Entry;
897 Op + ", " + llvm::utostr(Entry) + ")";
H A DAsmMatcherEmitter.cpp995 ClassInfo *&Entry = TokenClasses[Token]; local
997 if (!Entry) {
998 Entry = new ClassInfo();
999 Entry->Kind = ClassInfo::Token;
1000 Entry->ClassName = "Token";
1001 Entry->Name = "MCK_" + getEnumNameForToken(Token);
1002 Entry->ValueName = Token;
1003 Entry->PredicateMethod = "<invalid>";
1004 Entry->RenderMethod = "<invalid>";
1005 Entry
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/fonts/opentype/
H A DOpenTypeVerticalData.cpp87 struct Entry { struct in struct:blink::OpenType::HmtxTable
94 struct Entry { struct in struct:blink::OpenType::VmtxTable
473 size_t sizeExtra = buffer->size() - sizeof(OpenType::VmtxTable::Entry) * countVmtxEntries;
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DSymtab.py46 class Entry(object): class in inherits:object
90 # as_variable Entry Alternative interpretation of extension
94 # enum_values [Entry] For enum types, list of values
121 # cf_used boolean Entry is used
218 class InnerEntry(Entry):
220 An entry in a closure scope that represents the real outer Entry.
225 Entry.__init__(self, outer_entry.name,
256 # entries {string : Entry} Python name to entry, non-types
257 # const_entries [Entry] Constant entries
258 # type_entries [Entry] Struc
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
H A Dmkvparser.hpp635 struct Entry { struct in class:mkvparser::SeekHead
648 const Entry* GetEntry(int idx) const;
662 Entry* m_entries;
670 long long size, Entry*);
/external/clang/include/clang/Analysis/
H A DCFG.h720 /// Entry block. The CFG solely represents control-flow; it consists of
826 void setEntry(CFGBlock *B) { Entry = B; }
864 CFGBlock & getEntry() { return *Entry; }
865 const CFGBlock & getEntry() const { return *Entry; }
953 : Entry(nullptr), Exit(nullptr), IndirectGotoBlock(nullptr), NumBlockIDs(0),
965 CFGBlock *Entry; member in class:clang::CFGBlock::CFG
/external/clang/include/clang/Basic/
H A DSourceManager.h120 /// Can be different from 'Entry' if we overridden the contents of one file
603 /// Positive FileIDs are indexes into this table. Entry 0 indicates an invalid
875 const SrcMgr::SLocEntry &Entry = getSLocEntry(FID, &MyInvalid); local
876 if (MyInvalid || !Entry.isFile()) {
883 return Entry.getFile().getContentCache()->getBuffer(Diag, *this, Loc,
889 const SrcMgr::SLocEntry &Entry = getSLocEntry(FID, &MyInvalid); local
890 if (MyInvalid || !Entry.isFile()) {
897 return Entry.getFile().getContentCache()->getBuffer(Diag, *this,
905 const SrcMgr::SLocEntry &Entry = getSLocEntry(FID, &MyInvalid); local
906 if (MyInvalid || !Entry
935 const SrcMgr::SLocEntry &Entry = getSLocEntry(FID, &Invalid); local
946 const SrcMgr::SLocEntry &Entry = getSLocEntry(FID, &Invalid); local
985 const SrcMgr::SLocEntry &Entry = getSLocEntry(FID, &Invalid); local
997 const SrcMgr::SLocEntry &Entry = getSLocEntry(FID, &Invalid); local
1009 const SrcMgr::SLocEntry &Entry = getSLocEntry(FID, &Invalid); local
[all...]
/external/clang/lib/AST/
H A DRecordLayoutBuilder.cpp2791 const ASTRecordLayout *Entry = ASTRecordLayouts[D]; local
2792 if (Entry) return *Entry;
2868 LazyDeclPtr Entry = KeyFunctions[RD]; local
2870 Entry ? Entry.get(getExternalSource()) : computeKeyFunction(*this, RD);
2873 if (Entry.isOffset() || Entry.isValid() != bool(Result))
2939 if (const ASTRecordLayout *Entry = ObjCLayouts[Key])
2940 return *Entry;
[all...]
/external/clang/lib/Analysis/
H A DConsumed.cpp512 ConstInfoEntry Entry = findInfo(StmtNode); local
514 if (Entry != PropagationMap.end())
515 return Entry->second;
527 InfoEntry Entry = findInfo(From); local
528 if (Entry != PropagationMap.end())
529 insertInfo(To, Entry->second);
537 InfoEntry Entry = findInfo(From); local
538 if (Entry != PropagationMap.end()) {
539 PropagationInfo& PInfo = Entry->second;
551 InfoEntry Entry local
562 InfoEntry Entry = findInfo(To); local
623 InfoEntry Entry = findInfo(Call->getArg(Index)); local
766 InfoEntry Entry = findInfo(Temp->getSubExpr()); local
890 InfoEntry Entry = findInfo(Ret->getRetValue()); local
907 InfoEntry Entry = findInfo(UOp->getSubExpr()); local
1048 ConsumedStateMap *Entry = StateMapsArray[Block->getBlockID()]; local
1067 ConsumedStateMap *Entry = StateMapsArray[Block->getBlockID()]; local
1152 VarMapType::const_iterator Entry = VarMap.find(Var); local
1162 TmpMapType::const_iterator Entry = TmpMap.find(Tmp); local
[all...]
/external/clang/lib/Basic/
H A DSourceManager.cpp181 llvm::StringMapEntry<unsigned> &Entry = local
183 if (Entry.getValue() != ~0U)
184 return Entry.getValue();
187 Entry.setValue(FilenamesByID.size());
188 FilenamesByID.push_back(&Entry);
301 const SLocEntry &Entry = getSLocEntry(LocInfo.first, &Invalid); local
302 if (!Entry.isFile() || Invalid)
305 const SrcMgr::FileInfo &FileInfo = Entry.getFile();
331 const SLocEntry &Entry = getSLocEntry(LocInfo.first, &Invalid); local
332 if (!Entry
434 ContentCache *&Entry = FileInfos[FileEnt]; local
466 ContentCache *Entry = ContentCacheAlloc.Allocate<ContentCache>(); local
1109 const SLocEntry &Entry = getSLocEntry(LocInfo.first, &CharDataInvalid); local
1297 const SLocEntry &Entry = getSLocEntry(FID, &MyInvalid); local
1422 const LineEntry *Entry = local
1458 const SLocEntry &Entry = getSLocEntry(LocInfo.first, &Invalid); local
1528 const SLocEntry &Entry = getSLocEntry(LocInfo.first, &Invalid); local
1547 const SrcMgr::SLocEntry &Entry = getSLocEntry(FID, &Invalid); local
1693 const FileEntry *Entry = FileContentCache ? FileContentCache->OrigEntry local
1727 const SLocEntry &Entry = getSLocEntry(FID, &Invalid); local
1804 const SrcMgr::SLocEntry &Entry = getSLocEntryByID(ID, &Invalid); local
1857 const SLocEntry &Entry = getSLocEntry(SpellFID); local
1971 const SrcMgr::SLocEntry &Entry = getSLocEntry(FID, &Invalid); local
[all...]
/external/clang/lib/Format/
H A DFormat.cpp1983 const clang::FileEntry *Entry = local
1985 SourceMgr.overrideFileContents(Entry, Buf);
1987 SourceMgr.createFileID(Entry, SourceLocation(), clang::SrcMgr::C_User);
/external/clang/lib/Frontend/
H A DCompilerInstance.cpp456 const FileEntry *Entry = PP.getFileManager().getFile(Filename); local
457 if (!Entry) {
464 PP.SetCodeCompletionPoint(Entry, Line, Column);
1547 const FileEntry *Entry = TheModule->getASTFile(); local
1548 if (!Entry) {
/external/clang/lib/StaticAnalyzer/Core/
H A DPathDiagnostic.cpp456 for (PDFileEntry &Entry : *this)
457 Entry.~PDFileEntry();
466 PDFileEntry *Entry = FindNodeOrInsertPos(NodeID, InsertPos); local
467 if (!Entry) {
468 Entry = Alloc.Allocate<PDFileEntry>();
469 Entry = new (Entry) PDFileEntry(NodeID);
470 InsertNode(Entry, InsertPos);
477 Entry->files.push_back(std::make_pair(ConsumerName,
487 PDFileEntry *Entry local
[all...]
/external/libvpx/libvpx/third_party/libwebm/
H A Dmkvparser.hpp725 struct Entry struct in class:mkvparser::SeekHead
739 const Entry* GetEntry(int idx) const;
754 Entry* m_entries;
764 Entry*);
/external/libvpx/libwebm/
H A Dmkvparser.hpp635 struct Entry { struct in class:mkvparser::SeekHead
648 const Entry* GetEntry(int idx) const;
662 Entry* m_entries;
670 long long size, Entry*);
/external/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h756 /// - Entry frequencies are assumed to be evenly split between the
955 const BlockT *Entry = F->begin(); local
957 std::copy(po_begin(Entry), po_end(Entry), std::back_inserter(RPOT));
/external/llvm/include/llvm/MC/
H A DMCAssembler.h1188 MCSectionData *Entry = SectionMap.lookup(&Section); local
1189 assert(Entry && "Missing section data!");
1190 return *Entry;
1195 MCSectionData *&Entry = SectionMap[&Section]; local
1197 if (Created) *Created = !Entry;
1198 if (!Entry)
1199 Entry = new MCSectionData(Section, this);
1201 return *Entry;
1214 MCSymbolData *Entry = SymbolMap.lookup(&Symbol); local
1215 assert(Entry
1221 MCSymbolData *&Entry = SymbolMap[&Symbol]; local
[all...]
/external/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp501 BitstreamEntry Entry = Stream.advanceSkippingSubblocks(); local
503 switch (Entry.Kind) {
516 switch (Stream.readRecord(Entry.ID, Record)) {
653 BitstreamEntry Entry = Stream.advanceSkippingSubblocks(); local
655 switch (Entry.Kind) {
668 switch (Stream.readRecord(Entry.ID, Record)) {
742 BitstreamEntry Entry = Stream.advanceSkippingSubblocks(); local
744 switch (Entry.Kind) {
760 switch (Stream.readRecord(Entry.ID, Record)) {
960 BitstreamEntry Entry local
1015 BitstreamEntry Entry = Stream.advanceSkippingSubblocks(); local
1187 BitstreamEntry Entry = Stream.advanceSkippingSubblocks(); local
1623 BitstreamEntry Entry = Stream.advanceSkippingSubblocks(); local
1714 BitstreamEntry Entry = Stream.advance(); local
2128 BitstreamEntry Entry = Stream.advanceSkippingSubblocks(); local
2173 BitstreamEntry Entry = Stream.advance(); local
2204 BitstreamEntry Entry = Stream.advanceSkippingSubblocks(); local
2266 BitstreamEntry Entry = Stream.advance(); local
[all...]
/external/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp582 unsigned &Entry = SectionMap[GV.getSection()]; local
583 if (!Entry) {
586 Entry = SectionMap.size();
594 unsigned &Entry = SectionMap[F.getSection()]; local
595 if (!Entry) {
598 Entry = SectionMap.size();
603 unsigned &Entry = GCMap[F.getGC()]; local
604 if (!Entry) {
607 Entry = GCMap.size();
/external/llvm/lib/IR/
H A DVerifier.cpp1102 const BasicBlock *Entry = &F.getEntryBlock(); local
1103 Assert1(pred_begin(Entry) == pred_end(Entry),
1104 "Entry block to function must not have predecessors!", Entry); local
1107 if (Entry->hasAddressTaken()) {
1108 Assert1(!BlockAddress::lookup(Entry)->isConstantUsed(),
1109 "blockaddress may not be used with the entry block!", Entry);
/external/llvm/lib/Linker/
H A DLinkModules.cpp100 Type *&Entry = MappedTypes[SrcTy]; local
101 if (Entry) return;
104 Entry = DstTy;
126 Type *&Entry = MappedTypes[SrcTy];
127 if (Entry)
128 return Entry == DstTy;
133 Entry = DstTy;
143 Entry = DstTy;
158 Entry = DstTy;
192 Entry
259 Type **Entry = &MappedTypes[Ty]; local
[all...]
/external/llvm/lib/MC/
H A DELFObjectWriter.cpp1355 const ELFRelocationEntry &Entry = Relocs[e - i - 1]; local
1358 if (Entry.UseSymbol) {
1359 Index = getSymbolIndexInSymbolTable(Asm, Entry.Symbol);
1361 const MCSectionData *Sec = Entry.Section;
1370 write(*F, Entry.Offset);
1374 write(*F, TargetObjectWriter->getRSsym(Entry.Type));
1375 write(*F, TargetObjectWriter->getRType3(Entry.Type));
1376 write(*F, TargetObjectWriter->getRType2(Entry.Type));
1377 write(*F, TargetObjectWriter->getRType(Entry.Type));
1380 ERE64.setSymbolAndType(Index, Entry
[all...]
/external/llvm/lib/Object/
H A DMachOObjectFile.cpp477 nlist_base Entry = getSymbolTableEntryBase(this, Symb); local
478 const char *Start = &StringTable.data()[Entry.n_strx];
490 MachO::nlist_64 Entry = getSymbol64TableEntry(Symb); local
491 NValue = Entry.n_value;
492 if ((Entry.n_type & MachO::N_TYPE) != MachO::N_INDR)
495 MachO::nlist Entry = getSymbolTableEntry(Symb); local
496 NValue = Entry.n_value;
497 if ((Entry.n_type & MachO::N_TYPE) != MachO::N_INDR)
510 MachO::nlist_64 Entry = getSymbol64TableEntry(Symb); local
511 if ((Entry
517 MachO::nlist Entry = getSymbolTableEntry(Symb); local
531 nlist_base Entry = getSymbolTableEntryBase(this, DRI); local
545 nlist_base Entry = getSymbolTableEntryBase(this, DRI); local
590 nlist_base Entry = getSymbolTableEntryBase(this, Symb); local
613 nlist_base Entry = getSymbolTableEntryBase(this, DRI); local
650 nlist_base Entry = getSymbolTableEntryBase(this, Symb); local
[all...]
/external/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp484 TargetLowering::ArgListEntry Entry; local
486 Entry.Ty = IntPtrTy;
487 Entry.Node = BasePtr;
488 Args.push_back(Entry);
541 TargetLowering::ArgListEntry Entry; local
543 Entry.Ty = IntPtrTy;
544 Entry.Node = BasePtr;
545 Args.push_back(Entry);
547 Entry.Node = Value;
548 Args.push_back(Entry);
[all...]
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/
H A DResponseCacheTest.java1594 private class Entry { class in class:ResponseCacheTest.InMemoryResponseCache
1605 public Entry(URI uri, URLConnection urlConnection) { method in class:ResponseCacheTest.InMemoryResponseCache.Entry
1699 cache.put(Entry.this.key(), Entry.this);
1716 private Map<Key, Entry> cache = new HashMap<Key, Entry>();
1730 Entry entry = cache.get(key);
1743 Entry entry = new Entry(uri, urlConnection);

Completed in 484 milliseconds

<<11121314