Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest_regrtest.py379 def test_random(self): member in ArgsTestCase
391 test_random = int(match.group(1))
400 self.assertEqual(test_random2, test_random)
Dtest_dumbdbm.py138 def test_random(self): member in DumbDBMTestCase
Dtest_bisect.py177 def test_random(self, n=25): member in TestBisect
Dtest_ssl.py179 def test_random(self): member in BasicSocketTests
/external/tensorflow/tensorflow/python/kernel_tests/signal/
Ddct_ops_test.py188 def test_random(self, dct_type, norm, shape, dtype): member in DCTOpsTest
Dfft_ops_test.py228 def test_random(self, rank, extra_dims, np_type): member in FFTOpsTest
485 def test_random(self, rank, extra_dims, size, np_rtype): member in RFFTOpsTest
/external/python/cpython3/Lib/test/
Dtest_regrtest.py725 def test_random(self): member in ArgsTestCase
737 test_random = int(match.group(1))
746 self.assertEqual(test_random2, test_random)
Dtest_dbm_dumb.py170 def test_random(self): member in DumbDBMTestCase
Dtest_bisect.py154 def test_random(self, n=25): member in TestBisect
Dtest_ssl.py359 def test_random(self): member in BasicSocketTests
/external/u-boot/drivers/ram/stm32mp1/
Dstm32mp1_tests.c574 static enum test_result test_random(struct stm32mp1_ddrctl *ctl, in test_random() function
1414 {test_random, "Random", "[size] [loop] [addr]",
/external/python/cpython2/Misc/NEWS.d/
D2.7.7rc1.rst1243 Fixed tests in test_random that were silently skipped most of the time.
/external/python/cpython3/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.