Searched refs:test_set (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | resolve_btfids.c | 56 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 D | testing_helpers.h | 26 struct test_filter_set *test_set, 29 struct test_filter_set *test_set,
|
/openbmc/sdbusplus/test/vtable/ |
H A D | vtable_c.c | 25 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 D | vtable.cpp | 11 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 D | test_util.py | 52 test_set = set([os.path.splitext(os.path.basename(line.split()[0]))[0] 55 missing_list.difference_update(test_set)
|