/third_party/ltp/utils/sctp/func_tests/ |
D | test_autoclose.c | 65 int sk1, sk2; in main() local 92 sk2 = test_socket(AF_INET, SOCK_SEQPACKET, IPPROTO_SCTP); in main() 96 test_enable_assoc_change(sk2); in main() 100 test_bind(sk2, &loop2.sa, sizeof(loop2)); in main() 103 test_listen(sk2, 1); in main() 110 test_setsockopt(sk2, SCTP_AUTOCLOSE, &autoclose, sizeof(autoclose)); in main() 133 error = test_recvmsg(sk2, &inmessage, MSG_WAITALL); in main() 145 error = test_recvmsg(sk2, &inmessage, MSG_WAITALL); in main() 159 error = test_recvmsg(sk2, &inmessage, MSG_WAITALL); in main() 168 close(sk2); in main()
|
D | test_1_to_1_sockopt.c | 86 int sk, sk1, sk2, acpt_sk, pf_class; in main() local 227 sk2 = test_socket(pf_class, SOCK_STREAM, IPPROTO_SCTP); in main() 263 test_getsockopt(sk2, SCTP_INITMSG, &ginmsg, &len); in main() 279 test_connect(sk2, (struct sockaddr *) &conn_addr, len); in main() 285 error = setsockopt(sk2, SOL_SOCKET, SO_LINGER, &slinger, len); in main() 293 error = getsockopt(sk2, SOL_SOCKET, SO_LINGER, &glinger, &len); in main() 309 error = getsockopt(sk2, SOL_SOCKET, SO_RCVBUF, &rcvbuf_val_get, &len); in main() 318 error = getsockopt(sk2, IPPROTO_SCTP, SCTP_STATUS, &gstatus, &len); in main() 330 error = setsockopt(sk2, SOL_SOCKET, SO_RCVBUF, &rcvbuf_val_set, len); in main() 337 error = getsockopt(sk2, SOL_SOCKET, SO_RCVBUF, &rcvbuf_val_get, &len); in main() [all …]
|
D | test_inaddr_any.c | 68 int sk1, sk2; in main() local 121 sk2 = test_socket(pf_class, SOCK_SEQPACKET, IPPROTO_SCTP); in main() 125 test_enable_assoc_change(sk2); in main() 129 test_bind(sk2, &anyaddr.sa, sizeof(anyaddr)); in main() 134 test_listen(sk2, 1); in main() 143 error = getsockname(sk2, &anyaddr.sa, &namelen); in main() 186 error = test_recvmsg(sk2, &inmessage, MSG_WAITALL); in main() 200 error = test_recvmsg(sk2, &inmessage, MSG_WAITALL); in main() 230 error = test_recvmsg(sk2, &inmessage, MSG_WAITALL); in main() 235 error = test_recvmsg(sk2, &inmessage, MSG_WAITALL); in main() [all …]
|
D | test_sctp_sendrecvmsg.c | 76 int sk1, sk2; in main() local 129 sk2 = test_socket(pf_class, SOCK_SEQPACKET, IPPROTO_SCTP); in main() 142 test_setsockopt(sk2, SCTP_EVENTS, &subscribe, sizeof(subscribe)); in main() 146 test_bind(sk2, &loop2.sa, sizeof(loop2)); in main() 153 error = getsockopt(sk2, SOL_SOCKET, SO_RCVBUF, &oldlen, &len); in main() 161 error = setsockopt(sk2, SOL_SOCKET, SO_RCVBUF, &len, sizeof(len)); in main() 167 test_listen(sk2, 1); in main() 183 error = test_sctp_recvmsg(sk2, big_buffer, buflen, in main() 195 error = setsockopt(sk2, SOL_SOCKET, SO_RCVBUF, &oldlen, in main() 220 error = test_sctp_recvmsg(sk2, big_buffer, buflen, in main() [all …]
|
D | test_fragments.c | 78 int sk1, sk2; in main() local 132 sk2 = test_socket(pf_class, SOCK_SEQPACKET, IPPROTO_SCTP); in main() 136 test_enable_assoc_change(sk2); in main() 140 test_bind(sk2, &loop2.sa, sizeof(loop2)); in main() 143 test_listen(sk2, 1); in main() 182 error = test_recvmsg(sk2, &inmessage, MSG_WAITALL); in main() 202 error = test_recvmsg(sk2, &inmessage, MSG_WAITALL); in main() 261 error = test_recvmsg(sk2, &inmessage, MSG_WAITALL); in main() 276 remain = test_recvmsg(sk2, &inmessage, MSG_WAITALL); in main() 293 error = test_recvmsg(sk2, &inmessage, MSG_WAITALL); in main() [all …]
|
D | test_timetolive.c | 93 int sk1, sk2; in main() local 151 sk2 = test_socket(pf_class, SOCK_SEQPACKET, IPPROTO_SCTP); in main() 154 error = getsockopt(sk2, SOL_SOCKET, SO_RCVBUF, &orig_len, in main() 170 test_setsockopt(sk2, SCTP_EVENTS, &subscribe, sizeof(subscribe)); in main() 174 test_bind(sk2, &loop2.sa, sizeof(loop2)); in main() 186 error = setsockopt(sk2, SOL_SOCKET, SO_RCVBUF, &len, in main() 193 test_listen(sk2, 1); in main() 229 error = test_recvmsg(sk2, &inmessage, MSG_WAITALL); in main() 248 error = setsockopt(sk2, SOL_SOCKET, SO_RCVBUF, &orig_len, in main() 257 error = test_recvmsg(sk2, &inmessage, MSG_WAITALL); in main() [all …]
|
D | test_basic.c | 67 int sk1, sk2; in main() local 129 sk2 = test_socket(pf_class, SOCK_SEQPACKET, IPPROTO_SCTP); in main() 135 test_bind(sk2, &loop2.sa, sizeof(loop2)); in main() 141 test_enable_assoc_change(sk2); in main() 157 error = recvmsg(sk2, &inmessage, MSG_WAITALL); in main() 166 error = test_listen(sk2, 1); in main() 198 error = test_recvmsg(sk2, &inmessage, MSG_WAITALL); in main() 255 error = test_recvmsg(sk2, &inmessage, MSG_WAITALL); in main() 339 error = test_recvmsg(sk2, &inmessage, MSG_WAITALL); in main() 344 error = test_recvmsg(sk2, &inmessage, MSG_WAITALL); in main() [all …]
|
D | test_1_to_1_initmsg_connect.c | 42 int sk1, sk2, sk3, msglen; in test_sctp() local 85 sk2 = SAFE_ACCEPT(sk3, (struct sockaddr *) &acpt_addr, &len); in test_sctp() 96 TEST(recv(sk2, buffer_rcv, msglen, MSG_NOSIGNAL)); in test_sctp() 106 SAFE_CLOSE(sk2); in test_sctp()
|
/third_party/mindspore/tests/ut/cpp/utils/ |
D | symbolic_test.cc | 36 …auto sk2 = std::make_shared<SymbolicKeyInstance>(NewValueNode(static_cast<int64_t>(2)), abstract::… in TEST_F() local 44 ASSERT_EQ(e.Get(sk2, 0), 0); in TEST_F() 49 ASSERT_EQ(e2.Get(sk2, 0), 0); in TEST_F() 51 EnvInstance e3 = e2.Set(sk2, 300); in TEST_F() 54 ASSERT_EQ(e3.Get(sk2, 0), 300); in TEST_F()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/ |
D | UCAConformanceTest.java | 205 RawCollationKey sk1 = new RawCollationKey(), sk2 = new RawCollationKey(); in conformanceTest() local 274 newSk = sk2; in conformanceTest()
|
D | CollationMiscTest.java | 3080 CollationKey sk2 = importviescoll.getCollationKey(t); in TestImport() local 3081 if(!sk1.equals(sk2)){ in TestImport() 3109 CollationKey sk2 = importvidecoll.getCollationKey(t); in TestImportWithType() local 3110 if(!sk1.equals(sk2)){ in TestImportWithType()
|
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
D | UCAConformanceTest.java | 202 RawCollationKey sk1 = new RawCollationKey(), sk2 = new RawCollationKey(); in conformanceTest() local 271 newSk = sk2; in conformanceTest()
|
D | CollationMiscTest.java | 3077 CollationKey sk2 = importviescoll.getCollationKey(t); in TestImport() local 3078 if(!sk1.equals(sk2)){ in TestImport() 3106 CollationKey sk2 = importvidecoll.getCollationKey(t); in TestImportWithType() local 3107 if(!sk1.equals(sk2)){ in TestImportWithType()
|
/third_party/icu/icu4c/source/test/intltest/ |
D | ucaconf.cpp | 197 uint8_t sk1[1024], sk2[1024]; in testConformance() local 282 newSk = sk2; in testConformance()
|
D | tsmthred.cpp | 742 uint8_t sk1[1024], sk2[1024]; in run() local 788 newSk = (newSk == sk1)?sk2:sk1; in run()
|
/third_party/openssl/test/ |
D | sslapitest.c | 6342 STACK_OF(X509_NAME) *sk1 = NULL, *sk2 = NULL; in test_ca_names_int() 6369 || !TEST_ptr(sk2 = sk_X509_NAME_new_null()) in test_ca_names_int() 6370 || !TEST_true(sk_X509_NAME_push(sk2, X509_NAME_dup(name[0]))) in test_ca_names_int() 6371 || !TEST_true(sk_X509_NAME_push(sk2, X509_NAME_dup(name[1])))) in test_ca_names_int() 6375 SSL_CTX_set0_CA_list(cctx, sk2); in test_ca_names_int() 6376 sk1 = sk2 = NULL; in test_ca_names_int() 6382 || !TEST_ptr(sk2 = sk_X509_NAME_new_null()) in test_ca_names_int() 6383 || !TEST_true(sk_X509_NAME_push(sk2, X509_NAME_dup(name[2]))) in test_ca_names_int() 6384 || !TEST_true(sk_X509_NAME_push(sk2, X509_NAME_dup(name[3])))) in test_ca_names_int() 6388 SSL_CTX_set_client_CA_list(cctx, sk2); in test_ca_names_int() [all …]
|
/third_party/icu/icu4c/source/test/cintltst/ |
D | cmsccoll.c | 5551 uint8_t sk2[500]; in TestImport() local 5606 ucol_getSortKey(importviescoll, str, 1, sk2, 500); in TestImport() 5607 if(compare_uint8_t_arrays(sk1, sk2) != 0){ in TestImport() 5614 ucol_getSortKey(importviescoll, str, strLength, sk2, 500); in TestImport() 5615 if(compare_uint8_t_arrays(sk1, sk2) != 0){ in TestImport() 5658 uint8_t sk2[500]; in TestImportWithType() local 5716 ucol_getSortKey(importvidecoll, str, 1, sk2, 500); in TestImportWithType() 5717 if(compare_uint8_t_arrays(sk1, sk2) != 0){ in TestImportWithType() 5724 ucol_getSortKey(importvidecoll, str, strLength, sk2, 500); in TestImportWithType() 5725 if(compare_uint8_t_arrays(sk1, sk2) != 0){ in TestImportWithType()
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/image/lite_cv/ |
D | image_process.cc | 1032 float sk2 = scales[i + 1]; in GetDefaultBoxes() local 1033 float sk3 = sqrt(sk1 * sk2); in GetDefaultBoxes()
|