Searched refs:_check (Results 1 – 6 of 6) sorted by relevance
/openbmc/openbmc/poky/bitbake/lib/layerindexlib/tests/ |
H A D | cooker.py | 74 def _check(collection, expected): function 90 _check(collection, result) 93 def _check(name, expected): function 109 _check(collection, result)
|
H A D | restapi.py | 130 def _check(collection, expected): function 146 _check(collection, result) 150 def _check(name, expected): function 170 _check(collection, result)
|
/openbmc/qemu/tests/functional/qemu_test/ |
H A D | asset.py | 43 def _check(self, cache_file): member in Asset 64 return self.cache_file.exists() and self._check(self.cache_file) 142 if not self._check(tmp_cache_file):
|
/openbmc/libpldm/ |
H A D | CHANGELOG.md | 187 1. Deprecated functions with the `_check` suffix 295 1. Rename and deprecate functions with the `_check` suffix 297 All library function return values always need to be checked. The `_check` 299 equivalents without the `_check` suffix can be performed using 713 Specifically, deprecate the following in favour of their `*_check()` variants
|
/openbmc/linux/drivers/usb/dwc2/ |
H A D | params.c | 748 #define CHECK_BOOL(_param, _check) do { \ argument 749 if (hsotg->params._param && !(_check)) { \
|
/openbmc/linux/drivers/net/ethernet/realtek/ |
H A D | r8169_main.c | 813 static bool name ## _check(struct rtl8169_private *); \ 816 .check = name ## _check, \ 820 static bool name ## _check(struct rtl8169_private *tp)
|