Home
last modified time | relevance | path

Searched refs:test_truncate (Results 1 – 24 of 24) sorted by relevance

/aosp_15_r20/external/liburing/test/
H A Dfile-verify.c59 static int test_truncate(struct io_uring *ring, const char *fname, int buffered, in test_truncate() function
590 ret = test_truncate(&ring, fname, 1, 0, 0); in main()
595 ret = test_truncate(&ring, fname, 1, 1, 0); in main()
600 ret = test_truncate(&ring, fname, 1, 0, 1); in main()
606 ret = test_truncate(&ring, fname, 0, 0, 0); in main()
611 ret = test_truncate(&ring, fname, 0, 1, 0); in main()
616 ret = test_truncate(&ring, fname, 0, 0, 1); in main()
/aosp_15_r20/external/llvm/test/CodeGen/ARM/
H A Dvector-DAGCombine.ll238 define <2 x i8> @test_truncate(<2 x i128> %in) {
239 ; CHECK-LABEL: test_truncate:
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_largefile.py104 def test_truncate(self): member in LargeFileTest
Dtest_StringIO.py59 def test_truncate(self): member in TestGenericStringIO
Dtest_memoryio.py117 def test_truncate(self): member in MemoryTestMixin
Dtest_io.py1304 def test_truncate(self): member in BufferedWriterTest
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_largefile.py116 def test_truncate(self): member in TestFileMethods
Dtest_faulthandler.py508 def test_truncate(self): member in FaultHandlerTests
Dtest_memoryio.py121 def test_truncate(self): member in MemoryTestMixin
Dtest_posix.py183 def test_truncate(self): member in PosixTester
Dtest_io.py1808 def test_truncate(self): member in BufferedWriterTest
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/test/
H A Dtestfile.c775 static void test_truncate(abts_case *tc, void *data) in test_truncate() function
1008 abts_run_test(suite, test_truncate, NULL); in testfile()
/aosp_15_r20/external/python/jinja/tests/
Dtest_filters.py314 def test_truncate(self, env): member in TestFilter
/aosp_15_r20/external/rust/android-crates-io/crates/smallvec/src/
Dtests.rs244 fn test_truncate() { in test_truncate() function
/aosp_15_r20/external/rust/android-crates-io/crates/nix/test/
Dtest_unistd.rs770 fn test_truncate() { in test_truncate() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/alloc/tests/
H A Dslice.rs292 fn test_truncate() { in test_truncate() function
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/alloc/tests/
H A Dslice.rs292 fn test_truncate() { in test_truncate() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/alloc/tests/
H A Dslice.rs292 fn test_truncate() { in test_truncate() function
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/alloc/tests/
H A Dslice.rs292 fn test_truncate() { in test_truncate() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/alloc/tests/
H A Dslice.rs292 fn test_truncate() { in test_truncate() function
/aosp_15_r20/external/python/pyfakefs/pyfakefs/tests/
Dfake_pathlib_test.py1078 def test_truncate(self): member in FakePathlibUsageInOsFunctionsTest
Dfake_os_test.py2823 def test_truncate(self): member in FakeOsModuleTest
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/ragged/
H A Ddynamic_ragged_shape_test.py3434 def test_truncate(self): member in DynamicRaggedShapeSpecTest
/aosp_15_r20/external/pytorch/test/torch_np/numpy_tests/core/
H A Dtest_multiarray.py3588 def test_truncate(self): member in TestCompress