/external/sdv/vsomeip/third_party/boost/fusion/test/functional/ |
D | unfused_typed.cpp | 33 struct test_func struct 83 typedef fusion::unfused_typed< test_func<>, types0 > t0; in result_type_tests() argument 85 typedef fusion::unfused_typed< test_func<>, types1 > t1; in result_type_tests() 97 test_func<noncopyable> f; in nullary_tests() 98 fusion::unfused_typed< test_func<>, types0 > unfused_func; in nullary_tests() 99 fusion::unfused_typed< test_func<noncopyable> &, types0 > unfused_func_ref(f); in nullary_tests() 100 fusion::unfused_typed< test_func<> const, types0 > unfused_func_c; in nullary_tests() 101 fusion::unfused_typed< test_func<>, types0 > const unfused_func_c2; in nullary_tests() 102 fusion::unfused_typed< test_func<noncopyable> const &, types0 > unfused_func_c_ref(f); in nullary_tests() 113 test_func<noncopyable> f; in unary_tests() [all …]
|
D | fused_procedure.cpp | 30 struct test_func struct 60 test_func<noncopyable> f; in main() argument 61 fusion::fused_procedure< test_func<> > fused_proc; in main() 62 fusion::fused_procedure< test_func<noncopyable> & > fused_proc_ref(f); in main() 63 fusion::fused_procedure< test_func<> const > fused_proc_c; in main() 64 fusion::fused_procedure< test_func<> > const fused_proc_c2; in main() 65 fusion::fused_procedure< test_func<noncopyable> const & > fused_proc_c_ref(f); in main()
|
D | fused_function_object.cpp | 22 struct test_func struct 61 test_func<noncopyable> f; in main() argument 62 fusion::fused_function_object< test_func<> > fused_func; in main() 63 fusion::fused_function_object< test_func<noncopyable> & > fused_func_ref(f); in main() 64 fusion::fused_function_object< test_func<> const > fused_func_c; in main() 65 fusion::fused_function_object< test_func<> > const fused_func_c2; in main() 66 fusion::fused_function_object< test_func<noncopyable> const & > fused_func_c_ref(f); in main()
|
D | fused.cpp | 25 struct test_func struct 57 test_func<noncopyable> f; in main() argument 59 typedef fusion::fused< test_func<> > ff; in main() 62 typedef fusion::fused< test_func<noncopyable> & > ffr; in main() 65 typedef fusion::fused< test_func<> const > ffc; in main() 68 typedef fusion::fused< test_func<> > const ffc2; in main() 71 typedef fusion::fused< test_func<noncopyable> const & > ffcr; in main()
|
D | unfused.cpp | 28 struct test_func struct 72 typedef fusion::unfused< test_func<> > t; in result_type_tests() argument 81 test_func<noncopyable> f; in main() 82 fusion::unfused< test_func<> > unfused_func; in main() 83 fusion::unfused< test_func<noncopyable> & > unfused_func_ref(f); in main() 84 fusion::unfused< test_func<> const > unfused_func_c; in main() 85 fusion::unfused< test_func<> > const unfused_func_c2; in main() 86 fusion::unfused< test_func<noncopyable> const & > unfused_func_c_ref(f); in main()
|
D | make_unfused.cpp | 38 struct test_func struct 88 test_func<> f; in main() argument 89 test_func<noncopyable> f_nc; in main() 91 boost::fusion::result_of::make_unfused< test_func<> >::type unfused_func = in main() 95 test_func<noncopyable> > >::type unfused_func_ref = in main() 99 test_func<noncopyable> const> >::type unfused_func_c_ref = in main()
|
D | make_fused.cpp | 24 struct test_func struct 63 test_func<> f; in main() argument 64 test_func<noncopyable> f_nc; in main() 66 boost::fusion::result_of::make_fused< test_func<> >::type fused_func in main()
|
D | make_fused_procedure.cpp | 32 struct test_func struct 69 test_func<> f; in main() argument 70 test_func<noncopyable> f_nc; in main() 72 boost::fusion::result_of::make_fused_procedure< test_func<> >::type fused_func in main()
|
D | make_fused_function_object.cpp | 24 struct test_func struct 73 test_func<> f; in main() argument 74 test_func<noncopyable> f_nc; in main() 76 boost::fusion::result_of::make_fused_function_object< test_func<> >::type fused_func in main()
|
/external/cronet/stable/third_party/libc++/src/test/std/depr/depr.lib.binders/depr.lib.binder.1st/ |
D | binder1st.pass.cpp | 36 : 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/libcxx/test/std/depr/depr.lib.binders/depr.lib.binder.2nd/ |
D | binder2nd.pass.cpp | 34 : 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/ |
D | binder1st.pass.cpp | 34 : 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/cronet/stable/third_party/libc++/src/test/std/depr/depr.lib.binders/depr.lib.binder.2nd/ |
D | binder2nd.pass.cpp | 36 : 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/cronet/tot/third_party/libc++/src/test/std/depr/depr.lib.binders/depr.lib.binder.1st/ |
D | binder1st.pass.cpp | 36 : 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/cronet/tot/third_party/libc++/src/test/std/depr/depr.lib.binders/depr.lib.binder.2nd/ |
D | binder2nd.pass.cpp | 36 : 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/swiftshader/third_party/subzero/crosstest/ |
D | mem_intrin_main.cpp | 20 #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/pytorch/benchmarks/sparse/ |
D | triton_ops.py | 30 def _test_worker(test_func): argument 32 test_func, warmup=500, rep=100, fast_flush=False 40 def test_func(x=x.to_dense(), y=y): function 43 return _test_worker(test_func) 47 def test_func(x=x, y=y): function 50 return _test_worker(test_func) 56 def test_func(x=x, y=y): function 61 return _test_worker(test_func) 67 def test_func(x=x, y=y, meta=meta): function 70 return _test_worker(test_func) [all …]
|
/external/tensorflow/tensorflow/python/ops/memory_tests/ |
D | custom_gradient_memory_test.py | 43 def _grad(self, test_func, argnums=0): argument 48 output = test_func(*params) 82 def run(test_func): argument 85 return self._grad(test_func)(a) 87 return def_function.function(self._grad(test_func))(a) 145 def get_peak_memory(test_func): argument 146 test_func = def_function.function(self._grad(test_func), jit_compile=True) 148 hlo_proto_serialized = test_func.experimental_get_compiler_ir(a)(
|
/external/curl/tests/libtest/ |
D | first.c | 136 test_func_t test_func; in main() local 169 test_func = NULL; in main() 174 test_func = s_tests[tmp].ptr; in main() 180 if(!test_func) { in main() 195 test_func = test; in main() 208 result = test_func(URL); in main()
|
/external/python/asn1crypto/tests/ |
D | unittest_data.py | 27 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/libaom/test/ |
D | av1_convolve_test.cc | 72 TestParam(const BlockSize &block, int bd, T test_func) in TestParam() argument 73 : block_(block), bd_(bd), test_func_(test_func) {} in TestParam() 102 T test_func) { in GetTestParams() argument 116 result.push_back(TestParam<T>(block, bd, test_func)); in GetTestParams() 123 std::vector<TestParam<T>> GetLowbdTestParams(T test_func) { in GetLowbdTestParams() argument 124 return GetTestParams({ 8 }, test_func); in GetLowbdTestParams() 129 T test_func) { in BuildLowbdParams() argument 130 return ::testing::ValuesIn(GetLowbdTestParams(test_func)); in BuildLowbdParams() 151 std::vector<TestParam<T>> GetHighbdTestParams(T test_func) { in GetHighbdTestParams() argument 152 return GetTestParams({ 10, 12 }, test_func); in GetHighbdTestParams() [all …]
|
/external/python/cpython3/Modules/_testcapi/ |
D | code.c | 51 PyObject *test_func = NULL; in test_code_extra() local 69 test_func = PyObject_GetAttrString(test_module, "testfunction"); in test_code_extra() 70 if (!test_func) { in test_code_extra() 73 PyObject *test_func_code = PyFunction_GetCode(test_func); // borrowed in test_code_extra() 106 Py_XDECREF(test_func); in test_code_extra()
|
/external/harfbuzz_ng/test/api/ |
D | hb-test.h | 218 hb_test_func_t test_func) in hb_test_add_func() argument 221 g_test_add_func (normal_path, test_func); in hb_test_add_func() 229 hb_test_func_t test_func) in hb_test_add_func_flavor() argument 232 hb_test_add_func (path, test_func); in hb_test_add_func_flavor() 240 hb_test_data_func_t test_func) in hb_test_add_data_func() argument 243 g_test_add_data_func (normal_path, test_data, test_func); in hb_test_add_data_func() 252 hb_test_data_func_t test_func) in hb_test_add_data_func_flavor() argument 255 hb_test_add_data_func (path, test_data, test_func); in hb_test_add_data_func_flavor()
|
/external/linux-kselftest/tools/testing/selftests/ftrace/test.d/ftrace/ |
D | func_set_ftrace_file.tc | 26 test_func() { 43 if cat=`test_func "$cat" "$1"`; then 46 if dd1=`test_func "$dd1" "$1"`; then 49 if dd100=`test_func "$dd100" "$1"`; then
|
/external/sdv/vsomeip/third_party/boost/unordered/test/helpers/ |
D | exception_test.hpp | 16 #define UNORDERED_EXCEPTION_TEST_CASE(name, test_func, type) \ argument 18 test_func<type> fixture; \ 20 fixture, BOOST_STRINGIZE(test_func<type>)); \ 23 #define UNORDERED_EXCEPTION_TEST_CASE_REPEAT(name, test_func, n, type) \ argument 26 test_func<type> fixture; \ 28 fixture, BOOST_STRINGIZE(test_func<type>)); \
|