Home
last modified time | relevance | path

Searched defs:read_count (Results 1 – 25 of 51) sorted by relevance

123

/external/crosvm/base/src/sys/linux/
Devent.rs42 fn read_count(&self) -> Result<u64>; in read_count() method
50 fn read_count(&self) -> Result<u64> { in read_count() method
92 pub fn read_count(&self) -> Result<u64> { in read_count() method
/external/tink/python/tink/cc/
Dinput_stream_adapter.cc35 int read_count = in Read() local
/external/tink/cc/internal/
Dtest_random_access_stream.cc59 int read_count = in PRead() local
/external/tink/cc/util/
Dfile_random_access_stream.cc75 int read_count = pread(fd_, dest_buffer->get_mem_block(), count, position); in PRead() local
Dfile_random_access_stream_test.cc93 int read_count = buffer->size(); in ReadAndVerifyChunk() local
/external/tinyalsa_new/examples/
Dpcm-readi.c43 int read_count = pcm_readi(pcm, *frames, frames_per_sec); in read_frames() local
/external/erofs-utils/lib/
Dio.c290 int read_count, fd; in dev_read() local
351 ssize_t read_count; in __erofs_copy_file_range() local
/external/llvm-libc/src/__support/
Darg_list.h61 size_t read_count() const { return arg_counter; } in read_count() function
/external/ltp/testcases/kernel/syscalls/truncate/
Dtruncate02.c37 off_t read_count; member
/external/trusty/bootloader/test-runner/
Dtest-runner-storage.c82 uint16_t read_count = read_size / MMC_BLOCK_SIZE; in rpmb_storage_send() local
/external/libhevc/encoder/
Dosal_mbox.h71 UWORD32 read_count; /* Get Count */ member
Dosal_select_engine.h57 UWORD32 read_count; /* Count of read descriptors */ member
/external/freetype/builds/unix/
Dftsystem.c338 ssize_t read_count; in FT_Stream_Open() local
/external/tinyalsa_new/tests/src/
Dpcm_in_test.cc83 constexpr uint32_t read_count = 20; in TEST_F() local
/external/google-breakpad/src/client/windows/crash_generation/
Dclient_info.cc190 SIZE_T read_count = sizeof(CustomInfoEntry) * custom_client_info_.count; in PopulateCustomInfo() local
/external/tensorflow/tensorflow/cc/saved_model/
Dbundle_v2_test.cc101 const int read_count = metrics::SavedModelRead("2").value(); in TEST_F() local
/external/pigweed/pw_channel/
Dloopback_channel_test.cc46 int read_count = 0; member in __anonaa71f77d0111::ReaderTask
/external/webrtc/common_audio/
Dring_buffer.c115 const size_t read_count = GetBufferReadRegions(self, in WebRtc_ReadBuffer() local
/external/perfetto/test/
Dtest_helper.cc228 void TestHelper::ReadData(uint32_t read_count) { in ReadData()
259 void TestHelper::WaitForReadData(uint32_t read_count, uint32_t timeout_ms) { in WaitForReadData()
/external/cronet/net/nqe/
Dnetwork_qualities_prefs_manager_unittest.cc59 size_t read_count() const { in read_count() function in net::__anon6f2b406e0111::TestPrefDelegate
/external/tink/cc/subtle/
Ddecrypting_random_access_stream.cc275 int read_count = 0; in PReadAndDecrypt() local
/external/capstone/arch/ARM/
DARMMapping.c904 uint8_t read_count, write_count; in ARM_reg_access() local
/external/capstone/arch/AArch64/
DAArch64Mapping.c1031 uint8_t read_count, write_count; in AArch64_reg_access() local
/external/freetype/builds/windows/
Dftsystem.c401 DWORD read_count; in FT_Stream_Open() local
/external/pigweed/pw_bluetooth_sapphire/host/gatt/
Dremote_service_manager_test.cc1392 int read_count = 0; in TEST_F() local
1456 int read_count = 0; in TEST_F() local
1500 int read_count = 0; in TEST_F() local
1551 int read_count = 0; in TEST_F() local
1617 int read_count = 0; in TEST_F() local
1762 int read_count = 0; in TEST_F() local
1816 size_t read_count = 0; in TEST_F() local
1876 size_t read_count = 0; in TEST_F() local
1913 size_t read_count = 0; in TEST_F() local
1964 size_t read_count = 0; in TEST_F() local
[all …]

123