| /external/lldb/include/lldb/Symbol/ |
| D | LineTable.h | 273 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/chromium_org/chrome/browser/prerender/ |
| D | prerender_history.h | 29 struct Entry { struct 30 Entry() : final_status(FINAL_STATUS_MAX), origin(ORIGIN_MAX) {} in Entry() function 32 Entry(const GURL& url_arg, in Entry() function 62 void AddEntry(const Entry& entry); argument
|
| /external/chromium_org/cc/resources/ |
| D | memory_history.h | 22 struct Entry { struct 23 Entry() in Entry() function 38 void SaveEntry(const Entry& entry); argument
|
| /external/chromium_org/chrome/browser/media_galleries/ |
| D | media_galleries_dialog_controller.h | 46 struct Entry { struct 47 Entry(const MediaGalleryPrefInfo& pref_info, bool selected) in Entry() function 51 Entry() {} in Entry() function 57 typedef std::vector<Entry> Entries; 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() function 47 NameMatches (const Entry& rhs) const in NameMatches() argument 74 m_entries.push_back(Entry(tag, name)); in AppendDeclContext() argument
|
| /external/chromium_org/third_party/android_crazy_linker/src/src/ |
| D | crazy_linker_proc_maps.h | 32 struct Entry { struct 47 bool GetNextEntry(Entry* entry); argument
|
| /external/skia/src/effects/gradients/ |
| D | SkBitmapCache.cpp | 12 struct SkBitmapCache::Entry { struct in SkBitmapCache 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 SkBitmapCache::Entry* SkBitmapCache::detach(Entry* entry) const { in detach()
|
| /external/chromium_org/third_party/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() function 29 ~Entry() { sk_free(fBuffer); } in ~Entry() 54 SkGradientBitmapCache::Entry* SkGradientBitmapCache::detach(Entry* entry) const { in detach()
|
| /external/llvm/lib/DebugInfo/ |
| D | DWARFDebugLoc.h | 23 struct Entry { struct 38 SmallVector<Entry, 2> Entries; argument 60 struct Entry { struct 68 SmallVector<Entry, 2> Entries; argument
|
| /external/chromium_org/components/policy/core/common/ |
| D | policy_map.h | 25 struct POLICY_EXPORT Entry { struct 31 Entry(); argument
|
| /external/chromium_org/third_party/WebKit/Source/core/rendering/ |
| D | ClipRectsCache.h | 34 struct Entry { struct 35 Entry() in Entry() argument 50 Entry& get(ClipRectsCacheSlot slot) in get() argument
|
| /external/lldb/source/Plugins/Process/gdb-remote/ |
| D | GDBRemoteCommunication.h | 131 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/ |
| 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/chromium_org/ui/views/ |
| D | view_model.h | 74 struct Entry { struct 75 Entry() : view(NULL) {} in Entry() argument 80 typedef std::vector<Entry> Entries; argument
|
| /external/llvm/lib/Support/ |
| D | SpecialCaseList.cpp | 36 struct SpecialCaseList::Entry { struct in llvm::SpecialCaseList 37 Entry() {} in Entry() argument 38 Entry(Entry &&Other) in Entry() function 41 StringSet<> Strings; 42 std::unique_ptr<Regex> RegEx; 44 bool match(StringRef Query) const { in match()
|
| /external/chromium_org/net/dns/ |
| D | host_cache.h | 26 struct NET_EXPORT Entry { in NON_EXPORTED_BASE() struct 32 bool has_ttl() const { return ttl >= base::TimeDelta(); } in NON_EXPORTED_BASE() 35 int error; in NON_EXPORTED_BASE() 36 AddressList addrlist; in NON_EXPORTED_BASE() 38 base::TimeDelta ttl; in NON_EXPORTED_BASE()
|
| /external/chromium_org/third_party/webrtc/base/ |
| D | diskcache.h | 63 struct Entry { struct 70 typedef std::map<std::string, Entry> EntryMap; argument
|
| /external/skia/src/core/ |
| D | SkQuadTree.h | 76 struct Entry { struct 77 Entry() : fData(NULL) {} in Entry() argument 80 SK_DECLARE_INTERNAL_SLIST_INTERFACE(Entry); argument
|
| /external/chromium_org/net/ftp/ |
| D | ftp_auth_cache.h | 29 struct Entry { struct 40 // Return Entry corresponding to given |origin| or NULL if not found. argument
|
| /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/lldb/include/lldb/Interpreter/ |
| D | CommandObjectRegexCommand.h | 64 struct Entry struct 70 typedef std::list<Entry> EntryCollection; argument
|
| /external/clang/include/clang/Lex/ |
| D | HeaderSearchOptions.h | 47 struct Entry { struct 57 Entry(StringRef path, frontend::IncludeDirGroup group, bool isFramework, in Entry() argument
|
| /external/chromium_org/mojo/system/ |
| D | handle_table.h | 121 struct Entry { struct 129 typedef base::hash_map<MojoHandle, Entry> HandleToEntryMap; argument
|
| /external/regex-re2/re2/ |
| D | prefilter_tree.h | 61 struct Entry { struct 74 IntMap* parents; 78 vector<int> regexps;
|