Searched refs:test_set (Results 1 – 3 of 3) sorted by relevance
| /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)
|