/external/ltp/testcases/kernel/syscalls/ppoll/ |
D | ppoll01.c | 40 struct test_case { struct 41 int ttype; /* test type (enum) */ 42 const char *desc; /* test description (name) */ 43 int ret; /* expected ret code */ 44 int err; /* expected errno code */ 45 short expect_revents; /* expected revents value */ 46 unsigned int nfds; /* nfds ppoll parameter */ 47 sigset_t *sigmask; /* sigmask ppoll parameter */ 48 sigset_t *sigmask_cur; /* sigmask set for current process */ 49 struct timespec *ts; /* ts ppoll parameter */ [all …]
|
/external/ltp/testcases/kernel/syscalls/mq_open/ |
D | mq_open01.c | 137 struct test_case { struct 138 int ttype; 139 char *user; 140 char *qname; 141 int oflag; 142 long mq_maxmsg; // Maximum numebr of messages. 143 long mq_msgsize; // Maximum message size. 144 int ret; 168 static struct test_case tcase[] = { argument
|
/external/ltp/testcases/kernel/syscalls/fchown/ |
D | fchown02.c | 54 struct test_case { struct 70 static void verify_fchown(struct test_case *t) in verify_fchown() argument
|
/external/ltp/testcases/kernel/syscalls/kcmp/ |
D | kcmp02.c | 51 static struct test_case { struct 71 static void kcmp_verify(const struct test_case *test); argument
|
D | kcmp01.c | 46 static struct test_case { struct 65 static void do_child(const struct test_case *test); argument
|
/external/ltp/testcases/kernel/syscalls/clock_getres/ |
D | clock_getres01.c | 48 static struct test_case { struct 49 char *name; 50 clockid_t clk_id; 51 int ttype; 52 int ret; 53 int err;
|
/external/ltp/testcases/kernel/syscalls/renameat2/ |
D | renameat201.c | 56 static struct test_case { struct 78 static void renameat2_verify(const struct test_case *test); argument
|
/external/ltp/testcases/kernel/syscalls/sched_getattr/ |
D | sched_getattr02.c | 47 static struct test_case { struct 61 static void sched_getattr_verify(const struct test_case *test); argument
|
/external/ltp/testcases/kernel/syscalls/setxattr/ |
D | setxattr01.c | 79 struct test_case { struct 87 struct test_case tc[] = { argument
|
D | setxattr03.c | 69 struct test_case { struct 78 static struct test_case tc[] = { argument
|
D | setxattr02.c | 79 struct test_case { struct 87 static struct test_case tc[] = { argument
|
/external/ltp/testcases/kernel/syscalls/mq_timedsend/ |
D | mq_timedsend01.c | 156 struct test_case { struct 157 int ttype; 158 int non_block; 159 int len; 183 static struct test_case tcase[] = { argument
|
/external/ltp/testcases/kernel/syscalls/mount/ |
D | mount02.c | 74 static struct test_case { struct 75 const char **device; 76 const char **mntpoint; 100 static void verify_mount(struct test_case *tc) in verify_mount() argument
|
/external/ltp/testcases/kernel/syscalls/mprotect/ |
D | mprotect01.c | 50 struct test_case { struct 55 void (*setupfunc) (struct test_case *self); argument
|
/external/ltp/testcases/kernel/syscalls/mq_timedreceive/ |
D | mq_timedreceive01.c | 159 struct test_case { struct 160 int ttype; 161 int non_block; 185 static struct test_case tcase[] = { argument
|
/external/ltp/testcases/kernel/syscalls/getxattr/ |
D | getxattr01.c | 65 struct test_case { struct 72 struct test_case tc[] = { argument
|
/external/ltp/testcases/kernel/syscalls/sched_setattr/ |
D | sched_setattr01.c | 60 static struct test_case { struct 74 static void sched_setattr_verify(const struct test_case *test); argument
|
/external/ltp/testcases/kernel/syscalls/readlinkat/ |
D | readlinkat01.c | 55 static struct test_case { struct 71 static void verify_readlinkat(struct test_case *test) in verify_readlinkat() argument
|
/external/ltp/testcases/kernel/syscalls/clock_nanosleep/ |
D | clock_nanosleep01.c | 148 struct test_case { struct 168 static struct test_case tcase[] = { argument
|
/external/ltp/testcases/kernel/syscalls/mq_unlink/ |
D | mq_unlink01.c | 135 struct test_case { struct 152 static struct test_case tcase[] = { argument
|
/external/ltp/testcases/kernel/syscalls/open/ |
D | open11.c | 94 struct test_case { struct 101 struct test_case tc[] = { argument
|
/external/google-breakpad/src/processor/ |
D | static_map_unittest.cc | 187 void IteratorTester(int test_case) { in IteratorTester() 229 void CompareLookupResult(int test_case) { in CompareLookupResult() 240 void FindTester(int test_case, const KeyType &key) { in FindTester() 246 void LowerBoundTester(int test_case, const KeyType &key) { in LowerBoundTester() 252 void UpperBoundTester(int test_case, const KeyType &key) { in UpperBoundTester() 258 void LookupTester(int test_case) { in LookupTester() 315 int test_case = 0; in TEST_F() local 332 int test_case = 1; in TEST_F() local 349 int test_case = 2; in TEST_F() local 366 int test_case = 3; in TEST_F() local
|
/external/boringssl/src/crypto/modes/ |
D | gcm_test.cc | 67 struct test_case { struct 76 static const struct test_case test_cases[] = { argument
|
/external/ltp/testcases/kernel/syscalls/mbind/ |
D | mbind01.c | 87 struct test_case { struct 106 static struct test_case tcase[] = { argument
|
/external/ltp/testcases/kernel/syscalls/openat/ |
D | openat01.c | 57 static struct test_case { struct 72 static void verify_openat(struct test_case *test) in verify_openat() argument
|