Searched refs:fileio (Results 1 – 21 of 21) 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 | 75 } fileio; typedef 86 return ((fileio *)self)->fd < 0; in _PyFileIO_closed() 93 fileio_dealloc_warn(fileio *self, PyObject *source) in fileio_dealloc_warn() 115 internal_close(fileio *self) in internal_close() 149 _io_FileIO_close_impl(fileio *self) in _io_FileIO_close_impl() 182 fileio *self; in fileio_new() 186 self = (fileio *) type->tp_alloc(type, 0); in fileio_new() 229 _io_FileIO___init___impl(fileio *self, PyObject *nameobj, const char *mode, 509 fileio_traverse(fileio *self, visitproc visit, void *arg) 516 fileio_clear(fileio *self) [all …]
|
/external/python/cpython2/Modules/_io/ |
D | fileio.c | 55 } fileio; typedef 64 return ((fileio *)self)->fd < 0; in _PyFileIO_closed() 74 internal_close(fileio *self) in internal_close() 102 fileio_close(fileio *self) in fileio_close() 119 fileio *self; in fileio_new() 123 self = (fileio *) type->tp_alloc(type, 0); in fileio_new() 142 dircheck(fileio* self, PyObject *nameobj) in dircheck() 179 fileio *self = (fileio *) oself; in fileio_init() 393 fileio_traverse(fileio *self, visitproc visit, void *arg) in fileio_traverse() 400 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 | 835 fileio = self.FileIO(f1.fileno(), closefd=False) 837 fileio.__init__(f2.fileno(), closefd=False) 840 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 | Makefile.pq | 24 fileio.obj \
|
D | Android.bp | 40 "fileio.c",
|
D | Makefile.in | 86 fileio.o \ 165 $(srcdir)/fileio.c \ 803 fileio.o: $(srcdir)/fileio.c $(top_builddir)/lib/config.h \
|
/external/python/cpython2/ |
D | Android.bp | 474 "Modules/_io/fileio.c",
|
/external/python/cpython3/Modules/ |
D | Setup.dist | 128 _io -I$(srcdir)/Modules/_io _io/_iomodule.c _io/iobase.c _io/fileio.c _io/bytesio.c _io/bufferedio.…
|
/external/python/cpython2/PC/VC6/ |
D | pythoncore.dsp | 364 SOURCE=..\..\Modules\_io\fileio.c
|
/external/python/cpython2/Lib/test/ |
D | test_io.py | 645 fileio = self.FileIO(f1.fileno(), closefd=False) 647 fileio.__init__(f2.fileno(), closefd=False) 650 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/fio/ |
D | HOWTO | 3516 writing filename :file:`fileio.tmp`, with a :option:`--client` `hostfile` 3520 /mnt/nfs/fio/192.168.10.120.fileio.tmp 3521 /mnt/nfs/fio/192.168.10.121.fileio.tmp
|
/external/python/cpython3/ |
D | Makefile.pre.in | 267 Modules/_io/fileio.o \
|
/external/e2fsprogs/debian/ |
D | changelog | 3165 * Only include (new) inode_io.o from libext2fs when fileio.o is, or the
|
/external/e2fsprogs/ |
D | RELEASE-NOTES | 7703 Added new fileio primitives in libext2fs for reading and writing
|
/external/toolchain-utils/dejagnu/gdb_baseline/ |
D | armv7a-cros-linux-gnueabi | 3499 Running ./gdb.base/fileio.exp ...
|
D | i686-pc-linux-gnu | 3645 Running ./gdb.base/fileio.exp ...
|
D | x86_64-cros-linux-gnu | 3880 Running ./gdb.base/fileio.exp ...
|