Searched defs:Write (Results 151 - 175 of 326) sorted by relevance

1234567891011>>

/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dmount_node.cc85 Error MountNode::Write(size_t offs, function in class:nacl_io::MountNode
H A Dmount_node_html5fs.cc223 Error MountNodeHtml5Fs::Write(size_t offs, function in class:nacl_io::MountNodeHtml5Fs
233 ->Write(fileio_resource_,
H A Dmount_node_tty.cc67 Error MountNodeTty::Write(size_t offs, function in class:nacl_io::MountNodeTty
71 return Write(offs, buf, count, out_bytes, false);
74 Error MountNodeTty::Write(size_t offs, function in class:nacl_io::MountNodeTty
154 Error error = Write(0, string, count, &wrote, true);
H A Dmount_passthrough.cc44 virtual Error Write(size_t offs, function in class:nacl_io::MountNodePassthrough
/external/chromium_org/net/disk_cache/
H A Dfile_posix.cc43 // Read and Write are the operations that can be performed asynchronously.
49 void Write();
104 void FileBackgroundIO::Write() { function in class:__anon8630::FileBackgroundIO
105 bool rv = file_->Write(buf_, buf_len_, offset_);
132 base::Bind(&FileBackgroundIO::Write, operation.get()), true);
216 bool File::Write(const void* buffer, size_t buffer_len, size_t offset) { function in class:disk_cache::File
249 bool File::Write(const void* buffer, size_t buffer_len, size_t offset, function in class:disk_cache::File
255 return Write(buffer, buffer_len, offset);
H A Dfile_win.cc143 bool File::Write(const void* buffer, size_t buffer_len, size_t offset) { function in class:disk_cache::File
195 bool File::Write(const void* buffer, size_t buffer_len, size_t offset, function in class:disk_cache::File
201 return Write(buffer, buffer_len, offset);
/external/chromium_org/net/server/
H A Dhttp_server_unittest.cc86 Write();
95 void Write() { function in class:net::__anon8951::TestHttpClient
96 int result = socket_->Write(
108 Write();
/external/chromium_org/net/socket/
H A Dsocks5_client_socket.cc179 // Write is called by the transport layer. This can only be done if the
181 int SOCKS5ClientSocket::Write(IOBuffer* buf, int buf_len, function in class:net::SOCKS5ClientSocket
187 return transport_->socket()->Write(buf, buf_len, callback);
295 ->Write(handshake_buf_.get(), handshake_buf_len, io_callback_);
393 ->Write(handshake_buf_.get(), handshake_buf_len, io_callback_);
400 // We ignore the case when result is 0, since the underlying Write
/external/chromium_org/ppapi/proxy/
H A Dppb_tcp_socket_proxy.cc50 virtual int32_t Write(const char* buffer,
137 int32_t TCPSocket::Write(const char* buffer, function in class:ppapi::proxy::__anon9478::TCPSocket
/external/chromium_org/ppapi/thunk/
H A Dppb_ext_socket_thunk.cc114 int32_t Write(PP_Instance instance, function in namespace:ppapi::thunk::__anon9597
375 &Write,
393 &Write,
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dmultipart.cc174 StreamResult MultipartStream::Write(const void* data, size_t data_len, function in class:talk_base::MultipartStream
H A Dstream_unittest.cc52 virtual StreamResult Write(const void* data, size_t data_len, function in class:talk_base::TestStream
198 EXPECT_EQ(SR_SUCCESS, stream->Write(in, kSize, &bytes, NULL));
202 EXPECT_EQ(SR_BLOCK, stream->Write(in, kSize, &bytes, NULL));
213 EXPECT_EQ(SR_SUCCESS, stream->Write(in, kSize * 2, &bytes, NULL));
222 EXPECT_EQ(SR_SUCCESS, stream->Write(in, kSize / 2, &bytes, NULL));
227 EXPECT_EQ(SR_SUCCESS, stream->Write(in, kSize / 2, &bytes, NULL));
229 EXPECT_EQ(SR_SUCCESS, stream->Write(in, kSize / 2, &bytes, NULL));
246 EXPECT_EQ(SR_SUCCESS, stream->Write(in, kSize * 3 / 4, &bytes, NULL));
251 EXPECT_EQ(SR_SUCCESS, stream->Write(in, kSize / 2, &bytes, NULL));
256 EXPECT_EQ(SR_SUCCESS, stream->Write(i
[all...]
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dvideoframe.cc46 talk_base::StreamResult VideoFrame::Write(talk_base::StreamInterface* stream, function in class:cricket::VideoFrame
62 // Write Y.
64 result = stream->Write(src_y + row * y_pitch, width, NULL, error);
69 // Write U.
71 result = stream->Write(src_u + row * u_pitch, half_width, NULL, error);
76 // Write V.
78 result = stream->Write(src_v + row * v_pitch, half_width, NULL, error);
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dwebrtctexturevideoframe.cc140 talk_base::StreamResult WebRtcTextureVideoFrame::Write( function in class:cricket::WebRtcTextureVideoFrame
/external/chromium_org/third_party/ots/include/
H A Dopentype-sanitiser.h49 bool Write(const void *data, size_t length) { function in class:ots::OTSStream
99 if (!Write(&kZerob, 1)) return false;
106 return Write(&v, sizeof(v));
111 return Write(&v, sizeof(v));
116 return Write(&v, sizeof(v));
121 return Write(reinterpret_cast<uint8_t*>(&v)+1, 3);
126 return Write(&v, sizeof(v));
131 return Write(&v, sizeof(v));
135 return Write(&v, sizeof(v));
139 return Write(
[all...]
/external/chromium_org/third_party/protobuf/src/google/protobuf/io/
H A Dzero_copy_stream_impl.cc235 bool FileOutputStream::CopyingFileOutputStream::Write( function in class:google::protobuf::io::FileOutputStream::CopyingFileOutputStream
249 // Write error.
343 bool OstreamOutputStream::CopyingOstreamOutputStream::Write( function in class:google::protobuf::io::OstreamOutputStream::CopyingOstreamOutputStream
/external/chromium_org/third_party/skia/src/utils/win/
H A DSkIStream.cpp59 HRESULT STDMETHODCALLTYPE SkBaseIStream::Write(void const* pv function in class:SkBaseIStream
136 HRESULT STDMETHODCALLTYPE SkIStream::Write(void const* pv function in class:SkIStream
237 HRESULT STDMETHODCALLTYPE SkWIStream::Write(void const* pv function in class:SkWIStream
/external/chromium_org/tools/gyp/pylib/gyp/generator/
H A Dandroid.py129 Its only real entry point is Write(), and is mostly used for namespacing.
135 def Write(self, qualified_target, relative_target, base_path, output_filename, member in class:AndroidMkWriter
245 """Write Makefile code for any 'actions' from the gyp input.
331 """Write Makefile code for any 'rules' from the gyp input.
425 """Write Makefile code for any 'copies' from the gyp input.
465 """Write out the flags and include paths used to compile source files for
507 """Write Makefile code for any 'sources' from the gyp input.
587 # Write out the flags used to compile the source; this must be done last
790 """Write Makefile code to specify the link flags and library dependencies.
820 """Write Makefil
[all...]
H A Dmake.py633 Its only real entry point is Write(), and is mostly used for namespacing.
663 def Write(self, qualified_target, base_path, output_filename, spec, configs, function
793 """Write a "sub-project" Makefile.
821 """Write Makefile code for any 'actions' from the gyp input.
850 # Write the actual command.
921 """Write Makefile code for any 'rules' from the gyp input.
1047 """Write Makefile code for any 'copies' from the gyp input.
1097 """Write Makefile code for bundle Info.plist files."""
1126 """Write Makefile code for any 'sources' from the gyp input.
1137 # Write configuratio
[all...]
H A Dxcode.py417 def Write(self): member in class:XcodeProject
418 # Write the project file to a temporary location first. Xcode watches for
954 # TODO(mark): try/close? Write to a temporary file and swap it only
1245 xcode_projects[build_file].Write()
/external/chromium_org/webkit/browser/fileapi/
H A Dfile_system_usage_cache.cc40 // Pickle::{Read,Write}Bool treat bool as int
85 bool success = Write(usage_file_path, is_valid, dirty + 1, usage);
104 return Write(usage_file_path, is_valid, dirty - 1, usage);
116 return Write(usage_file_path, false, dirty, usage);
139 return Write(usage_file_path, is_valid, dirty, usage + delta);
146 return Write(usage_file_path, true, 0, fs_usage);
210 bool FileSystemUsageCache::Write(const base::FilePath& usage_file_path, function in class:fileapi::FileSystemUsageCache
214 TRACE_EVENT0("FileSystem", "UsageCache::Write");
H A Dfile_writer_delegate.cc149 Write();
153 void FileWriterDelegate::Write() { function in class:fileapi::FileWriterDelegate
157 file_stream_writer_->Write(cursor_.get(),
179 Write();
/external/lzma/CS/7zip/Compress/LzmaAlone/
H A DLzmaAlone.cs46 public override void Write(byte[] buffer, int offset, int count) method in class:SevenZip.CDoubleStream
48 throw (new Exception("can't Write"));
233 outStream = new FileStream(outputName, FileMode.Create, FileAccess.Write);
/external/openfst/src/include/fst/
H A Dadd-on.h51 bool Write(ostream &ostrm) const { return true; } function in class:fst::NullAddOn
108 bool Write(ostream &ostrm) const { function in class:fst::AddOnPair
112 a1_->Write(ostrm);
116 a2_->Write(ostrm);
140 // a 'bool Write(ostream &)' method, and 'int RecCount(), 'int IncrRefCount()'
240 bool Write(ostream &strm, const FstWriteOptions &opts) const { function in class:fst::AddOnImpl
249 if (!fst_.Write(strm, fopts))
253 if (have_addon) // Write add-on object if present.
254 t_->Write(strm);
H A Dinterval-set.h68 ostream &Write(ostream &strm) const { function in struct:fst::IntervalSet::Interval
162 ostream &Write(ostream &strm) const { function in class:fst::IntervalSet

Completed in 503 milliseconds

1234567891011>>