Searched defs:Write (Results 76 - 100 of 331) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
H A Dzip_writer.cc139 bool ZipWriter::Write(const string& filename, const string& contents) { function in class:google::protobuf::compiler::ZipWriter
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/data/
H A Dfont_output_stream.cc32 void FontOutputStream::Write(byte_t b) { function in class:sfntly::FontOutputStream
34 stream_->Write(b);
39 void FontOutputStream::Write(ByteVector* b) { function in class:sfntly::FontOutputStream
41 Write(b, 0, b->size());
46 void FontOutputStream::Write(ByteVector* b, int32_t off, int32_t len) { function in class:sfntly::FontOutputStream
58 stream_->Write(b, off, len);
62 void FontOutputStream::Write(byte_t* b, int32_t off, int32_t len) { function in class:sfntly::FontOutputStream
73 stream_->Write(b, off, len);
78 Write(c);
82 Write((byte_
[all...]
/external/chromium_org/third_party/webrtc/base/
H A Dsocketstream.cc79 StreamResult SocketStream::Write(const void* data, size_t data_len, function in class:rtc::SocketStream
H A Dtransformadapter.cc102 TransformAdapter::Write(const void * data, size_t data_len, function in class:rtc::TransformAdapter
138 StreamResult result = StreamAdapterInterface::Write(buffer_ + pos,
178 Write(0, 0, NULL, NULL);
/external/chromium_org/tools/code_coverage/
H A Dcroc_html.py90 def Write(self, cleanup=True): member in class:HtmlFile
297 # Write header section
337 f.Write()
367 # Write header section
404 f.Write()
429 def Write(self): member in class:CrocHtml
443 # Write this subdir
446 # Write files in this subdir
450 # Write files in root directory
/external/chromium_org/v8/src/
H A Ddateparser.cc12 bool DateParser::DayComposer::Write(FixedArray* output) { function in class:v8::internal::DateParser::DayComposer
65 bool DateParser::TimeComposer::Write(FixedArray* output) { function in class:v8::internal::DateParser::TimeComposer
93 bool DateParser::TimeZoneComposer::Write(FixedArray* output) { function in class:v8::internal::DateParser::TimeZoneComposer
/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_mutex_test.cc33 void Write() { function in class:__sanitizer::TestData
81 data->Write();
/external/compiler-rt/lib/tsan/tests/unit/
H A Dtsan_mutex_test.cc31 void Write() { function in class:__tsan::TestData
77 data->Write();
88 data->Write();
96 TEST(Mutex, Write) {
/external/lldb/include/lldb/Core/
H A DStreamTee.h97 Write (const void *s, size_t length) function in class:lldb_private::StreamTee
114 const size_t bytes_written = strm->Write (s, length);
/external/lldb/source/Core/
H A DConnectionSharedMemory.cpp94 ConnectionSharedMemory::Write (const void *src, size_t src_len, ConnectionStatus &status, Error *error_ptr) function in class:ConnectionSharedMemory
H A DStreamString.cpp38 StreamString::Write (const void *s, size_t length) function in class:StreamString
/external/lldb/tools/lldb-perf/lib/
H A DResults.cpp158 Results::Write (const char *out_path) function in class:Results
/external/lzma/CPP/7zip/Common/
H A DLimitedStreams.cpp130 STDMETHODIMP CLimitedSequentialOutStream::Write(const void *data, UInt32 size, UInt32 *processedSize) function in class:CLimitedSequentialOutStream
149 result = _stream->Write(data, size, &size);
H A DStreamBinder.cpp37 STDMETHOD(Write)(const void *data, UInt32 size, UInt32 *processedSize);
46 STDMETHODIMP CSequentialOutStreamForBinder::Write(const void *data, UInt32 size, UInt32 *processedSize) function in class:CSequentialOutStreamForBinder
47 { return m_StreamBinder->Write(data, size, processedSize); }
120 HRESULT CStreamBinder::Write(const void *data, UInt32 size, UInt32 *processedSize) function in class:CStreamBinder
/external/lzma/CPP/Common/
H A DC_FileIO.cpp83 ssize_t COutFile::Write(const void *data, size_t size) function in class:NC::NFile::NIO::COutFile
/external/protobuf/src/google/protobuf/compiler/
H A Dzip_writer.cc109 bool ZipWriter::Write(const string& filename, const string& contents) { function in class:google::protobuf::compiler::ZipWriter
/external/sfntly/cpp/src/sfntly/data/
H A Dfont_output_stream.cc32 void FontOutputStream::Write(byte_t b) { function in class:sfntly::FontOutputStream
34 stream_->Write(b);
39 void FontOutputStream::Write(ByteVector* b) { function in class:sfntly::FontOutputStream
41 Write(b, 0, b->size());
46 void FontOutputStream::Write(ByteVector* b, int32_t off, int32_t len) { function in class:sfntly::FontOutputStream
58 stream_->Write(b, off, len);
62 void FontOutputStream::Write(byte_t* b, int32_t off, int32_t len) { function in class:sfntly::FontOutputStream
73 stream_->Write(b, off, len);
78 Write(c);
82 Write((byte_
[all...]
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dsymbol-table.cpp128 bool SymbolTableImpl::Write(ostream &strm) const { function in class:fst::SymbolTableImpl
142 LOG(ERROR) << "SymbolTable::Write: write failed";
/external/ceres-solver/internal/ceres/
H A Dcompressed_row_jacobian_writer.cc150 // parameter vector. This code mirrors that in Write(), where jacobian
178 void CompressedRowJacobianWriter::Write(int residual_id, function in class:ceres::internal::CompressedRowJacobianWriter
/external/chromium_org/chrome/common/extensions/api/bluetooth/
H A Dbluetooth_manifest_permission.cc220 void BluetoothManifestPermission::Write(IPC::Message* m) const { function in class:extensions::BluetoothManifestPermission
/external/chromium_org/chrome/utility/image_writer/
H A Dimage_writer.cc42 void ImageWriter::Write() { function in class:image_writer::ImageWriter
129 device_file_.Write(bytes_processed_, buffer.get(), bytes_to_write);
175 LOG(ERROR) << "Write verification failed when comparing " << bytes_read
/external/chromium_org/content/browser/streams/
H A Dstream_unittest.cc99 void Write(Stream* stream, function in class:content::TestStreamWriter
160 writer.Write(stream.get(), buffer, kBufferSize);
273 writer1.Write(stream1.get(), buffer, kBufferSize);
277 writer2.Write(stream2.get(), buffer, kBufferSize);
283 writer1.Write(stream1.get(), buffer, kMaxMemoryUsage - kBufferSize);
301 writer.Write(stream.get(), buffer, kBufferSize);
306 writer.Write(stream.get(), buffer, kBufferSize);
/external/chromium_org/content/public/common/
H A Dcommon_param_traits.cc56 void ParamTraits<GURL>::Write(Message* m, const GURL& p) { function in class:IPC::ParamTraits
92 void ParamTraits<url::Origin>::Write(Message* m, function in class:IPC::ParamTraits
113 void ParamTraits<net::HostPortPair>::Write(Message* m, const param_type& p) { function in class:IPC::ParamTraits
135 void ParamTraits<net::IPEndPoint>::Write(Message* m, const param_type& p) { function in class:IPC::ParamTraits
159 void ParamTraits<content::PageState>::Write( function in class:IPC::ParamTraits
180 void ParamTraits<gfx::Point>::Write(Message* m, const gfx::Point& p) { function in class:IPC::ParamTraits
200 void ParamTraits<gfx::PointF>::Write(Message* m, const gfx::PointF& v) { function in class:IPC::ParamTraits
201 ParamTraits<float>::Write(m, v.x());
202 ParamTraits<float>::Write(m, v.y());
221 void ParamTraits<gfx::Size>::Write(Messag function in class:IPC::ParamTraits
246 void ParamTraits<gfx::SizeF>::Write(Message* m, const gfx::SizeF& p) { function in class:IPC::ParamTraits
267 void ParamTraits<gfx::Vector2d>::Write(Message* m, const gfx::Vector2d& p) { function in class:IPC::ParamTraits
288 void ParamTraits<gfx::Vector2dF>::Write(Message* m, const gfx::Vector2dF& p) { function in class:IPC::ParamTraits
309 void ParamTraits<gfx::Rect>::Write(Message* m, const gfx::Rect& p) { function in class:IPC::ParamTraits
332 void ParamTraits<gfx::RectF>::Write(Message* m, const gfx::RectF& p) { function in class:IPC::ParamTraits
353 void ParamTraits<SkBitmap>::Write(Message* m, const SkBitmap& p) { function in class:IPC::ParamTraits
[all...]
/external/chromium_org/content/test/plugin/
H A Dplugin_get_javascript_url_test.cc133 int32 ExecuteGetJavascriptUrlTest::Write(NPStream *stream, int32 offset, function in class:NPAPIClient::ExecuteGetJavascriptUrlTest
136 SetError("Write got null stream");
140 SetError("Write got bogus stream chunk size");
145 SetError("Write received in context of NPN_Evaluate");
H A Dplugin_request_read_test.cc70 int32 PluginRequestReadTest::Write(NPStream* stream, int32 offset, int32 len, function in class:NPAPIClient::PluginRequestReadTest

Completed in 584 milliseconds

1234567891011>>