Searched refs:test_bytes (Results 1 – 11 of 11) sorted by relevance
/external/webrtc/webrtc/test/testsupport/metrics/ |
D | video_metrics.cc | 123 size_t test_bytes = fread(test_buffer.get(), 1, frame_length, test_fp); in CalculateMetrics() local 124 while (ref_bytes == frame_length && test_bytes == frame_length) { in CalculateMetrics() 148 test_bytes = fread(test_buffer.get(), 1, frame_length, test_fp); in CalculateMetrics()
|
/external/netperf/src/ |
D | netsh.c | 151 test_bytes = 0, /* test ends on byte count */ variable 926 test_bytes = test_trans = 0; in scan_cmd_line() 928 test_bytes = -1 * test_time; in scan_cmd_line() 929 test_trans = test_bytes; in scan_cmd_line() 1318 test_bytes, in dump_globals()
|
D | netsh.h | 114 test_bytes, /* test ends on byte count */
|
D | nettest_sctp.c | 540 test_bytes = send_size * msg_count; in send_sctp_stream() 542 sctp_stream_request->test_length = test_bytes; in send_sctp_stream() 643 bytes_remaining = test_bytes; in send_sctp_stream() 1663 test_bytes = send_size * msg_count; in send_sctp_stream_1toMany() 1665 sctp_stream_request->test_length = test_bytes*num_associations; in send_sctp_stream_1toMany() 1781 bytes_remaining = test_bytes * num_associations; in send_sctp_stream_1toMany() 2840 trans_remaining = test_bytes; in send_sctp_rr() 3897 trans_remaining = test_bytes * num_associations; in send_sctp_rr_1toMany()
|
D | nettest_bsd.c | 1920 tcp_stream_request->test_length = test_bytes; in send_tcp_stream() 2025 bytes_remaining = test_bytes; in send_tcp_stream() 2639 tcp_maerts_request->test_length = test_bytes; in send_tcp_maerts() 3227 tcp_stream_request->test_length = test_bytes; in send_tcp_mss() 3577 tcp_stream_request->test_length = test_bytes; in send_exs_tcp_stream() 3679 bytes_remaining = test_bytes; in send_exs_tcp_stream() 4368 tcp_stream_request->test_length = test_bytes; 4475 bytes_remaining = test_bytes; 5932 trans_remaining = test_bytes; in send_tcp_rr() 7643 trans_remaining = test_bytes; in send_udp_rr() [all …]
|
D | nettest_dlpi.c | 596 dlpi_co_stream_request->test_length = test_bytes; in send_dlpi_co_stream() 663 bytes_remaining = test_bytes; in send_dlpi_co_stream() 1554 trans_remaining = test_bytes; in send_dlpi_co_rr() 2037 dlpi_cl_stream_request->test_length = test_bytes * -1; in send_dlpi_cl_stream() 2942 trans_remaining = test_bytes; in send_dlpi_cl_rr()
|
D | nettest_unix.c | 383 stream_stream_request->test_length = test_bytes; in send_stream_stream() 451 bytes_remaining = test_bytes; in send_stream_stream() 1255 trans_remaining = test_bytes; in send_stream_rr() 2445 trans_remaining = test_bytes; in send_dg_rr()
|
D | nettest_sdp.c | 383 sdp_stream_request->test_length = test_bytes; in send_sdp_stream() 478 bytes_remaining = test_bytes; in send_sdp_stream() 1080 sdp_maerts_request->test_length = test_bytes; in send_sdp_maerts() 2567 trans_remaining = test_bytes; in send_sdp_rr()
|
D | nettest_xti.c | 740 xti_tcp_stream_request->test_length = test_bytes; in send_xti_tcp_stream() 858 bytes_remaining = test_bytes; in send_xti_tcp_stream() 2036 trans_remaining = test_bytes; in send_xti_tcp_rr() 3768 trans_remaining = test_bytes; in send_xti_udp_rr() 5207 trans_remaining = test_bytes; in send_xti_tcp_conn_rr()
|
D | nettest_omni.c | 4101 if ((test_time) || ((test_trans == 0) && (test_bytes == 0))) { in send_omni_inner() 4112 ((test_trans == 0) && (test_bytes == 0))) in send_omni_inner() 4122 units_remaining = test_bytes; in send_omni_inner()
|
/external/autotest/client/tests/netperf2/ |
D | wait_before_data.patch | 58 test_bytes, /* test ends on byte count */ 108 tcp_stream_request->test_length = test_bytes;
|