/external/cronet/net/filter/ |
D | brotli_source_stream_unittest.cc | 95 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/ |
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/libaom/common/ |
D | obudec.c | 77 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/ |
D | partition.c | 49 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/ |
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/cronet/third_party/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/nix/test/ |
D | test_sendfile.rs | 107 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/ |
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/cronet/net/base/ |
D | file_stream_context_win.cc | 127 DWORD bytes_read, in OnIOCompleted() 196 DWORD bytes_read = 0; in ReadAsync() local 205 DWORD bytes_read, in ReadAsyncResult()
|
/external/pigweed/pw_protobuf/ |
D | decoder.cc | 162 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/ |
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/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/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/cronet/net/socket/ |
D | transport_client_socket_test_util.cc | 57 int bytes_read = 0; in ReadDataOfExpectedLength() local 100 uint32_t bytes_read = 0; in DrainStreamSocket() local
|
D | transport_client_socket_unittest.cc | 142 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/ |
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/cronet/ipc/ |
D | ipc_channel_reader.cc | 55 int bytes_read = 0; in ProcessIncomingMessages() local 69 ChannelReader::DispatchState ChannelReader::AsyncReadComplete(int bytes_read) { in AsyncReadComplete()
|
/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/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/pigweed/pw_protobuf/public/pw_protobuf/ |
D | bytes_utils.h | 49 ConstByteSpan bytes_read; in DecodeBytesToUint32() local
|
/external/AFLplusplus/test/ |
D | test-floatingpoint.c | 10 ssize_t bytes_read; in main() 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
|