/external/linux-kselftest/tools/testing/selftests/vm/ |
D | mlock2-tests.c | 311 goto unmap; in test_mlock_lock() 315 goto unmap; in test_mlock_lock() 320 goto unmap; in test_mlock_lock() 325 unmap: in test_mlock_lock() 420 goto unmap; in test_mlock_onfault() 424 goto unmap; in test_mlock_onfault() 433 goto unmap; in test_mlock_onfault() 437 unmap: in test_mlock_onfault() 465 goto unmap; in test_lock_onfault_of_present() 476 goto unmap; in test_lock_onfault_of_present() [all …]
|
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
D | ShadowSharedMemoryTest.java | 56 SharedMemory.unmap(fooBuf); in mapReadWrite_shouldPersistWritesAcrossUnmap() 98 SharedMemory.unmap(ByteBuffer.allocate(4)); in unmap_shouldRejectUnknownByteBuffer() 110 SharedMemory.unmap(fooBuf); in unmap_shouldTolerateDoubleUnmap() 111 SharedMemory.unmap(fooBuf); in unmap_shouldTolerateDoubleUnmap()
|
/external/ltp/testcases/kernel/hotplug/memory_hotplug/Scripts/ |
D | test3-1m | 22 unmap foo 23 unmap bar
|
/external/libchrome/mojo/public/java/system/src/org/chromium/mojo/system/impl/ |
D | SharedBufferHandleImpl.java | 57 public void unmap(ByteBuffer buffer) { in unmap() method in SharedBufferHandleImpl 58 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() 267 goto unmap; in selinux_mkload_policy() 292 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 | buffer_pool.cpp | 54 BufferProxy::unmap () in unmap() function in XCam::BufferProxy 57 return _data->unmap (); in unmap()
|
D | smart_buffer_priv.cpp | 77 this->base.unmap = SmartBufferPriv::buf_unmap; in SmartBufferPriv() 121 buf->_buf_ptr->unmap (); in buf_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/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
|
D | IndexDataManager.h | 44 void unmap();
|
/external/skia/tests/ |
D | TransferPixelsTest.cpp | 94 buffer->unmap(); in basic_transfer_test() 157 buffer->unmap(); in basic_transfer_test()
|
/external/skqp/tests/ |
D | TransferPixelsTest.cpp | 97 buffer->unmap(); in basic_transfer_test() 160 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
|
/external/libxcam/tests/ |
D | test_inline.h | 48 buf->unmap (); in ensure_gpu_buffer_done()
|