Searched refs:check_type (Results 1 – 4 of 4) sorted by relevance
| /openbmc/u-boot/test/py/ |
| H A D | u_boot_console_base.py | 46 def __init__(self, console, check_type): argument 48 self.check_type = check_type 51 self.console.disable_check_count[self.check_type] += 1 55 self.console.disable_check_count[self.check_type] -= 1 439 def disable_check(self, check_type): argument 453 return ConsoleDisableCheck(self, check_type)
|
| /openbmc/phosphor-mboxd/test/ |
| H A D | mbox.c | 275 #define check_type(expr, type) \ macro
|
| /openbmc/hiomapd/test/ |
| H A D | mbox.c | 303 #define check_type(expr, type) \ macro
|
| /openbmc/openbmc/poky/meta/lib/oe/ |
| H A D | spdx30.py | 22 def check_type(obj, types): function 44 check_type(value, self.VALID_TYPES) 261 check_type(value, (self.cls, str)) 422 check_type(value, ListProxy) 426 check_type(value, ListProxy) 430 check_type(value, ListProxy) 452 check_type(value, ListProxy)
|