HomeSort by relevance Sort by last modified time
    Searched defs:read_string (Results 1 - 10 of 10) sorted by null

  /external/skia/src/core/
SkFontDescriptor.cpp 29 static void read_string(SkStream* stream, SkString* string) { function
79 read_string(stream, &result->fFamilyName);
82 read_string(stream, &result->fFullName);
85 read_string(stream, &result->fPostscriptName);
  /external/webrtc/webrtc/base/
bytebuffer_unittest.cc 167 std::string read_string; local
168 EXPECT_TRUE(buffer.ReadString(&read_string, write_string.size()));
169 EXPECT_EQ(write_string, read_string);
  /external/zlib/src/contrib/iostream2/
zstream.h 145 inline char* read_string(izstream& zs) { function
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
llex.c 343 static void read_string (LexState *ls, int del, SemInfo *seminfo) { function
467 read_string(ls, ls->current, seminfo);
  /external/ltp/testcases/kernel/fs/inode/
inode01.c 91 char read_string[PATH_STRING_LENGTH + 1]; variable
520 read(file_id, read_string, len);
528 read_string[len] = '\0';
529 val = strcmp(read_string, path_string);
534 read_string);
inode02.c 74 char read_string[PATH_STRING_LENGTH + 1]; variable
628 read(file_id, read_string, len);
635 read_string[len] = '\0';
636 val = strcmp(read_string, path_string);
641 read_string);
  /external/nanopb-c/tests/alltypes_callback/
decode_alltypes_callback.c 58 static bool read_string(pb_istream_t *stream, const pb_field_t *field, void **arg) function
266 alltypes.req_string.funcs.decode = &read_string;
269 alltypes.req_bytes.funcs.decode = &read_string;
381 alltypes.opt_string.funcs.decode = &read_string;
384 alltypes.opt_bytes.funcs.decode = &read_string;
  /external/skia/third_party/lua/src/
llex.c 340 static void read_string (LexState *ls, int del, SemInfo *seminfo) { function
464 read_string(ls, ls->current, seminfo);
  /external/syslinux/com32/lua/src/
llex.c 347 static void read_string (LexState *ls, int del, SemInfo *seminfo) { function
471 read_string(ls, ls->current, seminfo);
  /toolchain/binutils/binutils-2.25/bfd/
dwarf2.c 601 read_string (bfd *abfd ATTRIBUTE_UNUSED, function
999 attr->u.str = read_string (abfd, info_ptr, &bytes_read);
    [all...]

Completed in 1569 milliseconds