Home
last modified time | relevance | path

Searched refs:test_random (Results 1 – 9 of 9) sorted by relevance

/third_party/openssl/test/testutil/
Drandom.c19 uint32_t test_random(void) { in test_random() function
39 test_random(); in test_random_seed()
Ddriver.c193 j = test_random() % (1 + i); in run_tests()
231 jstep = test_random() % all_tests[i].num; in run_tests()
/third_party/python/Lib/test/
Dtest_regrtest.py742 def test_random(self): member in ArgsTestCase
754 test_random = int(match.group(1))
763 self.assertEqual(test_random2, test_random)
Dtest_dbm_dumb.py172 def test_random(self): member in DumbDBMTestCase
Dtest_bisect.py155 def test_random(self, n=25): member in TestBisect
Dtest_ssl.py379 def test_random(self): member in BasicSocketTests
/third_party/glib/gio/tests/
Dgmenumodel.c727 test_random (void) in test_random() function
1513 g_test_add_func ("/gmenu/random", test_random); in main()
/third_party/openssl/test/
Dtestutil.h462 uint32_t test_random(void);
/third_party/python/Misc/
DHISTORY3160 - Issue #19588: Fixed tests in test_random that were silently skipped most
6036 - Issue #17789: test_random now works with unittest test discovery.