Home
last modified time | relevance | path

Searched refs:test_singleton (Results 1 – 25 of 68) sorted by relevance

123

/dports/science/py-scikit-fuzzy/scikit-fuzzy-0.4.2/skfuzzy/intervals/tests/
H A Dtest_intervalops.py10 test_singleton = addval(3, 4)
15 assert test_singleton == 7
22 test_singleton = divval(6, 3)
27 assert test_singleton == 2
34 test_singleton = multval(2, 3)
39 assert test_singleton == 6
46 test_singleton = scaleval(5, 4)
51 assert test_singleton == 20
58 test_singleton = subval(5, 4)
63 assert test_singleton == 1
/dports/math/py-numpy/numpy-1.20.3/numpy/core/tests/
H A Dtest_getlimits.py13 def test_singleton(self): member in TestPythonFloat
19 def test_singleton(self): member in TestHalf
25 def test_singleton(self): member in TestSingle
31 def test_singleton(self): member in TestDouble
37 def test_singleton(self): member in TestLongdouble
/dports/lang/swi-pl/swipl-8.2.3/src/Tests/debug/
H A Dtest_singleton.pl36 :- module(test_singleton,
37 [ test_singleton/0,
38 test_singleton/1
60 test_singleton :- label
62 test_singleton(3).
63 test_singleton :- label
75 test_singleton(Max) :-
/dports/sysutils/bamf/bamf-0.5.4/tests/libbamf/
H A Dtest-matcher.c40 test_singleton (void) in test_singleton() function
78 g_test_add_func (DOMAIN"/Singleton", test_singleton); in test_matcher_create_suite()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/
H A Dprocess_singleton_win_unittest.cc237 ProcessSingleton* test_singleton() const { return test_singleton_.get(); } in test_singleton() function in __anonb12cbe960111::ProcessSingletonTest
275 test_singleton()->NotifyOtherProcessOrCreate(); in TEST_F()
312 test_singleton()->NotifyOtherProcessOrCreate(); in TEST_F()
335 test_singleton()->NotifyOtherProcessOrCreate(); in TEST_F()
/dports/audio/osd-lyrics/osdlyrics-0.4.3/src/tests/
H A Dol_config_test.c22 test_singleton () in test_singleton() function
77 test_singleton (); in main()
/dports/www/osrm-backend/osrm-backend-5.26.0/third_party/variant/test/
H A Dhashable_test.cpp13 void test_singleton() in test_singleton() function
153 test_singleton(); in main()
/dports/math/osqp/osqp-0.6.2/lin_sys/direct/qdldl/qdldl_sources/tests/
H A Dtest_singleton.h1 static char* test_singleton() in test_singleton() function
H A Dqdldl_tester.c35 mu_run_test(test_singleton); in all_tests()
/dports/math/py-qdldl/qdldl-0.1.5.post0/c/qdldl/tests/
H A Dtest_singleton.h1 static char* test_singleton() in test_singleton() function
/dports/math/py-osqp/osqp-0.6.2.post0/osqp_sources/lin_sys/direct/qdldl/qdldl_sources/tests/
H A Dtest_singleton.h1 static char* test_singleton() in test_singleton() function
/dports/multimedia/py-soco/SoCo-0.25.2/tests/
H A Dtest_singleton.py30 def test_singleton(): function
/dports/www/py-graphite-web/graphite-web-1.1.8/webapp/tests/
H A Dtest_singleton.py28 def test_singleton(self): member in TestSingleton
/dports/dns/py-idna/idna-2.10/tests/
H A Dtest_intranges.py61 def test_singleton(self): member in IntrangeContainsTests
/dports/math/py-networkx/networkx-2.6.3/networkx/algorithms/tests/
H A Dtest_dominance.py15 def test_singleton(self): member in TestImmediateDominators
91 def test_singleton(self): member in TestDominanceFrontiers
/dports/devel/boost-docs/boost_1_72_0/libs/test/test/test-organization-ts/datasets-test/
H A Dsingleton-test.cpp23 BOOST_AUTO_TEST_CASE( test_singleton ) in BOOST_AUTO_TEST_CASE() argument
/dports/devel/boost-python-libs/boost_1_72_0/libs/test/test/test-organization-ts/datasets-test/
H A Dsingleton-test.cpp23 BOOST_AUTO_TEST_CASE( test_singleton ) in BOOST_AUTO_TEST_CASE() argument
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/test/test/test-organization-ts/datasets-test/
H A Dsingleton-test.cpp22 BOOST_AUTO_TEST_CASE( test_singleton ) in BOOST_AUTO_TEST_CASE() argument
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/test/test/test-organization-ts/datasets-test/
H A Dsingleton-test.cpp22 BOOST_AUTO_TEST_CASE( test_singleton ) in BOOST_AUTO_TEST_CASE() argument
/dports/databases/percona57-server/boost_1_59_0/libs/test/test/test-organization-ts/datasets-test/
H A Dsingleton-test.cpp22 BOOST_AUTO_TEST_CASE( test_singleton ) in BOOST_AUTO_TEST_CASE() argument
/dports/databases/xtrabackup/boost_1_59_0/libs/test/test/test-organization-ts/datasets-test/
H A Dsingleton-test.cpp22 BOOST_AUTO_TEST_CASE( test_singleton ) in BOOST_AUTO_TEST_CASE() argument
/dports/databases/percona57-client/boost_1_59_0/libs/test/test/test-organization-ts/datasets-test/
H A Dsingleton-test.cpp22 BOOST_AUTO_TEST_CASE( test_singleton ) in BOOST_AUTO_TEST_CASE() argument
/dports/devel/boost-libs/boost_1_72_0/libs/test/test/test-organization-ts/datasets-test/
H A Dsingleton-test.cpp23 BOOST_AUTO_TEST_CASE( test_singleton ) in BOOST_AUTO_TEST_CASE() argument
/dports/devel/hyperscan/boost_1_75_0/libs/test/test/test-organization-ts/datasets-test/
H A Dsingleton-test.cpp23 BOOST_AUTO_TEST_CASE( test_singleton ) in BOOST_AUTO_TEST_CASE() argument
/dports/lang/ruby26/ruby-2.6.9/test/ruby/
H A Dtest_encoding.rb31 def test_singleton method in TestEncoding

123