Home
last modified time | relevance | path

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

1234

/external/tensorflow/tensorflow/core/common_runtime/gpu/
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
Dgpu_virtual_mem_allocator.cc133 size_t* bytes_received) { in Alloc()
/external/federated-compute/fcp/client/http/
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 …]
/external/cronet/tot/net/base/
Dnetwork_activity_monitor.cc19 void IncrementBytesReceived(uint64_t bytes_received) { in IncrementBytesReceived()
Dnetwork_activity_monitor_unittest.cc50 uint64_t bytes_received = UINT64_C(7294954321); in TEST_F() local
/external/cronet/stable/net/base/
Dnetwork_activity_monitor.cc19 void IncrementBytesReceived(uint64_t bytes_received) { in IncrementBytesReceived()
Dnetwork_activity_monitor_unittest.cc50 uint64_t bytes_received = UINT64_C(7294954321); in TEST_F() local
/external/tensorflow/tensorflow/core/common_runtime/pluggable_device/
Dpluggable_device_simple_allocator.cc27 size_t bytes_received; in AllocateRaw() local
/external/tensorflow/tensorflow/core/common_runtime/
Dpool_allocator.cc130 size_t bytes_received; in AllocateRaw() local
261 size_t* bytes_received) { in Alloc()
/external/tensorflow/tensorflow/core/common_runtime/device/
Ddevice_host_allocator.h40 size_t* bytes_received) override { in Alloc()
Ddevice_mem_allocator.h45 size_t* bytes_received) override { in Alloc()
/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()
/external/grpc-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()
899 grpc_slice* bytes_received) { in alts_handshaker_client_start_server()
910 grpc_slice* bytes_received) { in alts_handshaker_client_next()
/external/openscreen/osp/public/
Dnetwork_metrics.h32 uint64_t bytes_received = 0; member
/external/webrtc/pc/
Ddata_channel_utils.h57 uint64_t bytes_received; member
/external/pigweed/pw_uart_mcuxpresso/
Ddma_uart_nonblocking.cc305 size_t bytes_received = rx_data_.transfer.dataSize - bytes_remaining; in DoRead() local
640 size_t bytes_received = rx_data_.data_received - rx_data_.data_copied; in DoConservativeReadAvailable() local
/external/linux-kselftest/tools/testing/selftests/bpf/
Dtest_tcpbpf.h13 __u64 bytes_received; member
/external/webrtc/api/voip/
Dvoip_statistics.h59 uint64_t bytes_received = 0; member
/external/cronet/tot/net/third_party/quiche/src/quiche/quic/test_tools/
Dquic_stream_sequencer_buffer_peer.cc160 QuicStreamSequencerBufferPeer::bytes_received() { in bytes_received() function in quic::test::QuicStreamSequencerBufferPeer
/external/cronet/stable/net/third_party/quiche/src/quiche/quic/test_tools/
Dquic_stream_sequencer_buffer_peer.cc160 QuicStreamSequencerBufferPeer::bytes_received() { in bytes_received() function in quic::test::QuicStreamSequencerBufferPeer
/external/cronet/tot/base/
Dsync_socket_posix.cc149 const size_t bytes_received = Receive(buffer.subspan(0u, bytes_to_read)); in ReceiveWithTimeout() local
/external/cronet/stable/base/
Dsync_socket_posix.cc149 const size_t bytes_received = Receive(buffer.subspan(0u, bytes_to_read)); in ReceiveWithTimeout() local
/external/pytorch/torch/lib/libshm/
Dsocket.h50 size_t bytes_received = 0; in recv() local
/external/ltp/testcases/network/sockets/
DltpServer.c313 static int bytes_received = 0; in tcp_receive_buffer() local
/external/cronet/tot/net/third_party/quiche/src/quiche/quic/core/batch_writer/
Dquic_batch_writer_test.h224 for (size_t bytes_received = 0; bytes_received < data_size_; in ValidateRead() local

1234