/external/yapf/yapftests/ |
D | utils.py | 46 buffering=-1, argument
|
/external/python/cpython3/Modules/_io/clinic/ |
D | _iomodule.c.h | 147 int buffering = -1; in _io_open() local
|
/external/python/cpython3/Lib/ |
D | tempfile.py | 522 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
|
D | os.py | 976 def popen(cmd, mode="r", buffering=-1): argument 1023 def fdopen(fd, mode="r", buffering=-1, encoding=None, *args, **kwargs): argument
|
D | socket.py | 302 def makefile(self, mode="r", buffering=None, *, argument
|
D | codecs.py | 871 def open(filename, mode='r', encoding=None, errors='strict', buffering=-1): argument
|
D | pathlib.py | 1109 def open(self, mode='r', buffering=-1, encoding=None, argument
|
D | _pyio.py | 73 def open(file, mode="r", buffering=-1, encoding=None, errors=None, argument
|
/external/python/cpython2/Lib/ |
D | httplib.py | 364 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
|
D | codecs.py | 858 def open(filename, mode='rb', encoding=None, errors='strict', buffering=1): argument
|
D | _pyio.py | 44 def open(file, mode="r", buffering=-1, argument
|
/external/python/cpython2/Modules/_io/ |
D | _iomodule.c | 295 int buffering = -1, closefd = 1; in io_open() local
|
/external/python/cpython3/Modules/_io/ |
D | _iomodule.c | 234 int buffering, const char *encoding, const char *errors, in _io_open_impl()
|
/external/python/cpython3/Objects/ |
D | fileobject.c | 33 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/ |
D | default.json | 1 {"aec3": {"buffering": {"excess_render_detection_interval_blocks": 250,"max_allowed_excess_render_b… object
|
/external/rust/crates/crossbeam-epoch/src/ |
D | collector.rs | 245 fn buffering() { in buffering() function
|
/external/python/pyfakefs/pyfakefs/ |
D | fake_pathlib.py | 558 def open(self, mode='r', buffering=-1, encoding=None, argument
|
/external/webrtc/api/audio/ |
D | echo_canceller3_config.h | 33 } buffering; member
|
/external/python/cpython2/Modules/ |
D | bz2module.c | 1388 int buffering = -1; in BZ2File_init() local
|
/external/python/parse_type/tasks/_vendor/ |
D | pathlib.py | 1067 def open(self, mode='r', buffering=-1, encoding=None, argument
|
D | path.py | 1416 def in_place(self, mode='r', buffering=-1, encoding=None, errors=None, argument
|
/external/python/cpython3/Python/ |
D | pylifecycle.c | 2147 int buffering, isatty; in create_stdio() local
|