Home
last modified time | relevance | path

Searched refs:AsyncTest (Results 1 – 25 of 39) sorted by relevance

12

/dports/devel/folly/folly-2021.12.27.00/folly/experimental/io/test/
H A DAsyncIOTest.cpp27 AsyncTest,
41 INSTANTIATE_TYPED_TEST_SUITE_P(AsyncTest, AsyncTest, AsyncIO);
H A DAsyncBaseTestLib.h250 class AsyncTest : public ::testing::Test {};
251 TYPED_TEST_SUITE_P(AsyncTest);
253 TYPED_TEST_P(AsyncTest, ZeroAsyncDataNotPollable) { in TYPED_TEST_P() argument
258 TYPED_TEST_P(AsyncTest, ZeroAsyncDataPollable) { in TYPED_TEST_P() argument
263 TYPED_TEST_P(AsyncTest, SingleAsyncDataNotPollable) { in TYPED_TEST_P() argument
272 TYPED_TEST_P(AsyncTest, SingleAsyncDataPollable) { in TYPED_TEST_P() argument
318 TYPED_TEST_P(AsyncTest, MultipleAsyncDataPollable) { in TYPED_TEST_P() argument
355 TYPED_TEST_P(AsyncTest, ManyAsyncDataNotPollable) { in TYPED_TEST_P() argument
368 TYPED_TEST_P(AsyncTest, ManyAsyncDataPollable) { in TYPED_TEST_P() argument
381 TYPED_TEST_P(AsyncTest, NonBlockingWait) { in TYPED_TEST_P() argument
[all …]
H A DIoUringTest.cpp27 AsyncTest,
41 INSTANTIATE_TYPED_TEST_SUITE_P(AsyncTest, AsyncTest, IoUring);
/dports/devel/folly/folly-2021.12.27.00/folly/fibers/async/test/
H A DAsyncTest.cpp74 TEST(AsyncTest, asyncAwait) { in TEST() argument
91 TEST(AsyncTest, asyncBaton) { in TEST() argument
122 TEST(AsyncTest, asyncPromise) { in TEST() argument
133 TEST(AsyncTest, asyncFuture) { in TEST() argument
182 TEST(AsyncTest, asyncTask) { in TEST() argument
209 TEST(AsyncTest, asyncTraits) { in TEST() argument
219 TEST(AsyncTest, asyncConstructorGuides) { in TEST() argument
303 TEST(AsyncTest, collect) { in TEST() argument
/dports/lang/mono/mono-5.10.1.57/mcs/tests/
H A Dtest-async-27.cs7 async static Task AsyncTest () in AsyncTest() method in MainClass
15 AsyncTest ().Wait (); in Main()
/dports/www/xsp/xsp-4.5/test/1.1/handlers/
H A Dasync.ashx1 <%@ WebHandler Language="c#" class="XSPTest.AsyncTest" debug="true" %>
9 public class AsyncTest : IHttpAsyncHandler
/dports/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/sample/
H A DSpawnTests.cs23 AsyncTest (); in Main()
68 static void AsyncTest () in AsyncTest() method in GtkSamples.SpawnTests
/dports/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/sample/
H A DSpawnTests.cs23 AsyncTest (); in Main()
68 static void AsyncTest () in AsyncTest() method in GtkSamples.SpawnTests
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/thrift/lib/d/test/
H A Dasync_test.d64 interface AsyncTest {
166 class AsyncTestHandler : AsyncTest {
248 auto processor = new TServiceProcessor!AsyncTest(new AsyncTestHandler(trace_)); in ServerThread()
285 auto client = new TAsyncClient!AsyncTest( in run()
321 auto client = new TAsyncClient!AsyncTest( in run()
/dports/net/storj/storj-1.45.3/vendor/github.com/apache/thrift/lib/d/test/
H A Dasync_test.d64 interface AsyncTest {
166 class AsyncTestHandler : AsyncTest {
248 auto processor = new TServiceProcessor!AsyncTest(new AsyncTestHandler(trace_)); in ServerThread()
285 auto client = new TAsyncClient!AsyncTest( in run()
321 auto client = new TAsyncClient!AsyncTest( in run()
/dports/devel/py-thrift/thrift-0.14.0/lib/d/test/
H A Dasync_test.d64 interface AsyncTest {
166 class AsyncTestHandler : AsyncTest {
248 auto processor = new TServiceProcessor!AsyncTest(new AsyncTestHandler(trace_)); in ServerThread()
285 auto client = new TAsyncClient!AsyncTest( in run()
321 auto client = new TAsyncClient!AsyncTest( in run()
/dports/www/fabio/fabio-1.5.14/vendor/github.com/apache/thrift/thrift-da1169d75b15/lib/d/test/
H A Dasync_test.d64 interface AsyncTest {
166 class AsyncTestHandler : AsyncTest {
248 auto processor = new TServiceProcessor!AsyncTest(new AsyncTestHandler(trace_)); in ServerThread()
285 auto client = new TAsyncClient!AsyncTest( in run()
321 auto client = new TAsyncClient!AsyncTest( in run()
/dports/devel/thrift-cpp/thrift-0.14.0/lib/d/test/
H A Dasync_test.d64 interface AsyncTest {
166 class AsyncTestHandler : AsyncTest {
248 auto processor = new TServiceProcessor!AsyncTest(new AsyncTestHandler(trace_)); in ServerThread()
285 auto client = new TAsyncClient!AsyncTest( in run()
321 auto client = new TAsyncClient!AsyncTest( in run()
/dports/devel/thrift-c_glib/thrift-0.14.0/lib/d/test/
H A Dasync_test.d64 interface AsyncTest {
166 class AsyncTestHandler : AsyncTest {
248 auto processor = new TServiceProcessor!AsyncTest(new AsyncTestHandler(trace_)); in ServerThread()
285 auto client = new TAsyncClient!AsyncTest( in run()
321 auto client = new TAsyncClient!AsyncTest( in run()
/dports/devel/thrift/thrift-0.14.0/lib/d/test/
H A Dasync_test.d64 interface AsyncTest {
166 class AsyncTestHandler : AsyncTest {
248 auto processor = new TServiceProcessor!AsyncTest(new AsyncTestHandler(trace_)); in ServerThread()
285 auto client = new TAsyncClient!AsyncTest( in run()
321 auto client = new TAsyncClient!AsyncTest( in run()
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/apache/thrift/lib/d/test/
H A Dasync_test.d64 interface AsyncTest {
166 class AsyncTestHandler : AsyncTest {
248 auto processor = new TServiceProcessor!AsyncTest(new AsyncTestHandler(trace_)); in ServerThread()
285 auto client = new TAsyncClient!AsyncTest( in run()
321 auto client = new TAsyncClient!AsyncTest( in run()
/dports/devel/node-thrift/thrift-0.14.0/lib/d/test/
H A Dasync_test.d64 interface AsyncTest {
166 class AsyncTestHandler : AsyncTest {
248 auto processor = new TServiceProcessor!AsyncTest(new AsyncTestHandler(trace_)); in ServerThread()
285 auto client = new TAsyncClient!AsyncTest( in run()
321 auto client = new TAsyncClient!AsyncTest( in run()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Transactions/
H A DSystem.Transactions_test.dll.sources2 AsyncTest.cs
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Transactions.Local/tests/
H A DAsyncTest.cs12 public class AsyncTest : IDisposable class
14 public AsyncTest() in AsyncTest() method in System.Transactions.Tests.AsyncTest
/dports/devel/libzookeeper/apache-zookeeper-3.7.0/zookeeper-server/src/test/java/org/apache/zookeeper/test/
H A DAsyncTest.java41 public class AsyncTest extends ZKTestCase implements StringCallback, VoidCallback, DataCallback { class
43 private static final Logger LOG = LoggerFactory.getLogger(AsyncTest.class);
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/testing/selftests/tpm2/
H A Dtest_smoke.sh10 python3 -m unittest -v tpm2_tests.AsyncTest
/dports/multimedia/libv4l/linux-5.13-rc2/tools/testing/selftests/tpm2/
H A Dtest_smoke.sh10 python3 -m unittest -v tpm2_tests.AsyncTest
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/testing/selftests/tpm2/
H A Dtest_smoke.sh10 python3 -m unittest -v tpm2_tests.AsyncTest
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/test/java/com/wiredtiger/test/
H A DWiredTigerSuite.java35 AsyncTest.class,
/dports/devel/libzookeeper/apache-zookeeper-3.7.0/zookeeper-contrib/zookeeper-contrib-zkpython/src/test/
H A Dasync_test.py21 class AsyncTest(zktestbase.TestBase): class

12