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

  /external/chromium_org/base/
scoped_observer.h 22 for (size_t i = 0; i < sources_.size(); ++i)
23 sources_[i]->RemoveObserver(observer_);
28 sources_.push_back(source);
34 sources_.erase(std::find(sources_.begin(), sources_.end(), source));
39 for (size_t i = 0; i < sources_.size(); ++i) {
40 if (sources_[i] == source)
49 std::vector<Source*> sources_; member in class:ScopedObserver
  /external/chromium_org/chrome/browser/ui/webui/ntp/
suggestions_combiner.cc 44 sources_.push_back(source);
49 for (size_t i = 0; i < sources_.size(); ++i) {
50 sources_[i]->SetDebug(enable);
55 sources_fetching_count_ = sources_.size();
56 for (size_t i = 0; i < sources_.size(); ++i) {
57 sources_[i]->FetchItems(profile);
95 for (size_t i = 0; i < sources_.size(); ++i)
96 total_weight += sources_[i]->GetWeight();
107 next_item_index_for_source.reserve(sources_.size());
108 for (size_t i = 0; i < sources_.size(); ++i)
    [all...]
suggestions_combiner.h 88 SuggestionsSources sources_; member in class:SuggestionsCombiner
  /external/chromium_org/chrome/browser/media/
desktop_media_picker_model.h 80 int source_count() const { return sources_.size(); }
81 const Source& source(int index) const { return sources_.at(index); }
135 std::vector<Source> sources_; member in class:DesktopMediaPickerModel
desktop_media_picker_model.cc 279 // Step through |new_sources| adding and removing entries from |sources_|, and
281 // |sources_| have the same ordering.
283 while (pos < sources_.size() || pos < new_sources.size()) {
284 // If |sources_[pos]| is not in |new_sources| then remove it.
285 if (pos < sources_.size() &&
286 (pos == new_sources.size() || sources_[pos].id < new_sources[pos].id)) {
287 sources_.erase(sources_.begin() + pos);
292 if (pos == sources_.size() || !(sources_[pos].id == new_sources[pos].id))
    [all...]
  /external/chromium/googleurl/src/
url_canon.h 642 sources_.scheme = s;
646 bool IsSchemeOverridden() const { return sources_.scheme != NULL; }
650 sources_.username = s;
654 sources_.username = Placeholder();
657 bool IsUsernameOverridden() const { return sources_.username != NULL; }
661 sources_.password = s;
665 sources_.password = Placeholder();
668 bool IsPasswordOverridden() const { return sources_.password != NULL; }
672 sources_.host = s;
676 sources_.host = Placeholder()
748 URLComponentSource<CHAR> sources_; member in class:url_canon::Replacements
    [all...]
  /external/chromium_org/url/
url_canon.h 647 sources_.scheme = s;
651 bool IsSchemeOverridden() const { return sources_.scheme != NULL; }
655 sources_.username = s;
659 sources_.username = Placeholder();
662 bool IsUsernameOverridden() const { return sources_.username != NULL; }
666 sources_.password = s;
670 sources_.password = Placeholder();
673 bool IsPasswordOverridden() const { return sources_.password != NULL; }
677 sources_.host = s;
681 sources_.host = Placeholder()
753 URLComponentSource<CHAR> sources_; member in class:url_canon::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/chromium/chrome/browser/net/
passive_log_collector.cc 191 SourceIDToInfoMap::iterator it = sources_.find(entry.source.id);
192 if (it == sources_.end()) {
193 if (sources_.size() >= max_num_sources_) {
198 it = sources_.insert(
229 SourceIDToInfoMap::iterator it = sources_.find(source_id);
230 if (it == sources_.end()) {
240 sources_.erase(it);
247 for (SourceIDToInfoMap::iterator it = sources_.begin();
248 it != sources_.end();
252 sources_.clear()
    [all...]
passive_log_collector.h 131 for (SourceIDToInfoMap::const_iterator it = sources_.begin();
132 it != sources_.end(); ++it) {
161 // Removes |source_id| from |sources_|. This also releases any references
180 SourceIDToInfoMap sources_; member in class:PassiveLogCollector::SourceTracker
185 // FIFO queue for entries in |sources_| that are no longer alive, and
  /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/tools/gn/
target.h 61 const FileList& sources() const { return sources_; }
62 void swap_in_sources(FileList* s) { sources_.swap(*s); }
123 FileList sources_; member in class:Target
  /external/chromium_org/content/browser/renderer_host/media/
web_contents_audio_input_stream_unittest.cc 201 DCHECK(sources_.empty());
292 sources_.push_back(source);
302 ASSERT_TRUE(!sources_.empty());
303 delete sources_.front();
304 sources_.pop_front();
401 std::list<SineWaveAudioSource*> sources_; // 1:1 with elements in streams_. member in class:content::WebContentsAudioInputStreamTest
  /external/chromium_org/content/renderer/media/
media_stream_dependency_factory.cc 173 sources_.push_back(source);
200 ObservedSources::iterator it = sources_.begin();
201 while (it != sources_.end()) {
205 it = sources_.erase(it);
210 if (sources_.empty()) {
221 ObservedSources sources_; member in class:content::SourceStateObserver
  /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...]

Completed in 407 milliseconds