Searched defs:Write (Results 1 - 25 of 127) sorted by relevance

123456

/external/lzma/CPP/7zip/Archive/Common/
H A DOutStreamWithCRC.cpp7 STDMETHODIMP COutStreamWithCRC::Write(const void *data, UInt32 size, UInt32 *processedSize) function in class:COutStreamWithCRC
11 result = _stream->Write(data, size, &size);
H A DDummyOutStream.cpp7 STDMETHODIMP CDummyOutStream::Write(const void *data, UInt32 size, UInt32 *processedSize) function in class:CDummyOutStream
12 res = _stream->Write(data, size, &realProcessedSize);
/external/ceres-solver/internal/ceres/
H A Dblock_jacobian_writer.h32 // misleading, since the Write() operation on the block jacobian writer does not
60 // This makes the final Write() a nop.
65 void Write(int /* residual_id */, function in class:ceres::internal::BlockJacobianWriter
H A Ddynamic_compressed_row_jacobian_writer.cc63 void DynamicCompressedRowJacobianWriter::Write(int residual_id, function in class:ceres::internal::DynamicCompressedRowJacobianWriter
/external/chromium-trace/catapult/catapult_base/catapult_base/refactor/
H A Dmodule.py30 def Write(self): member in class:Module
31 """Write modifications to the file."""
/external/compiler-rt/test/profile/
H A Dinstrprof-without-libc.c31 int Write = __llvm_profile_write_buffer(Buffer); local
33 return Write;
/external/google-breakpad/src/processor/
H A Dsimple_serializer.h53 // Write 'item' to memory location 'dest', and return to the "end" address of
55 static char *Write(const Type &item, char *dest) { function in class:google_breakpad::SimpleSerializer
H A Dmap_serializers-inl.h70 char *StdMapSerializer<Key, Value>::Write(const std::map<Key, Value> &m, function in class:google_breakpad::StdMapSerializer
78 // Write header:
80 dest = SimpleSerializer<uint32_t>::Write(m.size(), dest);
93 key_address = key_serializer_.Write(iter->first, key_address);
94 dest = value_serializer_.Write(iter->second, dest);
111 // Write serialized data into memory.
112 Write(m, serialized_data);
138 char *RangeMapSerializer<Address, Entry>::Write( function in class:google_breakpad::RangeMapSerializer
146 // Write header:
148 dest = SimpleSerializer<uint32_t>::Write(
212 char *ContainedRangeMapSerializer<AddrType, EntryType>::Write( function in class:google_breakpad::ContainedRangeMapSerializer
[all...]
H A Dmap_serializers.h61 // NOTE: caller has to allocate enough memory before invoke Write() method.
62 char* Write(const std::map<Key, Value> &m, char* dest) const;
86 // Write the serialized data to specified memory location. Return the "end"
88 // NOTE: caller has to allocate enough memory before invoke Write() method.
89 char* Write(const AddressMap<Addr, Entry> &m, char *dest) const { function in class:google_breakpad::AddressMapSerializer
90 return std_map_serializer_.Write(m.map_, dest);
115 // Write the serialized data to specified memory location. Return the "end"
117 // NOTE: caller has to allocate enough memory before invoke Write() method.
118 char* Write(const RangeMap<Address, Entry> &m, char* dest) const;
144 // Write th
[all...]
/external/chromium-trace/catapult/devil/devil/android/
H A Ddevice_blacklist.py36 def Write(self, blacklist): member in class:Blacklist
64 self.Write(blacklist)
/external/libweave/src/test/
H A Dfake_stream.cc48 void FakeStream::Write(const void* buffer, function in class:weave::test::FakeStream
/external/lzma/CPP/7zip/Common/
H A DOffsetStream.cpp16 STDMETHODIMP COffsetOutStream::Write(const void *data, UInt32 size, UInt32 *processedSize) function in class:COffsetOutStream
18 return _stream->Write(data, size, processedSize);
H A DInOutTempBuffer.cpp52 if (!_outFile.Write(data, size, processed))
59 bool CInOutTempBuffer::Write(const void *data, UInt32 size) function in class:CInOutTempBuffer
108 STDMETHODIMP CSequentialOutTempBufferImp::Write(const void *data, UInt32 size, UInt32 *processed) function in class:CSequentialOutTempBufferImp
110 if (!_buf->Write(data, size))
/external/sfntly/cpp/src/sfntly/port/
H A Dmemory_output_stream.cc27 void MemoryOutputStream::Write(ByteVector* buffer) { function in class:sfntly::MemoryOutputStream
31 void MemoryOutputStream::Write(ByteVector* buffer, function in class:sfntly::MemoryOutputStream
46 void MemoryOutputStream::Write(byte_t* buffer, int32_t offset, int32_t length) { function in class:sfntly::MemoryOutputStream
57 void MemoryOutputStream::Write(byte_t b) { function in class:sfntly::MemoryOutputStream
/external/chromium-trace/catapult/tracing/tracing_build/
H A Dupdate_gypi.py55 def Write(self, f): member in class:BuildFile
113 build_file.Write(f)
/external/libchrome/base/json/
H A Djson_writer.cc28 bool JSONWriter::Write(const Value& node, std::string* json) { function in class:base::JSONWriter
/external/libchrome/base/
H A Dlocation.cc46 void Location::Write(bool display_filename, bool display_function_name, function in class:tracked_objects::Location
/external/libvpx/libvpx/third_party/libwebm/
H A Dmkvwriter.cpp25 int32 MkvWriter::Write(const void* buffer, uint32 length) { function in class:mkvmuxer::MkvWriter
/external/libweave/src/
H A Dstreams.cc32 void MemoryStream::Write(const void* buffer, function in class:weave::MemoryStream
57 return destination_->Write(
/external/libweave/third_party/chromium/base/json/
H A Djson_writer.cc28 bool JSONWriter::Write(const Value& node, std::string* json) { function in class:base::JSONWriter
/external/libweave/third_party/chromium/base/
H A Dlocation.cc46 void Location::Write(bool display_filename, bool display_function_name, function in class:tracked_objects::Location
/external/webrtc/webrtc/common_audio/
H A Daudio_ring_buffer.cc31 void AudioRingBuffer::Write(const float* const* data, size_t channels, function in class:webrtc::AudioRingBuffer
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
H A Dbwe_test_fileutils.cc74 bool OutputFileWriter::Write(uint32_t value) { function in class:webrtc::testing::bwe::OutputFileWriter
/external/zlib/src/contrib/delphi/
H A DZLib.pas92 function Write(const Buffer; Count: Longint): Longint; override; function
121 function Write(const Buffer; Count: Longint): Longint; override; function
444 function TCompressionStream.Write(const Buffer; Count: Longint): Longint;
522 function TDecompressionStream.Write(const Buffer; Count: Longint): Longint;
/external/bsdiff/
H A Dextents_file.cc39 bool ExtentsFile::Write(const void* buf, size_t count, size_t* bytes_written) { function in class:bsdiff::ExtentsFile
40 return IOOperation(&FileInterface::Write, buf, count, bytes_written);

Completed in 4953 milliseconds

123456