Searched refs:Write (Results 76 - 100 of 363) sorted by relevance

1234567891011>>

/external/lldb/scripts/Python/interface/
H A DSBCommunication.i64 Write (const void *src,
/external/lzma/CS/7zip/Compress/LzmaAlone/
H A DLzmaBench.cs140 public override void Write(byte[] buffer, int offset, int count) method in class:SevenZip.LzmaBench.CrcOutStream
214 System.Console.Write(" ");
215 System.Console.Write(s);
221 System.Console.Write(" MIPS");
232 System.Console.Write(" KB/s ");
250 System.Console.Write("\n Compressing Decompressing\n\n");
322 System.Console.Write(" ");
333 System.Console.Write(" ");
/external/libvpx/libvpx/third_party/libwebm/
H A Dmkvmuxer.hpp33 virtual int32 Write(const void* buf, uint32 len) = 0;
170 bool Write(IMkvWriter* writer) const;
226 bool Write(IMkvWriter* writer) const;
265 bool Write(IMkvWriter* writer) const;
301 bool Write(IMkvWriter* writer) const;
354 virtual bool Write(IMkvWriter* writer) const;
443 virtual bool Write(IMkvWriter* writer) const;
507 virtual bool Write(IMkvWriter* writer) const;
561 bool Write(IMkvWriter* writer) const;
716 bool Write(IMkvWrite
[all...]
H A Dmkvwriter.cpp25 int32 MkvWriter::Write(const void* buffer, uint32 length) { function in class:mkvmuxer::MkvWriter
/external/openfst/src/include/fst/
H A Dadd-on.h51 bool Write(ostream &ostrm) const { return true; } function in class:fst::NullAddOn
108 bool Write(ostream &ostrm) const { function in class:fst::AddOnPair
112 a1_->Write(ostrm);
116 a2_->Write(ostrm);
140 // a 'bool Write(ostream &)' method, and 'int RecCount(), 'int IncrRefCount()'
240 bool Write(ostream &strm, const FstWriteOptions &opts) const { function in class:fst::AddOnImpl
249 if (!fst_.Write(strm, fopts))
253 if (have_addon) // Write add-on object if present.
254 t_->Write(strm);
/external/skia/tests/
H A DSerializationTest.cpp37 static void Write(SkWriteBuffer& writer, const T* flattenable) { function in struct:SerializationUtils
46 static void Write(SkWriteBuffer& writer, const SkMatrix* matrix) { function in struct:SerializationUtils
55 static void Write(SkWriteBuffer& writer, const SkPath* path) { function in struct:SerializationUtils
64 static void Write(SkWriteBuffer& writer, const SkRegion* region) { function in struct:SerializationUtils
73 static void Write(SkWriteBuffer& writer, const SkString* string) { function in struct:SerializationUtils
82 static void Write(SkWriteBuffer& writer, unsigned char* data, uint32_t arraySize) { function in struct:SerializationUtils
91 static void Write(SkWriteBuffer& writer, SkColor* data, uint32_t arraySize) { function in struct:SerializationUtils
100 static void Write(SkWriteBuffer& writer, int32_t* data, uint32_t arraySize) { function in struct:SerializationUtils
109 static void Write(SkWriteBuffer& writer, SkPoint* data, uint32_t arraySize) { function in struct:SerializationUtils
118 static void Write(SkWriteBuffe function in struct:SerializationUtils
[all...]
/external/clang/test/SemaCXX/
H A Dcrashes.cpp91 void Write(const Variant& __v);
92 void Write(const InfallibleTArray& __v);
95 Write(x);
/external/lzma/CPP/7zip/Common/
H A DStreamObjects.h72 STDMETHOD(Write)(const void *data, UInt32 size, UInt32 *processedSize);
92 STDMETHOD(Write)(const void *data, UInt32 size, UInt32 *processedSize);
107 STDMETHOD(Write)(const void *data, UInt32 size, UInt32 *processedSize);
H A DFileStreams.h128 STDMETHOD(Write)(const void *data, UInt32 size, UInt32 *processedSize);
141 STDMETHOD(Write)(const void *data, UInt32 size, UInt32 *processedSize);
H A DStreamObjects.cpp84 STDMETHODIMP CDynBufSeqOutStream::Write(const void *data, UInt32 size, UInt32 *processedSize) function in class:CDynBufSeqOutStream
100 STDMETHODIMP CBufPtrSeqOutStream::Write(const void *data, UInt32 size, UInt32 *processedSize) function in class:CBufPtrSeqOutStream
112 STDMETHODIMP CSequentialOutStreamSizeCount::Write(const void *data, UInt32 size, UInt32 *processedSize) function in class:CSequentialOutStreamSizeCount
115 HRESULT result = _stream->Write(data, size, &realProcessedSize);
H A DStreamUtils.cpp48 HRESULT res = stream->Write(data, curSize, &processedSizeLoc);
/external/pdfium/core/src/fxcrt/
H A Dfxcrt_posix.cpp93 size_t CFXCRT_FileAccess_Posix::Write(const void* pBuffer, size_t szBuffer) function in class:CFXCRT_FileAccess_Posix
121 return Write(pBuffer, szBuffer);
170 if (dst.Write(pBuffer, num) != num) {
/external/v8/src/
H A Ddateparser.cc12 bool DateParser::DayComposer::Write(FixedArray* output) { function in class:v8::internal::DateParser::DayComposer
65 bool DateParser::TimeComposer::Write(FixedArray* output) { function in class:v8::internal::DateParser::TimeComposer
93 bool DateParser::TimeZoneComposer::Write(FixedArray* output) { function in class:v8::internal::DateParser::TimeZoneComposer
/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_mutex_test.cc33 void Write() { function in class:__sanitizer::TestData
81 data->Write();
/external/lldb/tools/debugserver/source/MacOSX/ppc/
H A DDNBArchImpl.cpp122 m_state.SetError(e_regSetGPR, Write, ::thread_set_state(m_thread->MachPortNumber(), e_regSetGPR, (thread_state_t)&m_state.gpr, e_regSetWordSizeGPR));
123 return m_state.GetError(e_regSetGPR, Write);
129 m_state.SetError(e_regSetFPR, Write, ::thread_set_state(m_thread->MachPortNumber(), e_regSetFPR, (thread_state_t)&m_state.fpr, e_regSetWordSizeFPR));
130 return m_state.GetError(e_regSetFPR, Write);
136 m_state.SetError(e_regSetEXC, Write, ::thread_set_state(m_thread->MachPortNumber(), e_regSetEXC, (thread_state_t)&m_state.exc, e_regSetWordSizeEXC));
137 return m_state.GetError(e_regSetEXC, Write);
143 m_state.SetError(e_regSetVEC, Write, ::thread_set_state(m_thread->MachPortNumber(), e_regSetVEC, (thread_state_t)&m_state.vec, e_regSetWordSizeVEC));
144 return m_state.GetError(e_regSetVEC, Write);
/external/ceres-solver/internal/ceres/
H A Ddense_jacobian_writer.h69 void Write(int residual_id, function in class:ceres::internal::DenseJacobianWriter
H A Ddynamic_compressed_row_jacobian_writer.cc63 void DynamicCompressedRowJacobianWriter::Write(int residual_id, function in class:ceres::internal::DynamicCompressedRowJacobianWriter
/external/google-breakpad/src/processor/
H A Dmodule_serializer.h66 // Write a module into an allocated memory chunk with required size.
68 char* Write(const BasicSourceLineResolver::Module &module, char *dest);
/external/libvpx/libvpx/build/make/
H A Dgen_msvs_def.sh32 --out=filename Write output to a file [stdout]
/external/lldb/include/lldb/Core/
H A DConnectionMachPort.h53 Write (const void *src,
/external/lldb/source/Core/
H A DStreamString.cpp38 StreamString::Write (const void *s, size_t length) function in class:StreamString
/external/lldb/tools/debugserver/source/MacOSX/
H A DMachVMMemory.h28 nub_size_t Write(task_t task, nub_addr_t address, const void *data, nub_size_t data_count);
/external/lldb/tools/debugserver/source/
H A DRNBSocket.h60 rnb_err_t Write (const void *buffer, size_t length);
/external/lzma/CPP/7zip/Archive/7z/
H A D7zFolderOutStream.h42 STDMETHOD(Write)(const void *data, UInt32 size, UInt32 *processedSize);
/external/lzma/CPP/7zip/
H A DIStream.h29 STDMETHOD(Write)(const void *data, UInt32 size, UInt32 *processedSize) PURE;
33 You must call Write function in loop, if you need to write exact amount of data

Completed in 619 milliseconds

1234567891011>>