Home
last modified time | relevance | path

Searched defs:infile (Results 1 – 11 of 11) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
Dparseentities.py55 infile = open(sys.argv[1]) variable
57 infile = sys.stdin variable
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dpipes.py184 def copy(self, infile, outfile): argument
187 def makepipeline(self, infile, outfile): argument
195 def makepipeline(infile, steps, outfile): argument
Dshlex.py23 def __init__(self, instream=None, infile=None, posix=False): argument
257 def error_leader(self, infile=None, lineno=None): argument
Dmimify.py207 def unmimify(infile, outfile, decode_base64 = 0): argument
415 def mimify(infile, outfile): argument
Dtrace.py222 def __init__(self, counts=None, calledfuncs=None, infile=None, argument
452 ignoremods=(), ignoredirs=(), infile=None, outfile=None, argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/
Drot_13.py113 def rot13(infile, outfile): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/
Drot_13.py113 def rot13(infile, outfile): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
Dcmd.py354 def copy_file(self, infile, outfile, argument
367 def copy_tree(self, infile, outfile, argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
Dminigzip.c227 char *infile, *outfile; local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
Dminigzip.c500 char *infile, *outfile; local
/device/google/trout/hal/sensors/2.0/
Diio_utils.cpp140 std::ifstream infile(file); in sysfs_read_str() local