Searched refs:const_iterator (Results 76 - 100 of 134) sorted by relevance

123456

/frameworks/compile/mclinker/lib/Script/
H A DScriptFile.cpp76 for (const_iterator it = begin(), ie = end(); it != ie; ++it)
82 for (const_iterator it = begin(), ie = end(); it != ie; ++it)
H A DRpnEvaluator.cpp34 for (RpnExpr::const_iterator it = pExpr.begin(), ie = pExpr.end(); it != ie;
/frameworks/compile/mclinker/lib/LD/
H A DEhFrame.cpp241 for (RelocData::const_iterator ri = reloc_data->begin(),
269 for (RelocData::const_iterator ri = reloc_data->begin(),
293 for (RelocData::const_iterator ri = reloc_data->begin(),
H A DEhFrameHdr.cpp101 SearchTableType::const_iterator entry, entry_end = search_table.end();
H A DNamePool.cpp146 Table::const_iterator iter = m_Table.find(pName);
H A DELFObjectWriter.cpp358 ELFSegmentFactory::const_iterator seg = target().elfSegmentTable().begin(),
382 Module::const_iterator section, sectEnd = pModule.end();
501 for (RelocData::const_iterator it = pRelocData.begin(),
544 for (RelocData::const_iterator it = pRelocData.begin(),
670 SectionData::const_iterator fragIter, fragEnd = pSD.end();
/frameworks/base/tools/aapt/
H A DSourcePos.cpp158 vector<ErrorPos>::const_iterator it;
/frameworks/compile/libbcc/lib/Support/
H A DCompilerConfig.cpp212 for (std::vector<std::string>::const_iterator attr_iter = pAttrs.begin(),
/frameworks/compile/slang/
H A Dslang_rs_export_element.cpp171 ElementInfoMapTy::const_iterator I = ElementInfoMap.find(Name);
H A Dslang_backend.cpp160 for (std::vector<std::string>::const_iterator
282 for (PragmaList::const_iterator I = mPragmas->begin(), E = mPragmas->end();
H A Dslang_rs_object_ref_count.cpp104 std::list<clang::Stmt*>::const_iterator I = StmtList.begin();
105 std::list<clang::Stmt*>::const_iterator E = StmtList.end();
145 std::list<clang::Stmt*>::const_iterator I = StmtList.begin();
146 std::list<clang::Stmt*>::const_iterator E = StmtList.end();
157 std::list<clang::Stmt*>::const_iterator I = StmtList.begin();
158 std::list<clang::Stmt*>::const_iterator E = StmtList.end();
1225 for (std::list<clang::VarDecl*>::const_iterator I = mRSO.begin(),
H A Drs_cc_options.cpp110 for (llvm::opt::ArgList::const_iterator it = Args->begin(),
H A Dslang_rs_context.cpp239 for (NeedExportTypeSet::const_iterator EI = mNeedExportTypes.begin(),
H A Dslang_rs_reflection.h163 FieldIndexMapTy::const_iterator I = mFieldIndexMap.find(F);
/frameworks/native/libs/gui/
H A DISurfaceComposer.cpp80 Vector<ComposerState>::const_iterator b(state.begin());
81 Vector<ComposerState>::const_iterator e(state.end());
88 Vector<DisplayState>::const_iterator b(displays.begin());
89 Vector<DisplayState>::const_iterator e(displays.end());
/frameworks/native/services/sensorservice/
H A Dvec.h313 typedef TYPE const* const_iterator; typedef in class:android::vec
316 const_iterator begin() const { return base::v; }
317 const_iterator end() const { return base::v + SIZE; }
/frameworks/av/media/libstagefright/webm/
H A DWebmElement.cpp50 for (List<sp<WebmElement> >::const_iterator it = children.begin();
248 for (List<sp<WebmElement> >::const_iterator it = mChildren.begin(); it != mChildren.end();
/frameworks/native/services/surfaceflinger/
H A DTransform.cpp229 Region::const_iterator it = reg.begin();
230 Region::const_iterator const end = reg.end();
/frameworks/compile/slang/BitWriter_3_2/
H A DBitcodeWriter.cpp422 for (Module::const_iterator F = M->begin(), E = M->end(); F != E; ++F) {
503 for (Module::const_iterator F = M->begin(), E = M->end(); F != E; ++F) {
685 for (Function::const_iterator BB = F.begin(), E = F.end(); BB != E; ++BB)
686 for (BasicBlock::const_iterator I = BB->begin(), E = BB->end();
1355 for (ValueSymbolTable::const_iterator SI = VST.begin(), SE = VST.end();
1432 for (Function::const_iterator BB = F.begin(), E = F.end(); BB != E; ++BB)
1433 for (BasicBlock::const_iterator I = BB->begin(), E = BB->end();
1677 for (Function::const_iterator BB = F->begin(), FE = F->end(); BB != FE;
1680 for (BasicBlock::const_iterator II = BB->begin(), IE = BB->end(); II != IE;
1718 for (Module::const_iterator F
[all...]
/frameworks/av/drm/mediadrm/plugins/clearkey/
H A DJsonWebKey.cpp157 for (Vector<String8>::const_iterator nextToken = mTokens.begin();
/frameworks/base/media/mca/filterfw/jni/
H A Djni_util.h124 typename CObjMap::const_iterator iter = objects_.find(obj_id);
/frameworks/compile/mclinker/include/mcld/ADT/
H A DHashIterator.h274 const_traits> const_iterator; typedef in class:mcld::HashIterator
/frameworks/compile/mclinker/lib/MC/
H A DSearchDirs.cpp164 DirList::const_iterator mcld_dir, mcld_dir_end = m_DirList.end();
/frameworks/compile/mclinker/lib/Support/
H A DCommandLine.cpp68 Val.assign<llvm::StringRef::const_iterator>(Arg.begin(), Arg.end());
/frameworks/compile/mclinker/unittests/
H A DELFReaderTest.cpp142 RelocData::const_iterator rReloc = rRelocs.begin();

Completed in 2919 milliseconds

123456