Home
last modified time | relevance | path

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

12

/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
/external/tink/python/tink/cc/
Dpython_input_stream.cc80 std::string read_string = read_result.value(); in Next() local
/external/rust/crabbyavif/src/internal_utils/
Dstream.rs197 pub(crate) fn read_string(&mut self, size: usize) -> AvifResult<String> { in read_string() method
319 fn read_string() { in read_string() function
/external/webrtc/rtc_base/
Dbyte_buffer_unittest.cc144 std::string read_string; in TEST() local
/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
/external/skia/src/core/
DSkFontDescriptor.cpp45 [[nodiscard]] static bool read_string(SkStream* stream, SkString* string) { in read_string() function
/external/fmtlib/test/
Dscan-test.cc61 TEST(scan_test, read_string) { in TEST() argument
/external/ltp/testcases/kernel/fs/inode/
Dinode01.c91 char read_string[PATH_STRING_LENGTH + 1]; variable
Dinode02.c74 char read_string[PATH_STRING_LENGTH + 1]; variable
/external/pigweed/pw_tokenizer/py/pw_tokenizer/
Delf_reader.py233 def read_string(self, offset: int) -> str: member in FieldReader
Dtokens.py628 def read_string(start): function
/external/lua/src/
Dllex.c378 static void read_string (LexState *ls, int del, SemInfo *seminfo) { in read_string() function
/external/rust/android-crates-io/crates/protobuf/src/text_format/
Dparse.rs154 fn read_string(&mut self) -> ParseResult<String> { in read_string() method
/external/nanopb-c/tests/alltypes_proto3_callback/
Ddecode_alltypes_callback.c58 static bool read_string(pb_istream_t *stream, const pb_field_t *field, void **arg) in read_string() function
/external/nanopb-c/tests/alltypes_callback/
Ddecode_alltypes_callback.c58 static bool read_string(pb_istream_t *stream, const pb_field_t *field, void **arg) in read_string() function
/external/python/cpython3/Modules/
D_testexternalinspection.c413 read_string(pid_t pid, _Py_DebugOffsets* debug_offsets, void* address, char* buffer, Py_ssize_t siz… in read_string() function
/external/rust/android-crates-io/crates/bincode/src/de/
Dmod.rs99 fn read_string(&mut self) -> Result<String> { in read_string() method
/external/trace-cmd/tracecmd/
Dtrace-listen.c101 static int read_string(int fd, char *buf, size_t size) in read_string() function
/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
/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
/external/rust/android-crates-io/crates/protobuf-json-mapping/src/
Dparse.rs336 fn read_string(&mut self) -> ParseResultWithoutLoc<String> { in read_string() method
/external/linux-kselftest/tools/testing/selftests/vm/
Dkhugepaged.c217 static int read_string(const char *name, const char *strings[]) in read_string() function
/external/python/cpython3/Lib/
Dconfigparser.py758 def read_string(self, string, source='<string>'): member in RawConfigParser
/external/trace-cmd/lib/trace-cmd/
Dtrace-input.c415 static char *read_string(struct tracecmd_input *handle) in read_string() function
/external/bcc/libbpf-tools/powerpc/
Dvmlinux_600.h32843 int (*read_string)(struct device *, enum hwmon_sensor_types, u32, int, const char **); member

12