Searched refs:iterator (Results 51 - 75 of 289) sorted by relevance

1234567891011>>

/frameworks/compile/mclinker/include/mcld/Support/
H A DGCFactory.h19 #include <iterator>
58 * \brief DataIterator provides STL compatible iterator for allocators
72 typedef DataIterator<ChunkType, nonconst_traits> iterator; typedef in class:mcld::DataIterator
98 assert(0 && "data iterator goes to a invalid position");
120 typename Alloc::value_type> > iterator; typedef in class:mcld::GCFactoryBase
174 iterator begin()
175 { return iterator(Alloc::m_pRoot, 0); }
180 iterator end() {
183 iterator(Alloc::m_pCurrent, Alloc::m_pCurrent->bound);
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMPLT.cpp54 SectionData::iterator frag, fragEnd = m_SectionData->end();
86 iterator first = m_SectionData->getFragmentList().begin();
111 iterator first = m_SectionData->getFragmentList().begin();
138 ARMPLT::iterator it = m_SectionData->begin();
139 ARMPLT::iterator ie = m_SectionData->end();
182 iterator it = begin();
190 ARMPLT::iterator ie = end();
H A DARMGOT.cpp137 SectionData::iterator entry(m_GOTPLT.front);
138 SectionData::iterator e_end;
142 e_end = SectionData::iterator(m_GOT.front);
156 for (iterator it = begin(), ie = end(); it != ie; ++it, ++buffer) {
H A DARMPLT.h81 iterator m_PLTEntryIterator;
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonPLT.cpp62 iterator first = m_SectionData->getFragmentList().begin();
79 HexagonPLT::iterator it = begin();
89 SectionData::iterator frag, fragEnd = m_SectionData->end();
155 HexagonPLT::iterator it = m_SectionData->begin();
156 HexagonPLT::iterator ie = m_SectionData->end();
201 iterator it = begin();
209 HexagonPLT::iterator ie = end();
H A DHexagonGOTPLT.cpp54 iterator it = begin();
/frameworks/compile/mclinker/tools/mcld/
H A Dmain.cpp239 llvm::cl::list<std::string>::iterator wrap, wrap_end = OptWrapList.end();
245 llvm::cl::list<std::string>::iterator portable, portable_end = OptPortableList.end();
251 llvm::cl::list<std::string>::iterator sdir, sdir_end = OptSearchDirList.end();
291 llvm::cl::list<std::string>::iterator file_it = OptInputObjectFiles.begin();
292 llvm::cl::list<std::string>::iterator lib_it = OptNameSpecList.begin();
294 llvm::cl::list<std::string>::iterator file_begin = OptInputObjectFiles.begin();
295 llvm::cl::list<std::string>::iterator lib_begin = OptNameSpecList.begin();
296 llvm::cl::list<std::string>::iterator file_end = OptInputObjectFiles.end();
297 llvm::cl::list<std::string>::iterator lib_end = OptNameSpecList.end();
/frameworks/base/drm/java/android/drm/
H A DDrmUtils.java179 * This method returns an iterator object that can be used to iterate over
182 * @return The iterator object.
184 public Iterator<String> iterator() { method in class:DrmUtils.ExtendedMetadataParser
185 return mMap.values().iterator();
189 * This method returns an iterator object that can be used to iterate over
192 * @return The iterator object.
195 return mMap.keySet().iterator();
/frameworks/base/media/mca/filterfw/native/base/
H A Dutilities.h44 // For hash_[multi]set, it is important that this deletes behind the iterator
45 // because the hash_set may call the hash function on the iterator when it is
64 for (typename T::iterator i = v->begin(); i != v->end(); ++i) {
116 typename std::set<T>::iterator iter = items_.find(item);
152 std::pair<typename Collection::iterator, bool> ret =
/frameworks/base/media/mca/filterpacks/native/base/
H A Dutilities.h44 // For hash_[multi]set, it is important that this deletes behind the iterator
45 // because the hash_set may call the hash function on the iterator when it is
64 for (typename T::iterator i = v->begin(); i != v->end(); ++i) {
116 typename std::set<T>::iterator iter = items_.find(item);
152 std::pair<typename Collection::iterator, bool> ret =
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/
H A DFeatureAssembly.java74 Iterator itr = mUseFeatures.iterator();
87 itr = mUsePairedFeatures.iterator();
105 Iterator itr = mUseFeatures.iterator();
/frameworks/av/media/libstagefright/foundation/
H A DAAtomizer.cpp43 List<AString>::iterator it = entry.begin();
/frameworks/base/core/java/android/util/
H A DFastImmutableArraySet.java24 * The same iterator instance is reused each time to avoid creating lots of garbage.
39 public Iterator<T> iterator() { method in class:FastImmutableArraySet
/frameworks/compile/libbcc/lib/ExecutionEngine/
H A DGDBJITRegistrar.cpp106 void deregisterObjectInternal(RegisteredObjectBufferMap::iterator I);
146 for (RegisteredObjectBufferMap::iterator I = ObjectBufferMap.begin(), E = ObjectBufferMap.end();
148 // Call the private method that doesn't update the map so our iterator
187 RegisteredObjectBufferMap::iterator I = ObjectBufferMap.find(Object);
198 RegisteredObjectBufferMap::iterator I) {
/frameworks/compile/mclinker/include/mcld/LD/
H A DArchive.h80 InputTree::iterator,
90 InputTree::iterator lastPos;
159 /// @param pIter - the iterator in the input tree built from this archive
160 bool addObjectMember(uint32_t pFileOffset, InputTree::iterator pIter);
179 InputTree::iterator pLastPos,
H A DLDContext.h37 typedef SectionTable::iterator sect_iterator;
41 typedef SymbolTable::iterator sym_iterator;
/frameworks/compile/mclinker/include/mcld/Target/
H A DELFDynamic.h140 typedef EntryListType::iterator iterator; typedef in class:mcld::ELFDynamic
166 iterator needBegin() { return m_NeedList.begin(); }
169 iterator needEnd() { return m_NeedList.end(); }
/frameworks/compile/mclinker/lib/Target/
H A DGOT.cpp36 SectionData::iterator frag, fragEnd = m_SectionData->end();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipCallBase.java45 for (Iterator<Connection> it = mConnections.iterator(); it.hasNext(); ) {
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86GOTPLT.cpp52 iterator it = begin();
96 iterator it = begin();
H A DX86PLT.cpp109 X86PLT::iterator it = begin();
119 SectionData::iterator frag, fragEnd = m_SectionData->end();
158 iterator first = m_SectionData->getFragmentList().begin();
206 X86PLT::iterator it = m_SectionData->begin();
207 X86PLT::iterator ie = m_SectionData->end();
292 X86PLT::iterator it = m_SectionData->begin();
293 X86PLT::iterator ie = m_SectionData->end();
/frameworks/compile/slang/BitWriter_2_9/
H A DBitcodeWriterPass.cpp35 for (Module::iterator F = M.begin(), E = M.end(); F != E; ++F)
52 for (Function::iterator BB = F.begin(), E = F.end(); BB != E; ++BB) {
/frameworks/compile/slang/BitWriter_2_9_func/
H A DBitcodeWriterPass.cpp35 for (Module::iterator F = M.begin(), E = M.end(); F != E; ++F)
52 for (Function::iterator BB = F.begin(), E = F.end(); BB != E; ++BB) {
/frameworks/compile/mclinker/lib/Fragment/
H A DFragmentGraph.cpp89 FragHashTableType::iterator entry = m_pFragNodeMap->find(&pFrag);
97 FragHashTableType::iterator entry = m_pFragNodeMap->find(&pFrag);
105 SymHashTableType::iterator entry = m_pSymNodeMap->find(&pSym);
113 SymHashTableType::iterator entry = m_pSymNodeMap->find(&pSym);
143 SymbolCategory::iterator sym_it, sym_end = sym_tab.end();
184 RelocData::iterator reloc_it, rEnd = (*rs)->getRelocData()->end();
272 SymbolCategory::iterator sym_it, sym_end = sym_tab.dynamicEnd();
299 Module::iterator sect_it, sect_end = pModule.end();
316 SectionData::iterator frag_it = sect_data->begin();
317 SectionData::iterator frag_en
[all...]
/frameworks/compile/mclinker/unittests/
H A DHashTableTest.cpp91 HashTableTy::iterator iter;
117 HashTableTy::iterator entry = hashTable->find(key);
157 HashTableTy::iterator iter;
182 HashTableTy::iterator iter;
205 HashTableTy::iterator iter;
240 HashTableTy::iterator iter;
261 HashTableTy::iterator iter, iEnd = hashTable->end();

Completed in 655 milliseconds

1234567891011>>