Searched refs:test_random (Results 1 – 13 of 13) sorted by relevance
/external/python/cpython2/Lib/test/ |
D | test_regrtest.py | 379 def test_random(self): member in ArgsTestCase 391 test_random = int(match.group(1)) 400 self.assertEqual(test_random2, test_random)
|
D | test_dumbdbm.py | 138 def test_random(self): member in DumbDBMTestCase
|
D | test_bisect.py | 177 def test_random(self, n=25): member in TestBisect
|
D | test_ssl.py | 179 def test_random(self): member in BasicSocketTests
|
/external/tensorflow/tensorflow/python/kernel_tests/signal/ |
D | dct_ops_test.py | 188 def test_random(self, dct_type, norm, shape, dtype): member in DCTOpsTest
|
D | fft_ops_test.py | 228 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/ |
D | test_regrtest.py | 725 def test_random(self): member in ArgsTestCase 737 test_random = int(match.group(1)) 746 self.assertEqual(test_random2, test_random)
|
D | test_dbm_dumb.py | 170 def test_random(self): member in DumbDBMTestCase
|
D | test_bisect.py | 154 def test_random(self, n=25): member in TestBisect
|
D | test_ssl.py | 359 def test_random(self): member in BasicSocketTests
|
/external/u-boot/drivers/ram/stm32mp1/ |
D | stm32mp1_tests.c | 574 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/ |
D | 2.7.7rc1.rst | 1243 Fixed tests in test_random that were silently skipped most of the time.
|
/external/python/cpython3/Misc/ |
D | HISTORY | 3160 - Issue #19588: Fixed tests in test_random that were silently skipped most 6036 - Issue #17789: test_random now works with unittest test discovery.
|