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

<<1112131415

  /external/chromium_org/third_party/webrtc/base/
nssstreamadapter.cc 104 StreamResult result = stream->Write(buf, length, &written, &error);
111 "NSSStreamAdapter: write to underlying transport would block";
116 LOG(LS_ERROR) << "Write error";
659 StreamResult NSSStreamAdapter::Write(const void* data, size_t data_len,
689 Error("Write", -1, false);
sslstreamadapter_unittest.cc 130 // Write to the outgoing FifoBuffer
133 return out_->Write(data, data_len, written, error);
137 virtual rtc::StreamResult Write(const void* data, size_t data_len,
289 // This is just a check to make sure that people don't write wrong
456 send_stream_.Write(&ch, 1, NULL, NULL);
491 rv = client_ssl_->Write(block, tosend, &sent, 0);
535 recv_stream_.Write(buffer, bread, NULL, NULL);
565 int rv = client_ssl_->Write(packet, packet_size_, &sent, 0);
642 rtc::StreamResult SSLDummyStream::Write(const void* data, size_t data_len,
670 // Test that we cannot read/write if we have not yet handshaked
    [all...]
stream.cc 46 result = Write(static_cast<const char*>(data) + total_written,
186 StreamResult StreamTap::Write(const void* data, size_t data_len,
192 StreamResult res = StreamAdapterInterface::Write(data, data_len,
303 StreamResult NullStream::Write(const void* data, size_t data_len,
395 StreamResult FileStream::Write(const void* data, size_t data_len,
588 StreamResult CircularFileStream::Write(const void* data, size_t data_len,
602 = rtc::FileStream::Write(data, to_write, written, error);
643 StreamResult AsyncWriteStream::Write(const void* data, size_t data_len,
760 StreamResult MemoryStreamBase::Write(const void* buffer, size_t bytes,
980 StreamResult FifoBuffer::Write(const void* buffer, size_t bytes
    [all...]
stream.h 29 // write, and close operations, and asynchronous signalling of state changes.
41 // Stream read/write methods return this value to indicate various success
50 // SE_WRITE: Data can be written, so Write is likely to not return SR_BLOCK
70 // Read attempts to fill buffer of size buffer_len. Write attempts to send
71 // data_len bytes stored in data. The variables read and write are set only
73 // Read and Write return a value indicating:
78 // returned in a non-null read/write argument.
85 virtual StreamResult Write(const void* data, size_t data_len,
138 // no buffer available, or if the method fails. The call may write data to
141 // ConsumeWriteData if no data is written. Write, ForceWrite, an
    [all...]
testutils.h 213 // Will cause Write to block when there are pos bytes in the write queue.
238 virtual StreamResult Write(const void* data, size_t data_len,
  /external/chromium_org/third_party/webrtc/modules/media_file/source/
avi_file.h 132 Write
  /external/llvm/lib/Analysis/
Lint.cpp 61 static unsigned Write = 2;
252 Ty, MemRef::Read | MemRef::Write);
279 MemRef::Write);
303 MemRef::Write);
314 MemRef::Write);
324 0, nullptr, MemRef::Read | MemRef::Write);
328 0, nullptr, MemRef::Write);
334 0, nullptr, MemRef::Read | MemRef::Write);
338 // Stackrestore doesn't read or write memory, but it sets the
339 // stack pointer, which the compiler may read from or write t
    [all...]
  /external/lzma/CPP/7zip/UI/Common/
Update.cpp 83 STDMETHOD(Write)(const void *data, UInt32 size, UInt32 *processedSize);
106 STDMETHODIMP COutMultiVolStream::Write(const void *data, UInt32 size, UInt32 *processedSize)
160 RINOK(subStream.Stream->Write(data, curSize, &realProcessed));
  /external/protobuf/src/google/protobuf/
text_format.cc 705 // here. So, write what we have so far, including the '\n'.
706 Write(text + pos, i - pos + 1);
709 // Setting this true will cause the next Write() to insert an indent
715 // Write the rest.
716 Write(text + pos, size - pos);
719 // True if any write to the underlying stream failed. (We don't just
727 void Write(const char* data, int size) {
734 Write(indent_.data(), indent_.size());
958 // Write the field value.
    [all...]
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
fst.h 52 bool write_header; // Write the header?
53 bool write_isymbols; // Write input symbols?
54 bool write_osymbols; // Write output symbols?
97 bool Write(ostream &strm, const string &source) const;
181 // Write an Fst to an output stream; return false on error
182 virtual bool Write(ostream &strm, const FstWriteOptions &opts) const {
183 LOG(ERROR) << "Fst::Write: No write method for " << Type() << " Fst type";
187 // Write an Fst to a file; return false on error
188 virtual bool Write(const string &filename) const
    [all...]
vector-fst.h 204 bool Write(ostream &strm, const FstWriteOptions &opts) const;
420 bool VectorFstImpl<A>::Write(ostream &strm,
431 state->final.Write(strm);
438 arc.weight.Write(strm);
444 LOG(ERROR) << "VectorFst::Write: write failed: " << opts.source;
541 // Write a VectorFst to an output stream; return false on error
542 virtual bool Write(ostream &strm, const FstWriteOptions &opts) const {
543 return impl_->Write(strm, opts);
546 // Write a VectorFst to a file; return false on erro
    [all...]
  /frameworks/base/tools/aidl/
AST.cpp 41 arguments[i]->Write(to);
81 Field::Write(FILE* to)
109 LiteralExpression::Write(FILE* to)
124 StringLiteralExpression::Write(FILE* to)
172 Variable::Write(FILE* to)
196 FieldVariable::Write(FILE* to)
199 this->object->Write(to);
221 StatementBlock::Write(FILE* to)
226 this->statements[i]->Write(to);
253 ExpressionStatement::Write(FILE* to
    [all...]
  /art/compiler/
oat_writer.cc 636 PLOG(ERROR) << "Failed to write " << what << " for "
662 // Write deduplicated map.
686 PLOG(ERROR) << "Failed to write " << DataAccess::Name() << " for "
    [all...]
  /art/runtime/
profiler.cc 258 // After the profile has been taken, write it out.
270 // Write out the profile file if we are generating a profile.
296 // Format the profile output and write to the file.
304 int n = ::write(fd, p, length);
466 return profile_table_.Write(os, options_.GetProfileType());
567 // Write the profile table to the output stream. Also merge with the previous profile.
568 uint32_t ProfileSampleResults::Write(std::ostream& os, ProfileDataType type) {
653 // We write out profile data with dex pc and context information in the following format:
667 // Now we write out the remaining previous methods.
  /external/chromium_org/net/disk_cache/blockfile/
entry_impl.cc 91 // sent to disk. The buffer can start at any offset, but if we try to write to
113 void Write(int offset, IOBuffer* buf, int len);
148 // We don't want to write before our current start.
175 void EntryImpl::UserBuffer::Write(int offset, IOBuffer* buf, int len) {
180 DVLOG(3) << "Buffer write at " << offset << " current " << offset_;
435 if (!key_file || !key_file->Write(key.data(), key.size(), offset)) {
915 // unused block is filled with zeros), and to simplify the handling of write /
1063 DVLOG(2) << "Write to " << index << " at " << offset << " : " << buf_len;
    [all...]
entry_impl_v3.cc 40 // sent to disk. The buffer can start at any offset, but if we try to write to
62 void Write(int offset, IOBuffer* buf, int len);
97 // We don't want to write before our current start.
124 void EntryImplV3::UserBuffer::Write(int offset, IOBuffer* buf, int len) {
129 DVLOG(3) << "Buffer write at " << offset << " current " << offset_;
290 if (!key_file || !key_file->Write(key.data(), key.size(), offset)) {
716 // unused block is filled with zeros), and to simplify the handling of write /
862 DVLOG(2) << "Write to " << index << " at " << offset << " : " << buf_len;
905 user_buffers_[index]->Write(offset, buf, buf_len);
944 if (!file->Write(buf->data(), buf_len, file_offset, io_callback
    [all...]
index_table_v3.cc 721 Write(cell);
755 Write(*cell);
847 void IndexTable::Write(const EntryCell& cell) {
    [all...]
  /external/chromium_org/net/http/
http_cache.cc 189 // This class encapsulates a transaction whose only purpose is to write metadata
202 void Write(const GURL& url, base::Time expected_response_time, IOBuffer* buf,
219 void HttpCache::MetadataWriter::Write(const GURL& url,
415 writer->Write(url, expected_response_time, buf, buf_len);
814 // NOTE: If the transaction can only write, then the entry should not be in
822 if (trans->mode() & Transaction::WRITE) {
1037 if ((next->mode() & Transaction::WRITE) && !entry->readers.empty())
    [all...]
  /external/chromium_org/net/socket/
ssl_client_socket_unittest.cc 102 virtual int Write(IOBuffer* buf,
105 return transport_->Write(buf, buf_len, callback);
253 // Simulates synchronously receiving an error during Read() or Write()
263 virtual int Write(IOBuffer* buf,
277 // Sets the next Write() call and all future calls to return |error|.
278 // If there is already a pending asynchronous write, the configured error
279 // will not be returned until that asynchronous write has completed and
280 // Write() is called again.
313 int SynchronousErrorStreamSocket::Write(IOBuffer* buf,
318 return transport_->Write(buf, buf_len, callback)
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/base/
testutils.h 230 // Will cause Write to block when there are pos bytes in the write queue.
255 virtual StreamResult Write(const void* data, size_t data_len,
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
text_format.cc 971 // here. So, write what we have so far, including the '\n'.
972 Write(text + pos, i - pos + 1);
975 // Setting this true will cause the next Write() to insert an indent
981 // Write the rest.
982 Write(text + pos, size - pos);
985 // True if any write to the underlying stream failed. (We don't just
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_device/win/
audio_device_wave_win.cc     [all...]
  /external/chromium_org/ui/compositor/
layer.cc 698 base::JSONWriter::Write(&dictionary, out);
  /external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/include/
lcms2_plugin.h 127 cmsBool (* Write)(struct _cms_io_handler* iohandler, cmsUInt32Number size,
  /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...]

Completed in 1452 milliseconds

<<1112131415