Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/kernel_tests/
Ddct_ops_test.py73 def test_random(self): member in DCTOpsTest
/external/valgrind/memcheck/tests/
Dunit_libcbase.c479 void test_random(void) in test_random() function
534 test_random(); in main()
/external/python/cpython3/Lib/test/
Dtest_regrtest.py616 def test_random(self): member in ArgsTestCase
628 test_random = int(match.group(1))
637 self.assertEqual(test_random2, test_random)
Dtest_dbm_dumb.py172 def test_random(self): member in DumbDBMTestCase
Dtest_bisect.py154 def test_random(self, n=25): member in TestBisect
Dtest_ssl.py184 def test_random(self): member in BasicSocketTests
/external/python/cpython2/Lib/test/
Dtest_dumbdbm.py138 def test_random(self): member in DumbDBMTestCase
Dtest_bisect.py176 def test_random(self, n=25): member in TestBisect
Dtest_ssl.py172 def test_random(self): member in BasicSocketTests
/external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/
Dkmeans_test.py240 def test_random(self): member in KMeansTestMultiStageInit
/external/tensorflow/tensorflow/contrib/factorization/python/ops/
Dkmeans_test.py232 def test_random(self): member in KMeansTestMultiStageInit
/external/python/cpython2/Misc/
DNEWS2442 - Issue #19588: Fixed tests in test_random that were silently skipped most
/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.