/external/linux-kselftest/tools/testing/selftests/vm/ |
D | mlock2-tests.c | 369 goto unmap; in test_mlock_lock() 373 goto unmap; in test_mlock_lock() 378 goto unmap; in test_mlock_lock() 383 unmap: in test_mlock_lock() 478 goto unmap; in test_mlock_onfault() 482 goto unmap; in test_mlock_onfault() 491 goto unmap; in test_mlock_onfault() 495 unmap: in test_mlock_onfault() 523 goto unmap; in test_lock_onfault_of_present() 534 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() 291 unmap: in selinux_mkload_policy()
|
/external/mesa3d/src/mesa/vbo/ |
D | vbo_exec.h | 166 void vbo_exec_vtx_flush( struct vbo_exec_context *exec, GLboolean unmap ); 172 vbo_exec_vtx_flush( struct vbo_exec_context *exec, GLboolean unmap ) in vbo_exec_vtx_flush() argument
|
/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();
|
D | VertexDataManager.cpp | 110 vertexBuffer->unmap(); in writeAttributeData() 232 void VertexBuffer::unmap() in unmap() function in es1::VertexBuffer
|
D | VertexDataManager.h | 47 void unmap();
|
/external/swiftshader/src/OpenGL/libGL/ |
D | IndexDataManager.cpp | 150 streamingBuffer->unmap(); in prepareIndexData() 216 void StreamingIndexBuffer::unmap() in unmap() function in gl::StreamingIndexBuffer
|
D | IndexDataManager.h | 47 void unmap();
|
D | VertexDataManager.cpp | 109 vertexBuffer->unmap(); in writeAttributeData() 238 void VertexBuffer::unmap() in unmap() function in gl::VertexBuffer
|
D | VertexDataManager.h | 50 void unmap();
|
/external/skia/src/gpu/ |
D | GrOpFlushState.h | 64 fVertexPool.unmap(); in preIssueDraws() 65 fIndexPool.unmap(); in preIssueDraws()
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | IndexDataManager.cpp | 141 streamingBuffer->unmap(); in prepareIndexData() 212 void StreamingIndexBuffer::unmap() in unmap() function in es2::StreamingIndexBuffer
|
D | IndexDataManager.h | 44 void unmap();
|
D | VertexDataManager.h | 47 void unmap();
|
/external/drm_gralloc/ |
D | gralloc_drm_priv.h | 68 void (*unmap)(struct gralloc_drm_drv_t *drv, member
|
/external/libmojo/mojo/public/java/system/src/org/chromium/mojo/system/ |
D | SharedBufferHandle.java | 158 public void unmap(ByteBuffer buffer); in unmap() method
|
/external/skia/src/gpu/vk/ |
D | GrVkUniformBuffer.h | 25 void unmap(GrVkGpu* gpu) { in unmap() function
|