| /rk3399_rockchip-uboot/test/py/tests/ |
| H A D | test_hush_if_test.py | 99 def exec_hush_if(u_boot_console, expr, result): argument 122 def test_hush_if_test(u_boot_console, expr, result): argument
|
| /rk3399_rockchip-uboot/include/test/ |
| H A D | ut.h | 95 #define ut_assertnonnull(expr) { \ argument 107 #define ut_assertok_ptr(expr) { \ argument
|
| /rk3399_rockchip-uboot/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 152 struct expr *expr; /* the optional conditional part of the property */ member
|
| H A D | menu.c | 128 static struct property *menu_add_prop(enum prop_type type, char *prompt, struct expr *expr, struct … in menu_add_prop() 183 void menu_add_visibility(struct expr *expr) in menu_add_visibility() 189 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
|
| H A D | symbol.c | 1089 struct expr *expr; member
|
| H A D | qconf.cc | 119 tristate expr; in updateMenu() local
|
| /rk3399_rockchip-uboot/drivers/mtd/ubi/ |
| H A D | debug.h | 23 #define ubi_assert(expr) do { \ argument 32 #define ubi_assert(expr) assert(expr) argument
|
| /rk3399_rockchip-uboot/tools/buildman/ |
| H A D | board.py | 11 def __init__(self, expr): argument 46 def AddExpr(self, expr): argument
|
| H A D | kconfiglib.py | 1379 def _eval_expr(self, expr): argument 1398 def _eval_expr_rec(self, expr): argument 1537 def _expr_depends_on(self, expr, sym): argument 1544 def rec(expr): argument 1585 def _expr_val_str(self, expr, no_value_str="(none)", argument 3236 def _get_expr_syms_rec(expr, res): argument 3256 def _get_expr_syms(expr): argument 3291 def handle_sub_expr(expr): argument 3310 def _expr_to_str_rec(expr): argument 3336 def _expr_to_str(expr): argument
|
| /rk3399_rockchip-uboot/include/android_avb/ |
| H A D | avb_util.h | 48 #define avb_assert(expr) \ argument
|
| /rk3399_rockchip-uboot/cmd/ |
| H A D | test.c | 57 int i, op, left, adv, expr, last_expr, last_unop, last_binop; in do_test() local
|
| /rk3399_rockchip-uboot/fs/ubifs/ |
| H A D | debug.h | 141 #define ubifs_assert(expr) do { \ argument 171 #define ubifs_assert(expr) assert(expr) argument
|