Searched refs:_check (Results 1 – 4 of 4) 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 | 54 def _check(self, cache_file): member in Asset 75 return self.cache_file.exists() and self._check(self.cache_file) 195 if not self._check(tmp_cache_file):
|
| /openbmc/libpldm/ |
| H A D | CHANGELOG.md | 433 - Deprecated functions with the `_check` suffix 538 - Rename and deprecate functions with the `_check` suffix 540 All library function return values always need to be checked. The `_check` 542 without the `_check` suffix can be performed using `scripts/ apply-renames` 946 Specifically, deprecate the following in favour of their `*_check()` variants
|