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

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/third_party/webrtc/base/
multipart.cc 159 StreamResult MultipartStream::Write(const void* data, size_t data_len,
proxyserver.cc 86 Write(ext_socket_.get(), &out_buffer_);
90 Write(int_socket_.get(), &in_buffer_);
105 Write(int_socket_.get(), &in_buffer_);
109 Write(ext_socket_.get(), &out_buffer_);
131 void ProxyBinding::Write(AsyncSocket* socket, FifoBuffer* buffer) {
  /external/chromium_org/third_party/webrtc/system_wrappers/source/
file_impl.cc 49 WriteLockScoped write(*rw_lock_);
54 WriteLockScoped write(*rw_lock_);
65 WriteLockScoped write(*rw_lock_);
71 WriteLockScoped write(*rw_lock_);
102 WriteLockScoped write(*rw_lock_);
171 WriteLockScoped write(*rw_lock_);
191 WriteLockScoped write(*rw_lock_);
206 WriteLockScoped write(*rw_lock_);
229 bool FileWrapperImpl::Write(const void* buf, int length) {
230 WriteLockScoped write(*rw_lock_)
    [all...]
  /external/chromium_org/tools/code_coverage/
croc_html.py 90 def Write(self, cleanup=True):
128 filename: Filename to write to, relative to self.output_root.
289 cov_file: croc.CoveredFile to write.
297 # Write header section
337 f.Write()
343 cov_dir: croc.CoveredDir to write.
367 # Write header section
404 f.Write()
429 def Write(self):
434 # Loop through the tree and write subdirs, breadth-firs
    [all...]
  /external/chromium_org/tools/ipc_fuzzer/message_lib/
message_file_writer.cc 18 // Helper class to write a MessageVector + message names to a file.
23 bool Write(const MessageVector& messages);
72 LOG(ERROR) << "Failed to write " << size << " bytes.";
138 bool Writer::Write(const MessageVector& messages) {
159 bool MessageFile::Write(const base::FilePath& path,
162 return writer.Write(messages);
  /external/chromium_org/webkit/browser/fileapi/
local_file_stream_writer.cc 45 int LocalFileStreamWriter::Write(net::IOBuffer* buf, int buf_len,
76 // Write() is not called yet, so there's nothing to flush.
208 return stream_impl_->Write(buf, buf_len,
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_mutex_test.cc 33 void Write() {
81 data->Write();
  /external/compiler-rt/lib/tsan/tests/rtl/
tsan_test_util.h 70 void Write(const MemLoc &ml, int size, bool expect_race = false) {
82 Write(ml, 1, expect_race); }
84 Write(ml, 2, expect_race); }
86 Write(ml, 4, expect_race); }
88 Write(ml, 8, expect_race); }
  /external/compiler-rt/lib/tsan/tests/unit/
tsan_mutex_test.cc 31 void Write() {
77 data->Write();
88 data->Write();
96 TEST(Mutex, Write) {
  /external/lldb/include/lldb/Core/
StreamTee.h 97 Write (const void *s, size_t length)
114 const size_t bytes_written = strm->Write (s, length);
  /external/lldb/source/API/
SBCommunication.cpp 166 SBCommunication::Write (const void *src, size_t src_len, ConnectionStatus &status)
170 bytes_written = m_opaque->Write (src, src_len, status, NULL);
176 log->Printf ("SBCommunication(%p)::Write (src=%p, src_len=%" PRIu64 ", &status=%s) => %" PRIu64,
  /external/lldb/source/Core/
ConnectionMachPort.cpp 239 ConnectionMachPort::Write (const void *src, size_t src_len, ConnectionStatus &status, Error *error_ptr)
  /external/lzma/CPP/7zip/Common/
FilterCoder.cpp 98 STDMETHODIMP CFilterCoder::Write(const void *data, UInt32 size, UInt32 *processedSize)
StreamObjects.cpp 84 STDMETHODIMP CDynBufSeqOutStream::Write(const void *data, UInt32 size, UInt32 *processedSize)
100 STDMETHODIMP CBufPtrSeqOutStream::Write(const void *data, UInt32 size, UInt32 *processedSize)
112 STDMETHODIMP CSequentialOutStreamSizeCount::Write(const void *data, UInt32 size, UInt32 *processedSize)
115 HRESULT result = _stream->Write(data, size, &realProcessedSize);
  /external/pdfium/core/src/fxcrt/
fxcrt_platforms.cpp 115 size_t CFXCRT_FileAccess_CRT::Write(const void* pBuffer, size_t szBuffer)
184 if (dst.Write(pBuffer, num) != num) {
  /external/protobuf/src/google/protobuf/compiler/
zip_writer.cc 109 bool ZipWriter::Write(const string& filename, const string& contents) {
120 // write file header
143 // write central directory
173 // write end of central directory marker
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
symbol-table.cpp 128 bool SymbolTableImpl::Write(ostream &strm) const {
142 LOG(ERROR) << "SymbolTable::Write: write failed";
152 strm.write(line, strlen(line));
156 LOG(ERROR) << "SymbolTable::WriteText: write failed";
  /external/webrtc/src/system_wrappers/source/
file_impl.cc 233 bool FileWrapperImpl::Write(const void* buf, int length)
  /frameworks/compile/libbcc/include/bcinfo/Wrap/
BCHeaderField.h 48 bool Write(uint8_t* buf, size_t buf_len) {
  /external/ceres-solver/internal/ceres/
compressed_row_jacobian_writer.cc 150 // parameter vector. This code mirrors that in Write(), where jacobian
178 void CompressedRowJacobianWriter::Write(int residual_id,
  /external/chromium_org/base/files/
file_win.cc 180 int File::Write(int64 offset, const char* data, int size) {
  /external/chromium_org/chrome/browser/devtools/device/usb/
android_usb_socket.cc 133 int AndroidUsbSocket::Write(net::IOBuffer* buffer,
  /external/chromium_org/chrome/browser/diagnostics/
diagnostics_writer.cc 45 virtual bool Write(const base::string16& text) = 0;
80 virtual bool Write(const base::string16& txt) {
90 Write(L"Press [enter] to continue\n");
149 virtual bool Write(const base::string16& text) OVERRIDE {
219 console_->Write(base::UTF8ToUTF16(info_text + "\n"));
269 console_->Write(base::ASCIIToUTF16(result));
  /external/chromium_org/chrome/browser/extensions/api/image_writer_private/
test_utils.cc 72 void FakeImageWriterClient::Write(const ProgressCallback& progress_callback,
  /external/chromium_org/chrome/browser/sync_file_system/local/
syncable_file_system_operation.cc 220 void SyncableFileSystemOperation::Write(
235 base::Bind(&FileSystemOperation::Write,

Completed in 476 milliseconds

1 2 3 4 56 7 8 91011>>