Home
last modified time | relevance | path

Searched refs:getCallbacks (Results 1 – 11 of 11) sorted by relevance

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowSurfaceViewTest.java30 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/
DvktApiNullHandleTests.cpp181 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()
DvktApiObjectManagementTests.cpp372 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()
DvktApiDeviceInitializationTests.cpp569 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/
DShadowSurfaceView.java41 public Set<Callback> getCallbacks() { in getCallbacks() method in ShadowSurfaceView.FakeSurfaceHolder
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/util/
DBeanUtilTest.java21 public String getCallbacks() { return null; } in getCallbacks() method in BeanUtilTest.Getters
/external/deqp/external/vulkancts/modules/vulkan/wsi/
DvktWsiSurfaceTests.cpp316 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()
DvktWsiSwapchainTests.cpp937 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/
DvkAllocationCallbackUtil.hpp53 const VkAllocationCallbacks* getCallbacks (void) const { return &m_callbacks; } in getCallbacks() function in vk::AllocationCallbacks
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryAllocationTests.cpp525 …DeviceMemory> memory (allocateMemory(vk, device, &allocInfo, callbackRecorder.getCallbacks())); in iterate()
DvktMemoryMappingTests.cpp295 …DeviceMemory> memory (allocateMemory(vk, device, &allocInfo, callbackRecorder.getCallbacks())); in computeDeviceMemorySystemMemFootprint()
725 …const VkAllocationCallbacks* allocator = config.implicitUnmap ? recorder.getCallbacks() : DE_NUL… in testMemoryMapping()