HomeSort by relevance Sort by last modified time
    Searched defs:writer_ (Results 1 - 11 of 11) 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.h 94 writer_ = writer;
152 FileWriter* writer_; member in class:chromeos_update_engine::DownloadAction
  /external/google-breakpad/src/client/mac/handler/
minidump_generator.h 197 MinidumpFileWriter writer_; member in class:google_breakpad::MinidumpGenerator
  /external/google-breakpad/src/client/
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
  /external/google-breakpad/src/common/mac/
GTMLogger.h 211 id<GTMLogWriter> writer_; variable
  /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/v8/src/profiler/
heap-snapshot-generator.h 577 writer_(NULL) {
616 OutputStreamWriter* writer_; member in class:v8::internal::HeapSnapshotJSONSerializer
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
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.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 797 milliseconds