Home
last modified time | relevance | path

Searched refs:fileio (Results 1 – 19 of 19) sorted by relevance

/third_party/python/Modules/_io/clinic/
Dfileio.c.h18 _io_FileIO_close_impl(fileio *self);
21 _io_FileIO_close(fileio *self, PyObject *Py_UNUSED(ignored)) in _io_FileIO_close()
45 _io_FileIO___init___impl(fileio *self, PyObject *nameobj, const char *mode,
100 return_value = _io_FileIO___init___impl((fileio *)self, nameobj, mode, closefd, opener); in _io_FileIO___init__()
116 _io_FileIO_fileno_impl(fileio *self);
119 _io_FileIO_fileno(fileio *self, PyObject *Py_UNUSED(ignored)) in _io_FileIO_fileno()
134 _io_FileIO_readable_impl(fileio *self);
137 _io_FileIO_readable(fileio *self, PyObject *Py_UNUSED(ignored)) in _io_FileIO_readable()
152 _io_FileIO_writable_impl(fileio *self);
155 _io_FileIO_writable(fileio *self, PyObject *Py_UNUSED(ignored)) in _io_FileIO_writable()
[all …]
/third_party/python/Modules/_io/
Dfileio.c70 } fileio; typedef
79 static PyObject* portable_lseek(fileio *self, PyObject *posobj, int whence, bool suppress_pipe_erro…
84 return ((fileio *)self)->fd < 0; in _PyFileIO_closed()
91 fileio_dealloc_warn(fileio *self, PyObject *source) in fileio_dealloc_warn()
108 internal_close(fileio *self) in internal_close()
142 _io_FileIO_close_impl(fileio *self) in _io_FileIO_close_impl()
175 fileio *self; in fileio_new()
179 self = (fileio *) type->tp_alloc(type, 0); in fileio_new()
222 _io_FileIO___init___impl(fileio *self, PyObject *nameobj, const char *mode,
511 fileio_traverse(fileio *self, visitproc visit, void *arg)
[all …]
/third_party/python/Lib/test/
Dtest_getpass.py99 mock.patch('io.FileIO') as fileio, \
108 fileio.assert_called_once_with(open.return_value, 'w+')
109 textio.assert_called_once_with(fileio.return_value)
125 mock.patch('io.FileIO') as fileio, \
131 fileio.return_value = BytesIO()
Dtest_io.py898 fileio = self.FileIO(f1.fileno(), closefd=False)
900 fileio.__init__(f2.fileno(), closefd=False)
903 fileio.close()
/third_party/e2fsprogs/lib/ext2fs/
DAndroid.bp57 "fileio.c",
DBUILD.gn59 "fileio.c",
DMakefile.in87 fileio.o \
168 $(srcdir)/fileio.c \
843 fileio.o: $(srcdir)/fileio.c $(top_builddir)/lib/config.h \
/third_party/eudev/
DBUILD.gn53 "src/shared/fileio.c",
/third_party/libuv/docs/src/
Dfs.rst563 … `FILE_FLAG_NO_BUFFERING <https://docs.microsoft.com/en-us/windows/win32/fileio/file-buffering>`_.
580 … `FILE_FLAG_WRITE_THROUGH <https://docs.microsoft.com/en-us/windows/win32/fileio/file-buffering>`_.
685 … `FILE_FLAG_WRITE_THROUGH <https://docs.microsoft.com/en-us/windows/win32/fileio/file-buffering>`_.
/third_party/e2fsprogs/doc/RelNotes/
Dv1.12.txt108 Added new fileio primitives in libext2fs for reading and writing
/third_party/python/Tools/c-analyzer/cpython/
Dignored.tsv9 Modules/_io/fileio.c - _Py_open_cloexec_works -
554 Modules/_io/fileio.c - fileio_methods -
799 Modules/_io/fileio.c - fileio_members -
1000 Modules/_io/fileio.c - fileio_getsetlist -
2297 Modules/_io/fileio.c - PyFileIO_Type -
2479 Modules/_io/fileio.c - PyId_name -
2617 Modules/_io/fileio.c _io_FileIO_close_impl PyId_close -
/third_party/grpc/doc/core/
Dgrpc-polling-engines.md150 …n [I/O completion port](https://docs.microsoft.com/en-us/windows/desktop/fileio/i-o-completion-por…
/third_party/python/Modules/
DSetup126 …nclude/internal -I$(srcdir)/Modules/_io _io/_iomodule.c _io/iobase.c _io/fileio.c _io/bytesio.c _i…
/third_party/python/Tools/c-analyzer/
DTODO284 Modules/_io/fileio.c:PyId_name _Py_IDENTIFIER(name)
627 Modules/_io/fileio.c:PyFileIO_Type PyTypeObject PyFileIO_Type
930 Modules/_io/clinic/fileio.c.h:_io_FileIO___init__():_parser static _PyArg_Parser _parser
/third_party/python/
DMakefile.pre.in301 Modules/_io/fileio.o \
/third_party/node/doc/api/
Dchild_process.md778 [docs](https://docs.microsoft.com/en-us/windows/win32/fileio/synchronous-and-asynchronous-i-o)
/third_party/e2fsprogs/debian/
Dchangelog4029 * Only include (new) inode_io.o from libext2fs when fileio.o is, or the
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch79773 -/************************* Begin ../ext/misc/fileio.c ******************/
81383 -/************************* End ../ext/misc/fileio.c ********************/
83902 +/************************* Begin ../ext/misc/fileio.c ******************/
85912 +/************************* End ../ext/misc/fileio.c ********************/
117408 -/************************* Begin ../ext/misc/fileio.c ******************/
119018 -/************************* End ../ext/misc/fileio.c ********************/
121537 +/************************* Begin ../ext/misc/fileio.c ******************/
123547 +/************************* End ../ext/misc/fileio.c ********************/
160288 diff --git a/src/third_party/sqlite/src/ext/misc/fileio.c b/src/third_party/sqlite/src/ext/misc/fil…
160290 --- a/src/third_party/sqlite/src/ext/misc/fileio.c
[all …]
/third_party/NuttX/
DReleaseNotes26587 conditions. It was previously a mix of streams and fileio. It