Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_io/clinic/
D_iomodule.c.h145 int buffering = -1; in _io_open() local
/external/webrtc/webrtc/modules/audio_coding/acm2/
Dinitial_delay_manager.h74 bool buffering() { return buffering_; } in buffering() function
/external/python/cpython3/Lib/
Dtempfile.py522 def NamedTemporaryFile(mode='w+b', buffering=-1, encoding=None, argument
571 def TemporaryFile(mode='w+b', buffering=-1, encoding=None, argument
636 def __init__(self, max_size=0, mode='w+b', buffering=-1, argument
Dbz2.py43 def __init__(self, filename, mode="r", buffering=None, compresslevel=9): argument
Dsocket.py218 def makefile(self, mode="r", buffering=None, *, argument
Dos.py966 def popen(cmd, mode="r", buffering=-1): argument
Dcodecs.py862 def open(filename, mode='r', encoding=None, errors='strict', buffering=1): argument
Dpathlib.py1155 def open(self, mode='r', buffering=-1, encoding=None, argument
D_pyio.py40 def open(file, mode="r", buffering=-1, encoding=None, errors=None, argument
/external/python/cpython2/Lib/
Dhttplib.py364 def __init__(self, sock, debuglevel=0, strict=0, method=None, buffering=False): argument
1084 def getresponse(self, buffering=False): argument
1186 def getreply(self, buffering=False): argument
Dcodecs.py856 def open(filename, mode='rb', encoding=None, errors='strict', buffering=1): argument
D_pyio.py44 def open(file, mode="r", buffering=-1, argument
/external/python/cpython2/Modules/_io/
D_iomodule.c295 int buffering = -1, closefd = 1; in io_open() local
/external/python/cpython3/Modules/_io/
D_iomodule.c233 int buffering, const char *encoding, const char *errors, in _io_open_impl()
/external/python/cpython3/Objects/
Dfileobject.c29 PyFile_FromFd(int fd, const char *name, const char *mode, int buffering, const char *encoding, in PyFile_FromFd()
/external/python/cpython3/Python/
Dpylifecycle.c1071 int buffering, isatty; in create_stdio() local
/external/python/cpython2/Modules/
Dbz2module.c1364 int buffering = -1; in BZ2File_init() local