/openbmc/u-boot/include/test/ |
H A D | ut.h | 112 #define ut_assertnull(expr) { \ argument 124 #define ut_assertnonnull(expr) { \ argument 136 #define ut_assertok_ptr(expr) { \ argument
|
/openbmc/u-boot/test/py/tests/ |
H A D | test_hush_if_test.py | 98 def exec_hush_if(u_boot_console, expr, result): argument 121 def test_hush_if_test(u_boot_console, expr, result): argument
|
/openbmc/google-misc/subprojects/ncsid/src/ |
H A D | common_defs.h | 19 #define RETURN_IF_ERROR(expr, msg) \ argument
|
/openbmc/sdeventplus/src/sdeventplus/internal/ |
H A D | cexec.hpp | 5 #define SDEVENTPLUS_CHECK(msg, expr) \ argument
|
/openbmc/u-boot/scripts/kconfig/ |
H A D | expr.h | 38 struct expr *expr; member 42 struct expr { struct 43 enum expr_type type; argument 44 union expr_data left, right; argument 55 struct expr *expr; member 195 struct expr *expr; /* the optional conditional part of the property */ member
|
H A D | menu.c | 127 static struct property *menu_add_prop(enum prop_type type, char *prompt, struct expr *expr, struct … in menu_add_prop() 182 void menu_add_visibility(struct expr *expr) in menu_add_visibility() 188 void menu_add_expr(enum prop_type type, struct expr *expr, struct expr *dep) in menu_add_expr()
|
H A D | zconf.y | 41 struct expr *expr; member
|
/openbmc/u-boot/tools/buildman/ |
H A D | board.py | 9 def __init__(self, expr): argument 44 def AddExpr(self, expr): argument
|
H A D | kconfiglib.py | 1397 def _eval_expr(self, expr): argument 1416 def _eval_expr_rec(self, expr): argument 1557 def _expr_depends_on(self, expr, sym): argument 1564 def rec(expr): argument 1605 def _expr_val_str(self, expr, no_value_str="(none)", argument 3292 def _get_expr_syms_rec(expr, res): argument 3312 def _get_expr_syms(expr): argument 3347 def handle_sub_expr(expr): argument 3366 def _expr_to_str_rec(expr): argument 3392 def _expr_to_str(expr): argument
|
/openbmc/u-boot/lib/libavb/ |
H A D | avb_util.h | 27 #define avb_assert(expr) \ argument
|
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/ |
H A D | case.py | 248 def assertExists(self, expr, msg=None): argument 254 def assertNotExists(self, expr, msg=None): argument
|
/openbmc/openbmc-tools/dbus_sensor_tester/ |
H A D | main.cpp | 103 std::string expr = "type='signal',member='PropertiesChanged',path_" in main() local
|
/openbmc/openpower-occ-control/ |
H A D | occ_manager.cpp | 307 std::regex expr{R"(occ(\d+)$)"}; in findOCCsInDev() local 882 std::regex expr{"temp\\d+_label$"}; // Example: temp5_label in readTempSensors() local 1141 std::regex expr{"power\\d+_label$"}; // Example: power5_label in readPowerSensors() local 1225 std::regex expr{"extn\\d+_label$"}; // Example: extn5_label in readExtnSensors() local
|
H A D | powercap.cpp | 277 fs::path PowerCap::getPcapFilename(const std::regex& expr) in getPcapFilename()
|
/openbmc/bmcweb/redfish-core/src/ |
H A D | filter_expr_printer.cpp | 135 std::optional<filter_grammar::program> parseFilter(std::string_view expr) in parseFilter()
|
/openbmc/qemu/target/openrisc/ |
H A D | fpu_helper.c | 162 #define FLOAT_UCMP(name, expr) \ argument
|
/openbmc/u-boot/drivers/mtd/ubi/ |
H A D | debug.h | 21 #define ubi_assert(expr) do { \ argument
|
/openbmc/u-boot/cmd/ |
H A D | test.c | 56 int i, op, left, adv, expr, last_expr, last_unop, last_binop; in do_test() local
|
/openbmc/phosphor-mboxd/test/ |
H A D | mbox.c | 275 #define check_type(expr, type) \ argument
|
/openbmc/phosphor-logging/test/openpower-pels/ |
H A D | pel_manager_test.cpp | 90 std::regex expr{"\\d+_\\d+"}; in findAnyPELInRepo() local 105 std::regex expr{"\\d+_\\d+"}; in countPELsInRepo() local 122 std::regex expr{search}; in deletePELFile() local
|
/openbmc/hiomapd/test/ |
H A D | mbox.c | 303 #define check_type(expr, type) \ argument
|
/openbmc/qemu/scripts/coverity-scan/ |
H A D | model.c | 281 const char *expr) in g_assertion_message_expr()
|
/openbmc/u-boot/fs/ubifs/ |
H A D | debug.h | 140 #define ubifs_assert(expr) do { \ argument 168 #define ubifs_assert(expr) do { \ argument
|
/openbmc/qemu/subprojects/libvhost-user/include/ |
H A D | compiler.h | 241 typeof_strip_qual(expr) global() argument [all...] |
/openbmc/qemu/subprojects/libvduse/include/ |
H A D | compiler.h | 241 typeof_strip_qual(expr) global() argument [all...] |