HomeSort by relevance Sort by last modified time
    Searched refs:Write (Results 51 - 75 of 409) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium/third_party/libjingle/source/talk/xmpp/
asyncsocket.h 69 virtual bool Write(const char * data, size_t len) = 0;
  /external/giflib/
gif_lib_private.h 49 OutputFunc Write; /* function to write gif output (MRB) */
  /external/openfst/src/bin/
fstarcsort.cc 64 fst->Write(out_name);
fstclosure.cc 53 fst->Write(out_fname);
fstconcat.cc 59 fst1->Write(out_fname);
fstconvert.cc 55 ofst->Write(out_name);
fstepsnormalize.cc 55 ofst.Write(out_name);
fstproject.cc 55 fst->Write(out_name);
fstreverse.cc 56 out->Write(out_name);
fstreweight.cc 60 fst->Write(out_fname);
fstsynchronize.cc 51 ofst.Write(out_name);
fsttopsort.cc 50 fst->Write(out_fname);
fstunion.cc 64 fst1->Write(out_name);
  /external/openfst/src/extensions/pdt/
pdtreverse.cc 58 ofst.Write(out_name);
  /external/openfst/src/include/fst/script/
encode.h 45 encoder->Write(coder_fname);
info.h 38 fst.Write("");
fst-class.h 54 virtual void Write(const string& fname) const = 0;
113 virtual void Write(const string &fname) const {
114 impl_->Write(fname);
184 virtual void Write(const string &fname) const {
185 impl_->Write(fname);
  /external/webkit/Source/WebCore/bindings/v8/
ScriptHeapSnapshot.cpp 69 m_output->Write(String(data, size));
  /external/webkit/Source/WebKit/win/
WebActionPropertyBag.h 54 virtual HRESULT STDMETHODCALLTYPE Write(
  /external/chromium/net/disk_cache/
mapped_file_unittest.cc 51 EXPECT_TRUE(file->Write(buffer1, sizeof(buffer1), 8192));
74 EXPECT_TRUE(file->Write(buffer1, sizeof(buffer1), 1024 * 1024, &callback,
  /external/chromium/chrome/browser/diagnostics/
diagnostics_main.cc 45 virtual bool Write(const std::wstring& text) = 0;
79 virtual bool Write(const std::wstring& txt) {
148 virtual bool Write(const std::wstring& text) {
216 // Write an informational line of text in white over black.
219 return console_->Write(txt);
222 // Write a result block. It consist of two lines. The first line
229 console_->Write(L"[PASS] ");
232 console_->Write(L"[FAIL] ");
  /external/chromium/third_party/libjingle/source/talk/base/
stream.h 42 // write, and close operations, and asynchronous signalling of state changes.
54 // Stream read/write methods return this value to indicate various success
63 // SE_WRITE: Data can be written, so Write is likely to not return SR_BLOCK
74 // Read attempts to fill buffer of size buffer_len. Write attempts to send
75 // data_len bytes stored in data. The variables read and write are set only
77 // Read and Write return a value indicating:
82 // returned in a non-null read/write argument.
89 virtual StreamResult Write(const void* data, size_t data_len,
142 // no buffer available, or if the method fails. The call may write data to
145 // ConsumeWriteData if no data is written. Write, ForceWrite, an
    [all...]
  /external/chromium/net/socket/
ssl_server_socket_unittest.cc 62 virtual int Write(IOBuffer* buf, int buf_len,
119 virtual int Write(IOBuffer* buf, int buf_len,
121 return outgoing_->Write(buf, buf_len, callback);
197 // Write then read.
198 EXPECT_EQ(kTestDataSize, server.Write(write_buf, kTestDataSize, NULL));
202 // Read then write.
206 EXPECT_EQ(kTestDataSize, client.Write(write_buf, kTestDataSize, NULL));
334 // Write then read.
337 server_ret = server_socket_->Write(write_buf, write_buf->size(),
351 // Read then write
    [all...]
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
stun.cc 193 void StunMessage::Write(ByteBuffer* buf) const {
201 (*attrs_)[i]->Write(buf);
339 void StunAddressAttribute::Write(ByteBuffer* buf) const {
367 void StunUInt32Attribute::Write(ByteBuffer* buf) const {
414 void StunByteStringAttribute::Write(ByteBuffer* buf) const {
451 void StunErrorCodeAttribute::Write(ByteBuffer* buf) const {
492 void StunUInt16ListAttribute::Write(ByteBuffer* buf) const {
547 void StunTransportPrefsAttribute::Write(ByteBuffer* buf) const {
551 addr_->Write(buf);
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
symbol-table.h 65 bool Write(ostream &strm) const;
254 bool Write(ostream &strm) const {
255 return impl_->Write(strm);
258 bool Write(const string& filename) const {
261 LOG(ERROR) << "SymbolTable::Write: Can't open file " << filename;
264 return Write(strm);

Completed in 6258 milliseconds

1 23 4 5 6 7 8 91011>>