Lines Matching refs:key
195 def compute(value, so_far, system, key, harness, appending=False): argument
200 os.path.join(harness, "Makefile.json"), key,
212 os.path.join(harness, "Makefile.json"), key,
225 key, value)
227 if key == "DEF":
230 elif key == "INC":
239 so_far[key] = "%s %s" % (so_far[key], final_value)
241 so_far[key] = final_value
243 final_value, key)
245 so_far[key] = final_value
246 logging.info("Key '%s' set to final value '%s'", key, final_value)
251 def eval_expr(expr_string, harness, key, value): argument
261 '%s' which is an invalid expression"""), harness, key,
277 for an if statement."""), harness, key)
301 call to %s()"""), harness, key, node.func.id)
325 was impossible to evaluate"""), harness, key)