HomeSort by relevance Sort by last modified time
    Searched refs:Write (Results 101 - 125 of 153) sorted by null

1 2 3 45 6 7

  /cts/tools/utils/
buildCts.py 96 plan.Write(os.path.join(self.plan_repository, plan_name + '.xml'))
  /external/chromium/net/base/
file_stream_posix.cc 62 // WriteFile() is a simple wrapper around write() that handles EINTR signals and
63 // calls MapErrorCode() to map errno to net error codes. It tries to write to
66 ssize_t res = HANDLE_EINTR(write(file, buf, buf_len));
164 // These methods post synchronous read() and write() calls to a WorkerThread.
179 // |result| is the result of the Read/Write task.
424 int FileStream::Write(
426 // write(..., 0) will return 0, which indicates end-of-file.
file_stream_win.cc 269 int FileStream::Write(
  /external/chromium/net/socket/
tcp_client_socket_libevent.cc 300 int TCPClientSocketLibevent::Write(IOBuffer* buf,
310 TRACE_EVENT_BEGIN("socket.write", this, "");
311 int nwrite = HANDLE_EINTR(write(socket_, buf->data(), buf_len));
313 TRACE_EVENT_END("socket.write", this, StringPrintf("%d bytes", nwrite));
322 DLOG(INFO) << "WatchFileDescriptor failed on write, errno " << errno;
383 // since Run may result in Write being called, clear write_callback_ up front.
451 bytes_transferred = HANDLE_EINTR(write(socket_, write_buf_->data(),
457 TRACE_EVENT_END("socket.write", this,
ssl_client_socket_win.cc 613 int SSLClientSocketWin::Write(IOBuffer* buf, int buf_len,
914 return transport_->Write(transport_write_buf_, buf_len,
    [all...]
socks5_client_socket_unittest.cc 138 rv = user_sock_->Write(buffer, payload_write.size(), &callback_);
224 // Test for partial greet request write
268 // Test for partial handshake request write.
270 const int kSplitPoint = 3; // Break handshake write into two parts.
socks_client_socket_unittest.cc 152 rv = user_sock_->Write(buffer, payload_write.size(), &callback_);
tcp_client_socket_win.cc 131 // Start watching for the end of a read or write operation.
140 // |write_overlapped_| is only used for Write();
144 // The buffers used in Read() and Write().
199 // |write_watcher_| watches for events from Write();
487 int TCPClientSocketWin::Write(IOBuffer* buf,
502 TRACE_EVENT_BEGIN("socket.write", this, "");
511 TRACE_EVENT_END("socket.write", this, StringPrintf("%d bytes", num));
587 // fix is to make sure that for POSTing data, we write as much data as
620 // since Run may result in Write being called, clear write_callback_ up front.
689 TRACE_EVENT_END("socket.write", this, StringPrintf("%d bytes", num_bytes))
    [all...]
ssl_client_socket_nss.cc 547 int SSLClientSocketNSS::Write(IOBuffer* buf, int buf_len,
735 // Since Run may result in Write being called, clear |user_write_callback_|
749 // callback. For Read() and Write(), that's what we want. But for Connect(),
895 int rv = transport_->Write(send_buffer, nb, &buffer_send_callback_);
902 // Return the error even if the previous Write succeeded.
    [all...]
  /external/v8/src/
assembler.h 264 void Write(const RelocInfo* rinfo);
assembler.cc 152 // Otherwise write a variable length PC jump for the bits that do
158 // Write kChunkBits size chunks of the pc_jump.
171 // Write a byte of tagged pc-delta, possibly preceded by var. length pc-jump.
190 // Write two-byte tagged pc-delta, possibly preceded by var. length pc-jump.
207 void RelocInfoWriter::Write(const RelocInfo* rinfo) {
335 // Basically, do the opposite of RelocInfoWriter::Write.
  /external/v8/test/cctest/
test-compiler.cc 75 string_obj->Write(string);
  /external/chromium/net/disk_cache/
entry_impl.cc 95 // unused block is filled with zeros), and to simplify the handling of write /
337 if (!file->Write(buf->data(), buf_len, file_offset, io_callback,
440 if (!key_file_ || !key_file_->Write(key.data(), key.size(), offset)) {
720 // to fail, and we'll actually write over the part that we are not cleaning
821 // to write to disk what we have buffered. We don't want to hold the destructor
822 // until the actual IO finishes, so we'll send an asynchronous write that will
855 // pending operations of the cache. It is also racing with the actual write
863 if (!file->Write(user_buffers_[index].get(), len, offset, NULL, NULL))
  /external/protobuf/src/google/protobuf/
wire_format.cc 247 // Write type ID.
251 // Write message.
277 // Write type ID.
283 // Write message.
777 WireFormatLite::Write##TYPE_METHOD##NoTag(value, output); \
779 WireFormatLite::Write##TYPE_METHOD(field->number(), value, output); \
804 WireFormatLite::Write##TYPE_METHOD( \
864 // Write type ID.
868 // Write message.
    [all...]
extension_set.cc     [all...]
  /external/protobuf/gtest/include/gtest/internal/
gtest-port.h 902 // ChDir(), FReopen(), FDOpen(), Read(), Write(), Close(), and
923 inline int Write(int fd, const void* buf, unsigned int count) {
924 return static_cast<int>(write(fd, buf, count));
    [all...]
  /external/srec/tools/grxmlcompile/
fst-io.h 405 fst->Write(argc > 2 ? argv[2] : "");
  /external/chromium/net/socket_stream/
socket_stream.cc 583 return socket_->Write(tunnel_request_headers_, buf_len, &io_callback_);
809 // If read is pending, try write as well.
820 // No write pending.
823 result = socket_->Write(current_write_buf_,
829 // If write is not pending, return the result and do next loop (to close
  /external/sonivox/jet_tools/JetCreator/
midifile.py 279 stream.write(chr(value))
958 output.write('%s\n' % event.TimeEventStr(timebase))
    [all...]
  /external/libvpx/build/make/
gen_msvs_proj.sh 31 --out=filename Write output to a file [stdout]
  /external/jpeg/
jmemdosa.asm 180 ; Write to file
195 mov ah,40h ; write file
  /external/skia/src/core/
SkPicturePlayback.cpp 311 // SkDebugf("---- write factories [%d] %p <%s>\n", i, array[i], name);
317 stream->write(name, len);
338 stream->write(fReader.base(), fReader.size());
386 // now we can write to the stream again
786 SkFlatPaint::Write(&flatWrite, paint);
791 SkFlatPaint::Write(&flatWrite, paint);
    [all...]
  /external/chromium/net/flip/
flip_session.cc 372 // Schedule to write to the socket after we've made it back
402 // all data to write in a single chunk. Is this always true?
419 // Whenever we queue onto the socket we need to ensure that we will write to
434 // TODO(mbelshe): Write a method for tearing down a stream
564 DCHECK(result != 0); // This shouldn't happen for write.
568 LOG(INFO) << "Flip write complete (result=" << result << ") for stream: "
597 // Cleanup the write which just completed.
601 // Write more data. We're already in a continuation, so we can
602 // go ahead and write it immediately (without going back to the
668 if (write_pending_) // Another write is in progress still
    [all...]
  /external/chromium/net/ftp/
ftp_network_transaction.cc 564 return ctrl_socket_->Write(write_buf_,
575 // Clear the write buffer.
    [all...]
  /external/chromium/net/tools/flip_server/
balsa_headers.cc 525 // Then add the space needed for each header line to write out + CRLF.
573 base::StringPiece new_line = balsa_buffer_.Write(line,

Completed in 1615 milliseconds

1 2 3 45 6 7