Home
last modified time | relevance | path

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

/external/libxml2/
Dgentest.py305 missing_functions = {} variable
312 list = missing_functions[module]
315 missing_functions[module] = [name]
976 for module in missing_functions.keys():
977 lst.write("module %s:\n %s\n" % (module, missing_functions[module]))