Home
last modified time | relevance | path

Searched defs:test_case (Results 1 – 22 of 22) sorted by relevance

/OK3568_Linux_fs/kernel/tools/testing/vsock/
H A Dutil.h24 struct test_case { struct
44 void run_tests(const struct test_case *test_cases, argument
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/core/utils/
H A Dtest.py61 def getCaseModule(test_case): argument
67 def getCaseClass(test_case): argument
73 def getCaseID(test_case): argument
79 def getCaseFile(test_case): argument
85 def getCaseMethod(test_case): argument
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/
H A Dcore_extern.c23 static struct test_case { struct
28 } test_cases[] = { argument
H A Dcore_reloc.c770 struct core_reloc_test_case *test_case; in test_core_reloc() local
/OK3568_Linux_fs/kernel/net/mptcp/
H A Dcrypto_test.c6 struct test_case { struct
15 static struct test_case tests[] = { argument
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/utils/
H A Dpackage_manager.py166 def install_package(test_case): argument
174 def uninstall_package(test_case): argument
182 def test_needs_package(test_case): argument
197 def _install_uninstall_packages(needed_packages, test_case, install=True): argument
H A Ddecorators.py105 def __init__(self, test_case): argument
/OK3568_Linux_fs/kernel/lib/kunit/
H A Ddebugfs.c41 struct kunit_case *test_case) in debugfs_print_result()
56 struct kunit_case *test_case; in debugfs_print_results() local
94 struct kunit_case *test_case; in kunit_debugfs_create_suite() local
110 struct kunit_case *test_case; in kunit_debugfs_destroy_suite() local
H A Dtest.c46 struct kunit_case *test_case; in kunit_suite_num_test_cases() local
93 const struct kunit_case *test_case; in kunit_suite_has_succeeded() local
115 struct kunit_case *test_case) in kunit_test_case_num()
229 struct kunit_case *test_case) in kunit_run_case_internal()
266 struct kunit_case *test_case; member
274 struct kunit_case *test_case = ctx->test_case; in kunit_try_run_case() local
328 struct kunit_case *test_case) in kunit_run_case_catch_errors()
355 struct kunit_case *test_case; in kunit_run_tests() local
/OK3568_Linux_fs/kernel/tools/testing/selftests/net/
H A Drxtimestamp.c43 struct test_case { struct
44 struct options sockopt;
68 static struct test_case test_cases[] = { argument
/OK3568_Linux_fs/kernel/samples/bpf/
H A Dtest_map_in_map_kern.c110 u16 test_case, port, dst6[8]; in trace_sys_connect() local
H A Dmap_perf_test_kern.c179 u16 test_case; in SYSCALL() local
/OK3568_Linux_fs/kernel/tools/testing/selftests/sysctl/
H A Dsysctl.sh911 function test_case() function
/OK3568_Linux_fs/kernel/tools/testing/selftests/kmod/
H A Dkmod.sh631 function test_case() function
/OK3568_Linux_fs/kernel/lib/
H A Dtest_kmod.c84 enum kmod_test_case test_case; member
147 static const char *test_case_str(enum kmod_test_case test_case) in test_case_str()
731 enum kmod_test_case test_case, in trigger_config_run_type()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/test/
H A Dcmd_disp_test.c53 u8 test_case; member
1024 void phl_cmd_disp_test_start(void* phl_info, u8 test_case) in phl_cmd_disp_test_start()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/test/
H A Dcmd_disp_test.c53 u8 test_case; member
1024 void phl_cmd_disp_test_start(void* phl_info, u8 test_case) in phl_cmd_disp_test_start()
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/tests/
H A Dcodeparser.py126 def test_case(self): member in ShellReferenceTest
/OK3568_Linux_fs/kernel/tools/testing/selftests/filesystems/incfs/
H A Dincfs_test.c4682 struct test_case { struct
4687 void run_one_test(const char *mount_dir, struct test_case *test_case) in run_one_test()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/phy/bb/
H A Dhalbb_la_mode.c1726 u32 test_case = 0; in halbb_la_cmd_rtl_test() local
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/phy/bb/
H A Dhalbb_la_mode.c1726 u32 test_case = 0; in halbb_la_cmd_rtl_test() local
/OK3568_Linux_fs/kernel/include/kunit/
H A Dtest.h318 #define kunit_suite_for_each_test_case(suite, test_case) \ argument