| /external/libcxx/test/libcxx/input.output/filesystems/ | 
| D | convert_file_time.sh.cpp | 74 struct test_case<FileTimeT, TimeT, TimeSpecT, Base, TK_64Bit, TK_128Bit>  struct85   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>  argument
 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/cronet/buildtools/third_party/libc++/trunk/test/libcxx/input.output/filesystems/ | 
| D | convert_file_time.pass.cpp | 73 struct test_case<FileTimeT, TimeT, TimeSpecT, Base, TK_64Bit, TK_128Bit>  struct84   static constexpr auto max_time_t = std::numeric_limits<TimeT>::max();
 85   static constexpr auto min_time_t = std::numeric_limits<TimeT>::min();
 87   static constexpr bool test_timespec() {  in test_timespec()
 102   static constexpr bool test_file_time_type() {  in test_file_time_type()
 109   static constexpr bool check_round_trip(TimeSpecT orig) {  in check_round_trip()
 137 struct test_case<FileTimeT, TimeT, TimeSpecT, Base, TK_32Bit, TK_128Bit>  argument
 143 struct test_case<FileTimeT, TimeT, TimeSpecT, Base, TK_64Bit, TK_64Bit>  struct
 153   static constexpr auto max_time_t = std::numeric_limits<TimeT>::max();
 154   static constexpr auto min_time_t = std::numeric_limits<TimeT>::min();
 [all …]
 
 | 
| /external/ltp/testcases/kernel/syscalls/utils/ | 
| D | mq_timed.h | 25 struct test_case {  struct26 	int *fd;
 27 	unsigned int len;
 28 	unsigned int prio;
 29 	struct tst_ts *rq;
 30 	long tv_sec;
 31 	long tv_nsec;
 32 	int invalid_msg;
 33 	int send;
 34 	int signal;
 [all …]
 
 | 
| /external/ltp/testcases/kernel/syscalls/setsockopt/ | 
| D | setsockopt01.c | 24 static struct test_case {	/* test case structure */  struct25 	int domain;		/* PF_INET, PF_UNIX, ... */
 26 	int type;		/* SOCK_STREAM, SOCK_DGRAM ... */
 27 	int proto;		/* protocol number (usually 0 = default) */
 28 	int level;		/* IPPROTO_* */
 29 	int optname;
 30 	void *optval;
 31 	int optlen;
 32 	int experrno;		/* expected errno */
 33 	char *desc;
 
 | 
| /external/ltp/testcases/kernel/syscalls/fgetxattr/ | 
| D | fgetxattr02.c | 68 struct test_case {  struct81 static struct test_case tc[] = {  argument
 
 | 
| /external/ltp/testcases/kernel/syscalls/membarrier/ | 
| D | membarrier01.c | 28 struct test_case {  struct43 struct test_case tc[] = {  argument
 
 | 
| /external/ltp/testcases/kernel/syscalls/fsetxattr/ | 
| D | fsetxattr02.c | 61 struct test_case {  struct73 static struct test_case tc[] = {  argument
 
 | 
| D | fsetxattr01.c | 63 struct test_case {  struct72 struct test_case tc[] = {  argument
 
 | 
| /external/ltp/testcases/kernel/syscalls/accept/ | 
| D | accept01.c | 33 static struct test_case {  struct34 	int domain;		/* PF_INET, PF_UNIX, ... */
 35 	int type;		/* SOCK_STREAM, SOCK_DGRAM ... */
 36 	int proto;		/* protocol number (usually 0 = default) */
 37 	int *fd;		/* File descriptor for the test case */
 38 	struct sockaddr *sockaddr;	/* socket address buffer */
 39 	socklen_t salen;	/* accept's 3rd argument */
 40 	int experrno;		/* expected errno */
 41 	char *desc;
 
 | 
| /external/ltp/testcases/kernel/syscalls/bind/ | 
| D | libbind.h | 23 struct test_case {  struct24 	int type, protocol;
 25 	struct sockaddr *address;
 26 	socklen_t addrlen;
 27 	const char *description;
 
 | 
| D | bind01.c | 26 static struct test_case {  struct48 	struct test_case *tcase = &tcases[nr];  in verify_bind()  argument
 
 | 
| /external/ltp/testcases/kernel/syscalls/setxattr/ | 
| D | setxattr02.c | 57 struct test_case {  struct66 static struct test_case tc[] = {  argument
 
 | 
| D | setxattr01.c | 61 struct test_case {  struct69 struct test_case tc[] = {  argument
 
 | 
| D | setxattr03.c | 49 struct test_case {  struct58 static struct test_case tc[] = {  argument
 
 | 
| /external/ltp/testcases/kernel/syscalls/clock_nanosleep/ | 
| D | clock_nanosleep01.c | 40 struct test_case {  struct51 static struct test_case tcase[] = {  argument
 
 | 
| /external/ltp/testcases/kernel/syscalls/setdomainname/ | 
| D | setdomainname02.c | 14 struct test_case {  struct28 	struct test_case *tcase = &tcases[nr];  in verify_setdomainname()  argument
 
 | 
| /external/ltp/testcases/kernel/syscalls/recvmmsg/ | 
| D | recvmmsg01.c | 29 struct test_case {  struct39 static struct test_case tcase[] = {  argument
 
 | 
| /external/ltp/testcases/kernel/syscalls/ppoll/ | 
| D | ppoll01.c | 34 struct test_case {  struct35 	int ttype;		   /* test type (enum) */
 36 	const char *desc;	   /* test description (name) */
 37 	int ret;		   /* expected ret code */
 38 	int err;		   /* expected errno code */
 39 	short expect_revents;	   /* expected revents value */
 40 	unsigned int nfds;	   /* nfds ppoll parameter */
 41 	sigset_t *sigmask;	   /* sigmask ppoll parameter */
 42 	sigset_t *sigmask_cur;	   /* sigmask set for current process */
 43 	struct tst_ts *ts;	   /* ts ppoll parameter */
 [all …]
 
 | 
| /external/curl/tests/unit/ | 
| D | unit2600.c | 88 struct test_case {  struct89   int id;
 90   const char *url;
 91   const char *resolve_info;
 92   unsigned char ip_version;
 93   timediff_t connect_timeout_ms;
 94   timediff_t he_timeout_ms;
 95   timediff_t cf4_fail_delay_ms;
 96   timediff_t cf6_fail_delay_ms;
 121 static struct test_case *current_tc;  argument
 
 | 
| /external/ltp/testcases/kernel/syscalls/sysfs/ | 
| D | sysfs05.c | 16 static struct test_case {  struct31 	struct test_case *tc = &tcases[nr];  in verify_sysfs05()  argument
 
 | 
| /external/ltp/testcases/kernel/syscalls/kcmp/ | 
| D | kcmp02.c | 36 static struct test_case {  struct43 } test_cases[] = {  argument
 
 | 
| D | kcmp01.c | 29 static struct test_case {  struct36 } test_cases[] = {  argument
 55 static void do_child(const struct test_case *test)  in do_child()  argument
 
 | 
| /external/ltp/testcases/kernel/syscalls/mq_open/ | 
| D | mq_open01.c | 30 struct test_case {  struct50 static struct test_case tcase[] = {  argument
 
 | 
| /external/ltp/testcases/kernel/syscalls/clock_settime/ | 
| D | clock_settime02.c | 20 struct test_case {  struct28 struct test_case tc[] = {  argument
 
 | 
| /external/ltp/testcases/kernel/syscalls/mbind/ | 
| D | mbind01.c | 39 struct test_case {  struct50 static struct test_case tcase[] = {  argument
 
 |