Home
last modified time | relevance | path

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

/aosp_15_r20/external/bcc/tools/
H A Dtcpsubnet.py246 send_bytes = 0 variable
248 send_bytes = int(ipv4_send_bytes[k].value) variable
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/transport/
Dwriting.cc196 int64_t send_bytes, grpc_chttp2_write_cb** list, in update_list()
407 uint32_t send_bytes = in FlushBytes() local
/aosp_15_r20/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
H A Dwriting.cc188 static bool update_list(grpc_chttp2_transport* t, int64_t send_bytes, in update_list()
409 uint32_t send_bytes = in FlushBytes() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/multiprocessing/
Dqueues.py212 def _feed(buffer, notempty, send_bytes, writelock, reader_close, argument
Dconnection.py181 def send_bytes(self, buf, offset=0, size=None): member in _ConnectionBase
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/multiprocessing/
H A Dqueues.py212 def _feed(buffer, notempty, send_bytes, writelock, reader_close, argument
H A Dconnection.py181 def send_bytes(self, buf, offset=0, size=None): member in _ConnectionBase
/aosp_15_r20/external/python/cpython3/Lib/multiprocessing/
Dqueues.py212 def _feed(buffer, notempty, send_bytes, writelock, reader_close, argument
Dconnection.py181 def send_bytes(self, buf, offset=0, size=None): member in _ConnectionBase
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/multiprocessing/
Dqueues.py212 def _feed(buffer, notempty, send_bytes, writelock, reader_close, argument
Dconnection.py181 def send_bytes(self, buf, offset=0, size=None): member in _ConnectionBase
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/multiprocessing/
Dqueues.py212 def _feed(buffer, notempty, send_bytes, writelock, reader_close, argument
Dconnection.py181 def send_bytes(self, buf, offset=0, size=None): member in _ConnectionBase
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/multiprocessing/
Dqueues.py212 def _feed(buffer, notempty, send_bytes, writelock, reader_close, argument
Dconnection.py181 def send_bytes(self, buf, offset=0, size=None): member in _ConnectionBase
/aosp_15_r20/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
/aosp_15_r20/external/rust/crates/vhost-device-vsock/src/
Dvsock_conn.rs301 fn send_bytes<B: BitmapSlice>(&mut self, buf: &VolatileSlice<B>) -> Result<()> { in send_bytes() method
/aosp_15_r20/external/libwebsockets/lib/tls/mbedtls/wrapper/library/
H A Dssl_lib.c493 int send_bytes, bytes; in SSL_write() local
/aosp_15_r20/packages/modules/adb/
Dadb.cpp504 uint32_t send_bytes = static_cast<uint32_t>(p->msg.arg1); in handle_packet() local
/aosp_15_r20/external/uwb/src/rust/uwb_core/src/uci/
H A Dpcapng_uci_logger_factory.rs272 pub fn send_bytes(&mut self, bytes: Vec<u8>) -> Option<()> { in send_bytes() method
/aosp_15_r20/external/python/cpython3/Lib/test/
D_test_multiprocessing.py4649 def send_bytes(self, data): member in OtherTest.test_deliver_challenge_auth_failure._FakeConnection
4666 def send_bytes(self, data): member in OtherTest.test_answer_challenge_auth_failure._FakeConnection