/aosp_15_r20/external/liburing/test/ |
H A D | file-verify.c | 59 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 D | vector-DAGCombine.ll | 238 define <2 x i8> @test_truncate(<2 x i128> %in) { 239 ; CHECK-LABEL: test_truncate:
|
/aosp_15_r20/external/python/cpython2/Lib/test/ |
D | test_largefile.py | 104 def test_truncate(self): member in LargeFileTest
|
D | test_StringIO.py | 59 def test_truncate(self): member in TestGenericStringIO
|
D | test_memoryio.py | 117 def test_truncate(self): member in MemoryTestMixin
|
D | test_io.py | 1304 def test_truncate(self): member in BufferedWriterTest
|
/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | test_largefile.py | 116 def test_truncate(self): member in TestFileMethods
|
D | test_faulthandler.py | 508 def test_truncate(self): member in FaultHandlerTests
|
D | test_memoryio.py | 121 def test_truncate(self): member in MemoryTestMixin
|
D | test_posix.py | 183 def test_truncate(self): member in PosixTester
|
D | test_io.py | 1808 def test_truncate(self): member in BufferedWriterTest
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/test/ |
H A D | testfile.c | 775 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/ |
D | test_filters.py | 314 def test_truncate(self, env): member in TestFilter
|
/aosp_15_r20/external/rust/android-crates-io/crates/smallvec/src/ |
D | tests.rs | 244 fn test_truncate() { in test_truncate() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/nix/test/ |
D | test_unistd.rs | 770 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 D | slice.rs | 292 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 D | slice.rs | 292 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 D | slice.rs | 292 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 D | slice.rs | 292 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 D | slice.rs | 292 fn test_truncate() { in test_truncate() function
|
/aosp_15_r20/external/python/pyfakefs/pyfakefs/tests/ |
D | fake_pathlib_test.py | 1078 def test_truncate(self): member in FakePathlibUsageInOsFunctionsTest
|
D | fake_os_test.py | 2823 def test_truncate(self): member in FakeOsModuleTest
|
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/ragged/ |
H A D | dynamic_ragged_shape_test.py | 3434 def test_truncate(self): member in DynamicRaggedShapeSpecTest
|
/aosp_15_r20/external/pytorch/test/torch_np/numpy_tests/core/ |
H A D | test_multiarray.py | 3588 def test_truncate(self): member in TestCompress
|