Home
last modified time | relevance | path

Searched refs:test_io (Results 1 – 18 of 18) sorted by relevance

/external/ltp/testcases/kernel/io/aio/
Daio02.c204 static void test_io(unsigned int n) in test_io() function
218 .test = test_io,
/external/python/cpython2/Misc/NEWS.d/
D2.7.4.rst35 Fix test_io when the default OS pipe buffer size is larger than one million
/external/python/cpython2/Lib/test/
Dtest_plistlib.py124 def test_io(self): member in TestPlistlib
/external/e2fsprogs/lib/ext2fs/
DAndroid.bp108 "test_io.c",
DMakefile.in20 @TEST_IO_CMT@TEST_IO_LIB_OBJS = test_io.o
212 $(srcdir)/test_io.c \
1105 test_io.o: $(srcdir)/test_io.c $(top_builddir)/lib/config.h \
/external/llvm-project/lldb/test/API/commands/process/launch/
DTestProcessLaunch.py33 def test_io(self): member in ProcessLaunchTestCase
/external/python/cpython3/Lib/test/
Dtest_utf8_mode.py152 def test_io(self): member in UTF8ModeTests
Dtest_plistlib.py442 def test_io(self): member in TestPlistlib
Dtest_typing.py3949 def test_io(self): member in IOTests
/external/fonttools/Tests/misc/
Dplistlib_test.py86 def test_io(tmpdir, parametrized_pl): function
/external/e2fsprogs/doc/RelNotes/
Dv1.36.txt256 The test_io mechanism can now abort after n reads or writes to a
Dv1.41.txt1582 numbers; in particular, the I/O manager functions, the test_io,
/external/python/cpython2/
DMakefile.pre.in894 QUICKTESTOPTS= $(TESTOPTS) -x test_subprocess test_io test_lib2to3 \
/external/python/cpython3/
DMakefile.pre.in1225 QUICKTESTOPTS= $(TESTOPTS) -x test_subprocess test_io test_lib2to3 \
/external/python/cpython3/Misc/NEWS.d/
D3.8.0a1.rst218 positives from posix, socket, time, test_io, and test_faulthandler.
6775 Fix a race condition in ``check_interrupted_write()`` of test_io: create
/external/e2fsprogs/debian/
Dchangelog2954 test_io io_manager, which was accidentally broken in 1.37-1.
3174 * Add test_io mechanisms to abort after reading or writing to a
/external/llvm-project/clang/include/clang/Driver/
DOptions.td3667 def test_io : Flag<["-"], "test-io">, Flags<[HelpHidden, FlangOption, FC1Option, FlangOnlyOption]>,…
/external/python/cpython3/Misc/
DHISTORY6021 - 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