Searched refs:test_func (Results 1 – 9 of 9) sorted by relevance
/hal_espressif-3.6.0/components/driver/test/param_test/ |
D | param_test.c | 11 void test_serializer(const param_group_t *param_group, const ptest_func_t* test_func) in test_serializer() argument 16 test_func->pre_test(&context); in test_serializer() 20 if (test_func->def_param) test_func->def_param(pset); in test_serializer() 21 test_func->loop(pset, context); in test_serializer() 25 test_func->post_test(context); in test_serializer()
|
/hal_espressif-3.6.0/tools/ci/python_packages/tiny_test_fw/ |
D | TinyFW.py | 172 def test(test_func): argument 175 case_info['name'] = case_info['ID'] = test_func.__name__ 179 @functools.wraps(test_func) 204 Utility.console_log('starting running test: ' + test_func.__name__, color='green') 206 test_func(env_inst, extra_data) 234 Utility.console_log('Test Succeed: ' + test_func.__name__, color='green') 236 Utility.console_log(('Test Fail: ' + test_func.__name__), color='red')
|
/hal_espressif-3.6.0/components/driver/test/param_test/include/ |
D | param_test.h | 127 void test_serializer(const param_group_t *param_group, const ptest_func_t* test_func); 154 #define TEST_SINGLE_BOARD(name, param_group, tag, test_func) \ argument 155 …ST_CASE("single board test: "#name, tag) { test_serializer(&PGROUP_NAME(param_group), test_func); }
|
/hal_espressif-3.6.0/components/unity/include/ |
D | unity_test_runner.h | 52 static test_func UNITY_TEST_UID(test_functions)[] = {__VA_ARGS__}; \ 56 typedef void (* test_func)(void); typedef 62 test_func* fn; 89 static test_func test_fn_[] = {&UNITY_TEST_UID(test_func_)}; \
|
/hal_espressif-3.6.0/components/sdmmc/test/ |
D | test_sd.c | 402 void sd_test_rw_blocks(int slot, int width, sd_test_func_t test_func) in sd_test_rw_blocks() argument 419 test_func(card); in sd_test_rw_blocks() 479 void sdspi_test_rw_blocks(sd_test_func_t test_func) in sdspi_test_rw_blocks() argument 498 test_func(card); in sdspi_test_rw_blocks()
|
/hal_espressif-3.6.0/components/driver/test/ |
D | test_sdio.c | 127 static void test_framework_master(test_func_t test_func, const sdio_test_config_t* config) in test_framework_master() argument 137 (*test_func)(handle, config); in test_framework_master() 553 static void test_framework_slave(test_func_slave_t test_func, const sdio_test_config_t* config) in test_framework_slave() argument 571 test_func(&slave_context, config); in test_framework_slave()
|
/hal_espressif-3.6.0/tools/ci/python_packages/ttfw_idf/ |
D | __init__.py | 135 test_func = original_method(func) 136 return test_func
|
/hal_espressif-3.6.0/docs/zh_CN/api-guides/ |
D | error-handling.rst | 116 esp_err_t test_func(void)
|
/hal_espressif-3.6.0/docs/en/api-guides/ |
D | error-handling.rst | 115 esp_err_t test_func(void)
|