/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkRef.hpp | 259 …RefData<T> disown (void) throw(); //!< Disown and return object (ownership transferred to call… 282 inline RefData<T> RefBase<T>::disown (void) throw() in disown() function in vk::refdetails::RefBase 314 : RefBase<T>(other.RefBase<T>::disown()) in Move() 320 T disown (void) { return this->RefBase<T>::disown().object; } in disown() function in vk::refdetails::Move 324 operator RefData<T> (void) { return this->RefBase<T>::disown(); } in operator RefData<T>() 331 this->assign(other.RefBase<T>::disown()); in operator =()
|
/external/autotest/client/site_tests/security_ptraceRestrictions/src/ |
D | ptrace-restrictions.sh | 31 disown $pid 84 disown $pid
|
D | root-ptrace-restrictions.sh | 23 disown $pid
|
/external/deqp/external/vulkancts/modules/vulkan/wsi/ |
D | vktWsiDisplayTimingTests.cpp | 226 semaphores[ndx] = createSemaphore(vkd, device).disown(); in initSemaphores() 249 fences[ndx] = createFence(vkd, device).disown(); in initFences() 382 …buffers[ndx] = createFramebuffer(vkd, device, renderPass, imageViews[ndx], width, height).disown(); in initFramebuffers() 436 imageViews[ndx] = createImageView(vkd, device, images[ndx], format).disown(); in initImageViews() 763 m_freeAcquireSemaphore = createSemaphore(m_vkd, *m_device).disown(); in initSwapchainResources() 764 m_freeRenderSemaphore = createSemaphore(m_vkd, *m_device).disown(); in initSwapchainResources() 862 …derPass, m_framebuffers[imageIndex], *m_pipeline, m_frameNdx, m_quadCount, width, height).disown(); in render()
|
D | vktWsiIncrementalPresentTests.cpp | 228 semaphores[ndx] = createSemaphore(vkd, device).disown(); in initSemaphores() 251 fences[ndx] = createFence(vkd, device).disown(); in initFences() 489 …buffers[ndx] = createFramebuffer(vkd, device, renderPass, imageViews[ndx], width, height).disown(); in initFramebuffers() 543 imageViews[ndx] = createImageView(vkd, device, images[ndx], format).disown(); in initImageViews() 905 m_freeAcquireSemaphore = createSemaphore(m_vkd, *m_device).disown(); in initSwapchainResources() 906 m_freeRenderSemaphore = createSemaphore(m_vkd, *m_device).disown(); in initSwapchainResources() 977 …hainImages[imageIndex], m_isFirst[imageIndex], imageNextFrame, m_frameNdx, width, height).disown(); in render()
|
D | vktWsiSharedPresentableImageTests.cpp | 239 semaphores[ndx] = createSemaphore(vkd, device).disown(); in initSemaphores() 262 fences[ndx] = createFence(vkd, device).disown(); in initFences() 919 …yout, *m_renderPass, *m_framebuffer, *m_pipeline, m_frameNdx, m_quadCount, width, height).disown(); in render()
|
/external/deqp/external/vulkancts/modules/vulkan/util/ |
D | vktExternalMemoryUtil.cpp | 239 void NativeHandle::disown (void) in disown() function in vkt::ExternalMemoryUtil::NativeHandle 644 handle.disown(); in importFence() 799 handle.disown(); in importSemaphore() 985 handle.disown(); in importMemory() 1018 handle.disown(); in importMemory()
|
D | vktExternalMemoryUtil.hpp | 60 void disown (void);
|
/external/ltp/testcases/kernel/controllers/freezer/ |
D | libcgroup_freezer | 185 disown -a 724 disown -a
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiMemoryRequirementInvarianceTests.cpp | 130 vk.destroyBuffer(device, m_buffer.disown(), DE_NULL); in deallocate() 219 vk.destroyImage(device, m_image.disown(), DE_NULL); in deallocate()
|
D | vktApiObjectManagementTests.cpp | 1815 …return Move<VkPipeline>(check<VkPipeline>(scopedHandles.front()->disown()), Deleter<VkPipeline>(en… in create()
|
/external/deqp/external/vulkancts/modules/vulkan/synchronization/ |
D | vktSynchronizationCrossInstanceSharingTests.cpp | 585 return de::MovePtr<vk::Allocation>(new SimpleAllocation(vkd, device, memory.disown())); in allocateAndBindMemory() 634 return de::MovePtr<vk::Allocation>(new SimpleAllocation(vkd, device, memory.disown())); in allocateAndBindMemory() 748 return de::MovePtr<vk::Allocation>(new SimpleAllocation(vkd, device, memory.disown())); in importAndBindMemory() 765 return de::MovePtr<vk::Allocation>(new SimpleAllocation(vkd, device, memory.disown())); in importAndBindMemory()
|
D | vktSynchronizationWin32KeyedMutexTests.cpp | 290 handle.disown(); in importMemory() 325 return de::MovePtr<vk::Allocation>(new SimpleAllocation(vkd, device, memory.disown())); in importAndBindMemory() 358 return de::MovePtr<vk::Allocation>(new SimpleAllocation(vkd, device, memory.disown())); in importAndBindMemory()
|
/external/deqp/external/vulkancts/modules/vulkan/memory/ |
D | vktMemoryPipelineBarrierTests.cpp | 1031 void releaseBuffer (void) { m_currentBuffer.disown(); } in releaseBuffer() 1072 void releaseImage (void) { m_currentImage.disown(); } in releaseImage() 1537 vkd.destroyBuffer(device, m_buffer.disown(), DE_NULL); in execute() 1675 vkd.destroyImage(device, m_image.disown(), DE_NULL); in execute() 4980 …m_descriptorSets[descriptorSetNdx] = vk::allocateDescriptorSet(vkd, device, &allocateInfo).disown(… in prepare() 5168 …m_descriptorSets[descriptorSetNdx] = vk::allocateDescriptorSet(vkd, device, &allocateInfo).disown(… in prepare() 5341 …m_descriptorSets[descriptorSetNdx] = vk::allocateDescriptorSet(vkd, device, &allocateInfo).disown(… in prepare() 5522 …m_descriptorSets[descriptorSetNdx] = vk::allocateDescriptorSet(vkd, device, &allocateInfo).disown(… in prepare() 6074 …m_descriptorSets[descriptorSetNdx] = vk::allocateDescriptorSet(vkd, device, &allocateInfo).disown(… in prepare() 6485 …m_descriptorSets[descriptorSetNdx] = vk::allocateDescriptorSet(vkd, device, &allocateInfo).disown(… in prepare() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineVertexInputTests.cpp | 1272 m_vertexBuffers.push_back(vertexBuffer.disown()); in VertexInputInstance()
|
/external/jline/src/src/test/resources/jline/example/ |
D | english.gz |
|
/external/cldr/tools/java/org/unicode/cldr/util/data/transforms/ |
D | en-IPA.txt | 21137 $x{disown → dɪson ; # dɪzɑʊn
|
D | internal_raw_IPA.txt | 46725 disown %27199 dɪsˈon
|
D | internal_raw_IPA-old.txt | 55310 disown %18664 dɪsˈon
|