Home
last modified time | relevance | path

Searched defs:bytes_received (Results 1 – 25 of 109) sorted by relevance

12345

/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/gpu/
H A Dgpu_virtual_mem_allocator_test.cc61 size_t bytes_received; // Ignored in this test. in TEST() local
86 size_t bytes_received; in TEST() local
95 size_t bytes_received; // Ignored in this test. in TEST() local
115 size_t bytes_received; // Ignored in this test. in TEST() local
126 size_t bytes_received; // Ignored in this test. in TEST() local
143 size_t bytes_received; // Ignored in this test. in TEST() local
163 size_t bytes_received; // Ignored in this test. in TEST() local
H A Dgpu_virtual_mem_allocator.cc133 size_t* bytes_received) { in Alloc()
/aosp_15_r20/external/federated-compute/fcp/client/http/
H A Din_memory_request_response_test.cc709 int64_t bytes_received = 0; in TEST_F() local
762 int64_t bytes_received = 0; in TEST_F() local
816 int64_t bytes_received = 0; in TEST_F() local
868 int64_t bytes_received = 0; in TEST_F() local
934 int64_t bytes_received = 0; in TEST_F() local
1040 int64_t bytes_received = 0; in TEST_F() local
1096 int64_t bytes_received = 0; in TEST_F() local
1133 int64_t bytes_received = 0; in TEST_F() local
1191 int64_t bytes_received = 0; in TEST_F() local
1228 int64_t bytes_received = 0; in TEST_F() local
[all …]
/aosp_15_r20/external/grpc-grpc/src/core/tsi/alts/handshaker/
H A Dalts_handshaker_client.cc568 alts_handshaker_client* c, grpc_slice* bytes_received) { in get_serialized_start_server()
604 grpc_slice* bytes_received) { in handshaker_client_start_server()
626 static grpc_byte_buffer* get_serialized_next(grpc_slice* bytes_received) { in get_serialized_next()
641 grpc_slice* bytes_received) { in handshaker_client_next()
899 grpc_slice* bytes_received) { in alts_handshaker_client_start_server()
910 grpc_slice* bytes_received) { in alts_handshaker_client_next()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/tsi/alts/handshaker/
Dalts_handshaker_client.cc568 alts_handshaker_client* c, grpc_slice* bytes_received) { in get_serialized_start_server()
604 grpc_slice* bytes_received) { in handshaker_client_start_server()
626 static grpc_byte_buffer* get_serialized_next(grpc_slice* bytes_received) { in get_serialized_next()
641 grpc_slice* bytes_received) { in handshaker_client_next()
897 grpc_slice* bytes_received) { in alts_handshaker_client_start_server()
908 grpc_slice* bytes_received) { in alts_handshaker_client_next()
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/model/devices/
Dlink_layer_socket_device.cc45 ssize_t bytes_received = socket_->Recv(size_bytes_->data() + offset_, kSizeBytes); in Tick() local
67 ssize_t bytes_received = socket_->Recv(received_->data() + offset_, bytes_left_); in Tick() local
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dpool_allocator.cc130 size_t bytes_received; in AllocateRaw() local
261 size_t* bytes_received) { in Alloc()
/aosp_15_r20/external/webrtc/api/stats/
H A Drtcstats_objects.h184 RTCStatsMember<uint64_t> bytes_received; variable
213 RTCStatsMember<uint64_t> bytes_received; variable
445 RTCStatsMember<uint64_t> bytes_received; variable
664 RTCStatsMember<uint64_t> bytes_received; variable
/aosp_15_r20/device/google/cuttlefish/host/frontend/webrtc/
Daudio_handler.cpp519 auto bytes_received = res * bytes_per_sample * stream_desc.channels; in OnCaptureBuffer() local
542 auto bytes_received = res * bytes_per_sample * stream_desc.channels; in OnCaptureBuffer() local
/aosp_15_r20/external/cronet/net/base/
H A Dnetwork_activity_monitor.cc20 void IncrementBytesReceived(uint64_t bytes_received) { in IncrementBytesReceived()
H A Dnetwork_activity_monitor_unittest.cc50 uint64_t bytes_received = UINT64_C(7294954321); in TEST_F() local
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/pluggable_device/
H A Dpluggable_device_simple_allocator.cc27 size_t bytes_received; in AllocateRaw() local
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/device/
H A Ddevice_host_allocator.h40 size_t* bytes_received) override { in Alloc()
H A Ddevice_mem_allocator.h45 size_t* bytes_received) override { in Alloc()
/aosp_15_r20/external/openscreen/osp/public/
H A Dnetwork_metrics.h32 uint64_t bytes_received = 0; member
/aosp_15_r20/external/webrtc/pc/
H A Ddata_channel_utils.h57 uint64_t bytes_received; member
/aosp_15_r20/system/update_engine/payload_consumer/
H A Ddelta_performer_fuzzer.cc37 uint64_t bytes_received, in BytesReceived()
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/
H A Dtest_tcpbpf.h13 __u64 bytes_received; member
/aosp_15_r20/external/webrtc/api/voip/
H A Dvoip_statistics.h59 uint64_t bytes_received = 0; member
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/test_tools/
H A Dquic_stream_sequencer_buffer_peer.cc158 QuicStreamSequencerBufferPeer::bytes_received() { in bytes_received() function in quic::test::QuicStreamSequencerBufferPeer
/aosp_15_r20/external/pytorch/torch/lib/libshm/
H A Dsocket.h50 size_t bytes_received = 0; in recv() local
/aosp_15_r20/external/ltp/testcases/network/sockets/
H A DltpServer.c313 static int bytes_received = 0; in tcp_receive_buffer() local
/aosp_15_r20/external/grpc-grpc/test/core/tsi/alts/handshaker/
H A Dalts_tsi_handshaker_test.cc535 grpc_slice* bytes_received) { in mock_server_start()
554 grpc_slice* bytes_received) { in mock_next()
/aosp_15_r20/external/perfetto/src/traced_relay/
H A Dsocket_relay_handler_unittest.cc163 size_t bytes_received = 0; in TEST_P() local
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/batch_writer/
H A Dquic_batch_writer_test.h224 for (size_t bytes_received = 0; bytes_received < data_size_; in ValidateRead() local

12345