Lines Matching defs:test
10 static void call_args_example(struct kunit *test) in call_args_example()
24 static void drop_first_arg_example(struct kunit *test) in drop_first_arg_example()
35 static void first_arg_example(struct kunit *test) in first_arg_example()
49 static void last_arg_example(struct kunit *test) in last_arg_example()
63 static void pick_arg_example(struct kunit *test) in pick_arg_example()
81 static void sep_comma_example(struct kunit *test) in sep_comma_example()
105 static void count_args_test(struct kunit *test) in count_args_test()
132 static void call_args_test(struct kunit *test) in call_args_test()
144 static void drop_first_arg_test(struct kunit *test) in drop_first_arg_test()
172 static void first_arg_test(struct kunit *test) in first_arg_test()
185 static void last_arg_test(struct kunit *test) in last_arg_test()