Searched refs:WriteText (Results 1 – 11 of 11) sorted by relevance
/external/curl/lib/ |
D | mk-ca-bundle.vbs | 161 myStream.WriteText "##" & vbLf & _ 179 myStream.WriteText "## SHA256: " & FileSHA256(myCdFile) & vbLf 181 myStream.WriteText "##" & vbLf & vbLf 183 myStream.WriteText vbLf 201 myStream.WriteText myLabel & vbLf 202 myStream.WriteText String(Len(myLabel), "=") & vbLf 207 myStream.WriteText myPem & vbLf 225 myStream.WriteText myTmpFh.ReadAll & vbLf 241 myStream.WriteText "# " & myRev & vbLf & vbLf 252 myStream.WriteText myLines(i) & vbLf
|
/external/google-breakpad/src/common/linux/tests/ |
D | auto_testfile.h | 62 WriteText(text, static_cast<size_t>(strlen(text))); in AutoTestFile() 68 WriteText(text, text_len); in AutoTestFile() 108 void WriteText(const char* text, size_t text_len) { in WriteText() function
|
/external/webrtc/webrtc/system_wrappers/source/ |
D | data_log.cc | 234 file_->WriteText("%s[%u],", column_it->first.c_str(), in Flush() 237 file_->WriteText(","); in Flush() 239 file_->WriteText("%s,", column_it->first.c_str()); in Flush() 243 file_->WriteText("\n"); in Flush() 266 file_->WriteText("%s", row_string.c_str()); in Flush() 269 file_->WriteText("\n"); in Flush()
|
D | file_impl.h | 48 int WriteText(const char* format, ...) override;
|
D | file_impl.cc | 203 int FileWrapperImpl::WriteText(const char* format, ...) { in WriteText() function in webrtc::FileWrapperImpl
|
/external/webrtc/webrtc/system_wrappers/include/ |
D | file_wrapper.h | 67 virtual int WriteText(const char* format, ...) = 0;
|
/external/pdfium/samples/ |
D | pdfium_test_write_helper.h | 23 void WriteText(FPDF_PAGE page, const char* pdf_name, int num);
|
D | pdfium_test_write_helper.cc | 225 void WriteText(FPDF_PAGE page, const char* pdf_name, int num) { in WriteText() function
|
D | pdfium_test.cc | 770 WriteText(page, name.c_str(), page_index); in RenderPage()
|
/external/google-breakpad/src/processor/testdata/symbols/microdump/breakpad_unittests/DA7778FB66018A4E9B4110ED06E730D00/ |
D | breakpad_unittests.sym | 8380 FUNC 20f58 42 0 google_breakpad::AutoTestFile::WriteText
|
/external/google-breakpad/src/processor/testdata/symbols/microdump/breakpad_unittests/D6D1FEC9A15DE7F38A236898871A2E770/ |
D | breakpad_unittests.sym | 8176 FUNC 32c54 8c 0 google_breakpad::AutoTestFile::WriteText
|