Searched refs:test_fn (Results 1 - 12 of 12) sorted by relevance
/third_party/openssl/test/testutil/ |
H A D | driver.c | 32 int (*test_fn) (void); member 59 void add_test(const char *test_case_name, int (*test_fn) (void)) in add_test() 63 all_tests[num_tests].test_fn = test_fn; in add_test() 69 void add_all_tests(const char *test_case_name, int(*test_fn)(int idx), in add_all_tests() 74 all_tests[num_tests].param_test_fn = test_fn; in add_all_tests() 335 verdict = all_tests[i].test_fn(); in run_tests()
|
/third_party/libfuse/test/ |
H A D | util.py | 38 test_fn=os.path.ismount): 41 if test_fn(mnt_dir):
|
H A D | test_examples.py | 321 def test_fn(name): function 324 wait_for_mount(mount_process, mnt_file, test_fn) 430 test_fn=os.path.exists)
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/ |
H A D | with_array_pointers_arguments.h | 3 int test_fn(float a, int arr[20]);
|
H A D | without_array_pointers_arguments.h | 2 int test_fn(float a, int arr[20]);
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
H A D | without_array_pointers_arguments.rs | 9 pub fn test_fn( in test_fn() functions
|
H A D | with_array_pointers_arguments.rs | 9 pub fn test_fn( in test_fn() functions
|
/third_party/python/Lib/test/ |
H A D | test_complex.py | 556 def test(v, expected, test_fn=self.assertEqual): 557 test_fn(repr(v), expected) 558 test_fn(str(v), expected) 563 test(-(1+0j), '(-1+-0j)', test_fn=self.assertNotEqual) 584 def test(v, expected, test_fn=self.assertEqual): 585 test_fn(repr(v), expected) 586 test_fn(str(v), expected)
|
/third_party/ltp/testcases/kernel/syscalls/fcntl/ |
H A D | fcntl36.c | 276 static void test_fn(void *f0(void *), void *f1(void *), in test_fn() function 386 test_fn(tcases[i].fn0, tcases[i].fn1, tcases[i].fn2, tcases[i].desc); in tests()
|
/third_party/rust/crates/memoffset/src/ |
H A D | offset_of.rs | 343 const fn test_fn() -> usize { in const_fn_offset() 354 assert_eq!([0; test_fn()].len(), 4); in const_fn_offset()
|
/third_party/skia/tests/ |
H A D | SkSLInterpreterTest.cpp | 716 auto test_fn = [&](const SkSL::FunctionDefinition* fn, float in, float expected) { in DEF_TEST() local 726 test_fn(main, 3.0f, 6.0f); in DEF_TEST() 727 test_fn(dot3, 3.0f, 9.0f); in DEF_TEST() 728 test_fn(dot2, 3.0f, -1.0f); in DEF_TEST()
|
/third_party/openssl/test/ |
H A D | testutil.h | 227 void add_test(const char *test_case_name, int (*test_fn) (void)); 228 void add_all_tests(const char *test_case_name, int (*test_fn)(int idx), int num,
|
Completed in 8 milliseconds