HomeSort by relevance Sort by last modified time
    Searched refs:writer_ (Results 1 - 19 of 19) sorted by null

  /system/update_engine/payload_consumer/
file_writer.h 88 explicit ScopedFileWriterCloser(FileWriter* writer) : writer_(writer) {}
90 int err = writer_->Close();
96 FileWriter* writer_; member in class:chromeos_update_engine::ScopedFileWriterCloser
download_action.cc 51 writer_(nullptr),
185 if (writer_) {
190 writer_ = delta_performer_.get();
244 if (writer_) {
245 writer_->Close();
246 writer_ = nullptr;
272 if (writer_ && !writer_->Write(bytes, length, &code_)) {
296 if (writer_) {
297 LOG_IF(WARNING, writer_->Close() != 0) << "Error closing the writer."
    [all...]
download_action.h 92 writer_ = writer;
150 FileWriter* writer_; member in class:chromeos_update_engine::DownloadAction
  /toolchain/binutils/binutils-2.25/gold/
token.h 95 : is_blocker_(is_blocker), blockers_(0), writer_(NULL), waiting_()
101 gold_assert(this->writer_ == NULL);
116 return this->writer_ == NULL;
124 gold_assert(!this->is_blocker_ && this->writer_ == NULL);
125 this->writer_ = t;
132 gold_assert(!this->is_blocker_ && this->writer_ == t);
133 this->writer_ = NULL;
144 this->writer_ = NULL;
153 this->writer_ = NULL;
163 this->writer_ = NULL
204 const Task* writer_; member in class:gold::Task_token
    [all...]
  /external/google-breakpad/src/client/
minidump_file_writer-inl.h 74 return writer_->Copy(
84 return writer_->Copy(
92 return writer_->Copy(position_, &data_, minidump_size<MDType>::size());
minidump_file_writer.h 53 // TypedMDRVA<MDRawHeader> header(&writer_);
62 // TypedMDRVA<MDRawHeader> header(&writer_);
159 : writer_(writer),
191 MinidumpFileWriter *writer_; member in class:google_breakpad::UntypedMDRVA
minidump_file_writer.cc 273 position_ = writer_->Allocate(size_);
281 return writer_->Copy(pos, src, size);
  /art/compiler/
oat_writer.cc 533 : writer_(writer),
564 OatWriter* const writer_;
584 DCHECK_LT(oat_class_index_, writer_->oat_classes_.size());
606 for (const OatDexFile& oat_dex_file : writer_->oat_dex_files_) {
609 writer_->oat_classes_.reserve(num_classes);
628 writer_->compiler_driver_->GetCompiledMethod(MethodReference(dex_file_, method_idx));
638 CompiledClass* compiled_class = writer_->compiler_driver_->GetCompiledClass(class_ref);
642 } else if (writer_->compiler_driver_->GetVerificationResults()->IsClassRejected(class_ref)) {
648 writer_->oat_classes_.emplace_back(offset_,
652 offset_ += writer_->oat_classes_.back().SizeOf()
    [all...]
  /external/google-breakpad/src/client/mac/handler/
minidump_generator.cc 73 : writer_(),
91 : writer_(),
221 if (writer_.Open(path)) {
222 TypedMDRVA<MDRawHeader> header(&writer_);
223 TypedMDRVA<MDRawDirectory> dir(&writer_);
319 UntypedMDRVA memory(&writer_);
470 TypedMDRVA<MDRawContextARM> context(&writer_);
528 TypedMDRVA<MDRawContextARM64> context(&writer_);
619 TypedMDRVA<MDRawContextPPC> context(&writer_);
685 TypedMDRVA<MDRawContextPPC64> context(&writer_);
    [all...]
minidump_generator.h 197 MinidumpFileWriter writer_; member in class:google_breakpad::MinidumpGenerator
  /external/v8/src/profiler/
heap-snapshot-generator.cc     [all...]
heap-snapshot-generator.h 576 writer_(NULL) {
615 OutputStreamWriter* writer_; member in class:v8::internal::HeapSnapshotJSONSerializer
  /external/google-breakpad/src/common/mac/
GTMLogger.h 211 id<GTMLogWriter> writer_; variable
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
mkvmuxer.cpp     [all...]
mkvmuxer.hpp 718 // |writer_| if successful. Returns true on success.
734 // |writer_| if successful. Returns true on success.
756 // |writer_| if successful. Returns true on success.
797 // cluster's size if |writer_| is seekable. Returns true on success.
888 // Outputs the Cluster header to |writer_|. Returns true on success.
913 IMkvWriter* writer_; member in class:mkvmuxer::Cluster
    [all...]
  /external/libvpx/libvpx/third_party/libwebm/
mkvmuxer.cpp     [all...]
mkvmuxer.hpp 862 // |writer_| if successful. Returns true on success.
866 // |writer_| if successful. Returns true on success.
880 // |writer_| if successful. Returns true on success.
898 // |writer_| if successful. Returns true on success.
933 // cluster's size if |writer_| is seekable. Returns true on success.
963 // Outputs the Cluster header to |writer_|. Returns true on success.
991 IMkvWriter* writer_; member in class:mkvmuxer::Cluster
    [all...]
  /external/v8/src/
gdb-jit.cc 416 : ELFSection(name, TYPE_STRTAB, 1), writer_(NULL), offset_(0), size_(0) {
428 writer_ = w;
429 offset_ = writer_->position();
436 writer_ = NULL;
440 DCHECK(writer_ == NULL);
449 writer_->Write(*str);
455 Writer* writer_; member in class:v8::internal::ELFStringTable
    [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/cssparser/cssparser/0.9.13/
cssparser-0.9.13.jar 

Completed in 392 milliseconds