/external/sdv/vsomeip/third_party/boost/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
|
/external/pytorch/benchmarks/sparse/ |
D | triton_ops.py | 30 def _test_worker(test_func): argument 40 def test_func(x=x.to_dense(), y=y): function 47 def test_func(x=x, y=y): function 56 def test_func(x=x, y=y): function 67 def test_func(x=x, y=y, meta=meta): function 80 def test_func(x=x, y=y): function 93 def test_func(x=x, y=y): function 102 def test_func(x=x, y=y): function 114 def test_func(x=x, y=y.transpose(-2, -1)): function 354 test_func = globals()["test_" + op] variable
|
/external/tensorflow/tensorflow/python/ops/memory_tests/ |
D | custom_gradient_memory_test.py | 43 def _grad(self, test_func, argnums=0): argument 82 def run(test_func): argument 145 def get_peak_memory(test_func): argument
|
/external/python/cpython3/Lib/test/test_unittest/ |
D | test_async_case.py | 78 async def test_func(self): member in TestAsyncCase.test_full_cycle.Test 153 async def test_func(self): member in TestAsyncCase.test_exception_in_setup.Test 188 async def test_func(self): member in TestAsyncCase.test_exception_in_test.Test 224 async def test_func(self): member in TestAsyncCase.test_exception_in_tear_down.Test 260 async def test_func(self): member in TestAsyncCase.test_exception_in_tear_clean_up.Test 332 async def test_func(self): member in TestAsyncCase.test_cleanups_interleave_order.Test 400 async def test_func(slf): member in TestAsyncCase.test_enterAsyncContext.Test 414 async def test_func(slf): member in TestAsyncCase.test_enterAsyncContext_arg_errors.Test 435 async def test_func(self): member in TestAsyncCase.test_debug_cleanup_same_loop.Test
|
/external/python/mobly/tests/mobly/ |
D | base_test_test.py | 75 def test_func(self): member in BaseTestTest.test_paths.MockBaseTest 90 def test_func(self): member in BaseTestTest.test_current_test_name.MockBaseTest 106 def test_func(self): member in BaseTestTest.test_current_test_info.MockBaseTest 1207 def test_func(self): member in BaseTestTest.test_setup_and_teardown_execution_count.MockBaseTest 1407 def test_func(self): member in BaseTestTest.test_uncaught_exception.MockBaseTest 1429 def test_func(self): member in BaseTestTest.test_fail.MockBaseTest 1443 def test_func(self): member in BaseTestTest.test_assert_true.MockBaseTest 1457 def test_func(self): member in BaseTestTest.test_assert_equal_pass.MockBaseTest 1470 def test_func(self): member in BaseTestTest.test_assert_equal_fail.MockBaseTest 1483 def test_func(self): member in BaseTestTest.test_assert_equal_fail_with_msg.MockBaseTest [all …]
|
/external/libaom/test/ |
D | av1_convolve_test.cc | 72 TestParam(const BlockSize &block, int bd, T test_func) in TestParam() 102 T test_func) { in GetTestParams() 123 std::vector<TestParam<T>> GetLowbdTestParams(T test_func) { in GetLowbdTestParams() 129 T test_func) { in BuildLowbdParams() 151 std::vector<TestParam<T>> GetHighbdTestParams(T test_func) { in GetHighbdTestParams() 157 T test_func) { in BuildHighbdParams() 365 convolve_x_func test_func = GetParam().TestFunction(); in TestConvolve() local 394 convolve_x_func test_func = GetParam().TestFunction(); in TestConvolveSpeed() local 467 convolve_x_func test_func = GetParam().TestFunction(); in RunTest() local 497 convolve_x_func test_func = GetParam().TestFunction(); in SpeedTest() local [all …]
|
/external/python/cpython3/Lib/test/libregrtest/ |
D | single.py | 82 def regrtest_runner(result: TestResult, test_func, runtests: RunTests) -> None: argument 134 def test_func(): function
|
/external/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
|
/external/libcxx/test/std/diagnostics/syserr/syserr.errcode/syserr.errcode.observers/ |
D | bool.fail.cpp | 20 bool test_func(void) in test_func() function
|
/external/harfbuzz_ng/test/api/ |
D | hb-test.h | 218 hb_test_func_t test_func) in hb_test_add_func() 229 hb_test_func_t test_func) in hb_test_add_func_flavor() 240 hb_test_data_func_t test_func) in hb_test_add_data_func() 252 hb_test_data_func_t test_func) in hb_test_add_data_func_flavor()
|
/external/python/cpython3/Lib/test/ |
D | _test_venv_multiprocessing.py | 14 def test_func(): function
|
/external/ltp/include/ |
D | libsigwait.h | 17 typedef void (*test_func) (swi_func, int, enum tst_ts_type type); typedef
|
/external/cronet/stable/third_party/libc++/src/test/std/depr/depr.lib.binders/ |
D | test_func.h | 20 explicit test_func(int id) : id_(id) {} in test_func() function
|
/external/libcxx/test/std/depr/depr.lib.binders/ |
D | test_func.h | 21 explicit test_func(int id) : id_(id) {} in test_func() function
|
/external/cronet/tot/third_party/libc++/src/test/std/depr/depr.lib.binders/ |
D | test_func.h | 20 explicit test_func(int id) : id_(id) {} in test_func() function
|
/external/vboot_reference/tests/ |
D | cgptlib_test.h | 18 typedef int (*test_func)(void); typedef
|
/external/python/asn1crypto/tests/ |
D | unittest_data.py | 27 def test_func_decorator(test_func): argument
|