Home
last modified time | relevance | path

Searched defs:send_bytes (Results 1 – 8 of 8) sorted by relevance

/external/bcc/tools/
Dtcpsubnet.py246 send_bytes = 0 variable
248 send_bytes = int(ipv4_send_bytes[k].value) variable
/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtp_format_vp8_test_helper.cc73 size_t send_bytes = 0; in GetAllPacketsAndCheck() local
239 void RtpFormatVp8TestHelper::CheckPacket(size_t send_bytes, in CheckPacket()
Drtp_format_vp8_unittest.cc580 size_t send_bytes; in TEST_F() local
/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dwriting.cc120 int64_t send_bytes, grpc_chttp2_write_cb** list, in update_list()
337 uint32_t send_bytes = static_cast<uint32_t> GPR_MIN( in FlushCompressedBytes() local
/external/python/cpython3/Lib/multiprocessing/
Dqueues.py205 def _feed(buffer, notempty, send_bytes, writelock, close, ignore_epipe, argument
Dconnection.py181 def send_bytes(self, buf, offset=0, size=None): member in _ConnectionBase
/external/python/cpython2/Lib/test/
Dtest_multiprocessing.py2446 def send_bytes(self, data): member in OtherTest.test_deliver_challenge_auth_failure._FakeConnection
2463 def send_bytes(self, data): member in OtherTest.test_answer_challenge_auth_failure._FakeConnection
/external/python/cpython3/Lib/test/
D_test_multiprocessing.py3836 def send_bytes(self, data): member in OtherTest.test_deliver_challenge_auth_failure._FakeConnection
3853 def send_bytes(self, data): member in OtherTest.test_answer_challenge_auth_failure._FakeConnection