Lines Matching refs:config
138 self.config = {}
140 self.config[fname] = {}
143 self.config[fname][key] = value
147 for fname in self.config:
148 for key, value in self.config[fname].items():
248 def __init__(self, rc, err_lines, sizes, func_sizes, config, argument
254 self.config = config
754 config = {}
774 config[key] = value
775 return config
820 config = {}
874 config[name] = self._process_config(fname)
881 return Builder.Outcome(rc, err_lines, sizes, func_sizes, config,
930 config = {}
965 if outcome.config:
966 for key, value in outcome.config[fname].items():
968 config[brd.target] = tconfig
977 warn_lines_summary, warn_lines_boards, config, environment)
1229 config, environment, show_sizes, show_detail, argument
1316 def _calc_config(delta, name, config): argument
1330 for key in sorted(config.keys()):
1331 out += '%s=%s ' % (key, config[key])
1528 tconfig = config[target]
1531 if not tconfig.config[name]:
1536 base = tbase.config[name]
1537 for key, value in tconfig.config[name].items():
1542 if key not in tconfig.config[name]:
1546 new_value = tconfig.config.get(key)
1600 self._base_config = config
1614 warn_line_boards, config, environment) = self.get_result_summary(
1626 config, environment, self._show_sizes, self._show_detail,