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

  /external/webrtc/src/system_wrappers/interface/
file_wrapper.h 59 virtual int WriteText(const char* format, ...) = 0;
  /external/webrtc/src/system_wrappers/source/
file_impl.h 42 virtual int WriteText(const char* format, ...);
data_log.cc 235 file_->WriteText("%s[%u],", column_it->first.c_str(),
238 file_->WriteText(",");
240 file_->WriteText("%s,", column_it->first.c_str());
244 file_->WriteText("\n");
267 file_->WriteText("%s", row_string.c_str());
270 file_->WriteText("\n");
file_impl.cc 206 int FileWrapperImpl::WriteText(const char* format, ...)
  /external/openfst/src/bin/
fstprint.cc 100 isyms->WriteText(FLAGS_save_isymbols);
103 osyms->WriteText(FLAGS_save_osymbols);
fstsymbols.cc 66 isyms->WriteText(FLAGS_save_isymbols);
75 osyms->WriteText(FLAGS_save_osymbols);
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
symbol-table.h 67 bool WriteText(ostream &strm) const;
268 bool WriteText(ostream &strm) const {
269 return impl_->WriteText(strm);
273 bool WriteText(const string& filename) const {
276 LOG(ERROR) << "SymbolTable::WriteText: Can't open file " << filename;
279 return WriteText(strm);
symbol-table.cpp 146 bool SymbolTableImpl::WriteText(ostream &strm) const {
154 LOG(ERROR) << "SymbolTable::WriteText: write failed";
  /external/chromium/webkit/glue/
webclipboard_impl.cc 149 scw.WriteText(plain_text);
157 scw.WriteText(plain_text);
165 scw.WriteText(UTF8ToUTF16(std::string(url.spec())));
184 // want to call writeText(), since some applications (WordPad) don't pick the
  /external/quake/quake/src/WinQuake/
conproc.cpp 39 BOOL WriteText (LPCTSTR szText);
126 pBuffer[0] = WriteText ((LPCTSTR) (pBuffer + 1));
219 BOOL WriteText (LPCTSTR szText)
  /external/openfst/src/include/fst/
symbol-table.h 360 virtual bool WriteText(
365 bool WriteText(const string& filename) const {
368 LOG(ERROR) << "SymbolTable::WriteText: Can't open file " << filename;
371 return WriteText(strm);
  /external/chromium/chrome/browser/bookmarks/
bookmark_utils_unittest.cc 126 clipboard_writer.WriteText(ASCIIToUTF16("foo"));
bookmark_node_data.cc 155 // into text fields. We use WriteText instead of WriteURL because we don't
159 scw.WriteText(UTF8ToUTF16(url));
  /external/srec/tools/grxmlcompile/
fst-io.h 193 isyms->WriteText(FLAGS_save_isymbols);
196 osyms->WriteText(FLAGS_save_osymbols);
  /external/openfst/src/lib/
symbol-table.cc 249 bool SymbolTable::WriteText(ostream &strm,
  /external/chromium/chrome/browser/autocomplete/
autocomplete_edit_view_win.cc     [all...]

Completed in 433 milliseconds