Home
last modified time | relevance | path

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

/external/libnl/doc/
Dresolve-asciidoc-refs.py8 complete_file = "" variable
11 complete_file += line
13 for m in re.findall('\[\[(.+)\]\]\n=+ ([^\n]+)', complete_file):
/external/python/cpython2/Tools/scripts/
Dpindent.py392 def complete_file(filename, stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS): function
/external/python/cpython3/Tools/scripts/
Dpindent.py390 def complete_file(filename, stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS): function