Lines Matching defs:self
654 def __init__(self, filename="Kconfig", warn=True, warn_to_stderr=True, argument
885 def defconfig_filename(self): argument
900 def load_config(self, filename, replace=True): argument
933 def _load_config(self, filename, replace): argument
1072 def write_autoconf(self, filename, argument
1123 def write_config(self, filename, argument
1167 def write_min_config(self, filename, argument
1216 def sync_deps(self, path): argument
1283 def _sync_deps(self): argument
1333 def _write_old_vals(self): argument
1349 def _load_old_vals(self): argument
1384 def node_iter(self, unique_syms=False): argument
1434 def eval_string(self, s): argument
1468 def unset_values(self): argument
1486 def enable_warnings(self): argument
1492 def disable_warnings(self): argument
1498 def enable_stderr_warnings(self): argument
1504 def disable_stderr_warnings(self): argument
1510 def enable_undef_warnings(self): argument
1518 def disable_undef_warnings(self): argument
1524 def enable_redun_warnings(self): argument
1534 def disable_redun_warnings(self): argument
1540 def __repr__(self): argument
1570 def _open_config(self, filename): argument
1595 def _enter_file(self, full_filename, rel_filename): argument
1651 def _leave_file(self): argument
1661 def _next_line(self): argument
1694 def _lookup_sym(self, name): argument
1715 def _lookup_const_sym(self, name): argument
1732 def _tokenize(self, s): argument
1937 def _next_token(self): argument
1941 def _peek_token(self): argument
1950 def _expect_sym(self): argument
1959 def _expect_nonconst_sym(self): argument
1968 def _expect_nonconst_sym_and_eol(self): argument
1980 def _expect_str(self): argument
1989 def _expect_str_and_eol(self): argument
2001 def _expect_expr_and_eol(self): argument
2009 def _check_token(self, token): argument
2022 def _parse_assignment(self, s): argument
2083 def _expand_whole(self, s, args): argument
2098 def _expand_str(self, s, i, quote): argument
2130 def _expand_macro(self, s, i, args): argument
2184 def _fn_val(self, args): argument
2240 def _make_and(self, e1, e2): argument
2254 def _make_or(self, e1, e2): argument
2268 def _parse_block(self, end_token, parent, prev): argument
2486 def _parse_cond(self): argument
2493 def _parse_properties(self, node): argument
2649 def _set_type(self, node, new_type): argument
2657 def _parse_prompt(self, node): argument
2676 def _parse_help(self, node): argument
2737 def _parse_expr(self, transform_m): argument
2779 def _parse_and_expr(self, transform_m): argument
2789 def _parse_factor(self, transform_m): argument
2827 def _build_dep(self): argument
2886 def _add_choice_deps(self): argument
2902 def _invalidate_all(self): argument
2918 def _finalize_tree(self, node, visible_if): argument
2992 def _propagate_deps(self, node, visible_if): argument
3044 def _add_props_to_sc(self, node): argument
3090 def _parse_error(self, msg): argument
3099 def _open(self, filename, mode): argument
3136 def _check_undef_syms(self): argument
3160 def _warn(self, msg, filename=None, linenr=None): argument
3172 def _warn_undef_assign(self, msg, filename=None, linenr=None): argument
3178 def _warn_undef_assign_load(self, name, val, filename, linenr): argument
3185 def _warn_redun_assign(self, msg, filename=None, linenr=None): argument
3191 def _srctree_hint(self): argument
3432 def type(self): argument
3444 def str_value(self): argument
3585 def tri_value(self): argument
3665 def assignable(self): argument
3675 def visibility(self): argument
3685 def config_string(self): argument
3713 def set_value(self, value): argument
3798 def unset_value(self): argument
3808 def referenced(self): argument
3818 def __repr__(self): argument
3880 def __str__(self): argument
3894 def custom_str(self, sc_expr_str_fn): argument
3906 def __init__(self): argument
3948 def _assignable(self): argument
3995 def _invalidate(self): argument
4001 def _rec_invalidate(self): argument
4032 def _rec_invalidate_if_has_prompt(self): argument
4054 def _str_default(self): argument
4089 def _warn_select_unsatisfied_deps(self): argument
4294 def type(self): argument
4304 def str_value(self): argument
4311 def tri_value(self): argument
4331 def assignable(self): argument
4341 def visibility(self): argument
4351 def selection(self): argument
4360 def set_value(self, value): argument
4402 def unset_value(self): argument
4412 def referenced(self): argument
4422 def __repr__(self): argument
4463 def __str__(self): argument
4473 def custom_str(self, sc_expr_str_fn): argument
4485 def __init__(self): argument
4517 def _assignable(self): argument
4536 def _selection(self): argument
4552 def _get_selection_from_defaults(self): argument
4567 def _invalidate(self): argument
4571 def _rec_invalidate(self): argument
4726 def __init__(self): argument
4736 def referenced(self): argument
4769 def __repr__(self): argument
4825 def __str__(self): argument
4841 def custom_str(self, sc_expr_str_fn): argument
4850 def _menu_comment_node_str(self, sc_expr_str_fn): argument
4863 def _sym_choice_node_str(self, sc_expr_str_fn): argument
4963 def expanded_value(self): argument