HomeSort by relevance Sort by last modified time
    Searched defs:WriteAll (Results 1 - 9 of 9) sorted by null

  /prebuilts/go/darwin-x86/src/encoding/csv/
writer.go 19 // changed to customize the details before the first call to Write or WriteAll.
108 // WriteAll writes multiple CSV records to w using Write and then calls Flush.
109 func (w *Writer) WriteAll(records [][]string) error {
  /prebuilts/go/linux-x86/src/encoding/csv/
writer.go 19 // changed to customize the details before the first call to Write or WriteAll.
108 // WriteAll writes multiple CSV records to w using Write and then calls Flush.
109 func (w *Writer) WriteAll(records [][]string) error {
  /system/update_engine/payload_consumer/
xz_extent_writer_unittest.cc 95 void WriteAll(const brillo::Blob& compressed) {
122 WriteAll(brillo::Blob(std::begin(kCompressedDataNoCheck),
128 WriteAll(brillo::Blob(std::begin(kCompressedDataCRC32),
136 WriteAll(brillo::Blob(std::begin(kCompressed30KiBofA),
  /external/bsdiff/
bspatch.cc 108 if (!WriteAll(file, buf, bytes_to_read)) {
109 perror("WriteAll() failed");
133 bool WriteAll(const std::unique_ptr<FileInterface>& file,
428 if (!WriteAll(new_file, new_buf.data(), read_bytes)) {
  /frameworks/base/tools/aapt2/util/
Util.cpp 470 bool WriteAll(std::ostream& out, const BigBuffer& buffer) {
  /frameworks/native/libs/vr/libpdx/private/pdx/
service.h 129 inline Status<void> WriteAll(const void* buffer, size_t length) {
  /external/webrtc/webrtc/base/
stream.cc 44 StreamResult StreamInterface::WriteAll(const void* data, size_t data_len,
275 tap_result_ = tap_->WriteAll(buffer, *read, NULL, &tap_error_);
289 tap_result_ = tap_->WriteAll(data, *written, NULL, &tap_error_);
  /system/update_engine/common/
utils.cc 195 return WriteAll(fd, data, data_len);
227 bool WriteAll(int fd, const void* buf, size_t count) {
258 bool WriteAll(const FileDescriptorPtr& fd, const void* buf, size_t count) {
275 return WriteAll(fd, buf, count);
    [all...]
  /external/boringssl/src/ssl/test/
bssl_shim.cc     [all...]

Completed in 739 milliseconds