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

  /external/chromium_org/third_party/skia/src/core/
SkFontDescriptor.cpp 35 static void write_string(SkWStream* stream, const SkString& string, function
91 write_string(stream, fFamilyName, kFontFamilyName);
92 write_string(stream, fFullName, kFullName);
93 write_string(stream, fPostscriptName, kPostscriptName);
94 write_string(stream, fFontFileName, kFontFileName);
  /external/nanopb-c/tests/alltypes_callback/
encode_alltypes_callback.c 37 static bool write_string(pb_ostream_t *stream, const pb_field_t *field, void * const *arg) function
250 alltypes.req_string.funcs.encode = &write_string;
253 alltypes.req_bytes.funcs.encode = &write_string;
362 alltypes.opt_string.funcs.encode = &write_string;
365 alltypes.opt_bytes.funcs.encode = &write_string;
  /external/openssl/crypto/ui/
ui_openssl.c 319 static int write_string(UI *ui, UI_STRING *uis);
330 write_string,
345 static int write_string(UI *ui, UI_STRING *uis) function
  /external/compiler-rt/lib/profile/
GCDAProfiling.c 138 static void write_string(const char *s) { function
376 write_string(function_name);
  /external/opencv/cxcore/src/
cxpersistence.cpp 149 CvWriteString write_string; member in struct:CvFileStorage
    [all...]

Completed in 693 milliseconds