Home
last modified time | relevance | path

Searched refs:sources_ (Results 1 – 6 of 6) sorted by relevance

/external/libchrome/base/
Dscoped_observer.h31 sources_.push_back(source); in Add()
37 auto it = std::find(sources_.begin(), sources_.end(), source); in Remove()
38 DCHECK(it != sources_.end()); in Remove()
39 sources_.erase(it); in Remove()
44 for (size_t i = 0; i < sources_.size(); ++i) in RemoveAll()
45 sources_[i]->RemoveObserver(observer_); in RemoveAll()
46 sources_.clear(); in RemoveAll()
50 return ContainsValue(sources_, source); in IsObserving()
53 bool IsObservingSources() const { return !sources_.empty(); } in IsObservingSources()
58 std::vector<Source*> sources_; variable
/external/protobuf/src/google/protobuf/
Ddescriptor_database.cc453 sources_.push_back(source1); in MergedDescriptorDatabase()
454 sources_.push_back(source2); in MergedDescriptorDatabase()
458 : sources_(sources) {} in MergedDescriptorDatabase()
464 for (int i = 0; i < sources_.size(); i++) { in FindFileByName()
465 if (sources_[i]->FindFileByName(filename, output)) { in FindFileByName()
475 for (int i = 0; i < sources_.size(); i++) { in FindFileContainingSymbol()
476 if (sources_[i]->FindFileContainingSymbol(symbol_name, output)) { in FindFileContainingSymbol()
483 if (sources_[j]->FindFileByName(output->name(), &temp)) { in FindFileContainingSymbol()
498 for (int i = 0; i < sources_.size(); i++) { in FindFileContainingExtension()
499 if (sources_[i]->FindFileContainingExtension( in FindFileContainingExtension()
[all …]
Ddescriptor_database.h362 vector<DescriptorDatabase*> sources_;
/external/compiler-rt/cmake/Modules/
DAddCompilerRT.cmake117 set(sources_${libname} ${LIB_SOURCES})
118 format_object_libs(sources_${libname} ${os} ${LIB_OBJECT_LIBS})
140 set(sources_${libname} ${LIB_SOURCES})
141 format_object_libs(sources_${libname} ${arch} ${LIB_OBJECT_LIBS})
179 add_library(${libname} ${type} ${sources_${libname}})
/external/deqp/modules/gles2/performance/
Des2pShaderOptimizationTests.cpp121 …onst glu::ProgramSources& sources_, const vector<gls::AttribSpec>& attributes_ = vector<gls::Attri… in ProgramData()
122 …ProgramData (const glu::ProgramSources& sources_, const gls::AttribSpec& attribute) : so… in ProgramData()
/external/deqp/modules/gles3/performance/
Des3pShaderOptimizationTests.cpp121 …onst glu::ProgramSources& sources_, const vector<gls::AttribSpec>& attributes_ = vector<gls::Attri… in ProgramData()
122 …ProgramData (const glu::ProgramSources& sources_, const gls::AttribSpec& attribute) : so… in ProgramData()