Home
last modified time | relevance | path

Searched refs:parsed_functions (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/tools/security/gdb/
H A Dparameters_extract.py214 def functions_to_breakpoint(parsed_functions): argument
229 for function in reversed(parsed_functions):
248 def run(parsed_functions): argument
257 names = [function['name'] for function in parsed_functions]
258 breakpoints = functions_to_breakpoint(parsed_functions)
/aosp_15_r20/external/angle/src/compiler/translator/
H A Dgen_builtin_symbols.py1228 parsed_functions = OrderedDict()
1250 if current_group['name'] in parsed_functions:
1252 parsed_functions[current_group['name']] = current_group
1277 return parsed_functions
1902 parsed_functions = get_parsed_functions(functions_txt_filename)
1914 parsed_functions, outfile, indent=4, separators=(',', ': '), default=serialize_obj)
1923 for group_name, group in parsed_functions.items():
1952 for group_name, group in parsed_functions.items():