| /external/lldb/include/lldb/Symbol/ |
| D | LineTable.h | 273 struct Entry struct 275 Entry () : in Entry() argument 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/ |
| D | DWARFDeclContext.h | 33 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/ |
| D | SkGradientBitmapCache.cpp | 12 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/ |
| D | DWARFDebugLoc.h | 23 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/ |
| D | GDBRemoteCommunication.h | 131 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/lldb/include/lldb/DataFormatters/ |
| D | FormatCache.h | 27 struct Entry struct 36 Entry (); argument 42 Entry& operator= (const Entry& rhs); argument
|
| /external/clang/tools/diagtool/ |
| D | ListWarnings.cpp | 31 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/google-breakpad/src/common/ |
| D | stabs_reader.h | 120 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
|
| D | simple_string_dictionary.h | 67 struct Entry { struct 87 const Entry* Next() { in Next() argument
|
| /external/llvm/lib/Support/ |
| D | SpecialCaseList.cpp | 34 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/ |
| D | UniqueCStringMap.h | 37 struct Entry struct 39 Entry () : in Entry() function 45 Entry (const char *cstr) : in Entry() argument 51 Entry (const char *cstr, const T&v) : in Entry() argument 75 m_map.push_back (typename UniqueCStringMap<T>::Entry(unique_cstr, value)); in Append() argument
|
| /external/clang/include/clang/Lex/ |
| D | HeaderSearchOptions.h | 47 struct Entry { struct 57 Entry(StringRef path, frontend::IncludeDirGroup group, bool isFramework, in Entry() function
|
| /external/lldb/include/lldb/Interpreter/ |
| D | CommandObjectRegexCommand.h | 64 struct Entry struct 70 typedef std::list<Entry> EntryCollection; argument
|
| /external/skia/src/gpu/gl/ |
| D | GrGLGpuProgramCache.cpp | 24 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/ |
| D | prefilter_tree.h | 61 struct Entry { struct 74 IntMap* parents; 78 vector<int> regexps;
|
| /external/v8/src/compiler/ |
| D | node-cache.h | 33 struct Entry { struct 38 Entry* entries_; // lazily-allocated hash entries. argument
|
| /external/lldb/source/DataFormatters/ |
| D | FormatCache.cpp | 24 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/ |
| D | tcuFunctionLibrary.hpp | 54 struct Entry struct in tcu::StaticFunctionLibrary 56 const char* name; 57 deFunctionPtr ptr;
|
| /external/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/ |
| D | AuxVector.h | 36 struct Entry { struct 40 Entry() : type(0), value(0) { } in Entry() argument
|
| /external/skia/src/core/ |
| D | SkFlattenable.cpp | 53 struct Entry { struct 60 static Entry gEntries[MAX_ENTRY_COUNT]; argument
|
| /external/llvm/lib/CodeGen/AsmPrinter/ |
| D | DwarfStringPool.cpp | 19 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/ |
| D | TrickPlayBox.java | 38 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/ |
| D | hashmap.h | 37 struct Entry { struct 49 Entry* Lookup(void* key, uint32_t hash, bool insert, argument
|
| /external/skia/tests/ |
| D | DynamicHashTest.cpp | 13 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/ |
| D | stub-cache.h | 35 struct Entry { struct 36 Name* key; 37 Code* value; 38 Map* map;
|