Home
last modified time | relevance | path

Searched refs:read_string (Results 1 – 5 of 5) sorted by relevance

/external/skia/src/core/
DSkFontDescriptor.cpp27 static void read_string(SkStream* stream, SkString* string) { in read_string() function
67 read_string(stream, &fFamilyName); in SkFontDescriptor()
70 read_string(stream, &fFullName); in SkFontDescriptor()
73 read_string(stream, &fPostscriptName); in SkFontDescriptor()
/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
266 alltypes.req_string.funcs.decode = &read_string; in check_alltypes()
269 alltypes.req_bytes.funcs.decode = &read_string; in check_alltypes()
381 alltypes.opt_string.funcs.decode = &read_string; in check_alltypes()
384 alltypes.opt_bytes.funcs.decode = &read_string; in check_alltypes()
/external/linux-tools-perf/src/tools/perf/util/
Dtrace-event-read.c118 static char *read_string(void) in read_string() function
330 sys = read_string(); in read_event_files()
381 version = read_string(); in trace_report()
/external/zlib/src/contrib/iostream2/
Dzstream_test.cpp14 char *x = read_string(in), *y = new char[256], z[256]; in main()
Dzstream.h145 inline char* read_string(izstream& zs) { in read_string() function