/external/python/cpython3/Modules/_io/clinic/ |
D | _iomodule.c.h | 145 int buffering = -1; in _io_open() local
|
/external/yapf/yapftests/ |
D | utils.py | 46 buffering=-1, argument
|
/external/webrtc/webrtc/modules/audio_coding/acm2/ |
D | initial_delay_manager.h | 74 bool buffering() { return buffering_; } in buffering() function
|
/external/python/cpython3/Lib/ |
D | tempfile.py | 520 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
|
D | bz2.py | 39 def __init__(self, filename, mode="r", buffering=None, compresslevel=9): argument
|
D | socket.py | 221 def makefile(self, mode="r", buffering=None, *, argument
|
D | os.py | 977 def popen(cmd, mode="r", buffering=-1): argument
|
D | codecs.py | 865 def open(filename, mode='r', encoding=None, errors='strict', buffering=1): argument
|
D | pathlib.py | 1177 def open(self, mode='r', buffering=-1, encoding=None, argument
|
D | _pyio.py | 37 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 | 233 int buffering, const char *encoding, const char *errors, in _io_open_impl()
|
/external/python/cpython3/Objects/ |
D | fileobject.c | 30 PyFile_FromFd(int fd, const char *name, const char *mode, int buffering, const char *encoding, in PyFile_FromFd()
|
/external/fonttools/Lib/fontTools/misc/ |
D | py23.py | 183 def open(file, mode='r', buffering=-1, encoding=None, errors=None, argument
|
/external/python/cpython3/Python/ |
D | pylifecycle.c | 1708 int buffering, isatty; in create_stdio() local
|
/external/python/cpython2/Modules/ |
D | bz2module.c | 1388 int buffering = -1; in BZ2File_init() local
|