Searched refs:iterator (Results 26 - 50 of 361) sorted by relevance

1234567891011>>

/frameworks/compile/mclinker/include/mcld/LD/
H A DRelocData.h51 typedef RelocationListType::iterator iterator; typedef in class:mcld::RelocData
83 iterator begin () { return m_Relocations.begin(); }
85 iterator end () { return m_Relocations.end(); }
94 for (iterator it = begin(), ie = end(); it != ie; ++it)
98 for (std::list<Relocation*>::iterator it = relocs.begin(),
H A DSectionData.h44 typedef FragmentListType::iterator iterator; typedef in class:mcld::SectionData
73 iterator begin () { return m_Fragments.begin(); }
75 iterator end () { return m_Fragments.end(); }
H A DELFSegment.h29 typedef SectionList::iterator iterator; typedef in class:mcld::ELFSegment
43 iterator begin() { return m_SectionList.begin(); }
45 iterator end() { return m_SectionList.end(); }
104 iterator insert(iterator pPos, LDSection* pSection);
/frameworks/compile/mclinker/include/mcld/Object/
H A DSectionMap.h34 typedef DotAssignments::iterator dot_iterator;
65 typedef InputList::iterator iterator; typedef in class:mcld::SectionMap::Output
71 typedef DotAssignments::iterator dot_iterator;
96 iterator begin() { return m_InputList.begin(); }
98 iterator end () { return m_InputList.end(); }
149 typedef OutputDescList::iterator iterator; typedef in class:mcld::SectionMap
165 iterator find(const std::string& pOutputSection);
178 iterator begi
[all...]
/frameworks/compile/mclinker/lib/MC/
H A DAttributeSet.cpp25 iterator cur = m_AttrSet.begin();
26 iterator aEnd = m_AttrSet.end();
/frameworks/opt/calendar/src/com/android/calendarcommon2/
H A DRecurrenceProcessor.java195 private static int filter(EventRecurrence r, Time iterator) argument
204 iterator.month + 1);
215 iterator.getWeekNumber(),
216 iterator.getActualMaximum(Time.WEEK_NUM));
226 iterator.yearDay, iterator.getActualMaximum(Time.YEAR_DAY));
234 iterator.monthDay,
235 iterator.getActualMaximum(Time.MONTH_DAY));
246 int v = EventRecurrence.timeDay2Day(iterator.weekDay);
258 iterator
430 get(Time iterator, int day) argument
[all...]
/frameworks/compile/mclinker/include/mcld/ADT/
H A DHashTable.h56 typedef entry_iterator iterator; typedef in class:mcld::HashTable
81 iterator find(const key_type& pKey);
101 iterator begin();
102 iterator end();
H A DTypeTraits.h50 typedef typename DataType::const_iterator iterator; typedef in struct:mcld::ConstIteratorTraits
62 typedef typename DataType::iterator iterator; typedef in struct:mcld::NonConstIteratorTraits
H A DBinTree.h17 #include <iterator>
109 typedef PolicyIteratorBase<value_type, nonconst_traits, IteratorType> iterator; typedef in class:mcld::PolicyIteratorBase
120 PolicyIteratorBase(const iterator &X)
146 typedef PolicyIterator<DataType, typename Traits::nonconst_traits, IteratorType> iterator; typedef in class:mcld::PolicyIterator
153 PolicyIterator(const iterator &X)
177 * \brief TreeIterator provides full functions of binary tree's iterator.
198 typedef TreeIterator<value_type, nonconst_traits> iterator; typedef in struct:mcld::TreeIterator
209 TreeIterator(const iterator &X)
279 typedef typename NodeFactory<DataType>::iterator iterator; typedef in class:mcld::BinaryTreeBase::TreeImpl
369 typedef TreeIterator<value_type, NonConstTraits<value_type> > iterator; typedef in class:mcld::BinaryTree
[all...]
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsPLT.h46 SectionData::iterator m_Last;
/frameworks/av/include/drm/
H A DDrmInfo.h86 Iterator(const Iterator& iterator);
87 Iterator& operator=(const Iterator& iterator);
157 Iterator iterator() const;
H A DDrmInfoRequest.h100 Iterator(const Iterator& iterator);
101 Iterator& operator=(const Iterator& iterator);
164 Iterator iterator() const;
H A DDrmMetadata.h63 Iterator(const Iterator& iterator);
64 Iterator& operator=(const Iterator& iterator);
98 Iterator iterator();
H A DDrmConstraints.h100 Iterator(const Iterator& iterator);
101 Iterator& operator=(const Iterator& iterator);
172 Iterator iterator();
/frameworks/base/drm/java/android/drm/
H A DDrmInfo.java112 * Retrieves an iterator object that you can use to iterate over the keys associated with
115 * @return The iterator object.
118 return mAttributes.keySet().iterator();
122 * Retrieves an iterator object that you can use to iterate over the values associated with
125 * @return The iterator object.
127 public Iterator<Object> iterator() { method in class:DrmInfo
128 return mAttributes.values().iterator();
H A DDrmInfoRequest.java118 * Retrieves an iterator object that you can use to iterate over the keys associated with
121 * @return The iterator object.
124 return mRequestInformation.keySet().iterator();
128 * Retrieves an iterator object that you can use to iterate over the values associated with
131 * @return The iterator object.
133 public Iterator<Object> iterator() { method in class:DrmInfoRequest
134 return mRequestInformation.values().iterator();
/frameworks/base/libs/androidfw/
H A DTypeWrappers.cpp21 TypeVariant::iterator& TypeVariant::iterator::operator++() {
29 const ResTable_entry* TypeVariant::iterator::operator*() const {
/frameworks/compile/mclinker/include/mcld/Support/
H A DDirectory.h40 typedef DirIterator iterator; typedef in class:mcld::sys::fs::Directory
81 // Thus, we only provide non-constant iterator.
82 iterator begin();
83 iterator end();
100 * If the end of the directory elements is reached, the iterator becomes
101 * equal to the end iterator value - DirIterator().
122 const DirCache::iterator& pIter);
143 DirCache::iterator m_Iter; // for full situation
H A DTargetRegistry.h33 typedef TargetListTy::iterator iterator; typedef in class:mcld::TargetRegistry
39 static iterator begin() { return s_TargetList.begin(); }
40 static iterator end() { return s_TargetList.end(); }
149 TargetRegistry::iterator target, ie = TargetRegistry::end();
/frameworks/compile/mclinker/lib/LD/
H A DBranchIsland.cpp42 SectionData::iterator BranchIsland::begin()
44 return ++iterator(&m_Entry);
49 return ++iterator(&m_Entry);
52 SectionData::iterator BranchIsland::end()
55 return iterator(m_pExit);
62 return iterator(m_pExit);
101 StubMapType::iterator it = m_StubMap.find(key);
/frameworks/compile/mclinker/unittests/
H A DFactoriesTest.cpp65 NodeAlloc::iterator data = m_pNodeAlloc->begin();
66 NodeAlloc::iterator dEnd = m_pNodeAlloc->end();
86 NodeAlloc::iterator data = m_pNodeAlloc->begin();
87 NodeAlloc::iterator dEnd = m_pNodeAlloc->end();
108 NodeAlloc::iterator data = m_pNodeAlloc->begin();
109 NodeAlloc::iterator dEnd = m_pNodeAlloc->end();
144 NodeAlloc::iterator data = m_pNodeAlloc->begin();
145 NodeAlloc::iterator dEnd = m_pNodeAlloc->end();
211 MCLDFileFactory::iterator file = m_pFileAlloc->begin();
212 MCLDFileFactory::iterator fEn
[all...]
/frameworks/compile/mclinker/include/mcld/
H A DInputTree.h31 typedef PolicyIterator<Input, typename Traits::nonconst_traits, IteratorType> iterator; typedef in class:mcld::PolicyIterator
38 PolicyIterator(const iterator &X)
80 typedef TreeIterator<value_type, NonConstTraits<value_type> > iterator; typedef in class:mcld::BinaryTree
147 iterator root()
148 { return iterator(&(BinaryTreeBase<Input>::m_Root.node)); }
158 iterator begin()
160 iterator it = iterator(BinaryTreeBase<Input>::m_Root.node.left);
164 iterator end()
165 { return iterator(BinaryTreeBas
235 typedef BinaryTree<Input>::iterator iterator; typedef in class:mcld::InputTree
[all...]
/frameworks/compile/mclinker/lib/Support/
H A DDirectory.cpp127 Directory::iterator Directory::begin()
131 PathCache::iterator iter = m_Cache.begin();
134 return iterator(this, iter);
137 Directory::iterator Directory::end()
139 return iterator(0, m_Cache.end());
154 const DirIterator::DirCache::iterator& pIter)
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64PLT.cpp52 SectionData::iterator frag, fragEnd = m_pSectionData->end();
70 iterator first = m_pSectionData->getFragmentList().begin();
110 AArch64PLT::iterator it = m_pSectionData->begin();
111 AArch64PLT::iterator ie = m_pSectionData->end();
153 iterator it = begin();
162 AArch64PLT::iterator ie = end();
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMPLT.cpp51 SectionData::iterator frag, fragEnd = m_pSectionData->end();
81 iterator first = m_pSectionData->getFragmentList().begin();
108 ARMPLT::iterator it = m_pSectionData->begin();
109 ARMPLT::iterator ie = m_pSectionData->end();
152 iterator it = begin();
160 ARMPLT::iterator ie = end();

Completed in 137 milliseconds

1234567891011>>