Home
last modified time | relevance | path

Searched refs:prefix (Results 1 – 4 of 4) sorted by relevance

/test/
A Dtest-main.c237 if (prefix) { in test_matches()
239 if (!strncmp(test_name, prefix, strlen(prefix))) in test_matches()
240 test_name += strlen(prefix); in test_matches()
268 const char *prefix, const char *select_name) in ut_list_has_dm_tests() argument
273 if (test_matches(prefix, test->name, select_name) && in ut_list_has_dm_tests()
598 int prefix_len = prefix ? strlen(prefix) : 0; in ut_run_tests()
624 !test_matches(prefix, test_name, select_name)) in ut_run_tests()
662 if (prefix_len && !strncmp(test_name, prefix, prefix_len)) in ut_run_tests()
702 const char *prefix, struct unit_test *tests, int count, in ut_run_list() argument
719 ut_list_has_dm_tests(tests, count, prefix, select_name)) { in ut_run_list()
[all …]
A Dcmd_ut.c126 char prefix[30]; in run_suite() local
130 snprintf(prefix, sizeof(prefix), "%s_test_", ste->name); in run_suite()
132 ret = ut_run_list(uts, ste->name, prefix, ste->start, n_ents, in run_suite()
/test/dm/
A Deth.c678 struct icmp6_ra_prefix_info *prefix = in dm_test_process_ra() local
696 prefix->on_link = false; in dm_test_process_ra()
698 prefix->on_link = true; in dm_test_process_ra()
700 temp = prefix->prefix.s6_addr16[0]; in dm_test_process_ra()
701 prefix->prefix.s6_addr16[0] = 0x80fe; in dm_test_process_ra()
703 prefix->prefix.s6_addr16[0] = temp; in dm_test_process_ra()
/test/py/tests/
A Dfs_helper.py12 def mk_fs(config, fs_type, size, prefix, src_dir=None, size_gran = 0x100000): argument

Completed in 28 milliseconds