Home
last modified time | relevance | path

Searched refs:test_funcs (Results 1 – 8 of 8) sorted by relevance

/external/mbedtls/tests/suites/
Dmain_test.function141 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/
Dmain_test.function141 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/
Dmeson.build66 test_funcs = [ 'fork', 'fstatat', 'openat', 'readlinkat', 'pipe2', variable
69 foreach func : test_funcs
/external/pytorch/test/
Dtest_testing.py1585test_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/
Dquat.rs39 glam_test!(test_funcs, {
Dvec3.rs1067 glam_test!(test_funcs, {
Dvec4.rs1188 glam_test!(test_funcs, {
/external/pytorch/test/inductor/
Dtest_torchinductor.py11124 def test_funcs(func_and_kernel): function
11132 test_funcs(func_and_kernel_aten)
11133 patch.object(config.triton, "descriptive_names", "torch")(test_funcs)(