/external/liburing/test/ |
D | kallsyms.c | 115 static int test_io(const char *file, int fixed, int nonvec) in test_io() function 180 ret = test_io("/proc/kallsyms", 0, 0); in main() 185 ret = test_io("/proc/kallsyms", 0, 1); in main() 190 ret = test_io("/proc/kallsyms", 1, 0); in main() 195 ret = test_io("/proc/kallsyms", 1, 1); in main()
|
D | cq-overflow.c | 51 static int test_io(const char *file, unsigned long usecs, unsigned *drops, in test_io() function 504 ret = test_io(fname, usecs, &drops, 0); in main() 517 if (test_io(fname, usecs, &drops, 0) == T_EXIT_FAIL) { in main() 522 if (test_io(fname, usecs, &drops, 1) == T_EXIT_FAIL) { in main()
|
D | fdinfo.c | 254 static int test_io(const char *file, int write, int buffered, int sqthread, in test_io() function 391 ret = test_io(fname, write, buffered, sqthread, fixed, nonvec, in main()
|
D | iopoll.c | 353 static int test_io(const char *file, int write, int sqthread, int fixed, in test_io() function 433 ret = test_io(fname, write, sqthread, fixed, buf_select, defer); in main()
|
D | io_uring_passthrough.c | 256 static int test_io(const char *file, int tc, int read, int sqthread, in test_io() function 458 ret = test_io(fname, i, read, sqthread, fixed, nonvec); in main()
|
D | read-write.c | 286 static int test_io(const char *file, int write, int buffered, int sqthread, in test_io() function 945 ret = test_io(fname, write, buffered, sqthread, fixed, nonvec, in main() 1056 ret = test_io(fname, write, buffered, sqthread, fixed, nonvec, in main()
|
D | uring_cmd_ublk.c | 1073 static int test_io(struct io_ctx *ctx) in test_io() function 1137 ctx->res = test_io(ctx); in test_io_fn()
|
/external/ltp/testcases/kernel/io/aio/ |
D | aio02.c | 204 static void test_io(unsigned int n) in test_io() function 225 .test = test_io,
|
/external/e2fsprogs/lib/ext2fs/ |
D | Android.bp | 109 "test_io.c",
|
D | Makefile.in | 21 @TEST_IO_CMT@TEST_IO_LIB_OBJS = test_io.o 213 $(srcdir)/test_io.c \ 1121 test_io.o: $(srcdir)/test_io.c $(top_builddir)/lib/config.h \
|
/external/python/cpython3/Lib/test/ |
D | test_utf8_mode.py | 153 def test_io(self): member in UTF8ModeTests
|
D | test_plistlib.py | 448 def test_io(self): member in TestPlistlib
|
D | test_typing.py | 8912 def test_io(self): member in IOTests
|
/external/fonttools/Tests/misc/ |
D | plistlib_test.py | 83 def test_io(tmpdir, parametrized_pl): function
|
/external/e2fsprogs/doc/RelNotes/ |
D | v1.36.txt | 256 The test_io mechanism can now abort after n reads or writes to a
|
D | v1.41.txt | 1582 numbers; in particular, the I/O manager functions, the test_io,
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.8.0a1.rst | 218 positives from posix, socket, time, test_io, and test_faulthandler. 6775 Fix a race condition in ``check_interrupted_write()`` of test_io: create
|
/external/python/cpython3/ |
D | Makefile.pre.in | 2121 QUICKTESTOPTS= -x test_subprocess test_io \
|
/external/e2fsprogs/debian/ |
D | changelog | 3354 test_io io_manager, which was accidentally broken in 1.37-1. 3574 * Add test_io mechanisms to abort after reading or writing to a
|
/external/python/cpython3/Misc/ |
D | HISTORY | 6021 - Issue #17835: Fix test_io when the default OS pipe buffer size is larger 6086 - Issue #17479: test_io now works with unittest test discovery. 10358 such as test_io or test_subprocess. 10363 such as test_io or test_subprocess. 10445 - Issue #8407, #11859: Fix tests of test_io using threads and an alarm: use
|