Home
last modified time | relevance | path

Searched defs:read_bytes (Results 1 – 25 of 65) sorted by relevance

123

/external/rust/crates/regex-automata/src/
Dstate_id.rs146 fn read_bytes(slice: &[u8]) -> Self; in read_bytes() method
173 fn read_bytes(slice: &[u8]) -> Self { in read_bytes() method
200 fn read_bytes(slice: &[u8]) -> Self { in read_bytes() method
227 fn read_bytes(slice: &[u8]) -> Self { in read_bytes() method
255 fn read_bytes(slice: &[u8]) -> Self { in read_bytes() method
283 fn read_bytes(slice: &[u8]) -> Self { in read_bytes() method
/external/tensorflow/tensorflow/core/lib/io/
Dzlib_inputstream.cc130 uLong read_bytes = in ReadFromStream() local
190 size_t read_bytes = in NumUnreadBytes() local
Dzlib_outputbuffer.cc97 int32_t read_bytes = z_stream_->next_in - z_stream_input_.get(); in AddToInputBuffer() local
/external/freetype/src/base/
Dftstream.c124 FT_ULong read_bytes; in FT_Stream_ReadAt() local
167 FT_ULong read_bytes = 0; in FT_Stream_TryRead() local
238 FT_ULong read_bytes; in FT_Stream_EnterFrame() local
/external/rust/crates/vsock/tests/
Dvsock.rs55 let read_bytes = stream.read(&mut rx_blob[rx_pos..]).expect("read failed"); in test_vsock() localVariable
/external/webrtc/logging/rtc_event_log/encoder/
Dblob_encoding.cc72 const size_t read_bytes = in DecodeBlobs() local
/external/linux-kselftest/tools/testing/selftests/vm/
Dhugepage-mmap.c52 static int read_bytes(char *addr) in read_bytes() function
Dmap_hugetlb.c56 static int read_bytes(char *addr) in read_bytes() function
/external/ImageMagick/coders/
Dora.c141 read_bytes, in ReadORAImage() local
/external/ltp/testcases/kernel/syscalls/readahead/
Dreadahead02.c153 unsigned long *read_bytes, long long *usec, in read_testfile()
215 unsigned long read_bytes, read_bytes_ra; in test_readahead() local
/external/tensorflow/tensorflow/core/lib/io/snappy/
Dsnappy_inputbuffer.cc158 size_t read_bytes = next_in_ - input_buffer_.get(); in ReadFromFile() local
Dsnappy_outputbuffer.cc142 const int32_t read_bytes = next_in_ - input_buffer_.get(); in AddToInputBuffer() local
/external/bcc/libbpf-tools/
Dfiletop.h23 __u64 read_bytes; member
/external/webrtc/test/fuzzers/
Daudio_processing_fuzzer_helper.cc38 const size_t read_bytes = sizeof(float) * samples_per_input_channel; in GenerateFloatFrame() local
/external/v4l2_codec2/tests/c2_e2e_test/jni/
Dencoded_data_helper.cpp111 char* read_bytes = new char[file_size]; in EncodedDataHelper() local
/external/ltp/testcases/kernel/syscalls/acct/
Dacct02.c163 int read_bytes, ret; in run() local
/external/python/setuptools/setuptools/_vendor/importlib_resources/
Dabc.py62 def read_bytes(self): member in Traversable
Dreaders.py73 def read_bytes(self): member in MultiplexedPath
/external/python/setuptools/pkg_resources/_vendor/importlib_resources/
Dabc.py62 def read_bytes(self): member in Traversable
Dreaders.py73 def read_bytes(self): member in MultiplexedPath
/external/python/cryptography/src/cryptography/hazmat/
D_der.py60 def read_bytes(self, n): member in DERReader
/external/autotest/client/site_tests/security_Libcontainer/src/
Dlibcontainer_target_unittest.cc46 ssize_t read_bytes = read(read_fd_.get(), buffer, sizeof(buffer) - 1); in GetContents() local
/external/webrtc/rtc_base/
Dbyte_buffer_unittest.cc154 char read_bytes[3]; in TEST() local
/external/freetype/builds/amiga/src/base/
Dftsystem.c298 unsigned long read_bytes; in ft_amiga_stream_io() local
/external/python/cpython3/Lib/importlib/
Dreaders.py74 def read_bytes(self): member in MultiplexedPath

123