Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_io/clinic/
D_iomodule.c.h145 int buffering = -1; in _io_open() local
/external/yapf/yapftests/
Dutils.py46 buffering=-1, argument
/external/webrtc/webrtc/modules/audio_coding/acm2/
Dinitial_delay_manager.h74 bool buffering() { return buffering_; } in buffering() function
/external/python/cpython3/Lib/
Dtempfile.py520 def NamedTemporaryFile(mode='w+b', buffering=-1, encoding=None, argument
569 def TemporaryFile(mode='w+b', buffering=-1, encoding=None, argument
634 def __init__(self, max_size=0, mode='w+b', buffering=-1, argument
Dbz2.py39 def __init__(self, filename, mode="r", buffering=None, compresslevel=9): argument
Dsocket.py221 def makefile(self, mode="r", buffering=None, *, argument
Dos.py977 def popen(cmd, mode="r", buffering=-1): argument
Dcodecs.py865 def open(filename, mode='r', encoding=None, errors='strict', buffering=1): argument
Dpathlib.py1177 def open(self, mode='r', buffering=-1, encoding=None, argument
D_pyio.py37 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.py858 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.c30 PyFile_FromFd(int fd, const char *name, const char *mode, int buffering, const char *encoding, in PyFile_FromFd()
/external/fonttools/Lib/fontTools/misc/
Dpy23.py183 def open(file, mode='r', buffering=-1, encoding=None, errors=None, argument
/external/python/cpython3/Python/
Dpylifecycle.c1708 int buffering, isatty; in create_stdio() local
/external/python/cpython2/Modules/
Dbz2module.c1388 int buffering = -1; in BZ2File_init() local