/aosp_15_r20/external/rust/android-crates-io/crates/nix/test/ |
D | test_sendfile.rs | 100 let mut read_string = String::new(); in test_sendfile_freebsd() localVariable 149 let mut read_string = String::new(); in test_sendfile_dragonfly() localVariable 198 let mut read_string = String::new(); in test_sendfile_darwin() localVariable 257 let mut read_string = String::new(); in test_sendfilev() localVariable
|
/aosp_15_r20/external/rust/crabbyavif/src/internal_utils/ |
D | stream.rs | 199 pub fn read_string(&mut self, size: usize) -> AvifResult<String> { in read_string() method 321 fn read_string() { in read_string() function
|
/aosp_15_r20/external/tink/python/tink/cc/ |
H A D | python_input_stream.cc | 80 std::string read_string = read_result.value(); in Next() local
|
/aosp_15_r20/system/unwinding/libunwindstack/tests/ |
H A D | MemoryTest.cpp | 54 TEST(MemoryTest, read_string) { in TEST() argument
|
/aosp_15_r20/external/webrtc/rtc_base/ |
H A D | byte_buffer_unittest.cc | 144 std::string read_string; in TEST() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/property_tree/include/boost/property_tree/detail/ |
D | info_parser_read.hpp | 113 std::basic_string<Ch> read_string(const Ch *&text, bool *need_more_lines) in read_string() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/libz-sys/src/zlib/contrib/iostream2/ |
D | zstream.h | 145 inline char* read_string(izstream& zs) { in read_string() function
|
/aosp_15_r20/external/skia/src/core/ |
H A D | SkFontDescriptor.cpp | 45 [[nodiscard]] static bool read_string(SkStream* stream, SkString* string) { in read_string() function
|
/aosp_15_r20/external/fmtlib/test/ |
H A D | scan-test.cc | 61 TEST(scan_test, read_string) { in TEST() argument
|
/aosp_15_r20/external/ltp/testcases/kernel/fs/inode/ |
H A D | inode01.c | 91 char read_string[PATH_STRING_LENGTH + 1]; variable
|
H A D | inode02.c | 74 char read_string[PATH_STRING_LENGTH + 1]; variable
|
/aosp_15_r20/external/pigweed/pw_tokenizer/py/pw_tokenizer/ |
H A D | elf_reader.py | 233 def read_string(self, offset: int) -> str: member in FieldReader
|
H A D | tokens.py | 621 def read_string(start): function
|
/aosp_15_r20/external/lua/src/ |
H A D | llex.c | 378 static void read_string (LexState *ls, int del, SemInfo *seminfo) { in read_string() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf/src/text_format/ |
D | parse.rs | 154 fn read_string(&mut self) -> ParseResult<String> { in read_string() method
|
/aosp_15_r20/external/nanopb-c/tests/alltypes_proto3_callback/ |
H A D | decode_alltypes_callback.c | 58 static bool read_string(pb_istream_t *stream, const pb_field_t *field, void **arg) in read_string() function
|
/aosp_15_r20/external/nanopb-c/tests/alltypes_callback/ |
H A D | decode_alltypes_callback.c | 58 static bool read_string(pb_istream_t *stream, const pb_field_t *field, void **arg) in read_string() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/uniffi_meta/src/ |
D | reader.rs | 113 fn read_string(&mut self) -> Result<String> { in read_string() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/bincode/src/de/ |
D | mod.rs | 99 fn read_string(&mut self) -> Result<String> { in read_string() method
|
/aosp_15_r20/art/libartbase/base/unix_file/ |
H A D | fd_file_test.cc | 163 std::unique_ptr<char[]> read_string(new char[length]); in TEST_F() local
|
/aosp_15_r20/external/trace-cmd/tracecmd/ |
H A D | trace-listen.c | 99 static int read_string(int fd, char *buf, size_t size) in read_string() function
|
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/protobuf/src/ |
D | coded_input_stream.rs | 651 pub fn read_string(&mut self) -> ProtobufResult<String> { in read_string() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-json-mapping/src/ |
D | parse.rs | 336 fn read_string(&mut self) -> ParseResultWithoutLoc<String> { in read_string() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf/src/coded_input_stream/ |
D | mod.rs | 610 pub fn read_string(&mut self) -> crate::Result<String> { in read_string() method
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/vm/ |
H A D | khugepaged.c | 217 static int read_string(const char *name, const char *strings[]) in read_string() function
|