/external/jemalloc/test/unit/ |
zero.c | 9 test_zero(size_t sz_min, size_t sz_max) function 52 test_zero(1, SMALL_MAXCLASS-1); 60 test_zero(SMALL_MAXCLASS+1, large_maxclass); 68 test_zero(large_maxclass+1, chunksize*2);
|
/external/jemalloc_new/test/unit/ |
zero.c | 4 test_zero(size_t sz_min, size_t sz_max) { function 44 test_zero(1, SMALL_MAXCLASS-1); 50 test_zero(SMALL_MAXCLASS+1, (1U << (LG_LARGE_MINCLASS+1)));
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
time_hashlib.py | 31 def test_zero():
function 78 test_zero()
|
/external/python/cpython2/Lib/test/ |
time_hashlib.py | 31 def test_zero(): function 78 test_zero()
|
/external/python/cpython3/Lib/test/ |
time_hashlib.py | 32 def test_zero(): function 79 test_zero()
|
test_statistics.py | 1445 def test_zero(self): member in class:TestHarmonicMean [all...] |
/external/python/rsa/tests/ |
test_common.py | 49 def test_zero(self): member in class:TestByteSize 61 def test_zero(self): member in class:TestBitSize
|
test_transform.py | 40 def test_zero(self): member in class:Test_int2bytes
|
/external/jemalloc/test/integration/ |
rallocx.c | 114 TEST_BEGIN(test_zero) 255 test_zero,
|
xallocx.c | 414 test_zero(size_t szmin, size_t szmax) function 466 test_zero(large0, largemax); 478 test_zero(huge1, huge0 * 2);
|
/external/jemalloc_new/test/integration/ |
rallocx.c | 106 TEST_BEGIN(test_zero) { 241 test_zero,
|
xallocx.c | 315 test_zero(size_t szmin, size_t szmax) { function 369 test_zero(large1, large0 * 2);
|
/external/tensorflow/tensorflow/python/keras/ |
initializers_test.py | 174 def test_zero(self): member in class:KerasInitializersTest
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
rnn_cell_test.py | [all...] |