Home
last modified time | relevance | path

Searched refs:test_set (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dresolve_btfids.c56 BTF_SET_START(test_set) in BTF_ID()
63 BTF_SET_END(test_set) in BTF_ID()
146 for (i = 0; i < test_set.cnt; i++) { in test_resolve_btfids()
150 if (test_symbols[j].id != test_set.ids[i]) in test_resolve_btfids()
158 test_set.ids[i]); in test_resolve_btfids()
163 if (!ASSERT_LE(test_set.ids[i - 1], test_set.ids[i], "sort_check")) in test_resolve_btfids()
/openbmc/linux/tools/testing/selftests/bpf/
H A Dtesting_helpers.h26 struct test_filter_set *test_set,
29 struct test_filter_set *test_set,
/openbmc/sdbusplus/test/vtable/
H A Dvtable_c.c25 int test_set(sd_bus* bus, const char* path, const char* interface, in test_set() function
46 SD_BUS_WRITABLE_PROPERTY("10", "11", &test_get, &test_set, 0, 0),
H A Dvtable.cpp11 int test_set(sd_bus* bus, const char* path, const char* interface,
25 sdbusplus::vtable::property("10", "11", &test_get, &test_set),
/openbmc/u-boot/tools/patman/
H A Dtest_util.py52 test_set = set([os.path.splitext(os.path.basename(line.split()[0]))[0]
55 missing_list.difference_update(test_set)