Home
last modified time | relevance | path

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

12345678910>>...12

/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/llvm-project/lldb/unittests/Process/Linux/
DProcessorTraceTest.cpp30 size_t bytes_read; in TEST() local
67 size_t bytes_read = 0; in TEST() local
84 size_t bytes_read; in TEST() local
133 size_t bytes_read = 0; in TEST() local
/external/llvm-project/lldb/source/Plugins/Process/POSIX/
DNativeProcessELF.cpp69 size_t bytes_read; in GetELFImageInfoAddress() local
94 size_t bytes_read; in GetELFImageInfoAddress() local
119 size_t bytes_read; in ReadSVR4LibraryInfo() local
150 size_t bytes_read; in GetLoadedSVR4Libraries() local
/external/libaom/libaom/common/
Dobudec.c71 ObuHeader *obu_header, size_t *bytes_read) { in obudec_read_obu_header()
109 uint8_t *obu_data, size_t *bytes_read) { in obudec_read_obu_payload()
123 size_t *bytes_read, in obudec_read_obu_header_and_size()
226 size_t bytes_read = 0; in obudec_read_one_obu() local
303 size_t bytes_read = 0; in file_is_obu() local
369 uint8_t **buffer, size_t *bytes_read, in obudec_read_temporal_unit()
/external/arm-trusted-firmware/drivers/partition/
Dpartition.c48 size_t bytes_read; in load_mbr_header() local
83 size_t bytes_read; in load_gpt_header() local
111 size_t bytes_read; in load_mbr_entry() local
161 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/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/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/pigweed/pw_protobuf/
Ddecoder.cc160 size_t bytes_read = varint::Decode(proto_, &key); in ConsumeKey() local
180 size_t bytes_read = varint::Decode(proto_, out); in ReadVarint() local
217 size_t bytes_read = varint::Decode(proto_, &length); in ReadDelimited() local
/external/llvm-project/lldb/unittests/Host/
DNativeProcessProtocolTest.cpp110 size_t bytes_read; in TEST() local
126 size_t bytes_read; in TEST() local
143 size_t bytes_read; in TEST() 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/rust/crates/nix/test/
Dtest_sendfile.rs81 let bytes_read = rd.read_to_string(&mut read_string).unwrap(); in test_sendfile_freebsd() localVariable
126 let bytes_read = rd.read_to_string(&mut read_string).unwrap(); in test_sendfile_darwin() localVariable
/external/tensorflow/tensorflow/lite/micro/examples/micro_speech/esp/
Daudio_provider.cc100 size_t bytes_read; in CaptureSamples() local
161 int32_t bytes_read = in GetAudioSamples() 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/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/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
/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/libaom/av1/decoder/
Dobu.c615 int bytes_read = get_last_nonzero_byte_index(data, sz); in read_metadata_itut_t35() local
639 int bytes_read = get_last_nonzero_byte_index(data, sz); in read_metadata_hdr_cll() local
663 int bytes_read = get_last_nonzero_byte_index(data, sz); in read_metadata_hdr_mdcv() local
790 size_t bytes_read = in read_metadata() local
801 size_t bytes_read = in read_metadata() local
810 size_t bytes_read = in read_metadata() local
883 size_t bytes_read = 0; in aom_decode_frame_from_obus() local
/external/libaom/libaom/test/
Dav1_config_test.cc90 size_t bytes_read = 0; in TEST() local
152 size_t bytes_read = 0; in TEST() local
/external/llvm-project/lldb/source/Host/common/
DPipeBase.cpp21 Status PipeBase::Read(void *buf, size_t size, size_t &bytes_read) { in Read()
/external/openscreen/testing/util/
Dread_file.cc20 int bytes_read = 0; in ReadEntireFileToString() local
/external/webrtc/rtc_base/memory/
Dfifo_buffer.cc69 size_t* bytes_read) { in ReadOffset()
89 size_t* bytes_read, in Read()
201 size_t* bytes_read) { in ReadOffsetLocked()

12345678910>>...12