HomeSort by relevance Sort by last modified time
    Searched defs:Write (Results 276 - 300 of 374) sorted by null

<<1112131415

  /external/chromium_org/tools/android/forwarder/
forwarder.cc 64 int Write(int fd) {
67 ret = HANDLE_EINTR(write(fd, buffer_ + write_offset_,
239 if (buffer2.Write(socket1) <= 0)
243 if (buffer1.Write(socket2) <= 0)
  /external/chromium_org/webkit/browser/fileapi/
copy_or_move_operation_delegate.cc 154 // Run pre write validation.
287 // Runs pre-write validation.
298 // Runs post-write validation.
332 // alive until after post-write validation is complete.
600 Write(callback, new net::DrainableIOBuffer(io_buffer_.get(), result));
603 void CopyOrMoveOperationDelegate::StreamCopyHelper::Write(
608 int result = writer_->Write(
642 Write(callback, buffer);
  /external/lldb/source/Plugins/Process/Utility/
RegisterContextDarwin_arm.h 105 SetHardwareWatchpoint (lldb::addr_t addr, size_t size, bool read, bool write);
186 Write = 1,
194 int gpr_errs[2]; // Read/Write errors
195 int fpu_errs[2]; // Read/Write errors
196 int exc_errs[2]; // Read/Write errors
197 int dbg_errs[2]; // Read/Write errors
RegisterContextDarwin_x86_64.h 146 Write = 1,
153 int gpr_errs[2]; // Read/Write errors
154 int fpu_errs[2]; // Read/Write errors
155 int exc_errs[2]; // Read/Write errors
  /external/lldb/tools/debugserver/source/MacOSX/
MachVMMemory.cpp 590 MachVMMemory::Write(task_t task, nub_addr_t address, const void *data, nub_size_t data_count)
629 DNBLogThreadedIf(LOG_MEMORY_PROTECTIONS, "Failed to set read/write protections on region for address: [0x%8.8llx-0x%8.8llx)", (uint64_t)curr_addr, (uint64_t)(curr_addr + curr_data_count));
  /external/lzma/C/
Types.h 134 void (*Write)(void *p, Byte b);
151 size_t (*Write)(void *p, const void *buf, size_t size);
  /frameworks/native/include/media/openmax/
OMX_ContentPipe.h 131 CP_CheckBytesOutOfBuffers, /**< All read/write buffers are currently in use. */
193 /** Write data of the specified size to the content (advance content pointer by size of data).
195 CPresult (*Write)( CPhandle hContent, CPbyte *data, CPuint nSize);
197 /** Retrieve a buffer allocated by the pipe used to write data to the content.
202 /** Deliver a buffer obtained via GetWriteBuffer to the pipe. Pipe will write the
  /hardware/qcom/media/mm-core/inc/
OMX_ContentPipe.h 114 CP_CheckBytesOutOfBuffers, /**< All read/write buffers are currently in use. */
176 /** Write data of the specified size to the content (advance content pointer by size of data).
178 CPresult (*Write)( CPhandle hContent, CPbyte *data, CPuint nSize);
180 /** Retrieve a buffer allocated by the pipe used to write data to the content.
185 /** Deliver a buffer obtained via GetWriteBuffer to the pipe. Pipe will write the
  /hardware/qcom/media/mm-core/omxcore/inc/
OMX_ContentPipe.h 114 CP_CheckBytesOutOfBuffers, /**< All read/write buffers are currently in use. */
176 /** Write data of the specified size to the content (advance content pointer by size of data).
178 CPresult (*Write)( CPhandle hContent, CPbyte *data, CPuint nSize);
180 /** Retrieve a buffer allocated by the pipe used to write data to the content.
185 /** Deliver a buffer obtained via GetWriteBuffer to the pipe. Pipe will write the
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/khronos/
OMX_ContentPipe.h 114 CP_CheckBytesOutOfBuffers, /**< All read/write buffers are currently in use. */
176 /** Write data of the specified size to the content (advance content pointer by size of data).
178 CPresult (*Write)( CPhandle hContent, CPbyte *data, CPuint nSize);
180 /** Retrieve a buffer allocated by the pipe used to write data to the content.
185 /** Deliver a buffer obtained via GetWriteBuffer to the pipe. Pipe will write the
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_ContentPipe.h 114 CP_CheckBytesOutOfBuffers, /**< All read/write buffers are currently in use. */
176 /** Write data of the specified size to the content (advance content pointer by size of data).
178 CPresult (*Write)( CPhandle hContent, CPbyte *data, CPuint nSize);
180 /** Retrieve a buffer allocated by the pipe used to write data to the content.
185 /** Deliver a buffer obtained via GetWriteBuffer to the pipe. Pipe will write the
  /hardware/ti/omap4-aah/domx/omx_core/inc/
OMX_ContentPipe.h 131 CP_CheckBytesOutOfBuffers, /**< All read/write buffers are currently in use. */
193 /** Write data of the specified size to the content (advance content pointer by size of data).
195 CPresult (*Write)( CPhandle hContent, CPbyte *data, CPuint nSize);
197 /** Retrieve a buffer allocated by the pipe used to write data to the content.
202 /** Deliver a buffer obtained via GetWriteBuffer to the pipe. Pipe will write the
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_ContentPipe.h 114 CP_CheckBytesOutOfBuffers, /**< All read/write buffers are currently in use. */
176 /** Write data of the specified size to the content (advance content pointer by size of data).
178 CPresult (*Write)( CPhandle hContent, CPbyte *data, CPuint nSize);
180 /** Retrieve a buffer allocated by the pipe used to write data to the content.
185 /** Deliver a buffer obtained via GetWriteBuffer to the pipe. Pipe will write the
  /art/compiler/
elf_writer_quick.cc 46 virtual bool Write(File* elf_file) {
78 PLOG(ERROR) << "Failed to write " << dbg_name_ << " for " << elf_file->GetPath();
103 if (!oat_writer_->Write(output_stream.get())) {
104 PLOG(ERROR) << "Failed to write .rodata and .text for " << elf_file->GetPath();
142 if (!(*it)->Write(elf_file)) {
149 bool ElfWriterQuick::ElfBuilder::Write() {
606 LOG(ERROR) << "Unable to write to file " << elf_file_->GetPath();
    [all...]
image_writer.cc 71 bool ImageWriter::Write(const std::string& image_filename,
158 // Write out the image.
161 PLOG(ERROR) << "Failed to write image file " << image_filename;
165 // Write out the image bitmap at the page aligned start of the image end.
167 if (!image_file->Write(reinterpret_cast<char*>(image_bitmap_->Begin()),
170 PLOG(ERROR) << "Failed to write image file " << image_filename;
539 // Leave space for the header, but do not write it yet, we need to
558 // Return to write header at start of image with future location of image_roots. At this point,
608 // Write in a hash code of objects which have inflated monitors or a hash code in their monitor
    [all...]
  /external/chromium_org/chrome/test/chromedriver/chrome/
devtools_client_impl_unittest.cc 75 base::JSONWriter::Write(&response, message);
127 base::JSONWriter::Write(result.get(), &json);
758 base::JSONWriter::Write(&response, &json_response);
766 base::JSONWriter::Write(&event, &json_event);
    [all...]
  /external/chromium_org/google_apis/drive/
base_requests.cc 137 int ResponseWriter::Write(net::IOBuffer* buffer,
147 const int result = file_writer_->Write(
  /external/chromium_org/net/socket/
tcp_socket_win.cc 64 // fix is to make sure that for POSTing data, we write as much data as
135 // Start watching for the end of a read or write operation.
144 // |write_overlapped_| is only used for Write();
148 // The buffers used in Read() and Write().
195 // |write_watcher_| watches for events from Write();
494 int TCPSocketWin::Write(IOBuffer* buf,
522 LOG(ERROR) << "Detected broken LSP: Asked to write " << buf_len
959 LOG(ERROR) << "Detected broken LSP: Asked to write "
    [all...]
  /external/chromium_org/net/tools/balsa/
balsa_headers.cc 144 base::StringPiece BalsaBuffer::Write(const base::StringPiece& sp,
740 // Then add the space needed for each header line to write out + CRLF.
789 base::StringPiece new_line = balsa_buffer_.Write(line,
    [all...]
  /external/chromium_org/net/udp/
udp_socket_win.cc 45 // Start watching for the end of a read or write operation.
56 // The buffers used in Read() and Write().
102 // |write_watcher_| watches for events from Write();
193 // Zero out any pending read/write callback state.
279 int UDPSocketWin::Write(IOBuffer* buf,
462 // since Run may result in Write being called, clear write_callback_ up front.
  /external/chromium_org/third_party/libjingle/source/talk/base/
nssstreamadapter.cc 122 StreamResult result = stream->Write(buf, length, &written, &error);
129 "NSSStreamAdapter: write to underlying transport would block";
134 LOG(LS_ERROR) << "Write error";
677 StreamResult NSSStreamAdapter::Write(const void* data, size_t data_len,
707 Error("Write", -1, false);
sslstreamadapter_unittest.cc 148 // Write to the outgoing FifoBuffer
151 return out_->Write(data, data_len, written, error);
155 virtual talk_base::StreamResult Write(const void* data, size_t data_len,
307 // This is just a check to make sure that people don't write wrong
474 send_stream_.Write(&ch, 1, NULL, NULL);
509 rv = client_ssl_->Write(block, tosend, &sent, 0);
553 recv_stream_.Write(buffer, bread, NULL, NULL);
583 int rv = client_ssl_->Write(packet, packet_size_, &sent, 0);
660 talk_base::StreamResult SSLDummyStream::Write(const void* data, size_t data_len,
688 // Test that we cannot read/write if we have not yet handshaked
    [all...]
stream.cc 63 result = Write(static_cast<const char*>(data) + total_written,
203 StreamResult StreamTap::Write(const void* data, size_t data_len,
209 StreamResult res = StreamAdapterInterface::Write(data, data_len,
320 StreamResult NullStream::Write(const void* data, size_t data_len,
412 StreamResult FileStream::Write(const void* data, size_t data_len,
605 StreamResult CircularFileStream::Write(const void* data, size_t data_len,
619 = talk_base::FileStream::Write(data, to_write, written, error);
660 StreamResult AsyncWriteStream::Write(const void* data, size_t data_len,
777 StreamResult MemoryStreamBase::Write(const void* buffer, size_t bytes,
997 StreamResult FifoBuffer::Write(const void* buffer, size_t bytes
    [all...]
stream.h 46 // write, and close operations, and asynchronous signalling of state changes.
58 // Stream read/write methods return this value to indicate various success
67 // SE_WRITE: Data can be written, so Write is likely to not return SR_BLOCK
87 // Read attempts to fill buffer of size buffer_len. Write attempts to send
88 // data_len bytes stored in data. The variables read and write are set only
90 // Read and Write return a value indicating:
95 // returned in a non-null read/write argument.
102 virtual StreamResult Write(const void* data, size_t data_len,
155 // no buffer available, or if the method fails. The call may write data to
158 // ConsumeWriteData if no data is written. Write, ForceWrite, an
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
stun.cc 240 if (!Write(&buf))
301 if (!Write(&buf))
376 bool StunMessage::Write(ByteBuffer* buf) const {
386 if (!(*attrs_)[i]->Write(buf))
551 bool StunAddressAttribute::Write(ByteBuffer* buf) const {
630 bool StunXorAddressAttribute::Write(ByteBuffer* buf) const {
683 bool StunUInt32Attribute::Write(ByteBuffer* buf) const {
702 bool StunUInt64Attribute::Write(ByteBuffer* buf) const {
764 bool StunByteStringAttribute::Write(ByteBuffer* buf) const {
822 bool StunErrorCodeAttribute::Write(ByteBuffer* buf) const
    [all...]

Completed in 572 milliseconds

<<1112131415