Searched refs:read_string (Results 1 – 9 of 9) sorted by relevance
/external/chromium_org/third_party/skia/src/core/ |
D | SkFontDescriptor.cpp | 27 static void read_string(SkStream* stream, SkString* string) { in read_string() function 50 read_string(stream, &fFamilyName); in SkFontDescriptor() 53 read_string(stream, &fFullName); in SkFontDescriptor() 56 read_string(stream, &fPostscriptName); in SkFontDescriptor() 59 read_string(stream, &fFontFileName); in SkFontDescriptor()
|
/external/skia/src/core/ |
D | SkFontDescriptor.cpp | 27 static void read_string(SkStream* stream, SkString* string) { in read_string() function 50 read_string(stream, &fFamilyName); in SkFontDescriptor() 53 read_string(stream, &fFullName); in SkFontDescriptor() 56 read_string(stream, &fPostscriptName); in SkFontDescriptor() 59 read_string(stream, &fFontFileName); in SkFontDescriptor()
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
D | bytebuffer_unittest.cc | 183 std::string read_string; in TEST() local 184 EXPECT_TRUE(buffer.ReadString(&read_string, write_string.size())); in TEST() 185 EXPECT_EQ(write_string, read_string); in TEST()
|
/external/zlib/src/contrib/iostream2/ |
D | zstream_test.cpp | 14 char *x = read_string(in), *y = new char[256], z[256]; in main()
|
D | zstream.h | 145 inline char* read_string(izstream& zs) { in read_string() function
|
/external/linux-tools-perf/util/ |
D | trace-event-read.c | 124 static char *read_string(void) in read_string() function 272 sys = read_string(); in read_event_files() 504 version = read_string(); in trace_report()
|
/external/chromium_org/third_party/openssl/openssl/crypto/ui/ |
D | 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) in read_string() function
|
/external/openssl/crypto/ui/ |
D | 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) in read_string() function
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/UglifyJS/ |
D | parse-js.js | 401 function read_string() { function 531 if (ch == '"' || ch == "'") return read_string();
|