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

  /external/chromium_org/base/
scoped_observer.h 28 sources_.push_back(source);
34 auto it = std::find(sources_.begin(), sources_.end(), source);
35 DCHECK(it != sources_.end());
36 sources_.erase(it);
41 for (size_t i = 0; i < sources_.size(); ++i)
42 sources_[i]->RemoveObserver(observer_);
43 sources_.clear();
47 return std::find(sources_.begin(), sources_.end(), source) !
54 std::vector<Source*> sources_; member in class:ScopedObserver
    [all...]
  /external/chromium_org/chrome/browser/media/
fake_desktop_media_list.cc 18 sources_.push_back(source);
19 observer_->OnSourceAdded(sources_.size() - 1);
23 sources_.erase(sources_.begin() + index);
28 Source source = sources_[old_index];
29 sources_.erase(sources_.begin() + old_index);
30 sources_.insert(sources_.begin() + new_index, source);
35 sources_[index].thumbnail = thumbnail_
    [all...]
desktop_media_list_ash.cc 76 return sources_.size();
81 return sources_[index];
94 for (size_t i = 0; i < sources_.size(); ++i) {
95 if (new_source_set.find(sources_[i].id) == new_source_set.end()) {
96 sources_.erase(sources_.begin() + i);
102 if (new_sources.size() > sources_.size()) {
104 for (size_t i = 0; i < sources_.size(); ++i) {
105 old_source_set.insert(sources_[i].id);
110 sources_.insert(sources_.begin() + i, Source())
    [all...]
native_desktop_media_list.cc 280 return sources_.size();
285 return sources_[index];
302 for (size_t i = 0; i < sources_.size(); ++i) {
303 if (new_source_set.find(sources_[i].id) == new_source_set.end()) {
304 sources_.erase(sources_.begin() + i);
310 if (new_sources.size() > sources_.size()) {
312 for (size_t i = 0; i < sources_.size(); ++i) {
313 old_source_set.insert(sources_[i].id);
318 sources_.insert(sources_.begin() + i, Source())
    [all...]
fake_desktop_media_list.h 33 std::vector<Source> sources_; member in class:FakeDesktopMediaList
desktop_media_list_ash.h 90 std::vector<Source> sources_; member in class:DesktopMediaListAsh
native_desktop_media_list.h 94 std::vector<Source> sources_; member in class:NativeDesktopMediaList
  /external/chromium_org/chrome/browser/ui/webui/ntp/
suggestions_combiner.cc 41 sources_.push_back(source);
46 for (size_t i = 0; i < sources_.size(); ++i) {
47 sources_[i]->SetDebug(enable);
52 sources_fetching_count_ = sources_.size();
53 for (size_t i = 0; i < sources_.size(); ++i) {
54 sources_[i]->FetchItems(profile);
77 for (size_t i = 0; i < sources_.size(); ++i)
78 total_weight += sources_[i]->GetWeight();
89 next_item_index_for_source.reserve(sources_.size());
90 for (size_t i = 0; i < sources_.size(); ++i)
    [all...]
suggestions_combiner.h 83 SuggestionsSources sources_; member in class:SuggestionsCombiner
  /external/chromium_org/url/
url_canon.h 645 sources_.scheme = s;
649 bool IsSchemeOverridden() const { return sources_.scheme != NULL; }
653 sources_.username = s;
657 sources_.username = Placeholder();
660 bool IsUsernameOverridden() const { return sources_.username != NULL; }
664 sources_.password = s;
668 sources_.password = Placeholder();
671 bool IsPasswordOverridden() const { return sources_.password != NULL; }
675 sources_.host = s;
679 sources_.host = Placeholder()
751 URLComponentSource<CHAR> sources_; member in class:url::Replacements
    [all...]
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
shortest-distance.h 87 vector<StateId> sources_; // Source state for ith state in 'distance_', member in class:fst::ShortestDistanceState
120 while ((StateId)sources_.size() <= source)
121 sources_.push_back(kNoStateId);
122 sources_[source] = source;
153 while ((StateId)sources_.size() <= arc.nextstate)
154 sources_.push_back(kNoStateId);
155 if (sources_[arc.nextstate] != source) {
159 sources_[arc.nextstate] = source;
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
descriptor_database.cc 453 sources_.push_back(source1);
454 sources_.push_back(source2);
458 : sources_(sources) {}
464 for (int i = 0; i < sources_.size(); i++) {
465 if (sources_[i]->FindFileByName(filename, output)) {
475 for (int i = 0; i < sources_.size(); i++) {
476 if (sources_[i]->FindFileContainingSymbol(symbol_name, output)) {
483 if (sources_[j]->FindFileByName(output->name(), &temp)) {
498 for (int i = 0; i < sources_.size(); i++) {
499 if (sources_[i]->FindFileContainingExtension
    [all...]
descriptor_database.h 360 vector<DescriptorDatabase*> sources_; member in class:google::protobuf::MergedDescriptorDatabase
  /external/protobuf/src/google/protobuf/
descriptor_database.cc 453 sources_.push_back(source1);
454 sources_.push_back(source2);
458 : sources_(sources) {}
464 for (int i = 0; i < sources_.size(); i++) {
465 if (sources_[i]->FindFileByName(filename, output)) {
475 for (int i = 0; i < sources_.size(); i++) {
476 if (sources_[i]->FindFileContainingSymbol(symbol_name, output)) {
483 if (sources_[j]->FindFileByName(output->name(), &temp)) {
498 for (int i = 0; i < sources_.size(); i++) {
499 if (sources_[i]->FindFileContainingExtension
    [all...]
descriptor_database.h 359 vector<DescriptorDatabase*> sources_; member in class:google::protobuf::MergedDescriptorDatabase
  /external/openfst/src/include/fst/extensions/far/
stlist.h 125 : sources_(filenames), entry_(0), error_(false) {
132 sources_[i] = "stdin";
164 FSTERROR() << "STListReader: error reading file: " << sources_[i];
174 << heap_.top().first << ", file: " << sources_[current]; local
223 << sources_[current];
237 << heap_.top().first << ", file: " << sources_[current]; local
256 vector<string> sources_; // and corresponding file names member in class:fst::STListReader
sttable.h 122 : sources_(filenames), entry_(0), error_(false) {
210 << sources_[current_];
283 FSTERROR() << "STTableReader: error reading file: " << sources_[i];
306 << keys_[current_] << ", file: " << sources_[current_]; local
314 vector<string> sources_; // and corresponding file names member in class:fst::STTableReader
  /external/openfst/src/include/fst/
shortest-distance.h 106 vector<StateId> sources_; // Source ID for ith state in 'distance_', member in class:fst::ShortestDistanceState
155 while (sources_.size() <= source)
156 sources_.push_back(kNoStateId);
157 sources_[source] = source_id_;
190 while (sources_.size() <= arc.nextstate)
191 sources_.push_back(kNoStateId);
192 if (sources_[arc.nextstate] != source_id_) {
196 sources_[arc.nextstate] = source_id_;
  /external/chromium_org/content/browser/media/capture/
web_contents_audio_input_stream_unittest.cc 199 DCHECK(sources_.empty());
290 sources_.push_back(source);
300 ASSERT_TRUE(!sources_.empty());
301 delete sources_.front();
302 sources_.pop_front();
396 std::list<SineWaveAudioSource*> sources_; // 1:1 with elements in streams_. member in class:content::WebContentsAudioInputStreamTest
  /external/chromium_org/tools/gn/
target.h 85 const FileList& sources() const { return sources_; }
86 FileList& sources() { return sources_; }
253 FileList sources_; member in class:Target
  /external/chromium_org/content/renderer/media/
user_media_client_impl.cc     [all...]
user_media_client_impl.h 173 std::vector<blink::WebMediaStreamSource> sources_; member in class:content::UserMediaClientImpl::UserMediaRequestInfo
  /external/openfst/src/include/fst/extensions/pdt/
expand.h 475 vector<StateId> sources_; // PDT source state for each expanded state member in class:fst::PrunedExpand
600 return s < sources_.size() ? sources_[s] : kNoStateId;
606 while (sources_.size() <= s) sources_.push_back(kNoStateId);
607 sources_[s] = p;
    [all...]
  /external/deqp/modules/gles2/performance/
es2pShaderOptimizationTests.cpp 121 ProgramData (const glu::ProgramSources& sources_, const vector<gls::AttribSpec>& attributes_ = vector<gls::AttribSpec>()) : sources(sources_), attributes(attributes_) {}
122 ProgramData (const glu::ProgramSources& sources_, const gls::AttribSpec& attribute) : sources(sources_), attributes(1, attribute) {}
    [all...]
  /external/deqp/modules/gles3/performance/
es3pShaderOptimizationTests.cpp 121 ProgramData (const glu::ProgramSources& sources_, const vector<gls::AttribSpec>& attributes_ = vector<gls::AttribSpec>()) : sources(sources_), attributes(attributes_) {}
122 ProgramData (const glu::ProgramSources& sources_, const gls::AttribSpec& attribute) : sources(sources_), attributes(1, attribute) {}
    [all...]

Completed in 1178 milliseconds