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

  /external/chromium_org/ipc/
ipc_perftests.cc 159 void SetTestParams(int msg_count, size_t msg_size) {
161 msg_count_ = msg_count;
235 int msg_count = 100000; local
238 listener.SetTestParams(msg_count, msg_size);
  /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 497 size_t msg_count = render_thread_->sink().message_count(); local
498 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...]

Completed in 463 milliseconds