/external/linux-kselftest/tools/testing/selftests/vm/ |
D | mlock2-tests.c | 309 goto unmap; in test_mlock_lock() 313 goto unmap; in test_mlock_lock() 318 goto unmap; in test_mlock_lock() 323 unmap: in test_mlock_lock() 418 goto unmap; in test_mlock_onfault() 422 goto unmap; in test_mlock_onfault() 431 goto unmap; in test_mlock_onfault() 435 unmap: in test_mlock_onfault() 463 goto unmap; in test_lock_onfault_of_present() 474 goto unmap; in test_lock_onfault_of_present() [all …]
|
/external/libmojo/base/android/linker/ |
D | modern_linker_jni.cc | 309 void* unmap = reinterpret_cast<void*>(uintptr_addr + load_size); in ResizeReservedAddressSpace() local 311 if (munmap(unmap, length) == -1) { in ResizeReservedAddressSpace() 313 static_cast<int>(length), unmap, strerror(errno)); in ResizeReservedAddressSpace() 324 void* unmap = in ResizeReservedAddressSpace() local 327 if (munmap(unmap, length) == -1) { in ResizeReservedAddressSpace() 329 static_cast<int>(length), unmap, strerror(errno)); in ResizeReservedAddressSpace()
|
/external/ltp/testcases/kernel/hotplug/memory_hotplug/Scripts/ |
D | test3-1m | 22 unmap foo 23 unmap bar
|
/external/libmojo/mojo/android/system/src/org/chromium/mojo/system/impl/ |
D | SharedBufferHandleImpl.java | 58 public void unmap(ByteBuffer buffer) { in unmap() method in SharedBufferHandleImpl 59 mCore.unmap(buffer); in unmap()
|
/external/ltp/testcases/kernel/hotplug/memory_hotplug/Xpm-tests/ |
D | test-mpm-2shm-1m | 23 unmap foo 24 unmap bar
|
D | test-lazy-2shm-1m | 25 unmap foo 26 unmap bar
|
/external/selinux/libselinux/src/ |
D | load_policy.c | 214 goto unmap; in selinux_mkload_policy() 217 goto unmap; in selinux_mkload_policy() 223 goto unmap; in selinux_mkload_policy() 266 goto unmap; in selinux_mkload_policy() 290 unmap: in selinux_mkload_policy()
|
/external/libxcam/modules/soft/ |
D | soft_video_buf_allocator.cpp | 37 virtual bool unmap (); 67 VideoMemData::unmap () in unmap() function in XCam::VideoMemData
|
/external/ltp/testcases/kernel/syscalls/mmap/ |
D | mmap12.c | 123 goto unmap; in verify_mmap() 129 unmap: in verify_mmap()
|
/external/libxcam/xcore/ |
D | image_file_handle.cpp | 66 buf->unmap (); in read_buf() 92 buf->unmap (); in write_buf()
|
D | buffer_pool.h | 40 virtual bool unmap () = 0; 63 virtual bool unmap ();
|
D | smart_buffer_priv.cpp | 77 this->base.unmap = SmartBufferPriv::buf_unmap; in SmartBufferPriv() 121 buf->_buf_ptr->unmap (); in buf_unmap()
|
D | buffer_pool.cpp | 54 BufferProxy::unmap () in unmap() function in XCam::BufferProxy 57 return _data->unmap (); in unmap()
|
D | dma_video_buffer.h | 38 virtual bool unmap ();
|
/external/libxcam/xcore/base/ |
D | xcam_buffer.h | 108 void (*unmap) (XCamVideoBuffer *); member 122 #define xcam_video_buffer_unmap(buf) (buf)->unmap(buf)
|
/external/autotest/client/cros/graphics/ |
D | gbm.py | 151 def unmap(self, map_data_p): member in GBMBuffer 229 bo.unmap(bo._map_p) 263 bo.unmap(bo._map_p)
|
/external/libxcam/modules/ocl/ |
D | cl_video_buffer.cpp | 37 unmap (); in ~CLVideoBufferData() 64 CLVideoBufferData::unmap () in unmap() function in XCam::CLVideoBufferData
|
D | cl_utils.cpp | 181 buf->unmap (); in convert_nv12_mem_to_video_buffer() 390 top_view_buf->unmap(); in sample_generate_top_view() 391 stitch_buf->unmap(); in sample_generate_top_view() 428 rectified_view_buf->unmap(); in sample_generate_rectified_view() 429 stitch_buf->unmap(); in sample_generate_rectified_view()
|
/external/mesa3d/src/gallium/auxiliary/pipebuffer/ |
D | pb_buffer.h | 131 void (*unmap)( struct pb_buffer *buf ); member 180 buf->vtbl->unmap(buf); in pb_unmap()
|
/external/ltp/testcases/kernel/hotplug/memory_hotplug/ |
D | README | 54 Use map/unmap to attach/detach 65 unmap <seg-name> - unmap specified segment, but remember name/size/...
|
/external/swiftshader/src/OpenGL/libGLES_CM/ |
D | IndexDataManager.cpp | 133 streamingBuffer->unmap(); in prepareIndexData() 198 void StreamingIndexBuffer::unmap() in unmap() function in es1::StreamingIndexBuffer
|
/external/swiftshader/src/OpenGL/libGL/ |
D | IndexDataManager.cpp | 150 streamingBuffer->unmap(); in prepareIndexData() 216 void StreamingIndexBuffer::unmap() in unmap() function in gl::StreamingIndexBuffer
|
/external/skqp/tests/ |
D | TransferPixelsTest.cpp | 105 buffer->unmap(); in basic_transfer_test() 150 buffer->unmap(); in basic_transfer_test()
|
/external/skia/tests/ |
D | TransferPixelsTest.cpp | 98 buffer->unmap(); in basic_transfer_test() 155 buffer->unmap(); in basic_transfer_test()
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | IndexDataManager.cpp | 322 streamingBuffer->unmap(); in prepareIndexData() 348 streamingBuffer->unmap(); in prepareIndexData() 417 void StreamingIndexBuffer::unmap() in unmap() function in es2::StreamingIndexBuffer
|