Searched refs:content_ (Results 1 - 25 of 38) sorted by last modified time

12

/external/smack/asmack-master/lib/
H A Dxpp3-1.1.4c.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META-INF/services/org. ...
/external/robolectric/lib/main/
H A Dxpp3-1.1.4c.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META-INF/services/org. ...
/external/protobuf/src/google/protobuf/compiler/
H A Dplugin.pb.cc75 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CodeGeneratorResponse_File, content_),
501 content_ = const_cast< ::std::string*>(&_default_content_);
516 if (content_ != &_default_content_) {
517 delete content_;
556 if (content_ != &_default_content_) {
557 content_->clear();
797 std::swap(content_, other->content_);
H A Dplugin.pb.h260 ::std::string* content_; member in class:google::protobuf::compiler::CodeGeneratorResponse_File
601 if (content_ != &_default_content_) {
602 content_->clear();
607 return *content_;
611 if (content_ == &_default_content_) {
612 content_ = new ::std::string;
614 content_->assign(value);
618 if (content_ == &_default_content_) {
619 content_ = new ::std::string;
621 content_
[all...]
/external/openfst/src/include/fst/extensions/far/
H A Dcompile-strings.h75 getline(strm_, content_);
78 content_.clear();
82 content_.append(line);
83 content_.append("\n");
86 if (!strm_ && content_.empty()) // We're also done if we read off all the
96 if (compiler_(content_, fst)) {
114 if (compiler_(content_, fst)) {
131 string content_; // The actual content of the input stream's next FST. member in class:fst::StringReader
/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
H A Dmedia_optimization.cc99 content_(new VCMContentMetricsProcessing()),
125 content_->Reset();
175 content_->Reset();
176 content_->UpdateFrameRate(frame_rate);
251 selected_method->UpdateContentMetrics(content_->ShortTermAvgData());
313 content_->ResetShortTermAvgData();
471 content_->UpdateContentData(content_metrics);
495 qm_resolution_->UpdateContent(content_->LongTermAvgData());
514 content_->Reset();
599 content_
[all...]
H A Dmedia_optimization.h168 scoped_ptr<VCMContentMetricsProcessing> content_ GUARDED_BY(crit_sect_);
/external/chromium_org/ui/chromeos/network/
H A Dnetwork_list.cc33 content_(NULL),
45 CHECK(content_);
120 content_->RemoveChildView(it->second);
142 content_->SizeToPreferredSize();
145 content_->ScrollRectToVisible(selected_view->bounds());
236 content_->AddChildViewAt(container, index);
254 if (content_->child_at(index) == view)
256 content_->ReorderChildView(view, index);
271 content_->AddChildViewAt(*label, index);
278 content_
[all...]
H A Dnetwork_list.h42 void set_content_view(views::View* content) { content_ = content; }
57 views::View* content_; member in class:ui::NetworkListView
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
H A Dplugin.pb.cc81 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(CodeGeneratorResponse_File, content_),
506 content_ = const_cast< ::std::string*>(&::google::protobuf::internal::GetEmptyString());
521 if (content_ != &::google::protobuf::internal::GetEmptyString()) {
522 delete content_;
562 if (content_ != &::google::protobuf::internal::GetEmptyString()) {
563 content_->clear();
803 std::swap(content_, other->content_);
H A Dplugin.pb.h265 ::std::string* content_; member in class:google::protobuf::compiler::CodeGeneratorResponse_File
680 if (content_ != &::google::protobuf::internal::GetEmptyString()) {
681 content_->clear();
686 return *content_;
690 if (content_ == &::google::protobuf::internal::GetEmptyString()) {
691 content_ = new ::std::string;
693 content_->assign(value);
697 if (content_ == &::google::protobuf::internal::GetEmptyString()) {
698 content_ = new ::std::string;
700 content_
[all...]
/external/chromium_org/net/http/
H A Dhttp_transaction_test_util.cc189 content_.append(read_buf_->data(), result);
H A Dhttp_transaction_test_util.h129 const std::string& content() const { return content_; }
148 std::string content_; member in class:TestTransactionConsumer
/external/chromium_org/net/test/embedded_test_server/
H A Dhttp_response.cc38 content_.size());
54 return response_builder + content_;
H A Dhttp_response.h42 const std::string& content() const { return content_; }
43 void set_content(const std::string& content) { content_ = content; }
61 std::string content_; member in class:net::test_server::BasicHttpResponse
/external/chromium_org/ppapi/examples/url_loader/
H A Dstream_to_file.cc73 // copied into content_ to build up the entire document.
77 std::string content_; member in class:MyInstance
86 content_.clear();
134 content_.append(buf_, result);
H A Dstreaming.cc68 // copied into content_ to build up the entire document.
72 std::string content_; member in class:MyInstance
81 content_.clear();
124 content_.append(buf_, result);
140 ReportResponse(content_);
144 content_.append(buf_, result);
/external/chromium_org/extensions/common/
H A Duser_script.h90 // content_
95 return content_;
101 content_.assign(content.begin(), content.end());
123 std::string content_; member in class:extensions::UserScript::File
/external/chromium_org/google_apis/drive/
H A Dgdata_wapi_parser.cc394 converter->RegisterNestedField(kContentField, &ResourceEntry::content_);
H A Dgdata_wapi_parser.h375 const GURL& download_url() const { return content_.url(); }
377 const std::string& content_mime_type() const { return content_.mime_type(); }
450 content_ = content;
494 Content content_; member in class:google_apis::ResourceEntry
/external/chromium_org/mojo/apps/js/
H A Djs_app.cc22 content_(content.Pass()),
78 common::BlockingCopyToString(content_->body.Pass(), &module);
H A Djs_app.h50 URLResponsePtr content_; member in class:mojo::apps::JSApp
/external/chromium_org/content/browser/fileapi/
H A Dfile_writer_delegate_unittest.cc158 static const char* content_; member in class:content::FileWriterDelegateTest
161 const char* FileWriterDelegateTest::content_ = NULL; member in class:content::FileWriterDelegateTest
173 content_(content),
191 buf->data()[i] = content_[cursor_++];
207 std::string content_; member in class:content::__anon7112::FileWriterDelegateTestJob
254 job_factory_.reset(new BlobURLRequestJobFactory(&content_));
265 content_ = kData;
285 content_ = kData;
305 content_ = kData;
326 content_
[all...]
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/chrome/
H A Dbraille_display_manager.js32 this.content_ = new cvox.NavBraille({});
149 this.translateContent_(this.content_, this.expansionType_);
201 this.content_.text.toString().substring(start, end), buf);
216 this.content_ = newContent;
227 this.content_ = newContent;
229 var startIndex = this.content_.startIndex;
230 var endIndex = this.content_.endIndex;
287 this.commandListener_(event, this.content_);
303 }, this.content_);
323 }, this.content_);
[all...]
/external/chromium_org/chrome/browser/resources/ntp4/
H A Dapps_page.js565 this.content_.addEventListener('scroll', this.onScroll_.bind(this));
574 this.content_.scrollTop = this.content_.scrollHeight;

Completed in 317 milliseconds

12