/external/libpcap/tests/ |
D | selpolltest.c | 65 int packet_count; in main() local 180 packet_count = 0; in main() 182 (u_char *)&packet_count); in main() 186 status, packet_count); in main() 226 packet_count = 0; in main() 228 (u_char *)&packet_count); in main() 232 status, packet_count); in main() 237 packet_count = 0; in main() 239 (u_char *)&packet_count); in main() 243 status, packet_count); in main()
|
D | nonblocktest.c | 63 int packet_count; in main() local 112 packet_count = 0; in main() 114 (u_char *)&packet_count); in main() 119 status, packet_count); in main()
|
/external/tcpdump/tests/ |
D | of10_s4810-vvvv.out | 422 …rity 65535, idle_timeout 0, hard_timeout 0, cookie 0x0000000000000012, packet_count 0, byte_count 0 430 …rity 65535, idle_timeout 0, hard_timeout 0, cookie 0x0000000000000013, packet_count 0, byte_count 0 438 …rity 65535, idle_timeout 0, hard_timeout 0, cookie 0x0000000000000014, packet_count 0, byte_count 0 446 …rity 65535, idle_timeout 0, hard_timeout 0, cookie 0x0000000000000015, packet_count 0, byte_count 0 454 …rity 65535, idle_timeout 0, hard_timeout 0, cookie 0x0000000000000016, packet_count 0, byte_count 0 462 …rity 65535, idle_timeout 0, hard_timeout 0, cookie 0x0000000000000017, packet_count 0, byte_count 0 470 …rity 65535, idle_timeout 0, hard_timeout 0, cookie 0x0000000000000018, packet_count 0, byte_count 0 478 …rity 65535, idle_timeout 0, hard_timeout 0, cookie 0x0000000000000019, packet_count 0, byte_count 0 486 …rity 65535, idle_timeout 0, hard_timeout 0, cookie 0x000000000000001a, packet_count 0, byte_count 0 498 …rity 65535, idle_timeout 0, hard_timeout 0, cookie 0x000000000000001b, packet_count 0, byte_count 0 [all …]
|
D | of10_p3295-vv.out | 512 …00f, priority 43207, reason DELETE, duration_sec 122, duration_nsec 0, packet_count 0, byte_count 0 519 …00d, priority 43209, reason DELETE, duration_sec 122, duration_nsec 0, packet_count 0, byte_count 0 525 …014, priority 43202, reason DELETE, duration_sec 122, duration_nsec 0, packet_count 0, byte_count 0 529 …015, priority 43201, reason DELETE, duration_sec 122, duration_nsec 0, packet_count 0, byte_count 0 536 …00e, priority 43208, reason DELETE, duration_sec 122, duration_nsec 0, packet_count 0, byte_count 0 544 …00c, priority 43210, reason DELETE, duration_sec 122, duration_nsec 0, packet_count 0, byte_count 0 550 …13, priority 43203, reason DELETE, duration_sec 122, duration_nsec 0, packet_count 13, byte_count … 555 …01, priority 54321, reason DELETE, duration_sec 122, duration_nsec 0, packet_count 100, byte_count… 562 …002, priority 54320, reason DELETE, duration_sec 122, duration_nsec 0, packet_count 0, byte_count 0 567 …003, priority 54319, reason DELETE, duration_sec 122, duration_nsec 0, packet_count 0, byte_count 0 [all …]
|
D | of10_pf5240-vv.out | 293 …rity 24300, idle_timeout 0, hard_timeout 0, cookie 0x0000000000000003, packet_count 0, byte_count 0 303 …rity 24200, idle_timeout 0, hard_timeout 0, cookie 0x0000000000000002, packet_count 0, byte_count 0 309 …rity 24100, idle_timeout 0, hard_timeout 0, cookie 0x0000000000000001, packet_count 0, byte_count 0 315 …rity 20700, idle_timeout 0, hard_timeout 0, cookie 0x0000000000000006, packet_count 0, byte_count 0 321 …rity 20600, idle_timeout 0, hard_timeout 0, cookie 0x0000000000000005, packet_count 0, byte_count 0 327 …rity 20500, idle_timeout 0, hard_timeout 0, cookie 0x0000000000000004, packet_count 0, byte_count 0 333 …rity 25800, idle_timeout 0, hard_timeout 0, cookie 0x0000000000000008, packet_count 0, byte_count 0 339 …rity 25400, idle_timeout 0, hard_timeout 0, cookie 0x0000000000000007, packet_count 0, byte_count 0
|
/external/chromium_org/third_party/libjingle/source/talk/media/base/ |
D | filemediaengine_unittest.cc | 184 size_t* ssrc_count, size_t* packet_count) { in GetSsrcAndPacketCounts() argument 200 if (packet_count) { in GetSsrcAndPacketCounts() 201 *packet_count = count; in GetSsrcAndPacketCounts() 430 size_t packet_count; in TEST_F() local 432 &packet_count)); in TEST_F() 434 EXPECT_EQ(2 * RtpTestUtility::GetTestPacketCount(), packet_count); in TEST_F() 453 EXPECT_TRUE(GetSsrcAndPacketCounts(&net_dump, &ssrc_count, &packet_count)); in TEST_F() 455 EXPECT_GE(packet_count, 2 * RtpTestUtility::GetTestPacketCount()); in TEST_F()
|
/external/chromium_org/chrome/browser/media/ |
D | webrtc_rtp_dump_writer_unittest.cc | 131 size_t* packet_count) { in ReadDecompressedDump() argument 135 *packet_count = 0; in ReadDecompressedDump() 155 << *packet_count << ", dump_pos = " << dump_pos in ReadDecompressedDump() 163 (*packet_count)++; in ReadDecompressedDump()
|
/external/lldb/examples/python/ |
D | gdbremote.py | 881 packet_count = {} 957 packet_count[packet_name] += 1 960 packet_count[packet_name] = 1 976 for key, vvv in packet_count.items(): 986 res = sorted(packet_count, key=packet_count.__getitem__, reverse=True) 995 … print " %24s %.6f %.2f%% %6d" % (item, packet_total_time, packet_percent, packet_count[item]) 997 … print " %24s %.6f %.2f%% %6d" % (item, packet_total_time, packet_percent, packet_count[item])
|
/external/bluetooth/bluedroid/test/bluedroidtest/ |
D | bluedroidtest.c | 479 static void le_test_mode(bt_status_t status, uint16_t packet_count) in le_test_mode() argument 481 … bdt_log("LE TEST MODE END status:%s number_of_packets:%d", dump_bt_status(status), packet_count); in le_test_mode()
|
/external/chromium_org/media/cast/net/rtcp/ |
D | rtcp_builder_unittest.cc | 414 size_t packet_count = kReceiveLogMessageHistorySize + 10; in TEST_F() local 415 for (size_t i = 0; i < packet_count; i++) { in TEST_F()
|
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/ |
D | rtcp_packet.h | 198 void WithPacketCount(uint32_t packet_count) { in WithPacketCount() argument 199 sr_.SenderPacketCount = packet_count; in WithPacketCount()
|