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

1234567891011>>

/frameworks/compile/mclinker/unittests/
H A DFactoriesTest.cpp60 NodeAlloc::iterator data = m_pNodeAlloc->begin();
61 NodeAlloc::iterator dEnd = m_pNodeAlloc->end();
81 NodeAlloc::iterator data = m_pNodeAlloc->begin();
82 NodeAlloc::iterator dEnd = m_pNodeAlloc->end();
103 NodeAlloc::iterator data = m_pNodeAlloc->begin();
104 NodeAlloc::iterator dEnd = m_pNodeAlloc->end();
139 NodeAlloc::iterator data = m_pNodeAlloc->begin();
140 NodeAlloc::iterator dEnd = m_pNodeAlloc->end();
204 MCLDFileFactory::iterator file = m_pFileAlloc->begin();
205 MCLDFileFactory::iterator fEn
[all...]
H A DUniqueGCFactoryBaseTest.cpp67 TEST_F(UniqueGCFactoryBaseTest, iterator) {
88 MemoryAreaFactory::iterator aIter = memFactory->begin();
93 MemoryAreaFactory::iterator aEnd = memFactory->end();
H A DBinTreeTest.cpp43 BinaryTree<int>::iterator pos = m_pTestee->root();
53 BinaryTree<int>::iterator pos2 = mergeTree->root();
66 BinaryTree<int>::iterator pos = m_pTestee->root();
84 BinaryTree<int>::iterator pos = m_pTestee->root();
94 BinaryTree<int>::iterator pos2 = mergeTree->root();
103 BinaryTree<int>::iterator pos = m_pTestee->root();
106 BinaryTree<int>::iterator pos2 = mergeTree->root();
117 BinaryTree<int>::iterator pos = m_pTestee->root();
145 BinaryTree<int>::iterator pos = m_pTestee->root();
173 BinaryTree<int>::iterator po
[all...]
/frameworks/compile/mclinker/include/mcld/
H A DInputTree.h32 iterator; typedef in class:mcld::PolicyIterator
39 PolicyIterator(const iterator& X) : Base(X.m_pNode) {}
77 typedef TreeIterator<value_type, NonConstTraits<value_type> > iterator; typedef in class:mcld::BinaryTree
145 iterator root() { return iterator(&(BinaryTreeBase<Input>::m_Root.node)); }
154 iterator begin() {
155 iterator it = iterator(BinaryTreeBase<Input>::m_Root.node.left);
159 iterator end() { return iterator(BinaryTreeBas
226 typedef BinaryTree<Input>::iterator iterator; typedef in class:mcld::InputTree
[all...]
/frameworks/base/tools/aapt2/
H A DResourceTable.h128 using iterator = std::vector<std::unique_ptr<ResourceTableType>>::iterator;
179 iterator begin();
180 iterator end();
243 inline ResourceTable::iterator ResourceTable::begin() {
247 inline ResourceTable::iterator ResourceTable::end() {
H A DLocale.h45 ssize_t initFromParts(std::vector<std::string>::iterator iter,
46 std::vector<std::string>::iterator end);
/frameworks/compile/mclinker/lib/MC/
H A DSearchDirs.cpp41 iterator dir, dirEnd = end();
89 DirList::iterator mcld_dir, mcld_dir_end = m_DirList.end();
92 MCLDDirectory::iterator entry = (*mcld_dir)->begin();
93 MCLDDirectory::iterator enEnd = (*mcld_dir)->end();
157 MCLDDirectory::iterator entry = (*mcld_dir)->begin();
158 MCLDDirectory::iterator enEnd = (*mcld_dir)->end();
/frameworks/compile/mclinker/lib/Support/
H A DDirectory.cpp118 Directory::iterator Directory::begin() {
121 PathCache::iterator iter = m_Cache.begin();
124 return iterator(this, iter);
127 Directory::iterator Directory::end() {
128 return iterator(0, m_Cache.end());
142 const DirIterator::DirCache::iterator& pIter)
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64PLT.cpp51 SectionData::iterator frag, fragEnd = m_pSectionData->end();
67 iterator first = m_pSectionData->getFragmentList().begin();
107 AArch64PLT::iterator it = m_pSectionData->begin();
108 AArch64PLT::iterator ie = m_pSectionData->end();
149 iterator it = begin();
159 AArch64PLT::iterator ie = end();
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMPLT.cpp48 SectionData::iterator frag, fragEnd = m_pSectionData->end();
76 iterator first = m_pSectionData->getFragmentList().begin();
102 ARMPLT::iterator it = m_pSectionData->begin();
103 ARMPLT::iterator ie = m_pSectionData->end();
143 iterator it = begin();
151 ARMPLT::iterator ie = end();
/frameworks/av/include/drm/
H A DDrmConstraints.h100 Iterator(const Iterator& iterator);
101 Iterator& operator=(const Iterator& iterator);
172 Iterator iterator();
/frameworks/compile/mclinker/include/mcld/Support/
H A DUniqueGCFactory.h41 typename KeyMap::iterator dataIter = f_KeyMap.find(pKey);
55 typename KeyMap::iterator dataIter = f_KeyMap.find(pKey);
68 typename KeyMap::iterator dataIter = f_KeyMap.find(pKey);
/frameworks/base/core/java/android/hardware/camera2/utils/
H A DSurfaceUtils.java192 Iterator<Surface> iterator = surfaces.iterator();
194 SurfaceUtils.isSurfaceForPreview(iterator.next());
196 SurfaceUtils.isSurfaceForPreview(iterator.next());
/frameworks/base/telephony/java/com/android/ims/
H A DImsConferenceState.java110 Iterator<Entry<String, Bundle>> iterator = entries.iterator();
112 while (iterator.hasNext()) {
113 Entry<String, Bundle> entry = iterator.next();
/frameworks/compile/mclinker/include/mcld/LD/
H A DMergedStringTable.h49 typedef StringMapTy::iterator string_map_iterator;
/frameworks/compile/mclinker/include/mcld/MC/
H A DInputBuilder.h51 const InputTree::iterator& getCurrentNode() const { return m_Root; }
52 InputTree::iterator& getCurrentNode() { return m_Root; }
93 InputTree::iterator m_Root;
94 std::stack<InputTree::iterator> m_ReturnStack;
/frameworks/compile/mclinker/include/mcld/Target/
H A DOutputRelocSection.h47 typedef RelocData::iterator RelocIterator;
/frameworks/compile/mclinker/lib/Target/
H A DGOT.cpp33 SectionData::iterator frag, fragEnd = m_SectionData->end();
/frameworks/native/include/gui/
H A DSensorManager.h58 std::map<String16, SensorManager*>::iterator iterator = local
61 if (iterator != sPackageInstances.end()) {
62 sensorManager = iterator->second;
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/
H A DVCardEntryTests.java204 MockEntryElementIterator iterator = new MockEntryElementIterator();
216 iterator.addExpectedElement(nameData);
224 iterator.addExpectedElement(phoneData);
232 iterator.addExpectedElement(emailData);
242 iterator.addExpectedElement(postalData);
250 iterator.addExpectedElement(organizationData);
259 iterator.addExpectedElement(imData);
268 iterator.addExpectedElement(photoData);
275 iterator.addExpectedElement(sipData);
282 iterator
[all...]
/frameworks/base/drm/java/android/drm/
H A DDrmSupportInfo.java68 * Retrieves an iterator object that you can use to iterate over the MIME types that
71 * @return The iterator object
74 return mMimeTypeList.iterator();
78 * Retrieves an iterator object that you can use to iterate over the file suffixes that
81 * @return The iterator object.
84 return mFileSuffixList.iterator();
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DViewPool.java61 Iterator<V> iter = mPool.iterator();
79 /** Returns an iterator to the list of the views in the pool. */
82 return mPool.iterator();
/frameworks/compile/mclinker/include/mcld/ADT/
H A DTreeAllocator.h38 typedef typename Alloc::iterator iterator; typedef in class:mcld::NodeFactory
/frameworks/compile/mclinker/lib/Script/
H A DSectionsCmd.cpp24 for (iterator it = begin(), ie = end(); it != ie; ++it) {
78 iterator assign, assignEnd = assignments.end();
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsGOTPLT.cpp40 for (iterator it = begin(), ie = end(); it != ie; ++it, ++buffer) {
64 iterator it = begin();

Completed in 2112 milliseconds

1234567891011>>