Home
last modified time | relevance | path

Searched defs:buffering (Results 1 – 7 of 7) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dhttplib.py335 def __init__(self, sock, debuglevel=0, strict=0, method=None, buffering=False): argument
991 def getresponse(self, buffering=False): argument
1089 def getreply(self, buffering=False): argument
Dcodecs.py841 def open(filename, mode='rb', encoding=None, errors='strict', buffering=1): argument
D_pyio.py42 def open(file, mode="r", buffering=-1, argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/
D_iomodule.c295 int buffering = -1, closefd = 1; in io_open() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/
D_iomodule.c295 int buffering = -1, closefd = 1; in io_open() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dcodecs.py844 def open(filename, mode='rb', encoding=None, errors='strict', buffering=1): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dbz2module.c1371 int buffering = -1; in BZ2File_init() local