Searched refs:fileio (Results 1 – 19 of 19) sorted by relevance
/external/python/cpython3/Modules/_io/clinic/ |
D | fileio.c.h | 18 _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, 63 return_value = _io_FileIO___init___impl((fileio *)self, nameobj, mode, closefd, opener); in _io_FileIO___init__() 79 _io_FileIO_fileno_impl(fileio *self); 82 _io_FileIO_fileno(fileio *self, PyObject *Py_UNUSED(ignored)) in _io_FileIO_fileno() 97 _io_FileIO_readable_impl(fileio *self); 100 _io_FileIO_readable(fileio *self, PyObject *Py_UNUSED(ignored)) in _io_FileIO_readable() 115 _io_FileIO_writable_impl(fileio *self); 118 _io_FileIO_writable(fileio *self, PyObject *Py_UNUSED(ignored)) in _io_FileIO_writable() [all …]
|
/external/python/cpython3/Modules/_io/ |
D | fileio.c | 68 } fileio; typedef 77 static PyObject* portable_lseek(fileio *self, PyObject *posobj, int whence); 82 return ((fileio *)self)->fd < 0; in _PyFileIO_closed() 89 fileio_dealloc_warn(fileio *self, PyObject *source) in fileio_dealloc_warn() 106 internal_close(fileio *self) in internal_close() 140 _io_FileIO_close_impl(fileio *self) in _io_FileIO_close_impl() 173 fileio *self; in fileio_new() 177 self = (fileio *) type->tp_alloc(type, 0); in fileio_new() 220 _io_FileIO___init___impl(fileio *self, PyObject *nameobj, const char *mode, 499 fileio_traverse(fileio *self, visitproc visit, void *arg) [all …]
|
/external/python/cpython2/Modules/_io/ |
D | fileio.c | 58 } fileio; typedef 67 return ((fileio *)self)->fd < 0; in _PyFileIO_closed() 77 internal_close(fileio *self) in internal_close() 105 fileio_close(fileio *self) in fileio_close() 122 fileio *self; in fileio_new() 126 self = (fileio *) type->tp_alloc(type, 0); in fileio_new() 145 dircheck(fileio* self, PyObject *nameobj) in dircheck() 205 fileio *self = (fileio *) oself; in fileio_init() 419 fileio_traverse(fileio *self, visitproc visit, void *arg) in fileio_traverse() 426 fileio_clear(fileio *self) in fileio_clear() [all …]
|
/external/python/cpython3/Lib/test/ |
D | test_getpass.py | 99 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()
|
D | test_io.py | 871 fileio = self.FileIO(f1.fileno(), closefd=False) 873 fileio.__init__(f2.fileno(), closefd=False) 876 fileio.close()
|
/external/autotest/client/tests/dbench/ |
D | dbench_ldflags.patch | 10 DB_OBJS = fileio.o util.o dbench.o child.o system.o snprintf.o
|
/external/e2fsprogs/lib/ext2fs/ |
D | Android.bp | 41 "fileio.c",
|
D | Makefile.in | 86 fileio.o \ 165 $(srcdir)/fileio.c \ 811 fileio.o: $(srcdir)/fileio.c $(top_builddir)/lib/config.h \
|
/external/e2fsprogs/doc/RelNotes/ |
D | v1.12.txt | 108 Added new fileio primitives in libext2fs for reading and writing
|
/external/python/cpython3/Modules/ |
D | Setup.dist | 129 _io -DPy_BUILD_CORE -I$(srcdir)/Modules/_io _io/_iomodule.c _io/iobase.c _io/fileio.c _io/bytesio.c…
|
/external/python/cpython2/ |
D | Android.bp | 519 "Modules/_io/fileio.c",
|
/external/python/cpython2/PC/VC6/ |
D | pythoncore.dsp | 364 SOURCE=..\..\Modules\_io\fileio.c
|
/external/python/cpython2/Lib/test/ |
D | test_io.py | 661 fileio = self.FileIO(f1.fileno(), closefd=False) 663 fileio.__init__(f2.fileno(), closefd=False) 666 fileio.close()
|
/external/python/cpython2/Modules/ |
D | Setup.dist | 195 #_io -I$(srcdir)/Modules/_io _io/bufferedio.c _io/bytesio.c _io/fileio.c _io/iobase.c _io/_iomodule…
|
/external/python/cpython3/ |
D | Makefile.pre.in | 283 Modules/_io/fileio.o \
|
/external/e2fsprogs/debian/ |
D | changelog | 3536 * Only include (new) inode_io.o from libext2fs when fileio.o is, or the
|
/external/toolchain-utils/dejagnu/gdb_baseline/ |
D | x86_64-cros-linux-gnu | 3880 Running ./gdb.base/fileio.exp ...
|
D | i686-pc-linux-gnu | 3645 Running ./gdb.base/fileio.exp ...
|
D | armv7a-cros-linux-gnueabi | 3499 Running ./gdb.base/fileio.exp ...
|