| /third_party/littlefs/scripts/ |
| D | teepipe.py | 18 def openio(path, mode='r', buffering=-1): argument
|
| D | changeprefix.py | 27 def openio(path, mode='r', buffering=-1): argument
|
| D | tailpipe.py | 22 def openio(path, mode='r', buffering=-1): argument
|
| D | watch.py | 33 def openio(path, mode='r', buffering=-1): argument
|
| D | prettyasserts.py | 46 def openio(path, mode='r', buffering=-1): argument
|
| D | code.py | 128 def openio(path, mode='r', buffering=-1): argument
|
| D | structs.py | 122 def openio(path, mode='r', buffering=-1): argument
|
| D | data.py | 128 def openio(path, mode='r', buffering=-1): argument
|
| D | test.py | 38 def openio(path, mode='r', buffering=-1): argument
|
| D | stack.py | 122 def openio(path, mode='r', buffering=-1): argument
|
| D | bench.py | 38 def openio(path, mode='r', buffering=-1): argument
|
| D | perfbd.py | 135 def openio(path, mode='r', buffering=-1): argument
|
| D | plotmpl.py | 157 def openio(path, mode='r', buffering=-1): argument
|
| D | summary.py | 553 def openio(path, mode='r', buffering=-1): argument
|
| D | cov.py | 203 def openio(path, mode='r', buffering=-1): argument
|
| D | perf.py | 149 def openio(path, mode='r', buffering=-1): argument
|
| D | plot.py | 133 def openio(path, mode='r', buffering=-1): argument
|
| D | tracebd.py | 44 def openio(path, mode='r', buffering=-1): argument
|
| /third_party/python/Modules/_io/clinic/ |
| D | _iomodule.c.h | 142 int buffering = -1; in _io_open() local
|
| /third_party/python/Lib/ |
| D | tempfile.py | 538 def NamedTemporaryFile(mode='w+b', buffering=-1, encoding=None, argument 606 def TemporaryFile(mode='w+b', buffering=-1, encoding=None, argument 688 def __init__(self, max_size=0, mode='w+b', buffering=-1, argument
|
| D | os.py | 978 def popen(cmd, mode="r", buffering=-1): argument 1025 def fdopen(fd, mode="r", buffering=-1, encoding=None, *args, **kwargs): argument
|
| D | socket.py | 303 def makefile(self, mode="r", buffering=None, *, argument
|
| /third_party/python/Modules/_io/ |
| D | _iomodule.c | 197 int buffering, const char *encoding, const char *errors, in _io_open_impl()
|
| /third_party/python/Objects/ |
| D | fileobject.c | 32 PyFile_FromFd(int fd, const char *name, const char *mode, int buffering, const char *encoding, in PyFile_FromFd()
|
| /third_party/libsnd/src/ |
| D | ogg.c | 470 int buffering = SF_FALSE ; in ogg_stream_seek_page_search() local
|