/external/openscreen/osp/msgs/ |
D | messages_unittest.cc | 28 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/ |
D | extents_file_unittest.cc | 98 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/ |
D | ProcessorTraceTest.cpp | 30 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/ |
D | NativeProcessELF.cpp | 69 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/ |
D | obudec.c | 71 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/ |
D | partition.c | 48 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/ |
D | pkcs12.cc | 78 size_t bytes_read; in DoPKCS12() local 96 size_t bytes_read; in DoPKCS12() local
|
/external/rust/crates/quiche/deps/boringssl/src/tool/ |
D | pkcs12.cc | 78 size_t bytes_read; in DoPKCS12() local 96 size_t bytes_read; in DoPKCS12() local
|
/external/sfntly/cpp/src/sfntly/data/ |
D | byte_array.cc | 113 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/ |
D | file_io_test.cc | 41 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
|
D | byte_array_test.cc | 39 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/ |
D | decoder.cc | 160 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/ |
D | NativeProcessProtocolTest.cpp | 110 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/ |
D | frame_handler_test.cc | 86 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/ |
D | test_sendfile.rs | 81 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/ |
D | audio_provider.cc | 100 size_t bytes_read; in CaptureSamples() local 161 int32_t bytes_read = in GetAudioSamples() local
|
/external/tensorflow/tensorflow/core/lib/io/snappy/ |
D | snappy_inputstream.cc | 53 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/ |
D | file_utils.cc | 91 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/ |
D | trace_buffer_test.cc | 85 size_t bytes_read = 0; in TEST() local 124 size_t bytes_read = 0; in TEST() local
|
/external/libchrome/ipc/ |
D | ipc_channel_reader.cc | 56 int bytes_read = 0; in ProcessIncomingMessages() local 70 ChannelReader::DispatchState ChannelReader::AsyncReadComplete(int bytes_read) { in AsyncReadComplete()
|
/external/libaom/libaom/av1/decoder/ |
D | obu.c | 615 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/ |
D | av1_config_test.cc | 90 size_t bytes_read = 0; in TEST() local 152 size_t bytes_read = 0; in TEST() local
|
/external/llvm-project/lldb/source/Host/common/ |
D | PipeBase.cpp | 21 Status PipeBase::Read(void *buf, size_t size, size_t &bytes_read) { in Read()
|
/external/openscreen/testing/util/ |
D | read_file.cc | 20 int bytes_read = 0; in ReadEntireFileToString() local
|
/external/webrtc/rtc_base/memory/ |
D | fifo_buffer.cc | 69 size_t* bytes_read) { in ReadOffset() 89 size_t* bytes_read, in Read() 201 size_t* bytes_read) { in ReadOffsetLocked()
|