Home
last modified time | relevance | path

Searched defs:SyncTestCase (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/aws-sdk-java-v2/test/ruleset-testing-core/src/main/java/software/amazon/awssdk/core/rules/testing/
H A DSyncTestCase.java20 public final class SyncTestCase { class
26 public SyncTestCase(String description, Runnable operationRunnable, Expect expectation) { in SyncTestCase() method in SyncTestCase
30 …public SyncTestCase(String description, Runnable operationRunnable, Expect expectation, String ski… in SyncTestCase() method in SyncTestCase
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationOperationSingleQueueTests.cpp614 class SyncTestCase : public TestCase class
617 SyncTestCase(tcu::TestContext &testCtx, const std::string &name, SynchronizationType type, in SyncTestCase() function in vkt::synchronization::__anon7ec9e8c80111::SyncTestCase