Searched refs:test_funcs (Results 1 – 8 of 8) sorted by relevance
/external/mbedtls/tests/suites/ |
D | main_test.function | 141 TestWrapper_t test_funcs[] = 163 if (func_idx < (int) (sizeof(test_funcs) / sizeof(TestWrapper_t))) { 164 fp = test_funcs[func_idx]; 201 if (func_idx < (int) (sizeof(test_funcs)/sizeof(TestWrapper_t))) { 202 fp = test_funcs[func_idx];
|
/external/openthread/third_party/mbedtls/repo/tests/suites/ |
D | main_test.function | 141 TestWrapper_t test_funcs[] = 163 if (func_idx < (int) (sizeof(test_funcs) / sizeof(TestWrapper_t))) { 164 fp = test_funcs[func_idx]; 201 if (func_idx < (int) (sizeof(test_funcs)/sizeof(TestWrapper_t))) { 202 fp = test_funcs[func_idx];
|
/external/libfuse/ |
D | meson.build | 66 test_funcs = [ 'fork', 'fstatat', 'openat', 'readlinkat', 'pipe2', variable 69 foreach func : test_funcs
|
/external/pytorch/test/ |
D | test_testing.py | 1585 …test_funcs = [(getattr(test_cls, key), key) for key in test_cls.__dict__ if key.startswith('test_'… 1586 return test_funcs
|
/external/rust/android-crates-io/crates/glam/tests/ |
D | quat.rs | 39 glam_test!(test_funcs, {
|
D | vec3.rs | 1067 glam_test!(test_funcs, {
|
D | vec4.rs | 1188 glam_test!(test_funcs, {
|
/external/pytorch/test/inductor/ |
D | test_torchinductor.py | 11124 def test_funcs(func_and_kernel): function 11132 test_funcs(func_and_kernel_aten) 11133 patch.object(config.triton, "descriptive_names", "torch")(test_funcs)(
|