Home
last modified time | relevance | path

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

/external/yapf/yapftests/
Dutils.py46 buffering=-1, argument
/external/python/cpython3/Modules/_io/clinic/
D_iomodule.c.h147 int buffering = -1; in _io_open() local
/external/python/cpython3/Lib/
Dtempfile.py522 def NamedTemporaryFile(mode='w+b', buffering=-1, encoding=None, argument
575 def TemporaryFile(mode='w+b', buffering=-1, encoding=None, argument
645 def __init__(self, max_size=0, mode='w+b', buffering=-1, argument
Dos.py976 def popen(cmd, mode="r", buffering=-1): argument
1023 def fdopen(fd, mode="r", buffering=-1, encoding=None, *args, **kwargs): argument
Dsocket.py302 def makefile(self, mode="r", buffering=None, *, argument
Dcodecs.py871 def open(filename, mode='r', encoding=None, errors='strict', buffering=-1): argument
Dpathlib.py1109 def open(self, mode='r', buffering=-1, encoding=None, argument
D_pyio.py73 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.c234 int buffering, const char *encoding, const char *errors, in _io_open_impl()
/external/python/cpython3/Objects/
Dfileobject.c33 PyFile_FromFd(int fd, const char *name, const char *mode, int buffering, const char *encoding, in PyFile_FromFd()
/external/webrtc/test/fuzzers/corpora/aec3-config-json-corpus/
Ddefault.json1 {"aec3": {"buffering": {"excess_render_detection_interval_blocks": 250,"max_allowed_excess_render_b… object
/external/rust/crates/crossbeam-epoch/src/
Dcollector.rs245 fn buffering() { in buffering() function
/external/python/pyfakefs/pyfakefs/
Dfake_pathlib.py558 def open(self, mode='r', buffering=-1, encoding=None, argument
/external/webrtc/api/audio/
Decho_canceller3_config.h33 } buffering; member
/external/python/cpython2/Modules/
Dbz2module.c1388 int buffering = -1; in BZ2File_init() local
/external/python/parse_type/tasks/_vendor/
Dpathlib.py1067 def open(self, mode='r', buffering=-1, encoding=None, argument
Dpath.py1416 def in_place(self, mode='r', buffering=-1, encoding=None, errors=None, argument
/external/python/cpython3/Python/
Dpylifecycle.c2147 int buffering, isatty; in create_stdio() local