/external/jemalloc_new/test/unit/ |
D | zero.c | 4 test_zero(size_t sz_min, size_t sz_max) { in test_zero() function 44 test_zero(1, SMALL_MAXCLASS-1); in TEST_BEGIN() 50 test_zero(SMALL_MAXCLASS+1, (1U << (LG_LARGE_MINCLASS+1))); in TEST_BEGIN()
|
/external/python/cpython3/Lib/test/ |
D | time_hashlib.py | 32 def test_zero(): function 79 test_zero()
|
D | test_statistics.py | 1503 def test_zero(self): member in TestHarmonicMean
|
/external/python/cpython2/Lib/test/ |
D | time_hashlib.py | 31 def test_zero(): function 78 test_zero()
|
/external/python/rsa/tests/ |
D | test_common.py | 47 def test_zero(self): member in TestByteSize 59 def test_zero(self): member in TestBitSize
|
D | test_transform.py | 31 def test_zero(self): member in Test_int2bytes
|
/external/rust/crates/zerocopy/src/ |
D | byteorder.rs | 490 fn test_zero() { in test_zero() function 491 fn test_zero<T: ByteOrderType>() { in test_zero() function 495 call_for_all_types!(test_zero, NativeEndian); in test_zero() 496 call_for_all_types!(test_zero, NonNativeEndian); in test_zero()
|
/external/jemalloc_new/test/integration/ |
D | rallocx.c | 106 TEST_BEGIN(test_zero) { in TEST_BEGIN() argument 241 test_zero, in main()
|
D | xallocx.c | 315 test_zero(size_t szmin, size_t szmax) { in test_zero() function 369 test_zero(large1, large0 * 2); in TEST_BEGIN()
|
/external/pigweed/pw_log_tokenized/py/ |
D | metadata_test.py | 24 def test_zero(self): member in TestMetadata
|
/external/rust/crates/getrandom/tests/common/ |
D | mod.rs | 10 fn test_zero() { in test_zero() function
|
/external/rust/crates/num-derive/tests/ |
D | newtype.rs | 72 fn test_zero() { in test_zero() function
|
/external/liburing/test/ |
D | file-register.c | 386 static int test_zero(struct io_uring *ring) in test_zero() function 910 ret = test_zero(&ring); in main()
|
/external/llvm/test/CodeGen/X86/ |
D | vector.ll | 72 define void @test_zero(%f4* %P, %f4* %S) {
|
/external/llvm/test/CodeGen/PowerPC/ |
D | vector.ll | 80 define void @test_zero(%f4* %P, %f4* %S) {
|
/external/llvm/test/CodeGen/Generic/ |
D | vector.ll | 71 define void @test_zero(%f4* %P, %f4* %S) {
|
/external/rust/crates/smallvec/src/ |
D | tests.rs | 11 pub fn test_zero() { in test_zero() function
|
/external/tensorflow/tensorflow/python/kernel_tests/nn_ops/ |
D | rnn_cell_test.py | 1066 test_zero = cell.zero_state(1, dtypes.float32) 1067 self.assertEqual(len(test_zero), 4) 1069 self.assertEqual(test_zero[i][0].get_shape()[1], cell.state_size[i][0]) 1070 self.assertEqual(test_zero[i][1].get_shape()[1], cell.state_size[i][1])
|
/external/rust/crates/glam/tests/ |
D | vec2.rs | 71 glam_test!(test_zero, {
|
D | vec3.rs | 75 glam_test!(test_zero, {
|
D | vec4.rs | 105 glam_test!(test_zero, {
|