Home
last modified time | relevance | path

Searched refs:test_func (Results 1 – 25 of 99) sorted by relevance

1234

/external/swiftshader/third_party/subzero/crosstest/
Dmem_intrin_main.cpp20 #define do_test_variable(test_func) \ in testVariableLen() argument
24 int llc_result = test_func(buf, buf2, init_val, len); \ in testVariableLen()
25 int sz_result = Subzero_::test_func(buf, buf2, init_val, len); \ in testVariableLen()
31 STR(test_func), init_val, len, llc_result, sz_result); \ in testVariableLen()
43 #define do_test_fixed(test_func, NBYTES) \ in testFixedLen() argument
46 int llc_result = test_func##_##NBYTES(init_val); \ in testFixedLen()
47 int sz_result = Subzero_::test_func##_##NBYTES(init_val); \ in testFixedLen()
53 STR(test_func), init_val, NBYTES, llc_result, sz_result); \ in testFixedLen()
/external/libcxx/test/std/depr/depr.lib.binders/depr.lib.binder.2nd/
Dbinder2nd.pass.cpp34 : public std::binder2nd<test_func>
36 typedef std::binder2nd<test_func> base;
38 test() : std::binder2nd<test_func>(test_func(3), 4.5) {} in test()
43 std::unary_function<test_func::first_argument_type, in do_test()
44 test_func::result_type>, in do_test()
/external/libcxx/test/std/depr/depr.lib.binders/depr.lib.binder.1st/
Dbinder1st.pass.cpp34 : public std::binder1st<test_func>
36 typedef std::binder1st<test_func> base;
38 test() : std::binder1st<test_func>(test_func(2), 30) {} in test()
43 std::unary_function<test_func::second_argument_type, in do_test()
44 test_func::result_type>, in do_test()
/external/llvm-project/libcxx/test/std/depr/depr.lib.binders/depr.lib.binder.1st/
Dbinder1st.pass.cpp36 : public std::binder1st<test_func>
38 typedef std::binder1st<test_func> base;
40 test() : std::binder1st<test_func>(test_func(2), 30) {} in test()
45 std::unary_function<test_func::second_argument_type, in do_test()
46 test_func::result_type>, in do_test()
/external/llvm-project/libcxx/test/std/depr/depr.lib.binders/depr.lib.binder.2nd/
Dbinder2nd.pass.cpp36 : public std::binder2nd<test_func>
38 typedef std::binder2nd<test_func> base;
40 test() : std::binder2nd<test_func>(test_func(3), 4.5) {} in test()
45 std::unary_function<test_func::first_argument_type, in do_test()
46 test_func::result_type>, in do_test()
/external/python/cpython3/Lib/unittest/test/
Dtest_async_case.py22 async def test_func(self): member in TestAsyncCase.test_full_cycle.Test
66 async def test_func(self): member in TestAsyncCase.test_exception_in_setup.Test
88 async def test_func(self): member in TestAsyncCase.test_exception_in_test.Test
110 async def test_func(self): member in TestAsyncCase.test_exception_in_test_after_adding_cleanup.Test
132 async def test_func(self): member in TestAsyncCase.test_exception_in_tear_down.Test
155 async def test_func(self): member in TestAsyncCase.test_exception_in_tear_clean_up.Test
174 async def test_func(self): member in TestAsyncCase.test_cleanups_interleave_order.Test
/external/python/asn1crypto/tests/
Dunittest_data.py27 def test_func_decorator(test_func): argument
28 test_func._provider_method = provider_method
29 test_func._provider_name_suffix = first_param_name_suffix
30 return test_func
/external/harfbuzz_ng/test/api/
Dhb-test.h191 hb_test_func_t test_func) in hb_test_add_func() argument
194 g_test_add_func (normal_path, test_func); in hb_test_add_func()
202 hb_test_func_t test_func) in hb_test_add_func_flavor() argument
205 hb_test_add_func (path, test_func); in hb_test_add_func_flavor()
213 hb_test_data_func_t test_func) in hb_test_add_data_func() argument
216 g_test_add_data_func (normal_path, test_data, test_func); in hb_test_add_data_func()
225 hb_test_data_func_t test_func) in hb_test_add_data_func_flavor() argument
228 hb_test_add_data_func (path, test_data, test_func); in hb_test_add_data_func_flavor()
/external/llvm-project/lldb/unittests/debugserver/
DJSONTest.cpp15 void TestJSON(JSONValue *json_val, const std::function<void(T &)> &test_func) { in TestJSON() argument
18 test_func(static_cast<T &>(*json_val)); in TestJSON()
28 const std::function<void(T &)> &test_func = [](T &) {}) { in ParseAndTestJSON() argument
30 TestJSON<T>(json_val.get(), test_func);
/external/linux-kselftest/tools/testing/selftests/ftrace/test.d/ftrace/
Dfunc_set_ftrace_file.tc29 test_func() {
46 if cat=`test_func "$cat" "$1"`; then
49 if dd1=`test_func "$dd1" "$1"`; then
52 if dd100=`test_func "$dd100" "$1"`; then
/external/rust/crates/quiche/deps/boringssl/src/util/fipstools/cavp/
Dcavp_ecdsa2_siggen_test.cc107 static bool (*test_func)(FileTest *, void *); in cavp_ecdsa2_siggen_test_main() local
109 test_func = TestECDSA2SigGen; in cavp_ecdsa2_siggen_test_main()
111 test_func = TestECDSA2SigGenComponent; in cavp_ecdsa2_siggen_test_main()
119 opts.callback = test_func; in cavp_ecdsa2_siggen_test_main()
/external/boringssl/src/util/fipstools/cavp/
Dcavp_ecdsa2_siggen_test.cc107 static bool (*test_func)(FileTest *, void *); in cavp_ecdsa2_siggen_test_main() local
109 test_func = TestECDSA2SigGen; in cavp_ecdsa2_siggen_test_main()
111 test_func = TestECDSA2SigGenComponent; in cavp_ecdsa2_siggen_test_main()
119 opts.callback = test_func; in cavp_ecdsa2_siggen_test_main()
/external/python/cpython3/Tools/iobench/
Diobench.py282 def run_one_test(name, size, open_func, test_func, *args): argument
283 mode = test_func.file_open_mode
284 print_label(name, test_func)
288 n, real, cpu = run_during(1.5, lambda: test_func(f, *args))
292 for test_func in tests:
293 if test_func is None:
296 if mode_filter in test_func.file_open_mode:
298 for s in test_func.file_sizes:
303 open_func, test_func, *args)
/external/python/cpython2/Tools/iobench/
Diobench.py281 def run_one_test(name, size, open_func, test_func, *args): argument
282 mode = test_func.file_open_mode
283 print_label(name, test_func)
287 n, real, cpu = run_during(1.5, lambda: test_func(f, *args))
291 for test_func in tests:
292 if test_func is None:
295 if mode_filter in test_func.file_open_mode:
297 for s in test_func.file_sizes:
302 open_func, test_func, *args)
/external/ltp/testcases/kernel/syscalls/open/
Dopen13.c58 static void (*test_func[])(void) = { variable
69 int TST_TOTAL = ARRAY_SIZE(test_func);
86 (*test_func[tc])(); in main()
/external/llvm-project/lldb/test/API/functionalities/breakpoint/scripted_bkpt/
Dmain.c4 test_func() in test_func() function
19 test_func(); in main()
/external/llvm-project/llvm/test/CodeGen/BPF/
Delf-symbol-information.ll4 ; CHECK: 8 FUNC GLOBAL DEFAULT 2 test_func
5 define void @test_func() {
/external/llvm-project/clang/test/CodeGenOpenCL/
Dconst-str-array-decay.cl3 int test_func(constant char* foo);
6 test_func("Test string literal");
/external/clang/test/CodeGenOpenCL/
Dconst-str-array-decay.cl3 int test_func(constant char* foo);
6 test_func("Test string literal");
/external/llvm-project/libcxx/test/std/depr/depr.lib.binders/
Dtest_func.h12 class test_func
20 explicit test_func(int id) : id_(id) {} in test_func() function
/external/libcxx/test/std/depr/depr.lib.binders/
Dtest_func.h13 class test_func
21 explicit test_func(int id) : id_(id) {} in test_func() function
/external/libcxx/test/std/utilities/any/any.class/any.cons/
Din_place_type.pass.cpp116 void test_func() {} in test_func() function
120 using Type = decltype(test_func); in test_in_place_type_decayed()
122 any a(std::in_place_type<Type>, test_func); in test_in_place_type_decayed()
124 assert(any_cast<DecayT>(a) == test_func); in test_in_place_type_decayed()
/external/llvm-project/libcxx/test/std/utilities/any/any.class/any.cons/
Din_place_type.pass.cpp113 void test_func() {} in test_func() function
117 using Type = decltype(test_func); in test_in_place_type_decayed()
119 any a(std::in_place_type<Type>, test_func); in test_in_place_type_decayed()
121 assert(any_cast<DecayT>(a) == test_func); in test_in_place_type_decayed()
/external/ltp/testcases/kernel/syscalls/mlock/
Dmlock02.c59 static void (*test_func[])(void) = { test_enomem1, test_enomem2, test_eperm }; variable
61 int TST_TOTAL = ARRAY_SIZE(test_func);
74 (*test_func[i])(); in main()
/external/llvm-project/llvm/test/CodeGen/X86/
Dlea-opt-cse1.ll7 define void @test_func(%struct.SA* nocapture %ctx, i32 %n) local_unnamed_addr {
8 ; X64-LABEL: test_func:
19 ; X86-LABEL: test_func:

1234