Home
last modified time | relevance | path

Searched refs:MemoryRange (Results 1 – 11 of 11) sorted by relevance

/external/google-breakpad/src/common/
Dmemory_range_unittest.cc35 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 …]
Dmemory_range.h48 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/google-breakpad/src/common/linux/
Delf_core_dump.h70 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_;
Delf_core_dump.cc44 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()
Dmemory_mapped_file.h68 const MemoryRange& content() const { return content_; } in content()
80 MemoryRange content_;
Delf_core_dump_unittest.cc48 using google_breakpad::MemoryRange;
199 MemoryRange name = note.GetName(); in TEST()
200 MemoryRange description = note.GetDescription(); in TEST()
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryMappingTests.cpp492 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/
Dminidump_memory_range.h48 class MinidumpMemoryRange : public MemoryRange {
53 : MemoryRange(data, length) {} in MinidumpMemoryRange()
/external/google-breakpad/src/client/linux/minidump_writer/
Dlinux_core_dumper.cc155 MemoryRange name = note.GetName(); in EnumerateThreads()
156 MemoryRange description = note.GetDescription(); in EnumerateThreads()
/external/google-breakpad/src/processor/testdata/symbols/microdump/breakpad_unittests/DA7778FB66018A4E9B4110ED06E730D00/
Dbreakpad_unittests.sym19959 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/
Dbreakpad_unittests.sym21248 FUNC 51a2c 3c 0 google_breakpad::MemoryRange::GetData
32998 FUNC 6bf0c 3c 0 google_breakpad::MemoryRange::Subrange