Searched defs:msg_count (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chromecast/media/cma/ipc/
H A Dmedia_message_fifo_unittest.cc39 int msg_count,
42 for (int k = 0; k < msg_count; k++) {
64 int msg_count,
68 while (k < msg_count) {
172 const int msg_count = 2048; local
177 msg_count,
183 msg_count,
38 MsgProducer(scoped_ptr<MediaMessageFifo> fifo, int msg_count, base::WaitableEvent* event) argument
63 MsgConsumer(scoped_ptr<MediaMessageFifo> fifo, int msg_count, base::WaitableEvent* event) argument
/external/chromium_org/ipc/
H A Dipc_perftest_support.cc155 void SetTestParams(int msg_count, size_t msg_size) { argument
157 msg_count_ = msg_count;
/external/chromium_org/chrome/renderer/printing/
H A Dprint_web_view_helper_browsertest.cc521 size_t msg_count = render_thread_->sink().message_count(); local
522 for (size_t i = 0; i < msg_count; ++i) {
/external/netperf/
H A Dnettest_sctp.c97 msg_count = 0, /* number of messages to transmit on association */
555 if (msg_count)
556 test_bytes = send_size * msg_count;
1685 if (msg_count)
1686 test_bytes = send_size * msg_count;
4863 msg_count = convert (optarg);
4864 if (msg_count > 0)
96 msg_count = 0, /* number of messages to transmit on association */ variable
H A Dnettest_sdp.c92 msg_count = 0, /* number of messages to transmit on association */
3540 msg_count = convert (optarg);
3541 if (msg_count > 0)
91 msg_count = 0, /* number of messages to transmit on association */ variable

Completed in 158 milliseconds