/third_party/boost/libs/fusion/test/functional/ |
D | make_fused_function_object.cpp | 24 struct test_func struct 28 struct result 34 struct result< Self(T0, T1) > 40 int operator()(T0 const & x, T1 const & y) const in operator ()() 46 int operator()(T0 const & x, T1 const & y) in operator ()() 73 test_func<> f; in main() argument
|
D | make_fused.cpp | 24 struct test_func struct 27 typedef int result_type; 30 int operator()(T0 const & x, T1 const & y) const in operator ()() 36 int operator()(T0 const & x, T1 const & y) in operator ()() 63 test_func<> f; in main() argument
|
D | fused_function_object.cpp | 22 struct test_func struct 29 struct result< Self(T0, T1) > 35 int operator()(T0 const & x, T1 const & y) const in operator ()() 61 test_func<noncopyable> f; in main() argument
|
D | fused.cpp | 25 struct test_func struct 28 typedef int result_type; 31 int operator()(T0 const & x, T1 const & y) const in operator ()() 57 test_func<noncopyable> f; in main() argument
|
D | make_fused_procedure.cpp | 32 struct test_func struct 36 int operator()(T0 const & x, T1 const & y) const in operator ()() 42 int operator()(T0 const & x, T1 const & y) in operator ()() 69 test_func<> f; in main() argument
|
D | fused_procedure.cpp | 30 struct test_func struct 34 int operator()(T0 const & x, T1 const & y) const in operator ()() 60 test_func<noncopyable> f; in main() argument
|
D | make_unfused.cpp | 38 struct test_func struct 45 struct result< Self(Seq &) > 52 long operator()(Seq const & seq) const in operator ()() 59 long operator()(Seq const & seq) in operator ()() 88 test_func<> f; in main() argument
|
D | unfused.cpp | 28 struct test_func struct 35 struct result< Self(Seq) > 40 long operator()(Seq const & seq) const in operator ()() 47 long operator()(Seq const & seq) in operator ()() 72 typedef fusion::unfused< test_func<> > t; in result_type_tests() argument
|
D | unfused_typed.cpp | 33 struct test_func struct 40 struct result< Self(Seq) > 45 long operator()(Seq const & seq) const in operator ()() 52 long operator()(Seq const & seq) in operator ()() 83 typedef fusion::unfused_typed< test_func<>, types0 > t0; in result_type_tests() argument
|
/third_party/libunwind/tests/ |
D | ia64-test-readonly-asm.S | 28 .global test_func symbol 29 .proc test_func label 30 test_func: label
|
/third_party/python/Lib/unittest/test/ |
D | test_async_case.py | 33 async def test_func(self): member in TestAsyncCase.test_full_cycle.Test 92 async def test_func(self): member in TestAsyncCase.test_exception_in_setup.Test 126 async def test_func(self): member in TestAsyncCase.test_exception_in_test.Test 161 async def test_func(self): member in TestAsyncCase.test_exception_in_tear_down.Test 196 async def test_func(self): member in TestAsyncCase.test_exception_in_tear_clean_up.Test 236 async def test_func(self): member in TestAsyncCase.test_cleanups_interleave_order.Test 309 async def test_func(self): member in TestAsyncCase.test_debug_cleanup_same_loop.Test
|
/third_party/boost/libs/functional/forward/test/ |
D | forward_adapter.cpp | 26 class test_func : public Base class 30 test_func(int v) : val(v) { } in test_func() function in test_func 33 test_func(test_func<B> const & that) in test_func() function in test_func
|
D | lightweight_forward_adapter.cpp | 26 class test_func : public Base class 30 test_func(int v) : val(v) { } in test_func() function in test_func 33 test_func(test_func<B> const & that) in test_func() function in test_func
|
/third_party/musl/libc-test/src/functionalext/symver/ |
D | reloc_symver_dso.c | 19 void test_func() in test_func() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/crosstest/ |
D | mem_intrin_main.cpp | 20 #define do_test_variable(test_func) \ in testVariableLen() argument 43 #define do_test_fixed(test_func, NBYTES) \ in testFixedLen() argument
|
/third_party/ltp/include/ |
D | libsigwait.h | 17 typedef void (*test_func) (swi_func, int, enum tst_ts_type type); typedef
|
/third_party/openssl/test/ |
D | sysdefaulttest.c | 21 static int test_func(void) in test_func() function
|
/third_party/flutter/skia/third_party/externals/harfbuzz/test/api/ |
D | hb-test.h | 191 hb_test_func_t test_func) in hb_test_add_func() 202 hb_test_func_t test_func) in hb_test_add_func_flavor() 213 hb_test_data_func_t test_func) in hb_test_add_data_func() 225 hb_test_data_func_t test_func) in hb_test_add_data_func_flavor()
|
/third_party/harfbuzz/test/api/ |
D | hb-test.h | 191 hb_test_func_t test_func) in hb_test_add_func() 202 hb_test_func_t test_func) in hb_test_add_func_flavor() 213 hb_test_data_func_t test_func) in hb_test_add_data_func() 225 hb_test_data_func_t test_func) in hb_test_add_data_func_flavor()
|
/third_party/skia/third_party/externals/harfbuzz/test/api/ |
D | hb-test.h | 191 hb_test_func_t test_func) in hb_test_add_func() 202 hb_test_func_t test_func) in hb_test_add_func_flavor() 213 hb_test_data_func_t test_func) in hb_test_add_data_func() 225 hb_test_data_func_t test_func) in hb_test_add_data_func_flavor()
|
/third_party/mesa3d/src/gallium/drivers/r300/compiler/tests/ |
D | unit_test.h | 36 void (*test_func)(struct test_result * result); member
|
/third_party/python/Lib/test/libregrtest/ |
D | refleak.py | 23 def dash_R(ns, test_name, test_func): argument
|
/third_party/python/Lib/ctypes/test/ |
D | test_unicode.py | 48 def test_func(self): member in StringTestCase
|
/third_party/boost/boost/test/ |
D | parameterized_test.hpp | 57 param_test_case_generator( boost::function<void (ParamType)> const& test_func, in param_test_case_generator() 119 make_test_case( boost::function<void (ParamType)> const& test_func, in make_test_case()
|
/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | test-algs.cc | 32 test_func (int a, char **b) in test_func() function
|