| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/core/ |
| H A D | runner.py | 56 def startTest(self, test): argument 62 def stopTest(self, test): argument 133 def extractExtraResults(self, test, details = None): argument 148 def addError(self, test, *args, details = None): argument 152 def addFailure(self, test, *args, details = None): argument 156 def addSuccess(self, test, details = None): argument 162 def addExpectedFailure(self, test, *args, details = None): argument 166 def addUnexpectedSuccess(self, test, details = None): argument
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/manual/ |
| H A D | bsp-hw.json | 3 "test": { object 37 "test": { object 63 "test": { object 93 "test": { object 115 "test": { object 145 "test": { object 171 "test": { object 197 "test": { object 219 "test": { object 249 "test": { object [all …]
|
| H A D | toaster-managed-mode.json | 3 "test": { object 49 "test": { object 87 "test": { object 121 "test": { object 155 "test": { object 217 "test": { object 251 "test": { object 289 "test": { object 323 "test": { object 357 "test": { object [all …]
|
| H A D | toaster-unmanaged-mode.json | 3 "test": { object 33 "test": { object 71 "test": { object 109 "test": { object 151 "test": { object 233 "test": { object 287 "test": { object 329 "test": { object 387 "test": { object 413 "test": { object [all …]
|
| /OK3568_Linux_fs/u-boot/cmd/ddr_tool/memtester/ |
| H A D | types.h | 25 struct test { struct 26 char *name; 27 int (*fp)(u32v *bufa, u32v *bufb, size_t count,
|
| /OK3568_Linux_fs/kernel/lib/kunit/ |
| H A D | string-stream-test.c | 14 static void string_stream_test_empty_on_creation(struct kunit *test) in string_stream_test_empty_on_creation() 21 static void string_stream_test_not_empty_after_add(struct kunit *test) in string_stream_test_not_empty_after_add() 30 static void string_stream_test_get_string(struct kunit *test) in string_stream_test_get_string()
|
| H A D | kunit-example-test.c | 21 static void example_simple_test(struct kunit *test) in example_simple_test() 36 static int example_test_init(struct kunit *test) in example_test_init()
|
| H A D | string-stream.c | 16 struct kunit *test; member 51 struct kunit *test, int len, gfp_t gfp) in alloc_string_stream_fragment() 168 struct kunit *test; member 197 struct string_stream *alloc_string_stream(struct kunit *test, gfp_t gfp) in alloc_string_stream()
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | test_bits.c | 10 static void genmask_test(struct kunit *test) in genmask_test() 27 static void genmask_ull_test(struct kunit *test) in genmask_ull_test() 42 static void genmask_input_check_test(struct kunit *test) in genmask_input_check_test()
|
| H A D | test_linear_ranges.c | 123 static void range_test_get_value(struct kunit *test) in range_test_get_value() 144 static void range_test_get_selector_high(struct kunit *test) in range_test_get_selector_high() 169 static void range_test_get_value_amount(struct kunit *test) in range_test_get_value_amount() 177 static void range_test_get_selector_low(struct kunit *test) in range_test_get_selector_low()
|
| H A D | test-kstrtox.c | 5 #define for_each_test(i, test) \ argument 13 #define DEFINE_TEST_FAIL(test) \ argument 23 #define DEFINE_TEST_OK(type, test) \ argument 26 #define TEST_FAIL(fn, type, fmt, test) \ argument 45 #define TEST_OK(fn, type, fmt, test) \ argument
|
| /OK3568_Linux_fs/kernel/include/kunit/ |
| H A D | assert.h | 44 struct kunit *test; member 105 #define KUNIT_INIT_FAIL_ASSERT_STRUCT(test, type) { \ argument 140 #define KUNIT_INIT_UNARY_ASSERT_STRUCT(test, type, cond, expect_true) { \ argument 178 #define KUNIT_INIT_PTR_NOT_ERR_STRUCT(test, type, txt, val) { \ argument 226 #define KUNIT_INIT_BINARY_ASSERT_STRUCT(test, \ argument 283 #define KUNIT_INIT_BINARY_PTR_ASSERT_STRUCT(test, \ argument 340 #define KUNIT_INIT_BINARY_STR_ASSERT_STRUCT(test, \ argument
|
| /OK3568_Linux_fs/kernel/drivers/base/power/ |
| H A D | qos-test.c | 9 static void freq_qos_test_min(struct kunit *test) in freq_qos_test_min() 37 static void freq_qos_test_maxdef(struct kunit *test) in freq_qos_test_maxdef() 78 static void freq_qos_test_readd(struct kunit *test) in freq_qos_test_readd()
|
| /OK3568_Linux_fs/kernel/mm/damon/ |
| H A D | dbgfs-test.h | 15 static void damon_dbgfs_test_str_to_target_ids(struct kunit *test) in damon_dbgfs_test_str_to_target_ids() 79 static void damon_dbgfs_test_set_targets(struct kunit *test) in damon_dbgfs_test_set_targets() 112 static void damon_dbgfs_test_set_init_regions(struct kunit *test) in damon_dbgfs_test_set_init_regions()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/ |
| H A D | test_sysctl.c | 1434 static int load_sysctl_prog_insns(struct sysctl_test *test, in load_sysctl_prog_insns() 1477 static int load_sysctl_prog_file(struct sysctl_test *test) in load_sysctl_prog_file() 1497 static int load_sysctl_prog(struct sysctl_test *test, const char *sysctl_path) in load_sysctl_prog() 1505 const struct sysctl_test *test) in access_sysctl() 1549 static int run_test_case(int cgfd, struct sysctl_test *test) in run_test_case()
|
| /OK3568_Linux_fs/kernel/drivers/spi/ |
| H A D | spi-loopback-test.c | 535 struct spi_test *test) in spi_test_check_elapsed_time() 670 struct spi_test *test) in spi_test_fill_pattern() 754 struct spi_test *test, in _spi_test_run_iter() 823 struct spi_test test; in spi_test_run_iter() local 895 int spi_test_execute_msg(struct spi_device *spi, struct spi_test *test, in spi_test_execute_msg() 968 int spi_test_run_test(struct spi_device *spi, const struct spi_test *test, in spi_test_run_test() 1034 struct spi_test *test; in spi_test_run_tests() local
|
| /OK3568_Linux_fs/kernel/crypto/ |
| H A D | fips140-selftests.c | 198 fips_test_aes_library(const struct fips_test *test, const char *impl) in fips_test_aes_library() 225 fips_test_skcipher(const struct fips_test *test, const char *impl) in fips_test_skcipher() 300 fips_test_aead(const struct fips_test *test, const char *impl) in fips_test_aead() 405 fips_test_hash(const struct fips_test *test, const char *impl) in fips_test_hash() 449 fips_test_sha256_library(const struct fips_test *test, const char *impl) in fips_test_sha256_library() 464 fips_test_drbg(const struct fips_test *test, const char *impl) in fips_test_drbg() 955 fips_run_test(const struct fips_test *test) in fips_run_test()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/ |
| H A D | section_names.c | 163 static void test_prog_type_by_name(const struct sec_name_test *test) in test_prog_type_by_name() 187 static void test_attach_type_by_name(const struct sec_name_test *test) in test_attach_type_by_name() 210 struct sec_name_test *test = &tests[i]; in test_section_names() local
|
| H A D | sk_lookup.c | 69 struct test { struct 70 const char *desc; 71 struct bpf_program *lookup_prog; 72 struct bpf_program *reuseport_prog; 73 struct bpf_map *sock_map; 74 int sotype; 75 struct inet_addr connect_to; 76 struct inet_addr listen_at; 77 enum server accept_on; 78 bool reuseport_has_conns; /* Add a connected socket to reuseport group */
|
| H A D | btf_skc_cls_ingress.c | 205 struct test { struct 211 static struct test tests[] = { argument
|
| H A D | flow_dissector.c | 90 struct test { struct 107 struct test tests[] = { argument
|
| /OK3568_Linux_fs/kernel/drivers/net/wireguard/selftest/ |
| H A D | ratelimiter.c | 35 int *test) in timings_test() 98 int *test) in capacity_test() 122 int test = 0, trials; in wg_ratelimiter_selftest() local
|
| /OK3568_Linux_fs/u-boot/test/dm/ |
| H A D | test-main.c | 79 static int dm_do_test(struct unit_test_state *uts, struct unit_test *test, in dm_do_test() 121 static bool dm_test_run_on_flattree(struct unit_test *test) in dm_test_run_on_flattree() 133 struct unit_test *test; in dm_test_main() local
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ti/wl12xx/ |
| H A D | cmd.h | 20 struct wl1271_cmd_test_header test; member 35 struct wl1271_cmd_test_header test; member 50 struct wl1271_cmd_test_header test; member 66 struct wl1271_cmd_test_header test; member 85 struct wl1271_cmd_test_header test; member
|
| /OK3568_Linux_fs/u-boot/post/ |
| H A D | post.c | 30 struct post_test *test = post_list + i; in post_init_f() local 236 static int post_run_single(struct post_test *test, in post_run_single() 356 static int post_info_single(struct post_test *test, int full) in post_info_single() 422 struct post_test *test = post_list + i; in post_reloc() local
|