Home
last modified time | relevance | path

Searched defs:test_func (Results 1 – 25 of 93) sorted by relevance

1234

/external/sdv/vsomeip/third_party/boost/fusion/test/functional/
Dmake_fused_function_object.cpp24 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
Dmake_fused.cpp24 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
Dfused_function_object.cpp22 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
Dfused.cpp25 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
Dmake_fused_procedure.cpp32 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
Dfused_procedure.cpp30 struct test_func struct
34 int operator()(T0 const & x, T1 const & y) const in operator ()()
60 test_func<noncopyable> f; in main() argument
Dmake_unfused.cpp38 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
Dunfused.cpp28 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
Dunfused_typed.cpp33 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/
Dtriton_ops.py30 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/
Dcustom_gradient_memory_test.py43 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/
Dtest_async_case.py78 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/
Dbase_test_test.py75 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/
Dav1_convolve_test.cc72 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/
Dsingle.py82 def regrtest_runner(result: TestResult, test_func, runtests: RunTests) -> None: argument
134 def test_func(): function
/external/swiftshader/third_party/subzero/crosstest/
Dmem_intrin_main.cpp20 #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/
Dbool.fail.cpp20 bool test_func(void) in test_func() function
/external/harfbuzz_ng/test/api/
Dhb-test.h218 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.py14 def test_func(): function
/external/ltp/include/
Dlibsigwait.h17 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/
Dtest_func.h20 explicit test_func(int id) : id_(id) {} in test_func() function
/external/libcxx/test/std/depr/depr.lib.binders/
Dtest_func.h21 explicit test_func(int id) : id_(id) {} in test_func() function
/external/cronet/tot/third_party/libc++/src/test/std/depr/depr.lib.binders/
Dtest_func.h20 explicit test_func(int id) : id_(id) {} in test_func() function
/external/vboot_reference/tests/
Dcgptlib_test.h18 typedef int (*test_func)(void); typedef
/external/python/asn1crypto/tests/
Dunittest_data.py27 def test_func_decorator(test_func): argument

1234