Searched defs:buffering (Results 1 – 7 of 7) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | httplib.py | 335 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
|
D | codecs.py | 841 def open(filename, mode='rb', encoding=None, errors='strict', buffering=1): argument
|
D | _pyio.py | 42 def open(file, mode="r", buffering=-1, argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/ |
D | _iomodule.c | 295 int buffering = -1, closefd = 1; in io_open() local
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/ |
D | _iomodule.c | 295 int buffering = -1, closefd = 1; in io_open() local
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
D | codecs.py | 844 def open(filename, mode='rb', encoding=None, errors='strict', buffering=1): argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
D | bz2module.c | 1371 int buffering = -1; in BZ2File_init() local
|