Searched refs:WriteText (Results 1 - 12 of 12) sorted by relevance

/external/webrtc/src/system_wrappers/interface/
H A Dfile_wrapper.h55 virtual WebRtc_Word32 WriteText(const WebRtc_Word8* text, ...) = 0;
/external/webrtc/src/system_wrappers/source/
H A Dfile_impl.h43 virtual WebRtc_Word32 WriteText(const WebRtc_Word8* text, ...);
H A Dfile_impl.cc212 WebRtc_Word32 FileWrapperImpl::WriteText(const WebRtc_Word8* text, ...) function in class:webrtc::FileWrapperImpl
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dsymbol-table.h67 bool WriteText(ostream &strm) const;
268 bool WriteText(ostream &strm) const { function in class:fst::SymbolTable
269 return impl_->WriteText(strm);
273 bool WriteText(const string& filename) const { function in class:fst::SymbolTable
276 LOG(ERROR) << "SymbolTable::WriteText: Can't open file " << filename;
279 return WriteText(strm);
H A Dsymbol-table.cpp146 bool SymbolTableImpl::WriteText(ostream &strm) const { function in class:fst::SymbolTableImpl
154 LOG(ERROR) << "SymbolTable::WriteText: write failed";
/external/chromium/webkit/glue/
H A Dwebclipboard_impl.cc149 scw.WriteText(plain_text);
157 scw.WriteText(plain_text);
165 scw.WriteText(UTF8ToUTF16(std::string(url.spec())));
/external/quake/quake/src/WinQuake/
H A Dconproc.cpp39 BOOL WriteText (LPCTSTR szText);
126 pBuffer[0] = WriteText ((LPCTSTR) (pBuffer + 1));
219 BOOL WriteText (LPCTSTR szText) function
/external/chromium/chrome/browser/bookmarks/
H A Dbookmark_utils_unittest.cc126 clipboard_writer.WriteText(ASCIIToUTF16("foo"));
H A Dbookmark_node_data.cc155 // into text fields. We use WriteText instead of WriteURL because we don't
159 scw.WriteText(UTF8ToUTF16(url));
/external/srec/tools/grxmlcompile/
H A Dfst-io.h193 isyms->WriteText(FLAGS_save_isymbols);
196 osyms->WriteText(FLAGS_save_osymbols);
/external/webrtc/src/modules/audio_processing/main/source/
H A Daudio_processing_impl.cc511 if (debug_file_->WriteText("%s\n", kMagicNumber) == -1) {
/external/chromium/chrome/browser/autocomplete/
H A Dautocomplete_edit_view_win.cc1324 scw.WriteText(text);

Completed in 390 milliseconds