/external/crosvm/sys_util/src/ |
D | external_mapping.rs | 38 pub type Unmap = fn(u32); typedef 48 unmap: Unmap, 62 pub unsafe fn new(resource_id: u32, map: Map, unmap: Unmap) -> Result<ExternalMapping> { in new() 109 let unmap: Unmap = |_resource_id| {}; in check_valid_external_map() 123 let unmap: Unmap = |_resource_id| {}; in check_invalid_external_map()
|
/external/google-breakpad/src/common/linux/ |
D | memory_mapped_file.cc | 54 Unmap(); in ~MemoryMappedFile() 60 Unmap(); in Map() 100 void MemoryMappedFile::Unmap() { in Map() function in google_breakpad::MemoryMappedFile
|
D | memory_mapped_file.h | 64 void Unmap();
|
/external/icing/icing/legacy/index/ |
D | icing-mmapper.cc | 76 Unmap(); in Remap() 81 void IcingMMapper::Unmap() { in Unmap() function in icing::lib::IcingMMapper 92 IcingMMapper::~IcingMMapper() { Unmap(); } in ~IcingMMapper()
|
D | icing-mmapper.h | 52 void Unmap();
|
/external/libchrome/base/memory/ |
D | shared_memory_mapping.cc | 48 Unmap(); in operator =() 58 Unmap(); in ~SharedMemoryMapping() 70 void SharedMemoryMapping::Unmap() { in Unmap() function in base::SharedMemoryMapping
|
D | shared_memory_posix.cc | 48 Unmap(); in ~SharedMemory() 315 bool SharedMemory::Unmap() { in Unmap() function in base::SharedMemory 335 Unmap(); in TakeHandle()
|
D | shared_memory_unittest.cc | 274 memory.Unmap(); in TEST_P() 377 EXPECT_TRUE(writable_shmem.Unmap()); in TEST_P() 389 EXPECT_TRUE(readonly_shmem.Unmap()); in TEST_P() 478 EXPECT_TRUE(shmem.Unmap()); in TEST_P() 561 memory.Unmap(); in TEST_P() 879 memory.Unmap(); in TEST_P()
|
D | discardable_shared_memory.h | 70 bool Unmap();
|
/external/libtextclassifier/native/utils/memory/ |
D | mmap.h | 113 bool Unmap(MmapHandle mmap_handle); 129 Unmap(handle_); in ~ScopedMmap()
|
/external/libtextclassifier/native/lang_id/common/file/ |
D | mmap.h | 112 bool Unmap(MmapHandle mmap_handle); 129 Unmap(handle_); in ~ScopedMmap()
|
D | mmap.cc | 134 bool Unmap(MmapHandle mmap_handle) { in Unmap() function 240 bool Unmap(MmapHandle mmap_handle) { in Unmap() function
|
/external/icing/icing/file/ |
D | memory-mapped-file.cc | 57 MemoryMappedFile::~MemoryMappedFile() { Unmap(); } in ~MemoryMappedFile() 59 void MemoryMappedFile::MemoryMappedFile::Unmap() { in Unmap() function in icing::lib::MemoryMappedFile::MemoryMappedFile 74 Unmap(); in Remap()
|
D | memory-mapped-file.h | 96 void Unmap();
|
/external/llvm-project/compiler-rt/lib/scudo/ |
D | scudo_allocator_secondary.h | 111 AddressRange.Unmap(ReservedBeg, NewReservedBeg - ReservedBeg); in Allocate() 120 AddressRange.Unmap(NewReservedEnd, ReservedEnd - NewReservedEnd); in Allocate() 164 AddressRange.Unmap(reinterpret_cast<uptr>(AddressRange.base()), in Deallocate()
|
/external/OpenCL-CTS/test_conformance/d3d10/ |
D | buffer.cpp | 101 pStagingBuffer->Unmap(); in SubTestBuffer() 234 pStagingBuffer->Unmap(); in SubTestBuffer() 275 pStagingBuffer->Unmap(); in SubTestBuffer()
|
D | texture3d.cpp | 187 pStagingBuffer->Unmap(0); in SubTestTexture3D() 405 pStagingBuffer->Unmap(0); in SubTestTexture3D() 450 pStagingBuffer->Unmap(0); in SubTestTexture3D()
|
D | texture2d.cpp | 259 pStagingBuffer->Unmap(0); in SubTestTexture2D() 550 pStagingBuffer->Unmap(0); in SubTestTexture2D() 595 pStagingBuffer->Unmap(0); in SubTestTexture2D()
|
/external/OpenCL-CTS/test_conformance/d3d11/ |
D | buffer.cpp | 105 pDC->Unmap(pStagingBuffer, 0); in SubTestBuffer() 241 pDC->Unmap(pStagingBuffer, 0); in SubTestBuffer() 284 pDC->Unmap(pStagingBuffer, 0); in SubTestBuffer()
|
D | texture3d.cpp | 190 pDC->Unmap(pStagingBuffer, 0); in SubTestTexture3D() 413 pDC->Unmap(pStagingBuffer, 0); in SubTestTexture3D() 446 pDC->Unmap(pStagingBuffer, 0); in SubTestTexture3D()
|
/external/angle/src/libANGLE/renderer/d3d/d3d11/ |
D | IndexBuffer11.cpp | 96 dxContext->Unmap(mBuffer.get(), 0); in unmapBuffer() 134 dxContext->Unmap(mBuffer.get(), 0); in discard()
|
D | VertexBuffer11.cpp | 92 dxContext->Unmap(mBuffer.get(), 0); in hintUnmapResource() 157 mRenderer->getDeviceContext()->Unmap(mBuffer.get(), 0); in discard()
|
/external/libchrome/base/trace_event/ |
D | process_memory_dump_unittest.cc | 51 void Unmap(void* addr, size_t size) { in Unmap() function 494 Unmap(memory1, size1); in TEST() 503 Unmap(memory2, kVeryLargeMemorySize); in TEST() 533 shared_memory1.Unmap(); in TEST() 546 shared_memory2.Unmap(); in TEST() 559 shared_memory3.Unmap(); in TEST()
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/tests/ |
D | sanitizer_common_test.cpp | 418 address_range.Unmap(base_addr, init_size); in TEST() 428 address_range.Unmap(base_addr, PageSize); in TEST() 433 address_range.Unmap(new_start, PageSize); in TEST() 438 EXPECT_DEATH(address_range.Unmap(base_addr + (PageSize * 2), PageSize), ".*"); in TEST()
|
/external/libchrome/libchrome_tools/patch/ |
D | shared_memory_mapping.patch | 24 void SharedMemoryMapping::Unmap() {
|