Searched refs:MemoryRange (Results 1 – 11 of 11) sorted by relevance
/external/google-breakpad/src/common/linux/ |
D | elf_core_dump.h | 70 explicit Note(const MemoryRange& content); 85 MemoryRange GetName() const; 89 MemoryRange GetDescription() const; 101 MemoryRange content_; 107 explicit ElfCoreDump(const MemoryRange& content); 110 void SetContent(const MemoryRange& content); 144 MemoryRange content_;
|
D | elf_core_dump.cc | 44 ElfCoreDump::Note::Note(const MemoryRange& content) : content_(content) {} in Note() 60 MemoryRange ElfCoreDump::Note::GetName() const { in GetName() 65 return MemoryRange(); in GetName() 68 MemoryRange ElfCoreDump::Note::GetDescription() const { in GetDescription() 74 return MemoryRange(); in GetDescription() 78 MemoryRange next_content; in GetNextNote() 100 ElfCoreDump::ElfCoreDump(const MemoryRange& content) in ElfCoreDump() 104 void ElfCoreDump::SetContent(const MemoryRange& content) { in SetContent() 170 MemoryRange note_content; in GetFirstNote()
|
D | memory_mapped_file.h | 68 const MemoryRange& content() const { return content_; } in content() 80 MemoryRange content_;
|
D | elf_core_dump_unittest.cc | 48 using google_breakpad::MemoryRange; 199 MemoryRange name = note.GetName(); in TEST() 200 MemoryRange description = note.GetDescription(); in TEST()
|
/external/google-breakpad/src/common/ |
D | memory_range_unittest.cc | 35 using google_breakpad::MemoryRange; 95 MemoryRange range; in TEST() 101 MemoryRange range(kBuffer, kBufferSize); in TEST() 107 MemoryRange range; in TEST() 122 MemoryRange range; in TEST() 133 MemoryRange range; in TEST() 134 MemoryRange subrange = range.Subrange(0, 10); in TEST() 140 MemoryRange range(kBuffer, kBufferSize); in TEST() 148 MemoryRange subrange = range.Subrange(sub_offset, sub_length); in TEST() 165 MemoryRange range(kBuffer, kBufferSize); in TEST() [all …]
|
D | memory_range.h | 48 class MemoryRange { 50 MemoryRange() : data_(NULL), length_(0) {} in MemoryRange() function 52 MemoryRange(const void* data, size_t length) { in MemoryRange() function 124 MemoryRange Subrange(size_t sub_offset, size_t sub_length) const { in Subrange() 126 MemoryRange(data_ + sub_offset, sub_length) : MemoryRange(); in Subrange()
|
/external/deqp/external/vulkancts/modules/vulkan/memory/ |
D | vktMemoryMappingTests.cpp | 492 struct MemoryRange struct 494 MemoryRange (VkDeviceSize offset_ = ~(VkDeviceSize)0, VkDeviceSize size_ = ~(VkDeviceSize)0) in MemoryRange() argument 515 MemoryRange mapping; 516 vector<MemoryRange> flushMappings; 517 vector<MemoryRange> invalidateMappings; 836 MemoryMapping (const MemoryRange& range, 844 const MemoryRange& getRange (void) const { return m_range; } in getRange() 847 MemoryRange m_range; 852 MemoryMapping::MemoryMapping (const MemoryRange& range, in MemoryMapping() 1021 m_mapping = new MemoryMapping(MemoryRange(offset, size), ptr, m_referenceMemory); in mapRandom() [all …]
|
/external/google-breakpad/src/tools/linux/md2core/ |
D | minidump_memory_range.h | 48 class MinidumpMemoryRange : public MemoryRange { 53 : MemoryRange(data, length) {} in MinidumpMemoryRange()
|
/external/google-breakpad/src/client/linux/minidump_writer/ |
D | linux_core_dumper.cc | 155 MemoryRange name = note.GetName(); in EnumerateThreads() 156 MemoryRange description = note.GetDescription(); in EnumerateThreads()
|
/external/google-breakpad/src/processor/testdata/symbols/microdump/breakpad_unittests/DA7778FB66018A4E9B4110ED06E730D00/ |
D | breakpad_unittests.sym | 19959 FUNC 36984 18 0 google_breakpad::MemoryRange::GetData 19967 FUNC 3699c 26 0 google_breakpad::MemoryRange::Subrange
|
/external/google-breakpad/src/processor/testdata/symbols/microdump/breakpad_unittests/D6D1FEC9A15DE7F38A236898871A2E770/ |
D | breakpad_unittests.sym | 21248 FUNC 51a2c 3c 0 google_breakpad::MemoryRange::GetData 32998 FUNC 6bf0c 3c 0 google_breakpad::MemoryRange::Subrange
|