Home
last modified time | relevance | path

Searched defs:read_string (Results 1 – 25 of 52) sorted by relevance

123

/aosp_15_r20/external/rust/android-crates-io/crates/nix/test/
Dtest_sendfile.rs100 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/
Dstream.rs199 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 Dpython_input_stream.cc80 std::string read_string = read_result.value(); in Next() local
/aosp_15_r20/system/unwinding/libunwindstack/tests/
H A DMemoryTest.cpp54 TEST(MemoryTest, read_string) { in TEST() argument
/aosp_15_r20/external/webrtc/rtc_base/
H A Dbyte_buffer_unittest.cc144 std::string read_string; in TEST() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/property_tree/include/boost/property_tree/detail/
Dinfo_parser_read.hpp113 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/
Dzstream.h145 inline char* read_string(izstream& zs) { in read_string() function
/aosp_15_r20/external/skia/src/core/
H A DSkFontDescriptor.cpp45 [[nodiscard]] static bool read_string(SkStream* stream, SkString* string) { in read_string() function
/aosp_15_r20/external/fmtlib/test/
H A Dscan-test.cc61 TEST(scan_test, read_string) { in TEST() argument
/aosp_15_r20/external/ltp/testcases/kernel/fs/inode/
H A Dinode01.c91 char read_string[PATH_STRING_LENGTH + 1]; variable
H A Dinode02.c74 char read_string[PATH_STRING_LENGTH + 1]; variable
/aosp_15_r20/external/pigweed/pw_tokenizer/py/pw_tokenizer/
H A Delf_reader.py233 def read_string(self, offset: int) -> str: member in FieldReader
H A Dtokens.py621 def read_string(start): function
/aosp_15_r20/external/lua/src/
H A Dllex.c378 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/
Dparse.rs154 fn read_string(&mut self) -> ParseResult<String> { in read_string() method
/aosp_15_r20/external/nanopb-c/tests/alltypes_proto3_callback/
H A Ddecode_alltypes_callback.c58 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 Ddecode_alltypes_callback.c58 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/
Dreader.rs113 fn read_string(&mut self) -> Result<String> { in read_string() method
/aosp_15_r20/external/rust/android-crates-io/crates/bincode/src/de/
Dmod.rs99 fn read_string(&mut self) -> Result<String> { in read_string() method
/aosp_15_r20/art/libartbase/base/unix_file/
H A Dfd_file_test.cc163 std::unique_ptr<char[]> read_string(new char[length]); in TEST_F() local
/aosp_15_r20/external/trace-cmd/tracecmd/
H A Dtrace-listen.c99 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/
Dcoded_input_stream.rs651 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/
Dparse.rs336 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/
Dmod.rs610 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 Dkhugepaged.c217 static int read_string(const char *name, const char *strings[]) in read_string() function

123