Home
last modified time | relevance | path

Searched defs:Entry (Results 1 – 25 of 337) sorted by relevance

12345678910>>...14

/external/lldb/include/lldb/Symbol/
DLineTable.h273 struct Entry struct
275 Entry () : in Entry() function
288 Entry ( lldb::addr_t _file_addr, in Entry() argument
327 Compare (const Entry& lhs, const Entry& rhs) in Compare() argument
356 static bool EntryAddressLessThan (const Entry& lhs, const Entry& rhs) in EntryAddressLessThan() argument
379 Entry *a_entry; argument
/external/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFDeclContext.h33 struct Entry struct
35 Entry () : in Entry() function
40 Entry (dw_tag_t t, const char *n) : in Entry() argument
47 NameMatches (const Entry& rhs) const in NameMatches() argument
74 m_entries.push_back(Entry(tag, name)); in AppendDeclContext() argument
/external/skia/src/effects/gradients/
DSkGradientBitmapCache.cpp12 struct SkGradientBitmapCache::Entry { struct in SkGradientBitmapCache
13 Entry* fPrev;
14 Entry* fNext;
16 void* fBuffer;
17 size_t fSize;
18 SkBitmap fBitmap;
20 Entry(const void* buffer, size_t size, const SkBitmap& bm) in Entry() function
29 ~Entry() { sk_free(fBuffer); } in ~Entry()
54 SkGradientBitmapCache::Entry* SkGradientBitmapCache::detach(Entry* entry) const { in detach()
/external/v8/src/interpreter/
Dhandler-table-builder.h43 struct Entry { struct
52 ZoneVector<Entry> entries_; argument
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugLoc.h23 struct Entry { struct
38 SmallVector<Entry, 2> Entries; argument
60 struct Entry { struct
68 SmallVector<Entry, 2> Entries; argument
DDWARFDebugMacro.h24 struct Entry { struct
44 typedef SmallVector<Entry, 4> MacroList; argument
/external/llvm/lib/Target/X86/
DX86TargetTransformInfo.cpp129 if (const auto *Entry = CostTableLookup(AVX2UniformConstCostTable, ISD, in getArithmeticInstrCost() local
144 if (const auto *Entry = CostTableLookup(AVX512CostTable, ISD, LT.second)) in getArithmeticInstrCost() local
172 if (const auto *Entry = CostTableLookup(AVX2CostTable, ISD, LT.second)) in getArithmeticInstrCost() local
207 if (const auto *Entry = CostTableLookup(XOPCostTable, ISD, LT.second)) in getArithmeticInstrCost() local
236 if (const auto *Entry = CostTableLookup(AVX2CustomCostTable, ISD, in getArithmeticInstrCost() local
285 if (const auto *Entry = CostTableLookup(SSE2UniformConstCostTable, ISD, in getArithmeticInstrCost() local
365 if (const auto *Entry = CostTableLookup(SSE2CostTable, ISD, LT.second)) in getArithmeticInstrCost() local
391 if (const auto *Entry = CostTableLookup(AVX1CostTable, ISD, VT)) in getArithmeticInstrCost() local
402 if (const auto *Entry = CostTableLookup(CustomLowered, ISD, LT.second)) in getArithmeticInstrCost() local
458 if (const auto *Entry = CostTableLookup(AVXAltShuffleTbl, in getShuffleCost() local
[all …]
/external/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunication.h131 struct Entry struct
133 Entry() : in Entry() function
143 Clear () in Clear()
151 std::string packet;
152 PacketType type;
153 uint32_t bytes_transmitted;
154 uint32_t packet_idx;
155 lldb::tid_t tid;
/external/libweave/src/
Daccess_black_list_manager.h16 struct Entry { struct
38 virtual std::vector<Entry> GetEntries() const = 0; argument
/external/lldb/include/lldb/DataFormatters/
DFormatCache.h27 struct Entry struct
36 Entry (); argument
42 Entry& operator= (const Entry& rhs); argument
/external/clang/tools/diagtool/
DListWarnings.cpp31 struct Entry { struct
32 llvm::StringRef DiagName;
33 llvm::StringRef Flag;
35 Entry(llvm::StringRef diagN, llvm::StringRef flag) in Entry() function
38 bool operator<(const Entry &x) const { return DiagName < x.DiagName; } in operator <()
/external/webrtc/webrtc/base/
Ddiskcache.h63 struct Entry { struct
70 typedef std::map<std::string, Entry> EntryMap; argument
/external/llvm/lib/Support/
DSpecialCaseList.cpp34 struct SpecialCaseList::Entry { struct in llvm::SpecialCaseList
35 Entry() {} in Entry() function
36 Entry(Entry &&Other) in Entry() function
39 StringSet<> Strings;
40 std::unique_ptr<Regex> RegEx;
42 bool match(StringRef Query) const { in match()
/external/google-breakpad/src/common/
Dstabs_reader.h120 struct Entry { struct
139 // Create a EntryIterator walking the entries in BUFFER. Treat the argument
159 // Dereferencing this iterator produces a reference to an Entry structure argument
/external/lldb/include/lldb/Core/
DUniqueCStringMap.h37 struct Entry struct
39 Entry () : in Entry() function
45 Entry (const char *cstr) : in Entry() function
51 Entry (const char *cstr, const T&v) : in Entry() function
75 m_map.push_back (typename UniqueCStringMap<T>::Entry(unique_cstr, value)); in Append() argument
/external/llvm/lib/Target/ARM/
DARMTargetTransformInfo.cpp65 if (const auto *Entry = CostTableLookup(NEONFltDblTbl, ISD, LT.second)) in getCastInstrCost() local
154 if (const auto *Entry = ConvertCostTableLookup(NEONVectorConversionTbl, ISD, in getCastInstrCost() local
184 if (const auto *Entry = ConvertCostTableLookup(NEONFloatConversionTbl, ISD, in getCastInstrCost() local
215 if (const auto *Entry = ConvertCostTableLookup(NEONIntegerConversionTbl, in getCastInstrCost() local
234 if (const auto *Entry = ConvertCostTableLookup(ARMIntegerConversionTbl, ISD, in getCastInstrCost() local
285 if (const auto *Entry = ConvertCostTableLookup(NEONVectorSelectTbl, ISD, in getCmpSelInstrCost() local
354 if (const auto *Entry = CostTableLookup(NEONShuffleTbl, ISD::VECTOR_SHUFFLE, in getShuffleCost() local
379 if (const auto *Entry = CostTableLookup(NEONAltShuffleTbl, in getShuffleCost() local
439 if (const auto *Entry = CostTableLookup(CostTbl, ISDOpcode, LT.second)) in getArithmeticInstrCost() local
/external/lldb/include/lldb/Interpreter/
DCommandObjectRegexCommand.h64 struct Entry struct
70 typedef std::list<Entry> EntryCollection; argument
/external/clang/include/clang/Lex/
DHeaderSearchOptions.h48 struct Entry { struct
58 Entry(StringRef path, frontend::IncludeDirGroup group, bool isFramework, in Entry() argument
/external/regex-re2/re2/
Dprefilter_tree.h61 struct Entry { struct
74 IntMap* parents;
78 vector<int> regexps;
/external/skia/src/gpu/gl/
DGrGLGpuProgramCache.cpp25 struct GrGLGpu::ProgramCache::Entry { struct in GrGLGpu::ProgramCache
27 Entry() : fProgram(nullptr), fLRUStamp(0) {} in Entry() function
29 SkAutoTUnref<GrGLProgram> fProgram;
30 unsigned int fLRUStamp;
/external/deqp/framework/common/
DtcuFunctionLibrary.hpp54 struct Entry struct in tcu::StaticFunctionLibrary
56 const char* name;
57 deFunctionPtr ptr;
/external/lldb/source/DataFormatters/
DFormatCache.cpp24 FormatCache::Entry::Entry () : in Entry() function in FormatCache::Entry
31 FormatCache::Entry::Entry (const Entry& rhs) : in Entry() function in FormatCache::Entry
38 FormatCache::Entry::Entry (lldb::TypeSummaryImplSP summary_sp) : in Entry() function in FormatCache::Entry
45 FormatCache::Entry::Entry (lldb::SyntheticChildrenSP synthetic_sp) : in Entry() function in FormatCache::Entry
52 FormatCache::Entry::Entry (lldb::TypeSummaryImplSP summary_sp,lldb::SyntheticChildrenSP synthetic_s… in Entry() function in FormatCache::Entry
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfStringPool.cpp26 auto &Entry = I.first->second; in getEntry() local
52 for (const auto &Entry : Entries) { in emit() local
71 for (const auto &Entry : Entries) in emit() local
DDebugLocStream.h41 struct Entry { struct
46 Entry(const MCSymbol *BeginSym, const MCSymbol *EndSym, size_t ByteOffset, in Entry() function
/external/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
DAuxVector.h36 struct Entry { struct
40 Entry() : type(0), value(0) { } in Entry() argument

12345678910>>...14