Home
last modified time | relevance | path

Searched defs:test_case (Results 1 – 25 of 167) sorted by relevance

1234567

/external/libcxx/test/libcxx/input.output/filesystems/
Dconvert_file_time.sh.cpp74 struct test_case<FileTimeT, TimeT, TimeSpecT, Base, TK_64Bit, TK_128Bit> struct
85 static constexpr auto max_time_t = std::numeric_limits<TimeT>::max();
86 static constexpr auto min_time_t = std::numeric_limits<TimeT>::min();
88 static constexpr bool test_timespec() { in test_timespec()
103 static constexpr bool test_file_time_type() { in test_file_time_type()
110 static constexpr bool check_round_trip(TimeSpecT orig) { in check_round_trip()
138 struct test_case<FileTimeT, TimeT, TimeSpecT, Base, TK_32Bit, TK_128Bit> struct
144 struct test_case<FileTimeT, TimeT, TimeSpecT, Base, TK_64Bit, TK_64Bit> struct
154 static constexpr auto max_time_t = std::numeric_limits<TimeT>::max();
155 static constexpr auto min_time_t = std::numeric_limits<TimeT>::min();
[all …]
/external/ltp/testcases/kernel/syscalls/utils/
Dmq_timed.h23 struct test_case { struct
24 int *fd;
25 unsigned int len;
26 unsigned int prio;
27 struct timespec *rq;
28 int invalid_msg;
29 int send;
30 int signal;
31 int timeout;
32 int ret;
[all …]
/external/ltp/testcases/kernel/syscalls/fgetxattr/
Dfgetxattr02.c68 struct test_case { struct
81 static struct test_case tc[] = { argument
Dfgetxattr01.c47 struct test_case { struct
54 struct test_case tc[] = { argument
/external/ltp/testcases/kernel/syscalls/fsetxattr/
Dfsetxattr02.c61 struct test_case { struct
73 static struct test_case tc[] = { argument
Dfsetxattr01.c63 struct test_case { struct
72 struct test_case tc[] = { argument
/external/ltp/testcases/kernel/syscalls/membarrier/
Dmembarrier01.c28 struct test_case { struct
43 struct test_case tc[] = { argument
/external/ltp/testcases/kernel/syscalls/ppoll/
Dppoll01.c41 struct test_case { struct
42 int ttype; /* test type (enum) */
43 const char *desc; /* test description (name) */
44 int ret; /* expected ret code */
45 int err; /* expected errno code */
46 short expect_revents; /* expected revents value */
47 unsigned int nfds; /* nfds ppoll parameter */
48 sigset_t *sigmask; /* sigmask ppoll parameter */
49 sigset_t *sigmask_cur; /* sigmask set for current process */
50 struct timespec *ts; /* ts ppoll parameter */
[all …]
/external/ltp/testcases/kernel/syscalls/clock_getres/
Dclock_getres01.c37 static struct test_case { struct
38 char *name;
39 clockid_t clk_id;
40 struct timespec *res;
41 int ret;
42 int err;
/external/ltp/testcases/kernel/syscalls/setxattr/
Dsetxattr02.c76 struct test_case { struct
85 static struct test_case tc[] = { argument
Dsetxattr01.c80 struct test_case { struct
88 struct test_case tc[] = { argument
Dsetxattr03.c70 struct test_case { struct
79 static struct test_case tc[] = { argument
/external/ltp/testcases/kernel/syscalls/clock_nanosleep/
Dclock_nanosleep01.c41 struct test_case { struct
57 static struct test_case tcase[] = { argument
/external/ltp/testcases/kernel/syscalls/kcmp/
Dkcmp02.c49 static struct test_case { struct
56 } test_cases[] = { argument
Dkcmp01.c42 static struct test_case { struct
49 } test_cases[] = { argument
68 static void do_child(const struct test_case *test) in do_child() argument
/external/ltp/testcases/kernel/syscalls/mq_open/
Dmq_open01.c43 struct test_case { struct
63 static struct test_case tcase[] = { argument
/external/ltp/testcases/kernel/syscalls/fchown/
Dfchown02.c54 struct test_case { struct
70 static void verify_fchown(struct test_case *t) in verify_fchown() argument
/external/ltp/testcases/kernel/syscalls/sched_getattr/
Dsched_getattr02.c47 static struct test_case { struct
61 static void sched_getattr_verify(const struct test_case *test); argument
/external/ltp/testcases/kernel/syscalls/madvise/
Dmadvise10.c67 static const struct test_case { struct
85 static void cmp_area(char *addr, const struct test_case *tc) in cmp_area() argument
/external/ltp/testcases/kernel/syscalls/renameat2/
Drenameat201.c56 static struct test_case { struct
78 static void renameat2_verify(const struct test_case *test); argument
/external/ltp/testcases/kernel/syscalls/statx/
Dstatx03.c48 static struct test_case { struct
49 uint32_t dfd;
50 char **filename;
51 uint32_t flag;
52 uint32_t mask;
53 int32_t errnum;
/external/ltp/testcases/kernel/syscalls/mq_unlink/
Dmq_unlink01.c35 struct test_case { struct
42 static struct test_case tcase[] = { argument
/external/ltp/testcases/kernel/syscalls/mprotect/
Dmprotect01.c51 struct test_case { struct
56 void (*setupfunc) (struct test_case *self); argument
/external/ltp/testcases/kernel/syscalls/mbind/
Dmbind01.c48 struct test_case { struct
58 static struct test_case tcase[] = { argument
/external/ltp/testcases/kernel/syscalls/open/
Dopen11.c63 static struct test_case { struct
64 char *desc;
65 char *path;
66 int flags;
67 mode_t mode;
68 int err;

1234567