Searched defs:outfp (Results 1 – 8 of 8) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/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
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/ |
D | eptags.py | 24 def treat_file(filename, outfp): argument
|
D | h2py.py | 113 def process(fp, outfp, env = {}): argument
|
D | ftpmirror.py | 338 def __init__(self, fp, blocksize, outfp): argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/ |
D | generator.py | 42 def __init__(self, outfp, mangle_from_=True, maxheaderlen=78): argument 295 def __init__(self, outfp, mangle_from_=True, maxheaderlen=78, fmt=None): argument
|