Home
last modified time | relevance | path

Searched defs:bytes_read (Results 1 – 25 of 346) sorted by relevance

12345678910>>...14

/external/cronet/net/filter/
Dbrotli_source_stream_unittest.cc95 int bytes_read = ReadStream(callback.callback()); in TEST_F() local
115 int bytes_read = ReadStream(callback.callback()); in TEST_F() local
134 int bytes_read = ReadStream(callback.callback()); in TEST_F() local
159 int bytes_read = ReadStream(callback.callback()); in TEST_F() local
177 int bytes_read = ReadStream(callback.callback()); in TEST_F() local
189 int bytes_read = ReadStream(callback.callback()); in TEST_F() local
213 int bytes_read = 0; in TEST_F() local
241 int bytes_read = 0; in TEST_F() local
270 int bytes_read = 0; in TEST_F() local
348 int bytes_read = ReadStream(callback.callback()); in TEST_F() local
/external/openscreen/osp/msgs/
Dmessages_unittest.cc28 ssize_t bytes_read = DecodePresentationUrlAvailabilityRequest( in TEST() local
44 ssize_t bytes_read = DecodePresentationUrlAvailabilityRequest( in TEST() local
62 ssize_t bytes_read = DecodePresentationUrlAvailabilityRequest( in TEST() local
97 ssize_t bytes_read = DecodePresentationUrlAvailabilityRequest( in TEST() local
114 ssize_t bytes_read = in TEST() local
135 ssize_t bytes_read = in TEST() local
157 ssize_t bytes_read = in TEST() local
179 ssize_t bytes_read = in TEST() local
196 size_t bytes_read = DecodePresentationUrlAvailabilityRequest( in TEST() local
215 ssize_t bytes_read = DecodePresentationUrlAvailabilityRequest( in TEST() local
/external/bsdiff/
Dextents_file_unittest.cc98 size_t bytes_read; in TEST_F() local
125 size_t bytes_read = 0; in TEST_F() local
147 size_t bytes_read = 0; in TEST_F() local
167 size_t bytes_read = 0; in TEST_F() local
182 size_t bytes_read = 0; in TEST_F() local
191 size_t bytes_read; in TEST_F() local
206 size_t bytes_read = 0; in TEST_F() local
/external/libaom/common/
Dobudec.c77 size_t *bytes_read, bool buffered) { in obudec_read_obu_header()
117 size_t *bytes_read, bool buffered) { in obudec_read_obu_payload()
132 uint8_t *buffer, size_t *bytes_read, size_t *payload_length, in obudec_read_obu_header_and_size()
237 size_t bytes_read = 0; in obudec_read_one_obu() local
317 size_t bytes_read = 0; in file_is_obu() local
387 uint8_t **buffer, size_t *bytes_read, in obudec_read_temporal_unit()
/external/arm-trusted-firmware/drivers/partition/
Dpartition.c49 size_t bytes_read; in load_mbr_header() local
84 size_t bytes_read; in load_gpt_header() local
112 size_t bytes_read; in load_mbr_entry() local
162 size_t bytes_read; in load_gpt_entry() local
/external/boringssl/src/tool/
Dpkcs12.cc78 size_t bytes_read; in DoPKCS12() local
96 size_t bytes_read; in DoPKCS12() local
/external/rust/crates/quiche/deps/boringssl/src/tool/
Dpkcs12.cc78 size_t bytes_read; in DoPKCS12() local
96 size_t bytes_read; in DoPKCS12() local
/external/cronet/third_party/boringssl/src/tool/
Dpkcs12.cc78 size_t bytes_read; in DoPKCS12() local
96 size_t bytes_read; in DoPKCS12() local
/external/rust/crates/nix/test/
Dtest_sendfile.rs107 let bytes_read = rd.read_to_string(&mut read_string).unwrap(); in test_sendfile_freebsd() localVariable
156 let bytes_read = rd.read_to_string(&mut read_string).unwrap(); in test_sendfile_dragonfly() localVariable
205 let bytes_read = rd.read_to_string(&mut read_string).unwrap(); in test_sendfile_darwin() localVariable
/external/sfntly/cpp/src/sfntly/data/
Dbyte_array.cc113 int32_t bytes_read = 0; in CopyTo() local
134 int32_t bytes_read = 0; in CopyTo() local
147 int32_t bytes_read = 0; in CopyFrom() local
167 int32_t bytes_read = 0; in CopyFrom() local
/external/cronet/net/base/
Dfile_stream_context_win.cc127 DWORD bytes_read, in OnIOCompleted()
196 DWORD bytes_read = 0; in ReadAsync() local
205 DWORD bytes_read, in ReadAsyncResult()
/external/pigweed/pw_protobuf/
Ddecoder.cc162 size_t bytes_read = varint::Decode(proto_, &key); in ConsumeKey() local
185 size_t bytes_read = varint::Decode(proto_, out); in ReadVarint() local
222 size_t bytes_read = varint::Decode(proto_, &length); in ReadDelimited() local
/external/sfntly/cpp/src/test/
Dfile_io_test.cc41 size_t bytes_read = fread(&(b1[0]), 1, length, file_handle); in TestFileInputStream() local
102 size_t bytes_read = fread(&(b1[0]), 1, length, file_handle); in TestFontInputStreamBasic() local
Dbyte_array_test.cc39 int32_t bytes_read = ba->Get(index, buffer); in ReadByteArrayWithBuffer() local
54 int32_t bytes_read = ba->Get(index, &((*b)[0]), index, actual_window_size); in ReadByteArrayWithSlidingWindow() local
/external/grpc-grpc/test/core/tsi/alts/frame_protector/
Dframe_handler_test.cc86 size_t bytes_read = GPR_MIN(read_length, handler->buffer_size - offset); in deframe() local
167 size_t bytes_read = handler->buffer_size; in frame_handler_test_bad_frame_length() local
186 size_t bytes_read = handler->buffer_size; in frame_handler_test_unsupported_message_type() local
225 size_t bytes_read = handler->buffer_size; in frame_handler_test_null_reader_bytes() local
/external/tensorflow/tensorflow/core/lib/io/snappy/
Dsnappy_inputstream.cc53 size_t bytes_read = ReadBytesFromCache(bytes_to_read, result_ptr); in ReadNBytes() local
63 size_t bytes_read = ReadBytesFromCache(bytes_to_read, result_ptr); in ReadNBytes() local
/external/cronet/net/socket/
Dtransport_client_socket_test_util.cc57 int bytes_read = 0; in ReadDataOfExpectedLength() local
100 uint32_t bytes_read = 0; in DrainStreamSocket() local
Dtransport_client_socket_unittest.cc142 uint32_t bytes_read; in TEST_F() local
207 uint32_t bytes_read = DrainStreamSocket(sock_.get(), buf.get(), 4096, in TEST_F() local
228 uint32_t bytes_read = 0; in TEST_F() local
/external/webrtc/modules/audio_processing/transient/
Dfile_utils.cc91 size_t bytes_read = file->Read(byte_array.get(), 2); in ReadInt16BufferFromFile() local
153 size_t bytes_read = file->Read(byte_array.get(), 4); in ReadFloatBufferFromFile() local
176 size_t bytes_read = file->Read(byte_array.get(), 8); in ReadDoubleBufferFromFile() local
/external/cronet/ipc/
Dipc_channel_reader.cc55 int bytes_read = 0; in ProcessIncomingMessages() local
69 ChannelReader::DispatchState ChannelReader::AsyncReadComplete(int bytes_read) { in AsyncReadComplete()
/external/libchrome/ipc/
Dipc_channel_reader.cc56 int bytes_read = 0; in ProcessIncomingMessages() local
70 ChannelReader::DispatchState ChannelReader::AsyncReadComplete(int bytes_read) { in AsyncReadComplete()
/external/libaom/test/
Dav1_config_test.cc90 size_t bytes_read = 0; in TEST() local
152 size_t bytes_read = 0; in TEST() local
/external/pigweed/pw_protobuf/public/pw_protobuf/
Dbytes_utils.h49 ConstByteSpan bytes_read; in DecodeBytesToUint32() local
/external/AFLplusplus/test/
Dtest-floatingpoint.c10 ssize_t bytes_read; in main() local
/external/pigweed/pw_trace_tokenized/
Dtrace_buffer_test.cc85 size_t bytes_read = 0; in TEST() local
124 size_t bytes_read = 0; in TEST() local

12345678910>>...14