Home
last modified time | relevance | path

Searched defs:test_fd (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/vm/
H A Dprotection_keys.c943 int test_fd = open("/etc/passwd", O_RDONLY); in get_test_read_fd() local
1102 int test_fd = get_test_read_fd(); in test_kernel_write_of_access_disabled_region() local
1114 int test_fd = get_test_read_fd(); in test_kernel_write_of_write_disabled_region() local
H A Dsoft-dirty.c128 int test_fd; in test_mprotect() local
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/os/fd/
H A Dtests.rs19 fn test_fd() { in test_fd() function
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/os/fd/
H A Dtests.rs19 fn test_fd() { in test_fd() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/os/fd/
H A Dtests.rs19 fn test_fd() { in test_fd() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/os/fd/
H A Dtests.rs19 fn test_fd() { in test_fd() function
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/os/fd/
H A Dtests.rs19 fn test_fd() { in test_fd() function
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/msync/
H A Dmsync04.c18 static int test_fd; variable
/aosp_15_r20/external/igt-gpu-tools/lib/tests/
H A Digt_assert.c132 static void test_fd(void) in test_fd() function
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/net/
H A Dreuseport_dualstack.c131 int epfd, i, test_fd; in test() local
H A Dreuseport_addr_any.c247 int test_fd; in test_proto() local
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/fcntl/
H A Dfcntl31.c66 static int test_fd; variable
/aosp_15_r20/packages/modules/NeuralNetworks/tools/test_generator/
Dtest_generator.py1085 DumpTest=None, test_fd=None): argument
1204 def Dump(self, DumpModel, model_fd, DumpExample, example_fd, DumpTest, test_fd): argument
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_os.py4385 def test_fd(self): member in TestScandir