HomeSort by relevance Sort by last modified time
    Searched refs:test_bytes (Results 1 - 10 of 10) sorted by null

  /external/webrtc/webrtc/test/testsupport/metrics/
video_metrics.cc 123 size_t test_bytes = fread(test_buffer.get(), 1, frame_length, test_fp); local
124 while (ref_bytes == frame_length && test_bytes == frame_length) {
148 test_bytes = fread(test_buffer.get(), 1, frame_length, test_fp);
  /external/netperf/src/
netsh.h 22 #define TEST_BYTES 0 /* test ends on byte count */
114 test_bytes, /* test ends on byte count */
netsh.c 151 test_bytes = 0, /* test ends on byte count */ variable
929 test_bytes = test_trans = 0;
931 test_bytes = -1 * test_time;
932 test_trans = test_bytes;
    [all...]
nettest_sctp.c 545 test_bytes = send_size * msg_count;
547 sctp_stream_request->test_length = test_bytes;
648 bytes_remaining = test_bytes;
    [all...]
nettest_sdp.c 385 sdp_stream_request->test_length = test_bytes;
480 bytes_remaining = test_bytes;
    [all...]
nettest_unix.c 387 stream_stream_request->test_length = test_bytes;
455 bytes_remaining = test_bytes;
    [all...]
nettest_bsd.c     [all...]
nettest_dlpi.c 599 dlpi_co_stream_request->test_length = test_bytes;
666 bytes_remaining = test_bytes;
    [all...]
nettest_xti.c 744 xti_tcp_stream_request->test_length = test_bytes;
862 bytes_remaining = test_bytes;
    [all...]
nettest_omni.c     [all...]

Completed in 172 milliseconds