Home
last modified time | relevance | path

Searched refs:check_type (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/test/py/
H A Du_boot_console_base.py46 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 Dmbox.c275 #define check_type(expr, type) \ macro
/openbmc/hiomapd/test/
H A Dmbox.c303 #define check_type(expr, type) \ macro
/openbmc/openbmc/poky/meta/lib/oe/
H A Dspdx30.py22 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)