HomeSort by relevance Sort by last modified time
    Searched defs:Write (Results 226 - 250 of 714) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
FirmwareVolumeBlock.h 209 The Write() function writes the specified number of bytes from
211 firmware volume is sticky write, the caller must ensure that
212 all the bits of the specified range to write are in the
213 EFI_FVB_ERASE_POLARITY state before calling the Write()
215 unpredictability arises because, for a sticky-write firmware
216 volume, a write may negate a bit in the EFI_FVB_ERASE_POLARITY
218 Write() function, it is recommended for the caller to first call
220 write. A block erase cycle will transition bits from the
224 state. If it is in this state, the Write() function must
226 contents of the firmware volume. The Write() function must
    [all...]
  /device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/Device/
IIO.h 41 cIIO_Write Write;
  /external/brotli/csharp/org/brotli/dec/
BrotliInputStream.cs 217 public override void Write(byte[] buffer, int offset, int count) {
  /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 78 void Write(const MemLoc &ml, int size, bool expect_race = false) {
90 Write(ml, 1, expect_race); }
92 Write(ml, 2, expect_race); }
94 Write(ml, 4, expect_race); }
96 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/golang-protobuf/proto/
text_test.go 363 func (w *limitedWriter) Write(p []byte) (n int, err error) {
369 return w.b.Write(p)
371 n, _ = w.b.Write(p[:avail])
  /external/llvm/include/llvm/DebugInfo/PDB/Raw/
RawConstants.h 83 Write = 1 << 1, // Segment is writable.
  /external/lzma/CPP/7zip/Common/
LimitedStreams.cpp 213 STDMETHODIMP CLimitedSequentialOutStream::Write(const void *data, UInt32 size, UInt32 *processedSize)
232 result = _stream->Write(data, size, &size);
334 STDMETHODIMP CTailOutStream::Write(const void *data, UInt32 size, UInt32 *processedSize)
337 HRESULT res = Stream->Write(data, size, &cur);
StreamObjects.cpp 142 STDMETHODIMP CDynBufSeqOutStream::Write(const void *data, UInt32 size, UInt32 *processedSize)
158 STDMETHODIMP CBufPtrSeqOutStream::Write(const void *data, UInt32 size, UInt32 *processedSize)
173 STDMETHODIMP CSequentialOutStreamSizeCount::Write(const void *data, UInt32 size, UInt32 *processedSize)
176 HRESULT result = _stream->Write(data, size, &realProcessedSize);
  /external/perfetto/src/base/
task_runner_unittest.cc 55 Write();
63 void Write() {
65 PERFETTO_DCHECK(write(write_fd.get(), &b, 1) == 1);
255 task_runner.PostTask([&pipe] { pipe.Write(); });
256 task_runner.PostTask([&pipe] { pipe.Write(); });
  /external/protobuf/src/google/protobuf/compiler/
zip_writer.cc 139 bool ZipWriter::Write(const string& filename, const string& contents) {
150 // write file header
173 // write central directory
203 // write end of central directory marker
  /external/syslinux/gpxe/src/include/gpxe/efi/Protocol/
CpuIo.h 70 For write operations, the source buffer from which to write data.
95 EFI_CPU_IO_PROTOCOL_IO_MEM Write;
111 @param Mem.Write
117 @param Io.Write
  /external/webrtc/webrtc/base/
multipart.cc 159 StreamResult MultipartStream::Write(const void* data, size_t data_len,
proxyserver.cc 92 Write(ext_socket_.get(), &out_buffer_);
96 Write(int_socket_.get(), &in_buffer_);
111 Write(int_socket_.get(), &in_buffer_);
115 Write(ext_socket_.get(), &out_buffer_);
137 void ProxyBinding::Write(AsyncSocket* socket, FifoBuffer* buffer) {
  /external/webrtc/webrtc/libjingle/xmpp/
xmppsocket.cc 83 // Write bytes if there are any
133 // Write bytes if there are any
138 result = stream_->Write(buffer_.Data(), buffer_.Length(),
193 bool XmppSocket::Write(const char * data, size_t len) {
  /external/webrtc/webrtc/modules/audio_processing/test/
test_utils.cc 56 void ChannelBufferWavWriter::Write(const ChannelBuffer<float>& buffer) {
  /external/webrtc/webrtc/system_wrappers/source/
file_impl.cc 50 WriteLockScoped write(*rw_lock_);
55 WriteLockScoped write(*rw_lock_);
66 WriteLockScoped write(*rw_lock_);
72 WriteLockScoped write(*rw_lock_);
103 WriteLockScoped write(*rw_lock_);
172 WriteLockScoped write(*rw_lock_);
192 WriteLockScoped write(*rw_lock_);
204 WriteLockScoped write(*rw_lock_);
227 bool FileWrapperImpl::Write(const void* buf, size_t length) {
228 WriteLockScoped write(*rw_lock_)
    [all...]
  /frameworks/compile/libbcc/bcinfo/include/bcinfo/Wrap/
BCHeaderField.h 48 bool Write(uint8_t* buf, size_t buf_len) {
  /prebuilts/go/darwin-x86/src/archive/tar/
writer.go 18 // Write.WriteHeader begins a new file with the provided Header,
22 pad int64 // Amount of padding to write after current file entry
57 if _, tw.err = tw.w.Write(zeroBlock[:tw.pad]); tw.err != nil {
158 // Write PAX records to the output.
168 // Write each record to a buffer.
178 // Write the extended header file.
210 // Write the sparse map and setup the sparse writer if necessary.
213 if _, err := tw.curr.Write(spb); err != nil {
292 // Write the extended sparse map and setup the sparse writer if necessary.
295 if _, err := tw.w.Write(spb); err != nil
    [all...]
  /prebuilts/go/darwin-x86/src/archive/zip/
writer.go 87 // write central directory
131 if _, err := w.cw.Write(buf[:]); err != nil {
137 if _, err := w.cw.Write(h.Extra); err != nil {
176 if _, err := w.cw.Write(buf[:]); err != nil {
187 // write end record
197 if _, err := w.cw.Write(buf[:]); err != nil {
264 fh.Flags |= 0x8 // we will write a data descriptor
375 if _, err := w.Write(buf[:]); err != nil {
381 _, err := w.Write(h.Extra)
413 func (w *fileWriter) Write(p []byte) (int, error)
    [all...]
  /prebuilts/go/darwin-x86/src/crypto/md5/
md5.go 140 func (d *digest) Write(p []byte) (nn int, err error) {
176 d.Write(tmp[0 : 56-len%64])
178 d.Write(tmp[0 : 64+56-len%64])
186 d.Write(tmp[0:8])
207 d.Write(data)
  /prebuilts/go/darwin-x86/src/crypto/sha1/
sha1.go 130 func (d *digest) Write(p []byte) (nn int, err error) {
166 d.Write(tmp[0 : 56-len%64])
168 d.Write(tmp[0 : 64+56-len%64])
174 d.Write(tmp[0:8])
220 // we might have to write the length here if all fit in one block
263 d.Write(data)
  /prebuilts/go/darwin-x86/src/encoding/hex/
hex.go 121 dumper.Write(data)
140 func (e *encoder) Write(p []byte) (n int, err error) {
149 written, e.err = e.w.Write(e.out[:encoded])
223 func (h *dumper) Write(data []byte) (n int, err error) {
238 _, err = h.w.Write(h.buf[4:])
257 _, err = h.w.Write(h.buf[:l])
268 _, err = h.w.Write(h.rightChars[:])
279 // See the comments in Write() for the details of this format.
296 _, err = h.w.Write(h.buf[:l])
304 _, err = h.w.Write(h.rightChars[:nBytes+2]
    [all...]
  /prebuilts/go/darwin-x86/src/hash/crc64/
crc64.go 185 func (d *digest) Write(p []byte) (n int, err error) {

Completed in 705 milliseconds

1 2 3 4 5 6 7 8 91011>>