| /test/dm/ |
| A D | pinmux.c | 27 #define test_name(selector, expected) do { \ macro 87 test_name(0, "PIN0"); in dm_test_pinctrl_single() 88 test_name(141, "PIN141"); in dm_test_pinctrl_single() 89 test_name(142, "Error"); in dm_test_pinctrl_single() 105 test_name(0, "PIN0"); in dm_test_pinctrl_single() 106 test_name(159, "PIN159"); in dm_test_pinctrl_single() 107 test_name(160, "Error"); in dm_test_pinctrl_single()
|
| /test/ |
| A D | test-main.c | 234 if (!strncmp(test_name, select_name, len)) in test_matches() 240 test_name += strlen(prefix); in test_matches() 242 const char *p = strstr(test_name, "_test_"); in test_matches() 246 test_name = p + strlen("_test_"); in test_matches() 249 if (!strncmp(test_name, select_name, len)) in test_matches() 472 const char *test_name) in ut_run_test() argument 620 const char *test_name = test->name; in ut_run_tests() local 635 len = strlen(test_name); in ut_run_tests() 638 test_name); in ut_run_tests() 644 test_name); in ut_run_tests() [all …]
|
| /test/image/ |
| A D | spl_load_nor.c | 26 static int spl_test_nor(struct unit_test_state *uts, const char *test_name, in spl_test_nor() argument 29 return do_spl_test_load(uts, test_name, type, in spl_test_nor()
|
| A D | spl_load_spi.c | 27 static int spl_test_spi(struct unit_test_state *uts, const char *test_name, in spl_test_spi() argument 30 return do_spl_test_load(uts, test_name, type, in spl_test_spi()
|
| A D | spl_load_fs.c | 256 static int spl_test_fs(struct unit_test_state *uts, const char *test_name, in spl_test_fs() argument 272 generate_data(data_write, data_size, test_name); in spl_test_fs() 324 .name = test_name, in spl_test_mmc_fs() 355 generate_data(plain, plain_size, test_name); in spl_test_mmc_fs() 387 static int spl_test_blk(struct unit_test_state *uts, const char *test_name, in spl_test_blk() argument 391 if (spl_test_mmc_fs(uts, test_name, type, create_fat, true)) in spl_test_blk() 394 return spl_test_mmc_fs(uts, test_name, type, create_ext2, true); in spl_test_blk() 420 static int spl_test_mmc(struct unit_test_state *uts, const char *test_name, in spl_test_mmc() argument 426 if (spl_test_mmc_fs(uts, test_name, type, create_ext2, false)) in spl_test_mmc() 429 if (spl_test_mmc_fs(uts, test_name, type, create_fat, false)) in spl_test_mmc() [all …]
|
| A D | spl_load.c | 45 void generate_data(char *data, size_t size, const char *test_name) in generate_data() argument 50 while (*test_name) { in generate_data() 51 seed += *test_name++; in generate_data() 319 static int spl_test_image(struct unit_test_state *uts, const char *test_name, in spl_test_image() argument 324 .name = test_name, in spl_test_image() 336 generate_data(data, data_size, test_name); in spl_test_image() 612 int do_spl_test_load(struct unit_test_state *uts, const char *test_name, in do_spl_test_load() argument 618 .name = test_name, in do_spl_test_load() 641 generate_data(plain, plain_size, test_name); in do_spl_test_load()
|
| A D | spl_load_nand.c | 42 static int spl_test_nand(struct unit_test_state *uts, const char *test_name, in spl_test_nand() argument 45 return do_spl_test_load(uts, test_name, type, in spl_test_nand()
|
| A D | spl_load_net.c | 230 static int spl_test_net(struct unit_test_state *uts, const char *test_name, in spl_test_net() argument 238 ret = do_spl_test_load(uts, test_name, type, in spl_test_net()
|
| /test/py/tests/ |
| A D | test_suite.py | 65 test_name = m.group(1)
|