Searched refs:Write (Results 251 - 275 of 363) sorted by relevance

<<1112131415

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common.cc39 report_file.Write(buffer, internal_strlen(buffer));
H A Dsanitizer_posix.cc353 void ReportFile::Write(const char *buffer, uptr length) { function in class:__sanitizer::ReportFile
356 "ReportFile::Write() can't output requested buffer!\n";
/external/google-breakpad/src/common/
H A Dmodule.cc232 bool Module::Write(std::ostream &stream, SymbolData symbol_data) { function in class:google_breakpad::Module
241 // Write out files.
252 // Write out functions and their lines.
277 // Write out 'PUBLIC' records.
288 // Write out 'STACK CFI INIT' and 'STACK CFI' records.
302 // Write out this entry's delta rules as 'STACK CFI' records.
/external/lldb/source/Commands/
H A DCommandObjectExpression.cpp390 error_stream->Write(error_cstr, error_cstr_len);
/external/lldb/tools/debugserver/source/
H A DRNBSocket.cpp375 RNBSocket::Write (const void *buffer, size_t length) function in class:RNBSocket
/external/lldb/tools/lldb-perf/lib/
H A DResults.cpp158 Results::Write (const char *out_path) function in class:Results
/external/openfst/src/include/fst/extensions/ngram/
H A Dngram-fst.h126 bool Write(ostream &strm, // NOLINT function in class:fst::NGramFstImpl
703 virtual bool Write(ostream &strm, const FstWriteOptions &opts) const { function in class:fst::NGramFst
704 return GetImpl()->Write(strm, opts);
707 virtual bool Write(const string &filename) const { function in class:fst::NGramFst
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
H A Dcmstypes.c236 // Write a fake directory to be filled latter on
243 // Write each element. Keep track of the size as well.
256 // Write the directory
491 if (!io -> Write(io, sz, ColorantOrder)) return FALSE;
751 // Write it, including separator
752 rc = io ->Write(io, size, Text);
838 return io ->Write(io, BinData ->len, BinData ->data);
1005 if (!io ->Write(io, len, Text)) goto Error;
1006 if (!io ->Write(io, len_filler_alignment, Filler)) goto Error;
1023 if (!io ->Write(i
[all...]
/external/protobuf/src/google/protobuf/
H A Dtext_format.cc1077 Write(text + pos, i - pos + 1);
1080 // Setting this true will cause the next Write() to insert an indent
1086 // Write the rest.
1087 Write(text + pos, size - pos);
1098 void Write(const char* data, int size) { function in class:google::protobuf::TextFormat::Printer::TextGenerator
1105 Write(indent_.data(), indent_.size());
1492 // Write the field value.
H A Dextension_set_heavy.cc406 target = WireFormatLite::Write##CAMELCASE##NoTagToArray( \
439 target = WireFormatLite::Write##CAMELCASE##ToArray(number, \
469 target = WireFormatLite::Write##CAMELCASE##ToArray( \
518 // Write type ID.
521 // Write message.
666 // Write type ID.
670 // Write message.
H A Dwire_format.cc246 // Write type ID.
250 // Write message.
273 // Write type ID.
279 // Write message.
802 WireFormatLite::Write##TYPE_METHOD##NoTag(value, output); \
804 WireFormatLite::Write##TYPE_METHOD(field->number(), value, output); \
829 WireFormatLite::Write##TYPE_METHOD( \
890 // Write type ID.
894 // Write message.
/external/skia/src/ports/
H A DSkImageDecoder_WIC.cpp392 piPropertybag->Write(1, &name, &value);
416 //Write the pixels into the frame.
/external/valgrind/exp-bbv/tests/x86/
H A Drep_prefix.S248 mov $4, %eax # Write syscall
/external/lzma/CPP/7zip/Archive/7z/
H A D7zUpdate.cpp477 STDMETHOD(Write)(const void *data, UInt32 size, UInt32 *processedSize);
531 STDMETHODIMP CFolderOutStream2::Write(const void *data, UInt32 size, UInt32 *processedSize) function in class:NArchive::N7z::CFolderOutStream2
540 RINOK(_crcStream->Write(data, cur, &cur));
1144 // ---------- Write Folders & Empty Files ----------
/external/lzma/CPP/7zip/UI/Common/
H A DUpdate.cpp83 STDMETHOD(Write)(const void *data, UInt32 size, UInt32 *processedSize);
106 STDMETHODIMP COutMultiVolStream::Write(const void *data, UInt32 size, UInt32 *processedSize) function in class:COutMultiVolStream
160 RINOK(subStream.Stream->Write(data, curSize, &realProcessed));
/external/sonivox/jet_tools/JetCreator/
H A Dmidifile.py1116 def Write (self, stream, filters=None): member in class:MIDITrack
1322 self.Write(self, offset, filters)
1327 self.Write(output_file, offset, filters)
1330 def Write (self, output_file, offset=0, filters=None): member in class:MIDIFile
1339 track.Write(output_file, filters)
/external/valgrind/callgrind/
H A Dsim.c130 typedef enum { Read = 0, Write = CACHELINE_DIRTY } RefType; enumerator in enum:__anon15850
333 /*--- Write Back Cache Simulation ---*/
337 * More complex model: L1 Write-through, LL Write-back
350 * type (Read/Write), the line gets dirty on a write.
455 cachesim_ref_wb( &LL, Write, a, size);
458 switch( cachesim_ref_wb( &LL, Write, a, size) ) {
586 cachesim_ref_wb( &LL, Write, a, size);
589 switch( cachesim_ref_wb( &LL, Write, a, size) ) {
/external/libvpx/libvpx/build/make/
H A Dgen_msvs_proj.sh32 --out=filename Write output to a file [stdout]
H A Dgen_msvs_vcxproj.sh33 --out=filename Write output to a file [stdout]
/external/lldb/include/lldb/Core/
H A DMappedHash.h174 // Write (int fd);
308 // Write the header out now that we have the hash_count
309 header.Write (ostrm);
/external/lldb/source/Core/
H A DSourceManager.cpp480 bytes_written = s->Write(cstr, count);
/external/lldb/tools/debugserver/source/MacOSX/arm/
H A DDNBArchImpl.cpp291 m_state.SetError(set, Write, kret); // Set the current write error for this register set
301 m_state.SetError(set, Write, kret); // Set the current write error for this register set
311 m_state.SetError(set, Write, kret); // Set the current write error for this register set
328 m_state.SetError(set, Write, kret); // Set the current write error for this register set
/external/lzma/C/
H A DMtCoder.c220 if (p->mtCoder->outStream->Write(p->mtCoder->outStream, p->outBuf, destSize) != destSize)
/external/lzma/CPP/7zip/Bundles/LzmaCon/
H A DLzmaAlone.cpp45 static const char *kWriteError = "Write error";
456 if (outStream->Write(&b, 1, 0) != S_OK)
/external/lzma/CPP/Windows/
H A DFileIO.cpp316 // If you Read or Write 64MB or more (probably min_failure_size = 64MB - 32KB + 1)
403 bool COutFile::Write(const void *data, UInt32 size, UInt32 &processedSize) function in class:NWindows::NFile::NIO::COutFile

Completed in 633 milliseconds

<<1112131415