/external/chromium_org/chromecast/media/cma/ipc/ |
media_message_fifo_unittest.cc | 39 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,
|
/external/chromium_org/ipc/ |
ipc_perftest_support.cc | 155 void SetTestParams(int msg_count, size_t msg_size) { 157 msg_count_ = msg_count;
|
/external/ipsec-tools/src/racoon/ |
isakmp_xauth.c | 576 PAM_conv(msg_count, msg, rsp, dontcare) 577 int msg_count; 586 if ((reply = racoon_malloc(sizeof(*reply) * msg_count)) == NULL) 588 bzero(reply, sizeof(*reply) * msg_count); 590 for (i = 0; i < msg_count; i++) { [all...] |
/external/chromium_org/chrome/renderer/printing/ |
print_web_view_helper_browsertest.cc | 521 size_t msg_count = render_thread_->sink().message_count(); local 522 for (size_t i = 0; i < msg_count; ++i) { [all...] |
/external/netperf/ |
nettest_sctp.c | 97 msg_count = 0, /* number of messages to transmit on association */ 555 if (msg_count) 556 test_bytes = send_size * msg_count; 96 msg_count = 0, \/* number of messages to transmit on association *\/ variable [all...] |
nettest_sdp.c | 92 msg_count = 0, /* number of messages to transmit on association */ 91 msg_count = 0, \/* number of messages to transmit on association *\/ variable [all...] |