Searched refs:WriteText (Results 1 – 11 of 11) sorted by relevance
/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/openfst/src/bin/ |
D | fstprint.cc | 100 isyms->WriteText(FLAGS_save_isymbols); in main() 103 osyms->WriteText(FLAGS_save_osymbols); in main()
|
D | fstsymbols.cc | 66 isyms->WriteText(FLAGS_save_isymbols); in main() 75 osyms->WriteText(FLAGS_save_osymbols); in main()
|
/external/webrtc/webrtc/system_wrappers/include/ |
D | file_wrapper.h | 67 virtual int WriteText(const char* format, ...) = 0;
|
/external/openfst/src/include/fst/ |
D | symbol-table.h | 360 virtual bool WriteText( 365 bool WriteText(const string& filename) const { in WriteText() function 371 return WriteText(strm); in WriteText()
|
/external/openfst/src/lib/ |
D | symbol-table.cc | 249 bool SymbolTable::WriteText(ostream &strm, in WriteText() function in fst::SymbolTable
|
/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
|