Home
last modified time | relevance | path

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

12345678910>>...12

/external/lldb/include/lldb/Symbol/
DLineTable.h273 struct Entry struct
275 Entry () : in Entry() function
288 Entry ( lldb::addr_t _file_addr, in Entry() function
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() argument
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() argument
29 ~Entry() { sk_free(fBuffer); } in ~Entry()
54 SkGradientBitmapCache::Entry* SkGradientBitmapCache::detach(Entry* entry) const { in detach()
/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
/external/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunication.h131 struct Entry struct
133 Entry() : in Entry() argument
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/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() argument
38 bool operator<(const Entry &x) const { return DiagName < x.DiagName; } in operator <()
/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
Dsimple_string_dictionary.h67 struct Entry { struct
87 const Entry* Next() { in Next() argument
/external/llvm/lib/Support/
DSpecialCaseList.cpp34 struct SpecialCaseList::Entry { struct in llvm::SpecialCaseList
35 Entry() {} in Entry() argument
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/lldb/include/lldb/Core/
DUniqueCStringMap.h37 struct Entry struct
39 Entry () : in Entry() argument
45 Entry (const char *cstr) : in Entry() argument
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/clang/include/clang/Lex/
DHeaderSearchOptions.h47 struct Entry { struct
57 Entry(StringRef path, frontend::IncludeDirGroup group, bool isFramework, in Entry() argument
/external/lldb/include/lldb/Interpreter/
DCommandObjectRegexCommand.h64 struct Entry struct
70 typedef std::list<Entry> EntryCollection; argument
/external/skia/src/gpu/gl/
DGrGLGpuProgramCache.cpp24 struct GrGLGpu::ProgramCache::Entry { struct in GrGLGpu::ProgramCache
26 Entry() : fProgram(NULL), fLRUStamp(0) {} in Entry() function
28 SkAutoTUnref<GrGLProgram> fProgram;
29 unsigned int fLRUStamp;
/external/regex-re2/re2/
Dprefilter_tree.h61 struct Entry { struct
74 IntMap* parents;
78 vector<int> regexps;
/external/v8/src/compiler/
Dnode-cache.h33 struct Entry { struct
38 Entry* entries_; // lazily-allocated hash entries. argument
/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/deqp/framework/common/
DtcuFunctionLibrary.hpp54 struct Entry struct in tcu::StaticFunctionLibrary
56 const char* name;
57 deFunctionPtr ptr;
/external/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
DAuxVector.h36 struct Entry { struct
40 Entry() : type(0), value(0) { } in Entry() argument
/external/skia/src/core/
DSkFlattenable.cpp53 struct Entry { struct
60 static Entry gEntries[MAX_ENTRY_COUNT]; argument
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfStringPool.cpp19 std::pair<MCSymbol *, unsigned> &Entry = Pool[Str]; in getEntry() local
51 for (const auto &Entry : Entries) { in emit() local
65 for (const auto &Entry : Entries) { in emit() local
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/dece/
DTrickPlayBox.java38 public static class Entry { class in TrickPlayBox
40 public Entry() { in Entry() method in TrickPlayBox.Entry
43 public Entry(int value) { in Entry() method in TrickPlayBox.Entry
/external/v8/src/
Dhashmap.h37 struct Entry { struct
49 Entry* Lookup(void* key, uint32_t hash, bool insert, argument
/external/skia/tests/
DDynamicHashTest.cpp13 struct Entry { struct
14 int key;
15 double value;
17 static const int& GetKey(const Entry& entry) { return entry.key; } in GetKey()
18 static uint32_t Hash(const int& key) { return key; } in Hash()
/external/v8/src/ic/
Dstub-cache.h35 struct Entry { struct
36 Name* key;
37 Code* value;
38 Map* map;

12345678910>>...12