Lines Matching defs:glob_val_dict
2216 def build_global_values_dictionary(glob_val_dict, raw_tool_output, prefixes, ginfo):
2234 if glob_val_dict[prefix] is None:
2236 if nameless_value.check_prefix in glob_val_dict[prefix]:
2237 if lines == glob_val_dict[prefix][nameless_value.check_prefix]:
2242 glob_val_dict[prefix][nameless_value.check_prefix] = None
2244 glob_val_dict[prefix][nameless_value.check_prefix] = lines
2328 glob_val_dict,
2357 if not glob_val_dict[checkprefix]:
2359 if nameless_value.check_prefix not in glob_val_dict[checkprefix]:
2361 if not glob_val_dict[checkprefix][nameless_value.check_prefix]:
2366 lines_w_index = glob_val_dict[checkprefix][nameless_value.check_prefix]