Home
last modified time | relevance | path

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

12345

/aosp_15_r20/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
/aosp_15_r20/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
1117 def test_func(self): member in BaseTestTest.test_setup_and_teardown_execution_count.MockBaseTest
1317 def test_func(self): member in BaseTestTest.test_uncaught_exception.MockBaseTest
1339 def test_func(self): member in BaseTestTest.test_fail.MockBaseTest
1353 def test_func(self): member in BaseTestTest.test_assert_true.MockBaseTest
1367 def test_func(self): member in BaseTestTest.test_assert_equal_pass.MockBaseTest
1380 def test_func(self): member in BaseTestTest.test_assert_equal_fail.MockBaseTest
1393 def test_func(self): member in BaseTestTest.test_assert_equal_fail_with_msg.MockBaseTest
[all …]
/aosp_15_r20/tools/test/connectivity/acts/framework/tests/
Dacts_base_class_test.py67 def test_func(self): member in ActsBaseClassTest.test_current_test_case_name.MockBaseTest
689 def test_func(self): member in ActsBaseClassTest.test_uncaught_exception.MockBaseTest
702 def test_func(self): member in ActsBaseClassTest.test_fail.MockBaseTest
715 def test_func(self): member in ActsBaseClassTest.test_assert_true.MockBaseTest
730 def test_func(self): member in ActsBaseClassTest.test_assert_equal_pass.MockBaseTest
742 def test_func(self): member in ActsBaseClassTest.test_assert_equal_fail.MockBaseTest
754 def test_func(self): member in ActsBaseClassTest.test_assert_equal_fail_with_msg.MockBaseTest
770 def test_func(self): member in ActsBaseClassTest.test_assert_raises_pass.MockBaseTest
783 def test_func(self): member in ActsBaseClassTest.test_assert_raises_regex_pass.MockBaseTest
799 def test_func(self): member in ActsBaseClassTest.test_assert_raises_fail_with_noop.MockBaseTest
[all …]
Dacts_test_decorators_test.py162 def test_func(): function
171 def test_func(): function
180 def test_func(): function
/aosp_15_r20/external/pytorch/benchmarks/sparse/
H A 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
/aosp_15_r20/external/libaom/test/
H A 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 …]
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/unittest/test/
H A 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
/aosp_15_r20/external/python/cpython3/Lib/unittest/test/
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
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/memory_tests/
H A 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
/aosp_15_r20/external/harfbuzz_ng/test/api/
H A 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()
/aosp_15_r20/external/swiftshader/third_party/subzero/crosstest/
H A Dmem_intrin_main.cpp20 #define do_test_variable(test_func) \ in testVariableLen() argument
43 #define do_test_fixed(test_func, NBYTES) \ in testFixedLen() argument
/aosp_15_r20/external/pytorch/torch/sparse/
H A D_triton_ops_meta.py507 def test_func(): function
661 def test_func(): function
861 def test_func(): function
/aosp_15_r20/external/libvpx/test/
H A Dtest_intra_pred_speed.cc162 #define INTRA_PRED_TEST(arch, test_func, dc, dc_left, dc_top, dc_128, v, h, \ argument
457 #define HIGHBD_INTRA_PRED_TEST(arch, test_func, dc, dc_left, dc_top, dc_128, \ argument
/aosp_15_r20/tools/test/connectivity/acts/framework/acts/
Dbase_test.py509 def exec_one_testcase(self, test_name, test_func): argument
639 test_func, argument
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/unordered/test/helpers/
Dexception_test.hpp16 #define UNORDERED_EXCEPTION_TEST_CASE(name, test_func, type) \ argument
23 #define UNORDERED_EXCEPTION_TEST_CASE_REPEAT(name, test_func, n, type) \ argument
/aosp_15_r20/external/libcxx/test/std/diagnostics/syserr/syserr.errcode/syserr.errcode.observers/
H A Dbool.fail.cpp20 bool test_func(void) in test_func() function
/aosp_15_r20/external/python/cpython3/Lib/test/
D_test_venv_multiprocessing.py15 def test_func(): function

12345