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

1 2

  /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...]
  /external/tensorflow/tensorflow/core/lib/io/
inputstream_interface_test.cc 28 explicit TestStringStream(const string& content) : content_(content) {}
32 if (pos_ + bytes_to_read > content_.size()) {
35 *result = content_.substr(pos_, bytes_to_read);
48 string content_; member in class:tensorflow::io::__anon40000::TestStringStream
  /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_);
  /external/pdfium/xfa/fde/
cfde_texteditengine.cpp 161 content_.resize(gap_size_);
176 content_.clear();
177 content_.resize(gap_size_);
195 memmove(content_.data() + idx + gap_size_, content_.data() + idx,
199 memmove(content_.data() + gap_position_,
200 content_.data() + gap_position_ + gap_size_,
208 content_.resize(text_length_ + new_gap_size);
210 memmove(content_.data() + gap_position_ + new_gap_size,
211 content_.data() + gap_position_ + gap_size_
    [all...]
cfde_texteditengine.h 210 std::vector<WideString::CharType> content_; member in class:CFDE_TextEditEngine
  /external/protobuf/src/google/protobuf/compiler/
plugin.pb.cc 82 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CodeGeneratorResponse_File, content_),
698 content_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
710 content_.DestroyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
750 content_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
    [all...]
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...]
  /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...]
  /bionic/linker/
linker_config.cpp 61 : content_(content), p_(0), lineno_(0), was_end_of_file_(false) {}
122 size_t found = content_.find('\n', p_);
124 *line = content_.substr(p_, found - p_);
127 *line = content_.substr(p_);
135 std::string content_; member in class:ConfigParser
  /test/vti/dashboard/src/main/java/com/android/vts/proto/
VtsReportMessage.java 10095 private com.google.protobuf.ByteString content_; field in class:VtsReportMessage.LogMessage
10490 private com.google.protobuf.ByteString content_ = com.google.protobuf.ByteString.EMPTY; field in class:VtsReportMessage.LogMessage.Builder
10780 private com.google.protobuf.ByteString content_; field in class:VtsReportMessage.UrlResourceMessage
11179 private com.google.protobuf.ByteString content_ = com.google.protobuf.ByteString.EMPTY; field in class:VtsReportMessage.UrlResourceMessage.Builder
    [all...]
  /external/v8/src/
objects-inl.h     [all...]
  /external/robolectric/v1/lib/main/
xpp3-1.1.4c.jar 
  /prebuilts/tools/common/m2/repository/xpp3/xpp3/1.1.4c/
xpp3-1.1.4c.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit/2.14/
htmlunit-2.14.jar 
  /external/annotation-tools/asmx/test/lib/
jd.xslt-1.5.5.jar 
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/3.0.0/
protobuf-java-3.0.0.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 1180 milliseconds

1 2