Home
last modified time | relevance | path

Searched defs:bytes_to_write (Results 1 – 25 of 33) sorted by relevance

12

/external/chromium_org/content/test/net/
Durl_request_slow_download_job.cc140 int bytes_to_write = std::min(kFirstDownloadSize - bytes_already_sent_, in FillBufferHelper() local
154 int bytes_to_write = in FillBufferHelper() local
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/
D_stream_base.py135 def _write(self, bytes_to_write): argument
/external/chromium_org/ppapi/cpp/
Dtcp_socket.cc127 int32_t bytes_to_write, in Write()
Dfile_io.cc134 int32_t bytes_to_write, in Write()
/external/chromium_org/media/base/android/
Dwebaudio_media_codec_bridge.cc184 int bytes_to_write = (count >= PIPE_BUF) ? PIPE_BUF : count; in OnChunkDecoded() local
/external/chromium_org/ppapi/cpp/private/
Dtcp_socket_private.cc203 int32_t bytes_to_write, in Write()
/external/chromium_org/ppapi/proxy/
Dtcp_socket_private_resource.cc87 int32_t bytes_to_write, in Write()
Dtcp_socket_resource.cc99 int32_t bytes_to_write, in Write()
Dtcp_socket_resource_base.cc247 int32_t bytes_to_write, in WriteImpl()
Dfile_io_resource.cc240 int32_t bytes_to_write, in Write()
/external/chromium_org/remoting/protocol/
Dconnection_tester.cc74 int bytes_to_write = std::min(output_buffer_->BytesRemaining(), in DoWrite() local
/external/chromium_org/mojo/system/
Draw_channel_posix.cc351 size_t bytes_to_write = in WriteFrontMessageNoLock() local
/external/chromium_org/content/child/npapi/
Dplugin_stream.cc197 int bytes_to_write = instance_->NPP_WriteReady(&stream_); in TryWriteToPlugin() local
/external/chromium_org/net/tools/flip_server/
Dring_buffer.cc54 int bytes_to_write = size; in Write() local
/external/chromium/net/tools/flip_server/
Dring_buffer.cc77 int bytes_to_write = size; in Write() local
/external/chromium_org/webkit/browser/fileapi/
Dfile_writer_delegate.cc136 int64 bytes_to_write = bytes_read_ - bytes_written_; in Write() local
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
Dfake_pepper_interface_html5fs.cc100 int32_t bytes_to_write) { in Write()
113 int32_t FakeHtml5FsNode::Append(const char* buffer, int32_t bytes_to_write) { in Append()
388 int32_t bytes_to_write, in Write()
/external/chromium_org/ppapi/thunk/
Dppb_tcp_socket_thunk.cc95 int32_t bytes_to_write, in Write()
Dppb_file_io_thunk.cc90 int32_t bytes_to_write, in Write()
Dppb_tcp_socket_private_thunk.cc109 int32_t bytes_to_write, in Write()
/external/zlib/src/contrib/iostream3/
Dzfstream.cc229 int bytes_to_write = this->pptr() - this->pbase(); in overflow() local
/external/chromium_org/base/files/
Dfile_util_proxy.cc163 WriteHelper(const char* buffer, int bytes_to_write) in WriteHelper()
323 int bytes_to_write, in Write()
/external/stlport/src/details/
Dfstream_win32io.cpp479 size_t bytes_to_write = (size_t)n; in _M_write() local
/external/chromium_org/google_apis/gcm/base/
Dsocket_stream_unittest.cc144 uint64 bytes_to_write = (static_cast<uint64>(size) < bytes ? size : bytes); in DoOutputStreamWrite() local
/external/chromium_org/ppapi/native_client/src/trusted/plugin/
Dservice_runtime.cc442 nacl::string file_id, int64_t offset, int64_t bytes_to_write) { in RequestQuotaForWrite()

12