/aosp_15_r20/external/libcxx/test/libcxx/input.output/filesystems/ |
H A D | convert_file_time.sh.cpp | 74 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 …]
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/libcxx/input.output/filesystems/ |
H A D | convert_file_time.pass.cpp | 74 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> 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 …]
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/containers/sequences/forwardlist/forwardlist.modifiers/ |
H A D | insert_range_after.pass.cpp | 50 …auto get_insert_pos = [](auto& c, auto& test_case) { return std::ranges::next(c.before_begin(), te… in test_sequence_insert_range_after() 52 auto get_return_pos = [](auto& c, auto& test_case) { in test_sequence_insert_range_after() 58 auto& test_case = EmptyContainer_EmptyRange<T>; in test_sequence_insert_range_after() local 70 auto& test_case = EmptyContainer_OneElementRange<T>; in test_sequence_insert_range_after() local 82 auto& test_case = EmptyContainer_MidRange<T>; in test_sequence_insert_range_after() local 96 auto& test_case = OneElementContainer_Begin_EmptyRange<T>; in test_sequence_insert_range_after() local 108 auto& test_case = OneElementContainer_End_EmptyRange<T>; in test_sequence_insert_range_after() local 120 auto& test_case = OneElementContainer_Begin_OneElementRange<T>; in test_sequence_insert_range_after() local 132 auto& test_case = OneElementContainer_End_OneElementRange<T>; in test_sequence_insert_range_after() local 144 auto& test_case = OneElementContainer_Begin_MidRange<T>; in test_sequence_insert_range_after() local [all …]
|
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/utils/ |
H A D | mq_timed.h | 25 struct test_case { struct 26 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 …]
|
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/membarrier/ |
H A D | membarrier01.c | 28 struct test_case { struct 43 struct test_case tc[] = { argument
|
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/fgetxattr/ |
H A D | fgetxattr02.c | 68 struct test_case { struct 81 static struct test_case tc[] = { argument
|
/aosp_15_r20/external/curl/tests/unit/ |
H A D | unit2600.c | 77 struct test_case { struct 78 int id; 79 const char *url; 80 const char *resolve_info; 81 unsigned char ip_version; 82 timediff_t connect_timeout_ms; 83 timediff_t he_timeout_ms; 84 timediff_t cf4_fail_delay_ms; 85 timediff_t cf6_fail_delay_ms; 110 static struct test_case *current_tc; argument
|
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/ppoll/ |
H A D | ppoll01.c | 34 struct test_case { struct 35 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 …]
|
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/fsetxattr/ |
H A D | fsetxattr02.c | 67 struct test_case { struct 79 static struct test_case tc[] = { argument
|
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/setsockopt/ |
H A D | setsockopt01.c | 24 static struct test_case { /* test case structure */ struct 25 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;
|
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/accept/ |
H A D | accept01.c | 32 static struct test_case { struct 33 int domain; /* PF_INET, PF_UNIX, ... */ 34 int type; /* SOCK_STREAM, SOCK_DGRAM ... */ 35 int proto; /* protocol number (usually 0 = default) */ 36 int *fd; /* File descriptor for the test case */ 37 struct sockaddr *sockaddr; /* socket address buffer */ 38 socklen_t salen; /* accept's 3rd argument */ 39 int experrno; /* expected errno */ 40 char *desc;
|
/aosp_15_r20/external/tensorflow/tensorflow/core/nccl/ |
H A D | nccl_manager_test.cc | 107 TestCase* test_case = new TestCase(num_nodes, num_ranks_per_node); in MakeReductionTestCase() local 167 TestCase* test_case = new TestCase(num_nodes, num_ranks_per_node); in MakeGatherTestCase() local 213 TestCase* test_case = new TestCase(num_nodes, num_ranks_per_node); in MakeBroadcastTestCase() local 248 void WaitForTestCompletion(TestCase* test_case) { in WaitForTestCompletion() 255 void VerifyResults(TestCase* test_case) { in VerifyResults() 281 void VerifyError(TestCase* test_case) { in VerifyError() 287 NcclManager::DoneCallback CreateDoneCallback(TestCase* test_case) { in CreateDoneCallback() 324 std::unique_ptr<TestCase> test_case( in RunMultiNodeAllReduceTest() local 372 std::unique_ptr<TestCase> test_case(this->MakeBroadcastTestCase( in RunMultiNodeBroadcastTest() local 472 std::unique_ptr<typename TestFixture::TestCase> test_case( in TYPED_TEST() local [all …]
|
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/clock_nanosleep/ |
H A D | clock_nanosleep01.c | 40 struct test_case { struct 51 static struct test_case tcase[] = { argument
|
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/mount/ |
H A D | mount02.c | 50 static struct test_case { struct 59 } test_cases[] = { argument
|
/aosp_15_r20/external/deqp/external/openglcts/modules/gl/ |
H A D | gl4cCopyImageTests.cpp | 2619 const testCase &test_case = m_test_cases[m_test_case_index]; in iterate() local 2744 bool FunctionalTest::copyAndVerify(const testCase &test_case, const GLubyte **dst_pixels, const GLu… in copyAndVerify() 3021 void FunctionalTest::getCleanRegions(const testCase &test_case, GLuint dst_level, GLuint out_region… in getCleanRegions() 3349 testCase test_case = { in prepareTestCases() local 3467 bool FunctionalTest::verify(const testCase &test_case, GLuint dst_layer, const GLubyte **dst_pixels… in verify() 3672 const testCase test_case = {target, GL_RGBA32UI, GL_RGBA_INTEGER, GL_UNSIGNED_INT}; in SmokeTest() local 3684 const testCase test_case = {GL_TEXTURE_2D, internal_format, format, type}; in SmokeTest() local 3745 bool SmokeTest::compareImages(const testCase &test_case, const GLubyte *left_data, const GLubyte *r… in compareImages() argument 3809 bool SmokeTest::copyAndVerify(const testCase &test_case, const GLubyte *src_pixels) in copyAndVerify() 3880 void SmokeTest::getPixels(GLuint name, const SmokeTest::testCase &test_case, GLubyte *out_pixels) c… in getPixels() argument [all …]
|
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/mq_open/ |
H A D | mq_open01.c | 30 struct test_case { struct 50 static struct test_case tcase[] = { argument
|
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/mbind/ |
H A D | mbind01.c | 39 struct test_case { struct 50 static struct test_case tcase[] = { argument
|
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/getsockopt/ |
H A D | getsockopt01.c | 29 static struct test_case { struct 30 int *sockfd; 31 int level; 32 int optname; 33 void *optval; 34 socklen_t *optlen; 35 int experrno; 36 char *desc;
|
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/setxattr/ |
H A D | setxattr02.c | 54 struct test_case { struct 63 static struct test_case tc[] = { argument
|
H A D | setxattr03.c | 49 struct test_case { struct 58 static struct test_case tc[] = { argument
|
/aosp_15_r20/external/google-breakpad/src/processor/ |
H A D | static_map_unittest.cc | 190 void IteratorTester(int test_case) { in IteratorTester() 232 void CompareLookupResult(int test_case) { in CompareLookupResult() 243 void FindTester(int test_case, const KeyType& key) { in FindTester() 249 void LowerBoundTester(int test_case, const KeyType& key) { in LowerBoundTester() 255 void UpperBoundTester(int test_case, const KeyType& key) { in UpperBoundTester() 261 void LookupTester(int test_case) { in LookupTester() 318 int test_case = 0; in TEST_F() local 335 int test_case = 1; in TEST_F() local 352 int test_case = 2; in TEST_F() local 369 int test_case = 3; in TEST_F() local
|
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/recvmmsg/ |
H A D | recvmmsg01.c | 29 struct test_case { struct 39 static struct test_case tcase[] = { argument
|
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/clock_adjtime/ |
H A D | clock_adjtime02.c | 67 struct test_case { struct 77 struct test_case tc[] = { argument
|
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/get_mempolicy/ |
H A D | get_mempolicy01.c | 40 struct test_case { struct 45 int (*pre_test)(struct test_case *tc); argument 46 int (*alloc)(struct test_case *tc); argument 50 static int test_set_mempolicy_default(struct test_case *tc); argument
|
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/send/ |
H A D | send02.c | 59 static struct test_case { struct 60 int domain, type, protocol; 61 void (*send)(int sock, void *buf, size_t size, int flags); 62 int needs_connect, needs_accept; 63 const char *name;
|