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

  /external/google-breakpad/src/common/linux/
memory_mapped_file.h 68 const MemoryRange& content() const { return content_; }
72 const void* data() const { return content_.data(); }
76 size_t size() const { return content_.length(); }
80 MemoryRange content_; member in class:google_breakpad::MemoryMappedFile
memory_mapped_file.cc 107 content_.Set(data, file_len - offset);
112 if (content_.data()) {
113 sys_munmap(const_cast<uint8_t*>(content_.data()), content_.length());
114 content_.Set(NULL, 0);
elf_core_dump.cc 44 ElfCoreDump::Note::Note(const MemoryRange& content) : content_(content) {}
51 return content_.GetData<Nhdr>(0);
63 return content_.Subrange(sizeof(Nhdr), header->n_namesz);
71 return content_.Subrange(AlignedSize(sizeof(Nhdr) + header->n_namesz),
84 content_.Subrange(next_offset, content_.length() - next_offset);
101 : content_(content) {
105 content_ = content;
121 return content_.GetData<Ehdr>(0);
127 return reinterpret_cast<const Phdr*>(content_.GetArrayElement
    [all...]
elf_core_dump.h 72 // |content_|, or false otherwise.
76 // |content_|.
79 // Returns the note type, or 0 if no note header is found in |content_|.
83 // if no valid note name is found in |content_|.
87 // range if no valid note description is found in |content_|.
100 MemoryRange content_; member in class:google_breakpad::ElfCoreDump::Note
115 // is found in |content_|.
119 // ELF header is found in |content_| or |index| is out of bounds.
123 // no ELF header is found in |content_| or no program header of |type| is
128 // ELF header is found in |content_|
143 MemoryRange content_; member in class:google_breakpad::ElfCoreDump
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/detail/
reference_content.hpp 42 RefT content_; member in class:boost::detail::reference_content
51 : content_( r )
56 : content_( operand.content_ )
68 return content_;
  /external/protobuf/src/google/protobuf/compiler/
plugin.pb.h 263 ::std::string* content_; member in class:google::protobuf::compiler::CodeGeneratorResponse_File
704 if (content_ != &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
705 content_->clear();
711 return *content_;
715 if (content_ == &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
716 content_ = new ::std::string;
718 content_->assign(value);
723 if (content_ == &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
724 content_ = new ::std::string;
726 content_->assign(value)
    [all...]
plugin.pb.cc 81 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CodeGeneratorResponse_File, content_),
526 content_ = const_cast< ::std::string*>(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
542 if (content_ != &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
543 delete content_;
583 if (content_ != &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
584 content_->clear();
844 std::swap(content_, other->content_);
    [all...]
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/compiler/
plugin.pb.h 265 ::std::string* content_; member in class:google::protobuf::compiler::CodeGeneratorResponse_File
680 if (content_ != &::google::protobuf::internal::kEmptyString) {
681 content_->clear();
686 return *content_;
690 if (content_ == &::google::protobuf::internal::kEmptyString) {
691 content_ = new ::std::string;
693 content_->assign(value);
697 if (content_ == &::google::protobuf::internal::kEmptyString) {
698 content_ = new ::std::string;
700 content_->assign(value)
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/compiler/
plugin.pb.h 265 ::std::string* content_; member in class:google::protobuf::compiler::CodeGeneratorResponse_File
680 if (content_ != &::google::protobuf::internal::kEmptyString) {
681 content_->clear();
686 return *content_;
690 if (content_ == &::google::protobuf::internal::kEmptyString) {
691 content_ = new ::std::string;
693 content_->assign(value);
697 if (content_ == &::google::protobuf::internal::kEmptyString) {
698 content_ = new ::std::string;
700 content_->assign(value)
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/compiler/
plugin.pb.h 265 ::std::string* content_; member in class:google::protobuf::compiler::CodeGeneratorResponse_File
680 if (content_ != &::google::protobuf::internal::kEmptyString) {
681 content_->clear();
686 return *content_;
690 if (content_ == &::google::protobuf::internal::kEmptyString) {
691 content_ = new ::std::string;
693 content_->assign(value);
697 if (content_ == &::google::protobuf::internal::kEmptyString) {
698 content_ = new ::std::string;
700 content_->assign(value)
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/compiler/
plugin.pb.h 265 ::std::string* content_; member in class:google::protobuf::compiler::CodeGeneratorResponse_File
680 if (content_ != &::google::protobuf::internal::kEmptyString) {
681 content_->clear();
686 return *content_;
690 if (content_ == &::google::protobuf::internal::kEmptyString) {
691 content_ = new ::std::string;
693 content_->assign(value);
697 if (content_ == &::google::protobuf::internal::kEmptyString) {
698 content_ = new ::std::string;
700 content_->assign(value)
    [all...]
  /external/webrtc/webrtc/modules/video_coding/
media_optimization.cc 97 content_(new VCMContentMetricsProcessing()),
123 content_->Reset();
167 content_->Reset();
168 content_->UpdateFrameRate(frame_rate);
233 selected_method->UpdateContentMetrics(content_->ShortTermAvgData());
294 content_->ResetShortTermAvgData();
436 content_->UpdateContentData(content_metrics);
460 qm_resolution_->UpdateContent(content_->LongTermAvgData());
479 content_->Reset();
564 content_->UpdateFrameRate(qm->frame_rate)
    [all...]
media_optimization.h 161 rtc::scoped_ptr<VCMContentMetricsProcessing> content_ GUARDED_BY(crit_sect_);
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/compiler/
plugin.pb.h 286 ::google::protobuf::internal::ArenaStringPtr content_; member in class:google::protobuf::compiler::CodeGeneratorResponse_File
673 content_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
678 return content_.GetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
682 content_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value);
687 content_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value));
692 content_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(),
699 return content_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
704 return content_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
712 content_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), content);
    [all...]
  /external/v8/src/
objects-inl.h     [all...]
  /external/chromium-trace/catapult/third_party/polymer/components/polymer/
polymer.js     [all...]
  /external/chromium-trace/catapult/tracing/third_party/components/polymer/
polymer.js     [all...]
  /external/robolectric/v1/lib/main/
xpp3-1.1.4c.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit/2.14/
htmlunit-2.14.jar 
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/3.0.0-beta-2/
protobuf-java-3.0.0-beta-2.jar 

Completed in 220 milliseconds