/aosp_15_r20/bionic/tests/ |
H A D | libgen_test.cpp | 44 char* buf, size_t buf_size, int expected_errno) { in TestBasename() 55 char* buf, size_t buf_size, int expected_errno) { in TestDirname()
|
H A D | utils.h | 319 #define ASSERT_ERRNO(expected_errno) ASSERT_EQ(Errno(expected_errno), Errno(errno)) argument 320 #define EXPECT_ERRNO(expected_errno) EXPECT_EQ(Errno(expected_errno), Errno(errno)) argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/vmm-sys-util/src/ |
D | errno.rs | 143 let expected_errno = libc::EBADF; in test_errno() localVariable 145 let expected_errno = libc::EIO; in test_errno() localVariable
|
/aosp_15_r20/kernel/tests/net/test/ |
H A D | sock_diag_test.py | 127 def _EventDuringBlockingCall(self, sock, call, expected_errno, event): argument 153 def CloseDuringBlockingCall(self, sock, call, expected_errno): argument 841 def RstDuringBlockingCall(self, sock, call, expected_errno): argument
|
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/migrate_pages/ |
H A D | migrate_pages_common.c | 49 int check_errno(long expected_errno) in check_errno()
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/ |
H A D | obj_name.c | 9 int expected_errno; in test_obj_name() member
|
H A D | bind_perm.c | 22 void try_bind(int family, int port, int expected_errno) in try_bind()
|
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/getrandom/ |
H A D | getrandom05.c | 27 int expected_errno; member
|
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/futimesat/ |
H A D | futimesat01.c | 57 static const int expected_errno[] = { 0, 0, ENOTDIR, EBADF, 0 }; variable
|
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/unlink/ |
H A D | unlink09.c | 32 int expected_errno; member
|
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/munmap/ |
H A D | munmap03.c | 93 static void check_and_print(int expected_errno) in check_and_print()
|
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/rename/ |
H A D | rename11.c | 126 static void check_and_print(int expected_errno) in check_and_print()
|
/aosp_15_r20/external/igt-gpu-tools/tests/i915/ |
H A D | gem_fenced_exec_thrash.c | 93 static void run_test(int fd, int num_fences, int expected_errno, in run_test()
|
H A D | gem_exec_params.c | 246 #define RUN_FAIL(expected_errno) do { \ argument
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/kvm/x86_64/ |
H A D | vmx_set_nested_state_test.c | 36 int expected_errno) in test_nested_state_expect_errno()
|
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/fstatat/ |
H A D | fstatat01.c | 58 static const int expected_errno[] = { 0, 0, ENOTDIR, EBADF, EINVAL, 0 }; variable
|
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/fanotify/ |
H A D | fanotify14.c | 68 int expected_errno; member
|
/aosp_15_r20/external/jemalloc_new/test/unit/ |
H A D | malloc_io.c | 18 int expected_errno; in TEST_BEGIN() member
|
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/linkat/ |
H A D | linkat02.c | 66 int expected_errno; member
|
H A D | linkat01.c | 98 int expected_errno; member
|
/aosp_15_r20/external/llvm-libc/test/src/stdlib/ |
H A D | strtold_test.cpp | 81 const int expected_errno = expectedErrno; in run_test() local
|
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/symlinkat/ |
H A D | symlinkat01.c | 76 int expected_errno; member
|
/aosp_15_r20/external/llvm-libc/test/src/sys/mman/linux/ |
H A D | mlock_test.cpp | 84 int expected_errno = is_permitted_size(negative_size) ? EINVAL : ENOMEM; in TEST() local
|
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/epoll/ |
H A D | epoll-ltp.c | 475 int expected_errno = 0; in test_epoll_ctl() local
|
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/cma/ |
H A D | process_vm01.c | 90 static void check_errno(long expected_errno) in check_errno()
|