/external/sdv/vsomeip/third_party/boost/asio/test/ |
D | read_at.cpp | 152 char read_buf[sizeof(read_data)]; in test_3_arg_mutable_buffer_read_at() local 201 char read_buf[sizeof(read_data)]; in test_3_arg_vector_buffers_read_at() local 304 char read_buf[sizeof(read_data)]; in test_4_arg_nothrow_mutable_buffer_read_at() local 360 char read_buf[sizeof(read_data)]; in test_4_arg_nothrow_vector_buffers_read_at() local 498 char read_buf[sizeof(read_data)]; in test_4_arg_mutable_buffer_read_at() local 915 char read_buf[sizeof(read_data)]; in test_4_arg_vector_buffers_read_at() local 1802 char read_buf[sizeof(read_data)]; in test_5_arg_mutable_buffer_read_at() local 2328 char read_buf[sizeof(read_data)]; in test_5_arg_vector_buffers_read_at() local 3449 char read_buf[sizeof(read_data)]; in test_4_arg_mutable_buffer_async_read_at() local 3546 char read_buf[sizeof(read_data)]; in test_4_arg_boost_array_buffers_async_read_at() local [all …]
|
D | read.cpp | 159 char read_buf[sizeof(read_data)]; in test_2_arg_mutable_buffer_read() local 188 char read_buf[sizeof(read_data)]; in test_2_arg_vector_buffers_read() local 296 char read_buf[sizeof(read_data)]; in test_3_arg_nothrow_mutable_buffer_read() local 329 char read_buf[sizeof(read_data)]; in test_3_arg_nothrow_vector_buffers_read() local 458 char read_buf[sizeof(read_data)]; in test_3_arg_mutable_buffer_read() local 668 char read_buf[sizeof(read_data)]; in test_3_arg_vector_buffers_read() local 1355 char read_buf[sizeof(read_data)]; in test_4_arg_mutable_buffer_read() local 1620 char read_buf[sizeof(read_data)]; in test_4_arg_vector_buffers_read() local 2488 char read_buf[sizeof(read_data)]; in test_3_arg_mutable_buffer_async_read() local 2549 char read_buf[sizeof(read_data)]; in test_3_arg_boost_array_buffers_async_read() local [all …]
|
/external/rust/android-crates-io/crates/tokio/tests/ |
D | tcp_into_split.rs | 31 let mut read_buf = vec![0u8; 32]; in split() localVariable 42 let mut read_buf = [0u8; 32]; in split() localVariable 96 let mut read_buf = [0u8; 32]; in drop_write() localVariable 114 let mut read_buf = [0u8; 32]; in drop_write() localVariable
|
D | io_read_buf.rs | 12 async fn read_buf() { in read_buf() function 45 let mut read_buf = ReadBuf::new(&mut buf); in issue_5588() localVariable 66 let mut read_buf = ReadBuf::new(&mut buf); in issue_5588() localVariable
|
D | tcp_split.rs | 23 let mut read_buf = [0u8; 32]; in split() localVariable 31 let mut read_buf = [0u8; 32]; in split() localVariable
|
D | io_panic.rs | 62 let mut read_buf = ReadBuf::new(&mut buffer); in read_buf_initialize_unfilled_to_panic_caller() localVariable 77 let mut read_buf = ReadBuf::new(&mut buffer); in read_buf_advance_panic_caller() localVariable 92 let mut read_buf = ReadBuf::new(&mut buffer); in read_buf_set_filled_panic_caller() localVariable 107 let mut read_buf = ReadBuf::new(&mut buffer); in read_buf_put_slice_panic_caller() localVariable
|
/external/pigweed/pw_spi_linux/ |
D | spi_test.cc | 161 std::array<std::byte, kNumBytes> read_buf; in TEST_F() local 179 std::array<std::byte, kNumBytes> read_buf; in TEST_F() local 198 std::array<std::byte, 2> read_buf; in TEST_F() local 225 std::array<std::byte, 5> read_buf; in TEST_F() local
|
/external/ltp/testcases/kernel/syscalls/epoll_wait/ |
D | epoll_wait01.c | 41 char read_buf[write_size]; in get_writesize() local 132 char read_buf[sizeof(write_buf)]; in verify_epollin() local 173 char read_buf[sizeof(write_buf)]; in verify_epollio() local
|
/external/pigweed/pw_stream/ |
D | interval_reader_test.cc | 31 std::byte read_buf[5]; in TEST() local 60 std::byte read_buf[5]; in TEST() local
|
/external/libese/third_party/NXPNFC_P61_JCOP_Kit/src/ |
D | Ala.cpp | 1074 UINT8 read_buf[1024]; in ALA_Check_KeyIdentifier() local 1305 tJBL_STATUS ALA_ReadScript(Ala_ImageInfo_t *Os_info, UINT8 *read_buf) in ALA_ReadScript() 2263 UINT8 Numof_lengthbytes(UINT8 *read_buf, INT32 *pLen) in Numof_lengthbytes() 2492 tJBL_STATUS Check_Certificate_Tag(UINT8 *read_buf, UINT16 *offset1) in Check_Certificate_Tag() 2522 tJBL_STATUS Check_SerialNo_Tag(UINT8 *read_buf, UINT16 *offset1) in Check_SerialNo_Tag() 2550 tJBL_STATUS Check_LSRootID_Tag(UINT8 *read_buf, UINT16 *offset1) in Check_LSRootID_Tag() 2586 tJBL_STATUS Check_CertHoldID_Tag(UINT8 *read_buf, UINT16 *offset1) in Check_CertHoldID_Tag() 2619 tJBL_STATUS Check_Date_Tag(UINT8 *read_buf, UINT16 *offset1) in Check_Date_Tag() 2669 tJBL_STATUS Check_45_Tag(UINT8 *read_buf, UINT16 *offset1, UINT8 *tag45Len) in Check_45_Tag() 2701 Ala_TranscieveInfo_t *pTranscv_Info, UINT8 *read_buf, UINT16 *offset1, in Certificate_Verification() [all …]
|
/external/rust/android-crates-io/crates/tokio/src/io/ |
D | mod.rs | 209 mod read_buf; module
|
/external/rust/android-crates-io/crates/tokio-util/src/io/ |
D | mod.rs | 15 mod read_buf; module
|
D | read_buf.rs | 44 pub async fn read_buf<R, B>(read: &mut R, buf: &mut B) -> io::Result<usize> in read_buf() function
|
/external/cronet/stable/net/websockets/ |
D | websocket_basic_stream_adapters_test.cc | 217 auto read_buf = base::MakeRefCounted<IOBufferWithSize>(kReadBufSize); in TEST_F() local 248 auto read_buf = base::MakeRefCounted<IOBufferWithSize>(kReadBufSize); in TEST_F() local 320 auto read_buf = base::MakeRefCounted<IOBufferWithSize>(kReadBufSize); in TEST_F() local 679 auto read_buf = base::MakeRefCounted<IOBufferWithSize>(kReadBufSize); in TEST_F() local 778 auto read_buf = base::MakeRefCounted<IOBufferWithSize>(kReadBufSize); in TEST_F() local 848 auto read_buf = base::MakeRefCounted<IOBufferWithSize>(kReadBufSize); in TEST_F() local 950 auto read_buf = base::MakeRefCounted<IOBufferWithSize>(kReadBufSize); in TEST_F() local 1028 auto read_buf = base::MakeRefCounted<IOBufferWithSize>(kReadBufSize); in TEST_F() local 1117 auto read_buf = base::MakeRefCounted<IOBufferWithSize>(kReadBufSize); in TEST_F() local 1623 auto read_buf = base::MakeRefCounted<IOBufferWithSize>(kReadBufSize); in TEST_P() local [all …]
|
/external/cronet/tot/net/websockets/ |
D | websocket_basic_stream_adapters_test.cc | 217 auto read_buf = base::MakeRefCounted<IOBufferWithSize>(kReadBufSize); in TEST_F() local 248 auto read_buf = base::MakeRefCounted<IOBufferWithSize>(kReadBufSize); in TEST_F() local 320 auto read_buf = base::MakeRefCounted<IOBufferWithSize>(kReadBufSize); in TEST_F() local 679 auto read_buf = base::MakeRefCounted<IOBufferWithSize>(kReadBufSize); in TEST_F() local 778 auto read_buf = base::MakeRefCounted<IOBufferWithSize>(kReadBufSize); in TEST_F() local 848 auto read_buf = base::MakeRefCounted<IOBufferWithSize>(kReadBufSize); in TEST_F() local 950 auto read_buf = base::MakeRefCounted<IOBufferWithSize>(kReadBufSize); in TEST_F() local 1028 auto read_buf = base::MakeRefCounted<IOBufferWithSize>(kReadBufSize); in TEST_F() local 1117 auto read_buf = base::MakeRefCounted<IOBufferWithSize>(kReadBufSize); in TEST_F() local 1623 auto read_buf = base::MakeRefCounted<IOBufferWithSize>(kReadBufSize); in TEST_P() local [all …]
|
/external/ltp/testcases/kernel/device-drivers/agp/user_space/ |
D | user_tagp.c | 140 char read_buf[BUFFER_LEN]; in agpgart_io_test() local
|
/external/cronet/stable/third_party/llvm-libc/src/test/src/fcntl/ |
D | openat_test.cpp | 32 char read_buf[TEST_MSG_SIZE]; in TEST() local
|
/external/llvm-libc/test/src/fcntl/ |
D | openat_test.cpp | 32 char read_buf[TEST_MSG_SIZE]; in TEST() local
|
/external/cronet/tot/third_party/llvm-libc/src/test/src/fcntl/ |
D | openat_test.cpp | 32 char read_buf[TEST_MSG_SIZE]; in TEST() local
|
/external/rust/android-crates-io/crates/nix/test/sys/ |
D | test_uio.rs | 45 let mut read_buf: Vec<u8> = iter::repeat(0u8).take(128 * 16).collect(); in test_writev() localVariable 94 let mut read_buf = Vec::with_capacity(to_write.len()); in test_readv() localVariable
|
/external/linux-kselftest/tools/testing/selftests/arm64/fp/ |
D | za-ptrace.c | 141 void *read_buf = NULL; in ptrace_set_no_data() local 183 void *read_buf = NULL; in ptrace_set_get_data() local
|
/external/trusty/bootloader/ql-tipc/examples/u-boot/ |
D | storage_ops_uboot.c | 45 void* read_buf, in rpmb_storage_send()
|
/external/cronet/tot/third_party/llvm-libc/src/test/src/unistd/ |
D | lseek_test.cpp | 29 char read_buf[20]; in TEST() local
|
/external/cronet/stable/third_party/llvm-libc/src/test/src/unistd/ |
D | lseek_test.cpp | 29 char read_buf[20]; in TEST() local
|
/external/llvm-libc/test/src/unistd/ |
D | lseek_test.cpp | 31 char read_buf[20]; in TEST_F() local
|