Searched refs:report_type (Results 1 – 9 of 9) sorted by relevance
/third_party/python/Lib/test/support/ |
D | os_helper.py | 522 for report_type in (msvcrt.CRT_WARN, 525 old_modes[report_type] = msvcrt.CrtSetReportMode(report_type, 543 for report_type in (msvcrt.CRT_WARN, 546 msvcrt.CrtSetReportMode(report_type, old_modes[report_type])
|
D | __init__.py | 1550 for report_type in [msvcrt.CRT_WARN, 1553 old_mode = msvcrt.CrtSetReportMode(report_type, 1555 old_file = msvcrt.CrtSetReportFile(report_type, 1557 self.old_modes[report_type] = old_mode, old_file 1604 for report_type, (old_mode, old_file) in self.old_modes.items(): 1605 msvcrt.CrtSetReportMode(report_type, old_mode) 1606 msvcrt.CrtSetReportFile(report_type, old_file)
|
/third_party/lwip/src/apps/lwiperf/ |
D | lwiperf.c | 229 lwip_tcp_conn_report(lwiperf_state_tcp_t *conn, enum lwiperf_report_type report_type) in lwip_tcp_conn_report() argument 240 conn->report_fn(conn->report_arg, report_type, in lwip_tcp_conn_report() 249 lwiperf_tcp_close(lwiperf_state_tcp_t *conn, enum lwiperf_report_type report_type) in lwiperf_tcp_close() argument 254 lwip_tcp_conn_report(conn, report_type); in lwiperf_tcp_close()
|
/third_party/lwip/src/include/lwip/apps/ |
D | lwiperf.h | 80 typedef void (*lwiperf_report_fn)(void *arg, enum lwiperf_report_type report_type,
|
/third_party/ffmpeg/tests/ |
D | fate-run.sh | 27 report_type=${18:-standard} 530 if [ "$report_type" = "ignore" ]; then 540 if [ $err -eq 0 ] && test $report_type = "standard" ; then
|
/third_party/libuv/src/win/ |
D | core.c | 50 static int uv__crt_dbg_report_handler(int report_type, char *message, int *ret_val) { in uv__crt_dbg_report_handler() argument 51 if (uv__crt_assert_enabled || report_type != _CRT_ASSERT) in uv__crt_dbg_report_handler()
|
/third_party/lwip/src/core/ |
D | netif.c | 127 static void netif_issue_reports(struct netif *netif, u8_t report_type); 996 netif_issue_reports(struct netif *netif, u8_t report_type) argument 1007 if ((report_type & NETIF_REPORT_TYPE_IPV4) && 1026 if (report_type & NETIF_REPORT_TYPE_IPV6) {
|
/third_party/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 75071 unsigned int report_type; member 75227 __u32 report_type; member
|
/third_party/chromium/patch/ |
D | 0003-ohos-1115.patch | 38569 ClientSafeBrowsingReportRequest::ReportType report_type, 38611 safe_browsing::ClientSafeBrowsingReportRequest::ReportType report_type, 43996 ClientSafeBrowsingReportRequest::ReportType report_type = 44000 SendSafeBrowsingDownloadReport(report_type, accept, *download_);
|