Searched refs:Write (Results 151 - 175 of 1125) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/bindings/v8/
H A DScriptHeapSnapshot.cpp74 m_output->Write(String(data, size));
H A DScriptHeapSnapshot.h50 virtual void Write(const String& chunk) = 0;
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dsocketstream.h54 virtual StreamResult Write(const void* data, size_t data_len,
H A Dtransformadapter.h69 virtual StreamResult Write(const void * data, size_t data_len,
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
H A Dasyncsocket.h69 virtual bool Write(const char * data, size_t len) = 0;
/external/chromium_org/third_party/ots/src/
H A Dcvt.cc45 if (!out->Write(cvt->data, cvt->length)) {
H A Dfpgm.cc39 if (!out->Write(fpgm->data, fpgm->length)) {
H A Dprep.cc39 if (!out->Write(prep->data, prep->length)) {
/external/giflib/
H A Dgif_lib_private.h48 OutputFunc Write; /* function to write gif output (MRB) */ member in struct:GifFilePrivateType
/external/lzma/CPP/Common/
H A DC_FileIO.h42 ssize_t Write(const void *data, size_t size);
/external/openfst/src/bin/
H A Dfstarcsort.cc64 fst->Write(out_name);
H A Dfstclosure.cc53 fst->Write(out_fname);
H A Dfstconcat.cc59 fst1->Write(out_fname);
H A Dfstconvert.cc55 ofst->Write(out_name);
H A Dfstepsnormalize.cc55 ofst.Write(out_name);
H A Dfstproject.cc55 fst->Write(out_name);
H A Dfstreverse.cc57 out->Write(out_name);
H A Dfstreweight.cc60 fst->Write(out_fname);
H A Dfstsynchronize.cc51 ofst.Write(out_name);
H A Dfsttopsort.cc50 fst->Write(out_fname);
H A Dfstunion.cc65 fst1->Write(out_name);
/external/openfst/src/extensions/pdt/
H A Dpdtreverse.cc58 ofst.Write(out_name);
/external/openfst/src/include/fst/script/
H A Dinfo.h38 fst.Write("");
/external/webrtc/src/system_wrappers/source/
H A Dfile_impl.h41 virtual bool Write(const void *buf, int length);
/external/chromium/net/disk_cache/
H A Dmapped_file_unittest.cc51 EXPECT_TRUE(file->Write(buffer1, sizeof(buffer1), 8192));
74 EXPECT_TRUE(file->Write(buffer1, sizeof(buffer1), 1024 * 1024, &callback,

Completed in 1507 milliseconds

1234567891011>>