/third_party/python/Lib/distutils/tests/ |
D | test_check.py | 81 msgs = cmd._check_rst_data(broken_rest) 82 self.assertEqual(len(msgs), 1) 86 msgs = cmd._check_rst_data(rest) 87 self.assertEqual(len(msgs), 0) 142 msgs = cmd._check_rst_data(rest_with_code) 144 self.assertEqual(len(msgs), 0) 146 self.assertEqual(len(msgs), 1) 148 str(msgs[0][1]),
|
/third_party/ltp/testcases/kernel/syscalls/symlink/ |
D | symlink01.c | 278 const char *msgs[] = { variable 980 msgs[tc_ptr-> in do_syscalltests() 1031 tst_resm(TPASS, "%s", msgs[tc_ptr->pass_msg]); in do_EEXIST() 1041 tst_resm(TEST_RESULT, "%s", msgs[tc_ptr->pass_msg]); in do_EEXIST() 1054 tst_resm(TEST_RESULT, "%s", msgs[tc_ptr->pass_msg]); in do_EEXIST() 1079 tst_resm(TEST_RESULT, "%s", msgs[tc_ptr->pass_msg]); in do_ENOENT() 1088 tst_resm(TEST_RESULT, "%s", msgs[tc_ptr->pass_msg]); in do_ENOENT() 1101 tst_resm(TEST_RESULT, "%s", msgs[tc_ptr->pass_msg]); in do_ENOENT() 1112 tst_resm(TEST_RESULT, "%s", msgs[tc_ptr->pass_msg]); in do_ENOENT() 1122 tst_resm(TEST_RESULT, "%s", msgs[tc_ptr->pass_msg]); in do_ENOENT() [all …]
|
/third_party/musl/libc-test/src/functionalext/supplement/network/ |
D | recvmmsg.c | 79 struct mmsghdr msgs[VLEN]; in recvsss() local 98 memset(msgs, 0, sizeof(msgs)); in recvsss() 102 msgs[i].msg_hdr.msg_iov = &iovecs[i]; in recvsss() 103 msgs[i].msg_hdr.msg_iovlen = 1; in recvsss() 109 retval = recvmmsg(sockfd, msgs, VLEN, 0, &timeout); in recvsss()
|
D | __recvmmsg_time64.c | 81 struct mmsghdr msgs[VLEN]; in recvsss() local 100 memset(msgs, 0, sizeof(msgs)); in recvsss() 104 msgs[i].msg_hdr.msg_iov = &iovecs[i]; in recvsss() 105 msgs[i].msg_hdr.msg_iovlen = 1; in recvsss() 111 retval = __recvmmsg_time64(sockfd, msgs, VLEN, 0, &timeout); in recvsss()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/radius/ |
D | radius_client.c | 223 struct radius_msg_list *msgs; member 500 entry = radius->msgs; in radius_client_timer() 528 entry = radius->msgs; in radius_client_timer() 539 radius->msgs = entry->next; in radius_client_timer() 551 entry = radius->msgs; in radius_client_timer() 563 if (radius->msgs) { in radius_client_timer() 591 for (entry = radius->msgs; entry; entry = entry->next) { in radius_client_auth_failover() 620 for (entry = radius->msgs; entry; entry = entry->next) { in radius_client_acct_failover() 644 if (radius->msgs == NULL) { in radius_client_update_timeout() 649 for (entry = radius->msgs; entry; entry = entry->next) { in radius_client_update_timeout() [all …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/radius/ |
D | radius_client.c | 224 struct radius_msg_list *msgs; member 501 entry = radius->msgs; in radius_client_timer() 529 entry = radius->msgs; in radius_client_timer() 540 radius->msgs = entry->next; in radius_client_timer() 552 entry = radius->msgs; in radius_client_timer() 564 if (radius->msgs) { in radius_client_timer() 595 for (entry = radius->msgs; entry; entry = entry->next) { in radius_client_auth_failover() 627 for (entry = radius->msgs; entry; entry = entry->next) { in radius_client_acct_failover() 651 if (radius->msgs == NULL) { in radius_client_update_timeout() 656 for (entry = radius->msgs; entry; entry = entry->next) { in radius_client_update_timeout() [all …]
|
/third_party/musl/libc-test/src/functionalext/supplement/network/network_gtest/ |
D | socket_test.cpp | 185 std::array<struct mmsghdr, NUM_RECV_MSGS> msgs; variable 192 msgs[i].msg_hdr.msg_iov = &io[i]; 193 msgs[i].msg_hdr.msg_iovlen = 1; 194 msgs[i].msg_len = sizeof(struct msghdr); 199 …EXPECT_EQ(NUM_RECV_MSGS, static_cast<size_t>(recvmmsg(acceptFd, msgs.data(), NUM_RECV_MSGS, 0, &ts… 232 struct mmsghdr msgs[SEND_MSGS_NUM]; in SendMMsg() local 233 memset(&msgs, 0, sizeof(msgs)); in SendMMsg() 239 msgs[i].msg_hdr.msg_iov = &io[i]; in SendMMsg() 240 msgs[i].msg_hdr.msg_iovlen = 1; in SendMMsg() 241 msgs[i].msg_len = sizeof(msghdr); in SendMMsg() [all …]
|
/third_party/musl/src/misc/ |
D | fmtmsg.c | 29 char *const msgs[] = { in fmtmsg() local 59 for(i=0; msgs[i]; i++) { in fmtmsg() 60 if (!_strcolcmp(msgs[i], cmsg)) break; in fmtmsg() 62 if (msgs[i] == NULL) { in fmtmsg()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
D | vktApiBufferMemoryRequirementsTests.cpp | 447 std::array<bool, 7> msgs; in checkSupport() local 450 msgs.fill(false); in checkSupport() 461 if (!msgs[0]) in checkSupport() 465 msgs[0] = true; in checkSupport() 474 if (!msgs[1]) in checkSupport() 478 msgs[1] = true; in checkSupport() 489 if (!msgs[2]) in checkSupport() 493 msgs[2] = true; in checkSupport() 505 if (!msgs[3]) in checkSupport() 509 msgs[3] = true; in checkSupport() [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
D | vktApiBufferMemoryRequirementsTests.cpp | 447 std::array<bool, 7> msgs; in checkSupport() local 450 msgs.fill(false); in checkSupport() 461 if (!msgs[0]) in checkSupport() 465 msgs[0] = true; in checkSupport() 474 if (!msgs[1]) in checkSupport() 478 msgs[1] = true; in checkSupport() 489 if (!msgs[2]) in checkSupport() 493 msgs[2] = true; in checkSupport() 505 if (!msgs[3]) in checkSupport() 509 msgs[3] = true; in checkSupport() [all …]
|
/third_party/musl/src/locale/ |
D | catgets.c | 21 const char *msgs = map+20+V(map+12); in catgets() local 31 msgs += 12*V(set+8); in catgets() 32 const char *msg = bsearch(&msg_id_be, msgs, nmsgs, 12, cmp); in catgets()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/ |
D | eap_server_eke.c | 32 struct wpabuf *msgs; member 106 wpabuf_free(data->msgs); in eap_eke_reset() 228 wpabuf_free(data->msgs); in eap_eke_build_identity() 229 data->msgs = wpabuf_dup(msg); in eap_eke_build_identity() 230 if (data->msgs == NULL) { in eap_eke_build_identity() 292 if (wpabuf_resize(&data->msgs, wpabuf_len(msg)) < 0) { in eap_eke_build_commit() 297 wpabuf_put_buf(data->msgs, msg); in eap_eke_build_commit() 350 if (eap_eke_auth(&data->sess, "EAP-EKE server", data->msgs, auth) < 0) { in eap_eke_build_confirm() 504 if (wpabuf_resize(&data->msgs, wpabuf_len(respData)) < 0) { in eap_eke_process_identity() 508 wpabuf_put_buf(data->msgs, respData); in eap_eke_process_identity() [all …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/ |
D | eap_server_eke.c | 32 struct wpabuf *msgs; member 106 wpabuf_free(data->msgs); in eap_eke_reset() 228 wpabuf_free(data->msgs); in eap_eke_build_identity() 229 data->msgs = wpabuf_dup(msg); in eap_eke_build_identity() 230 if (data->msgs == NULL) { in eap_eke_build_identity() 292 if (wpabuf_resize(&data->msgs, wpabuf_len(msg)) < 0) { in eap_eke_build_commit() 297 wpabuf_put_buf(data->msgs, msg); in eap_eke_build_commit() 350 if (eap_eke_auth(&data->sess, "EAP-EKE server", data->msgs, auth) < 0) { in eap_eke_build_confirm() 504 if (wpabuf_resize(&data->msgs, wpabuf_len(respData)) < 0) { in eap_eke_process_identity() 508 wpabuf_put_buf(data->msgs, respData); in eap_eke_process_identity() [all …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/ |
D | eap_eke.c | 30 struct wpabuf *msgs; member 139 wpabuf_free(data->msgs); in eap_eke_deinit() 336 wpabuf_free(data->msgs); in eap_eke_process_id() 337 data->msgs = wpabuf_alloc(wpabuf_len(reqData) + wpabuf_len(resp)); in eap_eke_process_id() 338 if (data->msgs == NULL) { in eap_eke_process_id() 343 wpabuf_put_buf(data->msgs, reqData); in eap_eke_process_id() 344 wpabuf_put_buf(data->msgs, resp); in eap_eke_process_id() 484 if (wpabuf_resize(&data->msgs, wpabuf_len(reqData) + wpabuf_len(resp)) in eap_eke_process_commit() 490 wpabuf_put_buf(data->msgs, reqData); in eap_eke_process_commit() 491 wpabuf_put_buf(data->msgs, resp); in eap_eke_process_commit() [all …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/ |
D | eap_eke.c | 30 struct wpabuf *msgs; member 139 wpabuf_free(data->msgs); in eap_eke_deinit() 336 wpabuf_free(data->msgs); in eap_eke_process_id() 337 data->msgs = wpabuf_alloc(wpabuf_len(reqData) + wpabuf_len(resp)); in eap_eke_process_id() 338 if (data->msgs == NULL) { in eap_eke_process_id() 343 wpabuf_put_buf(data->msgs, reqData); in eap_eke_process_id() 344 wpabuf_put_buf(data->msgs, resp); in eap_eke_process_id() 484 if (wpabuf_resize(&data->msgs, wpabuf_len(reqData) + wpabuf_len(resp)) in eap_eke_process_commit() 490 wpabuf_put_buf(data->msgs, reqData); in eap_eke_process_commit() 491 wpabuf_put_buf(data->msgs, resp); in eap_eke_process_commit() [all …]
|
/third_party/musl/Benchmark/musl/ |
D | socket_test.cpp | 104 struct mmsghdr msgs[MSG_COUNT]; in Bm_function_socketpair_sendmmsg_recvmmsg() local 119 bzero(&msgs[i], sizeof(msgs[i])); in Bm_function_socketpair_sendmmsg_recvmmsg() 120 msgs[i].msg_hdr.msg_name = nullptr; in Bm_function_socketpair_sendmmsg_recvmmsg() 121 msgs[i].msg_hdr.msg_namelen = 0; in Bm_function_socketpair_sendmmsg_recvmmsg() 124 msgs[i].msg_hdr.msg_iov = iovs[i]; in Bm_function_socketpair_sendmmsg_recvmmsg() 125 msgs[i].msg_hdr.msg_iovlen = 1; in Bm_function_socketpair_sendmmsg_recvmmsg() 128 ret = sendmmsg(socks[1], msgs, MSG_COUNT, 0); in Bm_function_socketpair_sendmmsg_recvmmsg()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/wpa_gui-qt4/ |
D | eventhistory.cpp | 103 void EventHistory::addEvents(WpaMsgList msgs) in addEvents() argument 106 for (it = msgs.begin(); it != msgs.end(); it++) in addEvents()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/wpa_gui-qt4/ |
D | eventhistory.cpp | 103 void EventHistory::addEvents(WpaMsgList msgs) in addEvents() argument 106 for (it = msgs.begin(); it != msgs.end(); it++) in addEvents()
|
/third_party/typescript/tests/baselines/reference/ |
D | typeFromPropertyAssignment6.symbols | 22 var msgs = Outer.i.messages() 23 >msgs : Symbol(msgs, Decl(b.js, 0, 3))
|
/third_party/ltp/testcases/kernel/syscalls/ipc/msgctl/ |
D | msgctl06.c | 60 int cbytes, msgs; in parse_proc_sysvipc() local 67 &cbytes, &msgs) > 0){ in parse_proc_sysvipc() 69 msg_cnt += msgs; in parse_proc_sysvipc()
|
/third_party/musl/src/network/ |
D | gai_strerror.c | 4 static const char msgs[] = variable 22 for (s=msgs, ecode++; ecode && *s; ecode++, s++) for (; *s; s++); in gai_strerror()
|
D | hstrerror.c | 5 static const char msgs[] = variable 15 for (s=msgs, ecode--; ecode && *s; ecode--, s++) for (; *s; s++); in hstrerror()
|
/third_party/node/deps/uv/src/unix/ |
D | udp.c | 190 struct uv__mmsghdr msgs[UV__MMSG_MAXWIDTH]; in uv__udp_recvmmsg() local 204 memset(&msgs[k].msg_hdr, 0, sizeof(msgs[k].msg_hdr)); in uv__udp_recvmmsg() 205 msgs[k].msg_hdr.msg_iov = iov + k; in uv__udp_recvmmsg() 206 msgs[k].msg_hdr.msg_iovlen = 1; in uv__udp_recvmmsg() 207 msgs[k].msg_hdr.msg_name = peers + k; in uv__udp_recvmmsg() 208 msgs[k].msg_hdr.msg_namelen = sizeof(peers[0]); in uv__udp_recvmmsg() 209 msgs[k].msg_hdr.msg_control = NULL; in uv__udp_recvmmsg() 210 msgs[k].msg_hdr.msg_controllen = 0; in uv__udp_recvmmsg() 211 msgs[k].msg_hdr.msg_flags = 0; in uv__udp_recvmmsg() 215 nread = uv__recvmmsg(handle->io_watcher.fd, msgs, chunks); in uv__udp_recvmmsg() [all …]
|
/third_party/libuv/src/unix/ |
D | udp.c | 190 struct uv__mmsghdr msgs[UV__MMSG_MAXWIDTH]; in uv__udp_recvmmsg() local 204 memset(&msgs[k].msg_hdr, 0, sizeof(msgs[k].msg_hdr)); in uv__udp_recvmmsg() 205 msgs[k].msg_hdr.msg_iov = iov + k; in uv__udp_recvmmsg() 206 msgs[k].msg_hdr.msg_iovlen = 1; in uv__udp_recvmmsg() 207 msgs[k].msg_hdr.msg_name = peers + k; in uv__udp_recvmmsg() 208 msgs[k].msg_hdr.msg_namelen = sizeof(peers[0]); in uv__udp_recvmmsg() 209 msgs[k].msg_hdr.msg_control = NULL; in uv__udp_recvmmsg() 210 msgs[k].msg_hdr.msg_controllen = 0; in uv__udp_recvmmsg() 211 msgs[k].msg_hdr.msg_flags = 0; in uv__udp_recvmmsg() 215 nread = uv__recvmmsg(handle->io_watcher.fd, msgs, chunks); in uv__udp_recvmmsg() [all …]
|
/third_party/node/test/parallel/ |
D | test-domain-uncaught-exception.js | 172 const msgs = test.messagesReceived; 173 if (msgs === undefined || !msgs.includes(expectedMessage)) {
|