Searched defs:send_bytes (Results 1 – 6 of 6) sorted by relevance
/external/webrtc/webrtc/modules/rtp_rtcp/source/ |
D | rtp_format_vp8_test_helper.cc | 73 size_t send_bytes = 0; in GetAllPacketsAndCheck() local 239 void RtpFormatVp8TestHelper::CheckPacket(size_t send_bytes, in CheckPacket()
|
D | rtp_format_vp8_unittest.cc | 580 size_t send_bytes; in TEST_F() local
|
/external/python/cpython3/Lib/multiprocessing/ |
D | queues.py | 211 def _feed(buffer, notempty, send_bytes, writelock, close, ignore_epipe): argument
|
D | connection.py | 181 def send_bytes(self, buf, offset=0, size=None): member in _ConnectionBase
|
/external/python/cpython2/Lib/test/ |
D | test_multiprocessing.py | 2315 def send_bytes(self, data): member in OtherTest.test_deliver_challenge_auth_failure._FakeConnection 2332 def send_bytes(self, data): member in OtherTest.test_answer_challenge_auth_failure._FakeConnection
|
/external/python/cpython3/Lib/test/ |
D | _test_multiprocessing.py | 3200 def send_bytes(self, data): member in OtherTest.test_deliver_challenge_auth_failure._FakeConnection 3217 def send_bytes(self, data): member in OtherTest.test_answer_challenge_auth_failure._FakeConnection
|