/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkRef.hpp | 282 …RefData<T> disown (void) throw(); //!< Disown and return object (ownership transferred to call… 305 inline RefData<T> RefBase<T>::disown (void) throw() in disown() function in vk::refdetails::RefBase 337 : RefBase<T>(other.RefBase<T>::disown()) in Move() 343 T disown (void) { return this->RefBase<T>::disown().object; } in disown() function in vk::refdetails::Move 347 operator RefData<T> (void) { return this->RefBase<T>::disown(); } in operator RefData<T>() 354 this->assign(other.RefBase<T>::disown()); in operator =()
|
/external/deqp/external/vulkancts/modules/vulkan/wsi/ |
D | vktWsiIncrementalPresentTests.cpp | 197 semaphores[ndx] = createSemaphore(vkd, device).disown(); in initSemaphores() 220 fences[ndx] = createFence(vkd, device).disown(); in initFences() 458 …buffers[ndx] = createFramebuffer(vkd, device, renderPass, imageViews[ndx], width, height).disown(); in initFramebuffers() 512 imageViews[ndx] = createImageView(vkd, device, images[ndx], format).disown(); in initImageViews() 874 m_freeAcquireSemaphore = createSemaphore(m_vkd, *m_device).disown(); in initSwapchainResources() 875 m_freeRenderSemaphore = createSemaphore(m_vkd, *m_device).disown(); in initSwapchainResources() 946 …hainImages[imageIndex], m_isFirst[imageIndex], imageNextFrame, m_frameNdx, width, height).disown(); in render()
|
D | vktWsiDisplayTimingTests.cpp | 195 semaphores[ndx] = createSemaphore(vkd, device).disown(); in initSemaphores() 218 fences[ndx] = createFence(vkd, device).disown(); in initFences() 378 …buffers[ndx] = createFramebuffer(vkd, device, renderPass, imageViews[ndx], width, height).disown(); in initFramebuffers() 432 imageViews[ndx] = createImageView(vkd, device, images[ndx], format).disown(); in initImageViews() 761 m_freeAcquireSemaphore = createSemaphore(m_vkd, *m_device).disown(); in initSwapchainResources() 762 m_freeRenderSemaphore = createSemaphore(m_vkd, *m_device).disown(); in initSwapchainResources() 862 …apchainImages[imageIndex], m_isFirst[imageIndex], m_frameNdx, m_quadCount, width, height).disown(); in render()
|
D | vktWsiDisplayControlTests.cpp | 275 semaphore = createSemaphore(vkd, device).disown(); in initSemaphores() 299 fence = createFence(vkd, device).disown(); in initFences() 432 framebuffers[ndx] = createFramebuffer(vkd, device, &createInfo).disown(); in initFramebuffers() 487 imageViews[ndx] = createImageView(vkd, device, images[ndx], format).disown(); in initImageViews() 819 m_framebuffers[imageIndex], *m_pipeline, width, height).disown(); in render()
|
D | vktWsiSharedPresentableImageTests.cpp | 209 semaphores[ndx] = createSemaphore(vkd, device).disown(); in initSemaphores() 232 fences[ndx] = createFence(vkd, device).disown(); in initFences() 892 …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 | 252 void NativeHandle::disown (void) in disown() function in vkt::ExternalMemoryUtil::NativeHandle 685 handle.disown(); in importFence() 868 handle.disown(); in importSemaphore() 1055 handle.disown(); in importMemory() 1088 handle.disown(); in importMemory()
|
D | vktExternalMemoryUtil.hpp | 64 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 | 128 vk.destroyBuffer(device, m_buffer.disown(), DE_NULL); in deallocate() 214 vk.destroyImage(device, m_image.disown(), DE_NULL); in deallocate()
|
D | vktApiObjectManagementTests.cpp | 1828 …return Move<VkPipeline>(check<VkPipeline>(scopedHandles.front()->disown()), Deleter<VkPipeline>(en… in create()
|
/external/deqp/external/vulkancts/modules/vulkan/synchronization/ |
D | vktSynchronizationCrossInstanceSharingTests.cpp | 580 return de::MovePtr<vk::Allocation>(new SimpleAllocation(vkd, device, memory.disown())); in allocateAndBindMemory() 629 return de::MovePtr<vk::Allocation>(new SimpleAllocation(vkd, device, memory.disown())); in allocateAndBindMemory() 743 return de::MovePtr<vk::Allocation>(new SimpleAllocation(vkd, device, memory.disown())); in importAndBindMemory() 760 return de::MovePtr<vk::Allocation>(new SimpleAllocation(vkd, device, memory.disown())); in importAndBindMemory()
|
D | vktSynchronizationSignalOrderTests.cpp | 258 return MovePtr<Allocation>(new SimpleAllocation(vkd, device, memory.disown())); in allocateAndBindMemory() 287 return MovePtr<Allocation>(new SimpleAllocation(vkd, device, memory.disown())); in allocateAndBindMemory() 308 return MovePtr<Allocation>(new SimpleAllocation(vkd, device, memory.disown())); in importAndBindMemory() 328 return MovePtr<Allocation>(new SimpleAllocation(vkd, device, memory.disown())); in importAndBindMemory()
|
D | vktSynchronizationWin32KeyedMutexTests.cpp | 312 handle.disown(); in importMemory() 347 return de::MovePtr<vk::Allocation>(new SimpleAllocation(vkd, device, memory.disown())); in importAndBindMemory() 380 return de::MovePtr<vk::Allocation>(new SimpleAllocation(vkd, device, memory.disown())); in importAndBindMemory()
|
/external/deqp/external/vulkancts/modules/vulkan/memory/ |
D | vktMemoryPipelineBarrierTests.cpp | 1035 void releaseBuffer (void) { m_currentBuffer.disown(); } in releaseBuffer() 1076 void releaseImage (void) { m_currentImage.disown(); } in releaseImage() 1541 vkd.destroyBuffer(device, m_buffer.disown(), DE_NULL); in execute() 1679 vkd.destroyImage(device, m_image.disown(), DE_NULL); in execute() 4989 …m_descriptorSets[descriptorSetNdx] = vk::allocateDescriptorSet(vkd, device, &allocateInfo).disown(… in prepare() 5177 …m_descriptorSets[descriptorSetNdx] = vk::allocateDescriptorSet(vkd, device, &allocateInfo).disown(… in prepare() 5350 …m_descriptorSets[descriptorSetNdx] = vk::allocateDescriptorSet(vkd, device, &allocateInfo).disown(… in prepare() 5531 …m_descriptorSets[descriptorSetNdx] = vk::allocateDescriptorSet(vkd, device, &allocateInfo).disown(… in prepare() 6083 …m_descriptorSets[descriptorSetNdx] = vk::allocateDescriptorSet(vkd, device, &allocateInfo).disown(… in prepare() 6494 …m_descriptorSets[descriptorSetNdx] = vk::allocateDescriptorSet(vkd, device, &allocateInfo).disown(… in prepare() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineVertexInputTests.cpp | 1275 m_vertexBuffers.push_back(vertexBuffer.disown()); in VertexInputInstance()
|
/external/jline/src/src/test/resources/jline/example/ |
D | english.gz | 1Aarhus
2Aaron
3Ababa
4aback
5abaft
6abandon
7abandoned
8abandoning
9abandonment
10 ... |
/external/kotlinx.coroutines/benchmarks/src/jmh/resources/ |
D | ospd.txt.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-old.txt | 55310 disown %18664 dɪsˈon
|
D | internal_raw_IPA.txt | 46725 disown %27199 dɪsˈon
|