Home
last modified time | relevance | path

Searched defs:read_data (Results 1 – 25 of 89) sorted by relevance

1234

/external/iamf_tools/iamf/common/tests/
Dread_bit_buffer_fuzz_test.cc20 uint64_t read_data; in ReadUnsignedLiteral64NoUndefinedBehavior() local
30 uint32_t read_data; in ReadUnsignedLiteral32NoUndefinedBehavior() local
40 uint16_t read_data; in ReadUnsignedLiteral16NoUndefinedBehavior() local
50 uint8_t read_data; in ReadUnsignedLiteral8NoUndefinedBehavior() local
59 int16_t read_data; in ReadSigned16NoUndefinedBehavior() local
68 std::string read_data; in ReadStringNoUndefinedBehavior() local
77 DecodedUleb128 read_data; in ReadULeb128NoUndefinedBehavior() local
87 uint32_t read_data; in ReadIso14496_1ExpandedNoUndefinedBehavior() local
96 std::vector<uint8_t> read_data(data.size()); in ReadUint8SpanNoUndefinedBehavior() local
106 bool read_data; in ReadBooleanNoUndefinedBehavior() local
Dwrite_read_fuzz_test.cc29 std::string read_data; in WriteReadString() local
48 std::vector<uint8_t> read_data(data.size()); in WriteReadUint8Span() local
/external/rust/android-crates-io/crates/tokio/tests/
Dnet_unix_pipe.rs64 let read_data = assert_ready_ok!(read_fut.poll()); in fifo_simple_send() localVariable
91 let mut read_data = vec![0; DATA.len()]; in fifo_simple_send_sender_first() localVariable
120 let mut read_data = vec![0; DATA.len()]; in fifo_multiple_writes() localVariable
151 let mut read_data = vec![0; DATA.len()]; in fifo_resilient_reader() localVariable
222 let read_data = assert_ok!(read_fut.await); in from_file() localVariable
336 let mut read_data = vec![0; write_data.len()]; in try_read_write() localVariable
379 let mut read_data = vec![0; write_data.len()]; in try_read_write_vectored() localVariable
425 let mut read_data = vec![0; write_data.len()]; in try_read_buf() localVariable
465 let read_data = assert_ready_ok!(read_fut.poll()); in anon_pipe_simple_send() localVariable
/external/llvm-libc/test/src/stdio/
Dfopencookie_test.cpp103 char read_data[sizeof(CONTENT)]; in TEST() local
146 char read_data[sizeof(WRITE_DATA)]; in TEST() local
176 char read_data[READ_SIZE]; in TEST() local
209 char read_data[READ_SIZE]; in TEST() local
242 char read_data[sizeof(WRITE_DATA)]; in TEST() local
Dfileop_test.cpp40 char read_data[sizeof(CONTENT)]; in TEST() local
179 MyStruct read_data[WRITE_NMEMB]; in TEST() local
/external/cronet/tot/third_party/llvm-libc/src/test/src/stdio/
Dfopencookie_test.cpp103 char read_data[sizeof(CONTENT)]; in TEST() local
146 char read_data[sizeof(WRITE_DATA)]; in TEST() local
176 char read_data[READ_SIZE]; in TEST() local
209 char read_data[READ_SIZE]; in TEST() local
242 char read_data[sizeof(WRITE_DATA)]; in TEST() local
Dfileop_test.cpp40 char read_data[sizeof(CONTENT)]; in TEST() local
179 MyStruct read_data[WRITE_NMEMB]; in TEST() local
/external/cronet/stable/third_party/llvm-libc/src/test/src/stdio/
Dfopencookie_test.cpp103 char read_data[sizeof(CONTENT)]; in TEST() local
146 char read_data[sizeof(WRITE_DATA)]; in TEST() local
176 char read_data[READ_SIZE]; in TEST() local
209 char read_data[READ_SIZE]; in TEST() local
242 char read_data[sizeof(WRITE_DATA)]; in TEST() local
Dfileop_test.cpp40 char read_data[sizeof(CONTENT)]; in TEST() local
179 MyStruct read_data[WRITE_NMEMB]; in TEST() local
/external/cronet/tot/base/fuchsia/
Dmem_buffer_util_unittest.cc16 auto read_data = base::StringFromVmo(vmo); in TEST() local
24 auto read_data = base::StringFromMemBuffer(vmo); in TEST() local
/external/cronet/stable/base/fuchsia/
Dmem_buffer_util_unittest.cc16 auto read_data = base::StringFromVmo(vmo); in TEST() local
24 auto read_data = base::StringFromMemBuffer(vmo); in TEST() local
/external/pigweed/pw_channel/
Dforwarding_channel.cc38 auto read_data = std::move(*read_queue_); in DoPendRead() local
95 auto read_data = std::move(read_queue_); in DoPendRead() local
/external/trusty/arm-trusted-firmware/drivers/st/ddr/phy/phyinit/usercustom/
Dddrphy_phyinit_usercustom_g_waitfwdone.c29 uint16_t read_data; in wait_uctwriteprotshadow() local
153 uint32_t read_data; in ddrphy_phyinit_usercustom_g_waitfwdone() local
/external/coreboot/src/drivers/maxim/max77686/
Dmax77686.c105 unsigned char read_data; in max77686_enablereg() local
140 unsigned char read_data; in max77686_volsetting() local
/external/cronet/tot/third_party/llvm-libc/src/test/src/__support/File/
Dfile_test.cpp142 char read_data[sizeof(data)]; in TEST() local
238 char read_data[READ_SIZE]; in TEST() local
314 char read_data[READ_SIZE]; in TEST() local
347 char read_data[sizeof(data)]; in TEST() local
363 char read_data[READ_SIZE]; in TEST() local
421 char read_data[READ_SIZE]; in TEST() local
/external/cronet/stable/third_party/llvm-libc/src/test/src/__support/File/
Dfile_test.cpp142 char read_data[sizeof(data)]; in TEST() local
238 char read_data[READ_SIZE]; in TEST() local
314 char read_data[READ_SIZE]; in TEST() local
347 char read_data[sizeof(data)]; in TEST() local
363 char read_data[READ_SIZE]; in TEST() local
421 char read_data[READ_SIZE]; in TEST() local
/external/llvm-libc/test/src/__support/File/
Dfile_test.cpp142 char read_data[sizeof(data)]; in TEST() local
238 char read_data[READ_SIZE]; in TEST() local
314 char read_data[READ_SIZE]; in TEST() local
347 char read_data[sizeof(data)]; in TEST() local
363 char read_data[READ_SIZE]; in TEST() local
421 char read_data[READ_SIZE]; in TEST() local
/external/pigweed/pw_i2c/
Dregister_device_test.cc42 void SetReadData(ByteSpan read_data) { in SetReadData()
569 uint16_t read_data = result.value_or(kErrorValue); in TEST() local
601 uint32_t read_data = result.value_or(kErrorValue); in TEST() local
632 uint16_t read_data = result.value_or(kErrorValue); in TEST() local
661 uint16_t read_data = result.value_or(kErrorValue); in TEST() local
693 uint32_t read_data = result.value_or(kErrorValue); in TEST() local
724 uint16_t read_data = result.value_or(kErrorValue); in TEST() local
759 uint16_t read_data = result.value_or(kErrorValue); in TEST() local
/external/linux-kselftest/tools/testing/selftests/bpf/progs/
Ddynptr_fail.c139 char read_data[64]; in use_after_invalid() local
372 char read_data[64]; in invalid_helper2() local
408 char read_data[64]; in invalid_write2() local
507 char read_data[64]; in invalid_read2() local
/external/webrtc/common_audio/
Dring_buffer_unittest.cc64 std::unique_ptr<int[]> read_data(new int[buffer_size]); in RandomStressTest() local
118 int read_data[kDataSize]; in TEST() local
/external/vboot_reference/tests/
Dvb21_host_misc_tests.c34 uint8_t *read_data; in file_tests() local
/external/grpc-grpc/test/core/event_engine/test_suite/posix/
Doracle_event_engine_posix.cc113 std::string read_data = std::string(num_expected_bytes, '\0'); in TryReadBytes() local
134 std::string read_data; in ReadBytes() local
267 std::string read_data = in ProcessReadOperations() local
/external/sdv/vsomeip/third_party/boost/asio/test/
Dbuffered_read_stream.cpp171 char read_data[sizeof(write_data)]; in test_sync_operations() local
287 char read_data[sizeof(write_data)]; in test_async_operations() local
Dbuffered_write_stream.cpp172 char read_data[sizeof(write_data)]; in test_sync_operations() local
298 char read_data[sizeof(write_data)]; in test_async_operations() local
Dbuffered_stream.cpp183 char read_data[sizeof(write_data)]; in test_sync_operations() local
309 char read_data[sizeof(write_data)]; in test_async_operations() local

1234