Home
last modified time | relevance | path

Searched refs:allTests (Results 1 – 25 of 1772) sorted by relevance

12345678910>>...71

/dports/devel/php-ice37/ice-3.7.2/cpp/test/IceUtil/thread/
H A DTestSuite.cpp17 std::list<TestBasePtr> allTests; variable
22 allTests.push_back(new MutexTest); in initializeTestSuite()
23 allTests.push_back(new CountDownLatchTest); in initializeTestSuite()
24 allTests.push_back(new StartTest); in initializeTestSuite()
25 allTests.push_back(new SleepTest); in initializeTestSuite()
26 allTests.push_back(new CreateTest); in initializeTestSuite()
27 allTests.push_back(new AliveTest); in initializeTestSuite()
28 allTests.push_back(new RecMutexTest); in initializeTestSuite()
29 allTests.push_back(new MonitorMutexTest); in initializeTestSuite()
30 allTests.push_back(new MonitorRecMutexTest); in initializeTestSuite()
/dports/devel/ice37/ice-3.7.2/cpp/test/IceUtil/thread/
H A DTestSuite.cpp17 std::list<TestBasePtr> allTests; variable
22 allTests.push_back(new MutexTest); in initializeTestSuite()
23 allTests.push_back(new CountDownLatchTest); in initializeTestSuite()
24 allTests.push_back(new StartTest); in initializeTestSuite()
25 allTests.push_back(new SleepTest); in initializeTestSuite()
26 allTests.push_back(new CreateTest); in initializeTestSuite()
27 allTests.push_back(new AliveTest); in initializeTestSuite()
28 allTests.push_back(new RecMutexTest); in initializeTestSuite()
29 allTests.push_back(new MonitorMutexTest); in initializeTestSuite()
30 allTests.push_back(new MonitorRecMutexTest); in initializeTestSuite()
/dports/devel/py-ice37/ice-3.7.2/cpp/test/IceUtil/thread/
H A DTestSuite.cpp17 std::list<TestBasePtr> allTests; variable
22 allTests.push_back(new MutexTest); in initializeTestSuite()
23 allTests.push_back(new CountDownLatchTest); in initializeTestSuite()
24 allTests.push_back(new StartTest); in initializeTestSuite()
25 allTests.push_back(new SleepTest); in initializeTestSuite()
26 allTests.push_back(new CreateTest); in initializeTestSuite()
27 allTests.push_back(new AliveTest); in initializeTestSuite()
28 allTests.push_back(new RecMutexTest); in initializeTestSuite()
29 allTests.push_back(new MonitorMutexTest); in initializeTestSuite()
30 allTests.push_back(new MonitorRecMutexTest); in initializeTestSuite()
/dports/security/certmgr/certmgr-3.0.3/vendor/github.com/google/certificate-transparency-go/certificate-transparency-go-1.0.21/fixchain/
H A Dfix_test.go207 var allTests []fixTest
208 allTests = append(allTests, constructChainTests...)
209 allTests = append(allTests, fixChainTests...)
210 allTests = append(allTests, handleChainTests...)
211 for i, ft := range allTests {
/dports/devel/php-ice37/ice-3.7.2/cpp/test/IceUtil/priority/
H A DTestSuite.cpp12 std::list<TestBasePtr> allTests; variable
17 allTests.push_back(new ThreadPriorityTest); in initializeTestSuite()
18 allTests.push_back(new TimerPriorityTest); in initializeTestSuite()
21 allTests.push_back(new PriorityInversionTest); in initializeTestSuite()
/dports/devel/ice37/ice-3.7.2/cpp/test/IceUtil/priority/
H A DTestSuite.cpp12 std::list<TestBasePtr> allTests; variable
17 allTests.push_back(new ThreadPriorityTest); in initializeTestSuite()
18 allTests.push_back(new TimerPriorityTest); in initializeTestSuite()
21 allTests.push_back(new PriorityInversionTest); in initializeTestSuite()
/dports/devel/py-ice37/ice-3.7.2/cpp/test/IceUtil/priority/
H A DTestSuite.cpp12 std::list<TestBasePtr> allTests; variable
17 allTests.push_back(new ThreadPriorityTest); in initializeTestSuite()
18 allTests.push_back(new TimerPriorityTest); in initializeTestSuite()
21 allTests.push_back(new PriorityInversionTest); in initializeTestSuite()
/dports/misc/openvdb/openvdb-9.0.0/openvdb_ax/openvdb_ax/test/
H A Dmain.cc134 StringVec allTests; in run() local
136 getTestNames(allTests, tests); in run()
138 for (const auto& name: allTests) { std::cout << name << "\n"; } in run()
206 StringVec allTests; in run() local
208 getTestNames(allTests, root); in run()
211 getTestNames(allTests, root->findTest(name)); in run()
217 std::shuffle(allTests.begin(), allTests.end(), generator); in run()
218 tests.swap(allTests); in run()
/dports/sysutils/docker/docker-ce-18.09.5/components/engine/hack/integration-cli-on-swarm/host/
H A Denumerate.go42 var allTests []string
52 allTests = append(allTests, tests...)
54 return allTests, nil
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/docker/docker/hack/integration-cli-on-swarm/host/
H A Denumerate.go42 var allTests []string
52 allTests = append(allTests, tests...)
54 return allTests, nil
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/docker/docker/hack/integration-cli-on-swarm/host/
H A Denumerate.go42 var allTests []string
52 allTests = append(allTests, tests...)
54 return allTests, nil
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/docker/hack/integration-cli-on-swarm/host/
H A Denumerate.go42 var allTests []string
52 allTests = append(allTests, tests...)
54 return allTests, nil
/dports/security/vault/vault-1.8.2/vendor/github.com/docker/docker/hack/integration-cli-on-swarm/host/
H A Denumerate.go42 var allTests []string
52 allTests = append(allTests, tests...)
54 return allTests, nil
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/docker/docker/hack/integration-cli-on-swarm/host/
H A Denumerate.go42 var allTests []string
52 allTests = append(allTests, tests...)
54 return allTests, nil
/dports/java/apache-commons-collections/commons-collections-3.2.2-src/src/test/org/apache/commons/collections/comparators/
H A DTestBooleanComparator.java72 allTests(false,new BooleanComparator()); in testConstructors()
73 allTests(false,new BooleanComparator(false)); in testConstructors()
74 allTests(true,new BooleanComparator(true)); in testConstructors()
78 allTests(false,BooleanComparator.getFalseFirstComparator()); in testStaticFactoryMethods()
79 allTests(false,BooleanComparator.getBooleanComparator(false)); in testStaticFactoryMethods()
80 allTests(true,BooleanComparator.getTrueFirstComparator()); in testStaticFactoryMethods()
81 allTests(true,BooleanComparator.getBooleanComparator(true)); in testStaticFactoryMethods()
101 protected void allTests(boolean trueFirst, BooleanComparator comp) { in allTests() method in TestBooleanComparator
/dports/net-im/libsignal-client/libsignal-client-0.9.6/swift/Tests/
H A DLinuxMain.swift10 testCase(ClonableHandleOwnerTests.allTests),
11 testCase(PublicAPITests.allTests),
12 testCase(SessionTests.allTests),
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/thrift/lib/swift/Tests/
H A DLinuxMain.swift5 testCase(ThriftTests.allTests),
6 testCase(TBinaryProtocolTests.allTests),
7 testCase(TCompactProtocolTests.allTests),
/dports/net/storj/storj-1.45.3/vendor/github.com/apache/thrift/lib/swift/Tests/
H A DLinuxMain.swift5 testCase(ThriftTests.allTests),
6 testCase(TBinaryProtocolTests.allTests),
7 testCase(TCompactProtocolTests.allTests),
/dports/devel/py-thrift/thrift-0.14.0/lib/swift/Tests/
H A DLinuxMain.swift5 testCase(ThriftTests.allTests),
6 testCase(TBinaryProtocolTests.allTests),
7 testCase(TCompactProtocolTests.allTests),
/dports/www/fabio/fabio-1.5.14/vendor/github.com/apache/thrift/thrift-da1169d75b15/lib/swift/Tests/
H A DLinuxMain.swift5 testCase(ThriftTests.allTests),
6 testCase(TBinaryProtocolTests.allTests),
7 testCase(TCompactProtocolTests.allTests),
/dports/devel/thrift/thrift-0.14.0/lib/swift/Tests/
H A DLinuxMain.swift5 testCase(ThriftTests.allTests),
6 testCase(TBinaryProtocolTests.allTests),
7 testCase(TCompactProtocolTests.allTests),
/dports/devel/thrift-c_glib/thrift-0.14.0/lib/swift/Tests/
H A DLinuxMain.swift5 testCase(ThriftTests.allTests),
6 testCase(TBinaryProtocolTests.allTests),
7 testCase(TCompactProtocolTests.allTests),
/dports/devel/thrift-cpp/thrift-0.14.0/lib/swift/Tests/
H A DLinuxMain.swift5 testCase(ThriftTests.allTests),
6 testCase(TBinaryProtocolTests.allTests),
7 testCase(TCompactProtocolTests.allTests),
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/apache/thrift/lib/swift/Tests/
H A DLinuxMain.swift5 testCase(ThriftTests.allTests),
6 testCase(TBinaryProtocolTests.allTests),
7 testCase(TCompactProtocolTests.allTests),
/dports/devel/node-thrift/thrift-0.14.0/lib/swift/Tests/
H A DLinuxMain.swift5 testCase(ThriftTests.allTests),
6 testCase(TBinaryProtocolTests.allTests),
7 testCase(TCompactProtocolTests.allTests),

12345678910>>...71