/external/python/cpython3/Tools/freeze/ |
D | makemakefile.py | 5 def makemakefile(outfp, makevars, files, target): argument
|
D | makeconfig.py | 9 def makeconfig(infp, outfp, modules, with_ifdef=0): argument
|
D | makefreeze.py | 77 def writecode(outfp, mod, str): argument
|
D | winmakemakefile.py | 45 def makemakefile(outfp, vars, files, target): argument
|
/external/python/cpython2/Tools/freeze/ |
D | makemakefile.py | 5 def makemakefile(outfp, makevars, files, target): argument
|
D | makeconfig.py | 8 def makeconfig(infp, outfp, modules, with_ifdef=0): argument
|
D | makefreeze.py | 80 def writecode(outfp, mod, str): argument
|
D | winmakemakefile.py | 45 def makemakefile(outfp, vars, files, target): argument
|
/external/python/cpython3/Tools/scripts/ |
D | eptags.py | 24 def treat_file(filename, outfp): argument
|
D | h2py.py | 110 def process(fp, outfp, env = {}): argument
|
/external/python/cpython2/Tools/scripts/ |
D | eptags.py | 24 def treat_file(filename, outfp): argument
|
D | h2py.py | 119 def process(fp, outfp, env = {}): argument
|
/external/selinux/checkpolicy/ |
D | checkmodule.c | 113 static int write_binary_policy(policydb_t * p, FILE *outfp) in write_binary_policy() 305 FILE *outfp = fopen(outfile, "w"); in main() local
|
D | checkpolicy.c | 403 FILE *outfp = NULL; in main() local
|
/external/python/cpython2/Lib/email/ |
D | generator.py | 42 def __init__(self, outfp, mangle_from_=True, maxheaderlen=78): argument 302 def __init__(self, outfp, mangle_from_=True, maxheaderlen=78, fmt=None): argument
|
/external/python/cpython3/Lib/email/ |
D | generator.py | 36 def __init__(self, outfp, mangle_from_=None, maxheaderlen=None, *, argument 451 def __init__(self, outfp, mangle_from_=None, maxheaderlen=None, fmt=None, *, argument
|
/external/curl/docs/examples/ |
D | curlx.c | 504 FILE *outfp; in main() local
|