/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
D | ShadowSurfaceViewTest.java | 30 assertThat(fakeSurfaceHolder.getCallbacks()).isEmpty(); in addCallback() 34 assertThat(fakeSurfaceHolder.getCallbacks()).contains(callback1); in addCallback() 38 assertThat(fakeSurfaceHolder.getCallbacks()).contains(callback1); in addCallback() 39 assertThat(fakeSurfaceHolder.getCallbacks()).contains(callback2); in addCallback() 47 assertThat(fakeSurfaceHolder.getCallbacks().size()).isEqualTo(2); in removeCallback() 51 assertThat(fakeSurfaceHolder.getCallbacks()).doesNotContain(callback1); in removeCallback() 52 assertThat(fakeSurfaceHolder.getCallbacks()).contains(callback2); in removeCallback()
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiNullHandleTests.cpp | 181 release(context, nullHandle, recordingAllocator.getCallbacks()); in test() 214 … cmdPool (createCommandPool(vk, device, &cmdPoolCreateInfo, recordingAllocator.getCallbacks())); in test() 259 … (createDescriptorPool(vk, device, &descriptorPoolCreateInfo, recordingAllocator.getCallbacks())); in test()
|
D | vktApiObjectManagementTests.cpp | 372 allocRecorder.getCallbacks(), in computeSystemMemoryUsage() 2789 resCallbacks.getCallbacks(), in createSingleAllocCallbacksTest() 2808 objCallbacks.getCallbacks(), in createSingleAllocCallbacksTest() 2847 resCallbacks.getCallbacks(), in allocCallbackFailTest() 2866 AllocationCallbackRecorder recorder (objAllocator.getCallbacks(), 128); in allocCallbackFailTest() 2875 recorder.getCallbacks(), in allocCallbackFailTest() 2973 AllocationCallbackRecorder recorder (objAllocator.getCallbacks(), 128); in allocCallbackFailMultipleObjectsTest() 2982 recorder.getCallbacks(), in allocCallbackFailMultipleObjectsTest()
|
D | vktApiDeviceInitializationTests.cpp | 569 AllocationCallbackRecorder recorder (objAllocator.getCallbacks(), 128); in enumerateDevicesAllocLeakTest() 570 …nstance> instance (vk::createDefaultInstance(vkp, apiVersion, {}, {}, recorder.getCallbacks())); in enumerateDevicesAllocLeakTest()
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowSurfaceView.java | 41 public Set<Callback> getCallbacks() { in getCallbacks() method in ShadowSurfaceView.FakeSurfaceHolder
|
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/util/ |
D | BeanUtilTest.java | 21 public String getCallbacks() { return null; } in getCallbacks() method in BeanUtilTest.Getters
|
/external/deqp/external/vulkancts/modules/vulkan/wsi/ |
D | vktWsiSurfaceTests.cpp | 316 const InstanceHelper instHelper (context, wsiType, allocationRecorder.getCallbacks()); in createSurfaceCustomAllocatorTest() 323 allocationRecorder.getCallbacks())); in createSurfaceCustomAllocatorTest() 348 DeterministicFailAllocator failingAllocator (allocationRecorder.getCallbacks(), in createSurfaceSimulateOOMTest() 357 const InstanceHelper instHelper (context, wsiType, failingAllocator.getCallbacks()); in createSurfaceSimulateOOMTest() 369 failingAllocator.getCallbacks())); in createSurfaceSimulateOOMTest() 1287 …instHelper.vki.destroySurfaceKHR(instHelper.instance, nullHandle, recordingAllocator.getCallbacks(… in destroyNullHandleSurfaceTest()
|
D | vktWsiSwapchainTests.cpp | 937 DeterministicFailAllocator failingAllocator (allocationRecorder.getCallbacks(), in createSwapchainSimulateOOMTest() 941 const InstanceHelper instHelper (context, params.wsiType, failingAllocator.getCallbacks()); in createSwapchainSimulateOOMTest() 948 failingAllocator.getCallbacks())); in createSwapchainSimulateOOMTest() 949 … instHelper.vki, instHelper.instance, *surface, vector<string>(), failingAllocator.getCallbacks()); in createSwapchainSimulateOOMTest() 978 …createSwapchainKHR(devHelper.vkd, *devHelper.device, &curParams, failingAllocator.getCallbacks())); in createSwapchainSimulateOOMTest() 2538 …devHelper.vkd.destroySwapchainKHR(*devHelper.device, nullHandle, recordingAllocator.getCallbacks()… in destroyNullHandleSwapchainTest()
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkAllocationCallbackUtil.hpp | 53 const VkAllocationCallbacks* getCallbacks (void) const { return &m_callbacks; } in getCallbacks() function in vk::AllocationCallbacks
|
/external/deqp/external/vulkancts/modules/vulkan/memory/ |
D | vktMemoryAllocationTests.cpp | 525 …DeviceMemory> memory (allocateMemory(vk, device, &allocInfo, callbackRecorder.getCallbacks())); in iterate()
|
D | vktMemoryMappingTests.cpp | 295 …DeviceMemory> memory (allocateMemory(vk, device, &allocInfo, callbackRecorder.getCallbacks())); in computeDeviceMemorySystemMemFootprint() 725 …const VkAllocationCallbacks* allocator = config.implicitUnmap ? recorder.getCallbacks() : DE_NUL… in testMemoryMapping()
|