Home
last modified time | relevance | path

Searched defs:expr (Results 1 – 13 of 13) sorted by relevance

/rk3399_rockchip-uboot/test/py/tests/
H A Dtest_hush_if_test.py99 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 Dut.h95 #define ut_assertnonnull(expr) { \ argument
107 #define ut_assertok_ptr(expr) { \ argument
/rk3399_rockchip-uboot/scripts/kconfig/
H A Dexpr.h38 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 Dmenu.c128 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 Dzconf.y41 struct expr *expr; member
H A Dsymbol.c1089 struct expr *expr; member
H A Dqconf.cc119 tristate expr; in updateMenu() local
/rk3399_rockchip-uboot/drivers/mtd/ubi/
H A Ddebug.h23 #define ubi_assert(expr) do { \ argument
32 #define ubi_assert(expr) assert(expr) argument
/rk3399_rockchip-uboot/tools/buildman/
H A Dboard.py11 def __init__(self, expr): argument
46 def AddExpr(self, expr): argument
H A Dkconfiglib.py1379 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 Davb_util.h48 #define avb_assert(expr) \ argument
/rk3399_rockchip-uboot/cmd/
H A Dtest.c57 int i, op, left, adv, expr, last_expr, last_unop, last_binop; in do_test() local
/rk3399_rockchip-uboot/fs/ubifs/
H A Ddebug.h141 #define ubifs_assert(expr) do { \ argument
171 #define ubifs_assert(expr) assert(expr) argument