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

  /external/skia/src/core/
SkFontDescriptor.cpp 27 static void read_string(SkStream* stream, SkString* string) { function
50 read_string(stream, &fFamilyName);
53 read_string(stream, &fFullName);
56 read_string(stream, &fPostscriptName);
59 read_string(stream, &fFontFileName);
  /external/zlib/src/contrib/iostream2/
zstream_test.cpp 14 char *x = read_string(in), *y = new char[256], z[256];
zstream.h 145 inline char* read_string(izstream& zs) { function
  /external/linux-tools-perf/util/
trace-event-read.c 124 static char *read_string(void) function
272 sys = read_string();
504 version = read_string();
  /external/openssl/crypto/ui/
ui_openssl.c 318 static int read_string(UI *ui, UI_STRING *uis);
332 read_string,
360 static int read_string(UI *ui, UI_STRING *uis) function
  /external/webkit/Source/WebCore/inspector/front-end/UglifyJS/
parse-js.js 401 function read_string() {
531 if (ch == '"' || ch == "'") return read_string();
    [all...]

Completed in 221 milliseconds