OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:test_bytes
(Results
1 - 10
of
10
) sorted by null
/external/webrtc/test/testsupport/metrics/
video_metrics.cc
113
int
test_bytes
= fread(test, 1, frame_length, test_fp);
local
114
while (ref_bytes == frame_length &&
test_bytes
== frame_length) {
135
test_bytes
= fread(test, 1, frame_length, test_fp);
/external/netperf/
netsh.h
22
#define
TEST_BYTES
0 /* test ends on byte count */
65
test_bytes
, /* test ends on byte count */
netsh.c
163
test_bytes
, /* test ends on byte count */
variable
415
test_bytes
= 0; /* test ends on byte count */
697
test_bytes
= test_trans = 0;
699
test_bytes
= -1 * test_time;
700
test_trans =
test_bytes
;
1002
test_bytes
,
nettest_sctp.c
556
test_bytes
= send_size * msg_count;
558
sctp_stream_request->test_length =
test_bytes
;
659
bytes_remaining =
test_bytes
;
[
all
...]
nettest_dlpi.c
358
dlpi_co_stream_request->test_length =
test_bytes
;
425
bytes_remaining =
test_bytes
;
[
all
...]
nettest_bsd.c
[
all
...]
nettest_sdp.c
385
sdp_stream_request->test_length =
test_bytes
;
480
bytes_remaining =
test_bytes
;
[
all
...]
nettest_unix.c
389
stream_stream_request->test_length =
test_bytes
;
457
bytes_remaining =
test_bytes
;
[
all
...]
nettest_xti.c
745
xti_tcp_stream_request->test_length =
test_bytes
;
863
bytes_remaining =
test_bytes
;
[
all
...]
/external/chromium/chrome/browser/sync/syncable/
syncable_unittest.cc
1522
const char
test_bytes
[] = "test data";
local
[
all
...]
Completed in 476 milliseconds