Searched refs:it (Results 1 - 25 of 194) sorted by relevance

12345678

/frameworks/compile/mclinker/lib/Script/
H A DSectionsCmd.cpp25 for (iterator it = begin(), ie = end(); it != ie; ++it) {
26 if (*it != NULL)
27 delete *it;
35 for (const_iterator it = begin(), ie = end(); it != ie; ++it) {
36 switch ((*it)->getKind()) {
41 (*it)
[all...]
H A DOutputSectDesc.cpp35 for (iterator it = begin(), ie = end(); it != ie; ++it) {
36 if (*it != NULL)
37 delete *it;
101 for (const_iterator it = begin(), ie = end(); it != ie; ++it) {
102 switch ((*it)->getKind()) {
106 (*it)
[all...]
H A DInputSectDesc.cpp51 for (StringList::const_iterator it = m_Spec.excludeFiles().begin(),
52 ie = m_Spec.excludeFiles().end(); it != ie; ++it) {
53 mcld::outs() << (*it)->name() << " ";
59 for (StringList::const_iterator it = m_Spec.sections().begin(),
60 ie = m_Spec.sections().end(); it != ie; ++it) {
61 assert((*it)->kind() == StrToken::Wildcard);
62 WildcardPattern* wildcard = llvm::cast<WildcardPattern>(*it);
H A DRpnExpr.cpp36 for (const_iterator it = begin(), ie = end(); it != ie; ++it) {
37 if ((*it)->kind() == ExprToken::OPERAND &&
38 llvm::cast<Operand>(*it)->isDot())
46 for (const_iterator it = begin(), ie = end(); it != ie; ++it) {
47 (*it)->dump();
H A DAssignment.cpp109 for (RpnExpr::iterator it = m_RpnExpr.begin(), ie = m_RpnExpr.end();
110 it != ie; ++it) {
112 if ((*it)->kind() == ExprToken::OPERAND &&
113 llvm::cast<Operand>(*it)->isDot())
114 *it = &(prevDotAssign.symbol());
145 for (RpnExpr::iterator it = m_RpnExpr.begin(), ie = m_RpnExpr.end();
146 it != ie; ++it) {
148 if ((*it)
[all...]
/frameworks/compile/mclinker/unittests/
H A DSymbolTableTest.cpp19 // create testee. modify it if need
42 mcld::SymbolTable<>::iterator it; local
43 it = m_pTestee->begin();
44 ASSERT_EQ(it, m_pTestee->end());
H A DStringTableTest.cpp20 // create testee. modify it if need
61 StringTable::iterator it = m_pTestee->begin(); local
62 ASSERT_STREQ(*it, "Hello");
63 ++it;
64 ASSERT_STREQ(*it, "World");
65 ++it;
66 ASSERT_STREQ(*it, "Media");
67 ++it;
68 ASSERT_STREQ(*it, "Tek");
69 ++it;
[all...]
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsGOTPLT.cpp43 for (iterator it = begin(), ie = end(); it != ie; ++it, ++buffer) {
44 GOTPLTEntry* got = &(llvm::cast<GOTPLTEntry>((*it)));
71 iterator it = begin(); local
72 llvm::cast<GOTPLTEntry>(*it++).setValue(0); // PLT lazy resolver
73 llvm::cast<GOTPLTEntry>(*it++).setValue(0); // Module pointer
75 for (; it != end(); ++it)
76 llvm::cast<GOTPLTEntry>(*it)
[all...]
H A DMipsGOT.cpp120 for (MultipartListType::iterator it = m_MultipartList.begin();
121 it != m_MultipartList.end(); ++it) {
123 it->m_pLastLocal = &m_SectionData->back();
124 reserve(it->m_LocalNum);
125 it->m_pLastGlobal = &m_SectionData->back();
126 reserve(it->m_GlobalNum);
128 if (it == m_MultipartList.begin())
132 reserve(getGlobalNum() - it->m_GlobalNum);
137 size_t count = it
[all...]
/frameworks/base/core/java/android/util/
H A DFastImmutableArraySet.java26 * so it is worth copying the contents of the set to an array when iterating over it
40 FastIterator<T> it = mIterator;
41 if (it == null) {
42 it = new FastIterator<T>(mContents);
43 mIterator = it;
45 it.mIndex = 0;
47 return it;
/frameworks/compile/mclinker/lib/LD/
H A DBranchIslandFactory.cpp48 for (SectionData::iterator it = sd.begin(), ie = sd.end(); it != ie; ++it) {
49 if ((*it).getOffset() + (*it).size() > group_end) {
50 Fragment* frag = (*it).getPrevNode();
56 group_end = (*it).getOffset() + m_MaxFwdBranchRange;
83 for (iterator it = begin(), ie = end(), prev = ie; it != ie;
84 prev = it,
[all...]
H A DGroupReader.cpp119 ArchiveListType::iterator it = ar_list.begin(); local
124 for (it = ar_list.begin(); it != end; ++it) {
125 Archive& ar = (*it)->archive;
126 // if --whole-archive is given to this archive, no need to read it again
136 for (it = ar_list.begin(); it != end; ++it) {
137 Archive& ar = (*it)
[all...]
H A DStubFactory.cpp27 for (StubPoolType::iterator it = m_StubPool.begin(), ie = m_StubPool.end();
28 it != ie; ++it)
29 delete(*it);
97 for (Stub::fixup_iterator it = stub->fixup_begin(),
98 ie = stub->fixup_end(); it != ie; ++it) {
101 Relocation::Create((*it)->type(),
102 *(FragmentRef::Create(*stub, (*it)->offset())),
103 (*it)
[all...]
/frameworks/av/media/libstagefright/foundation/
H A DAAtomizer.cpp43 List<AString>::iterator it = entry.begin(); local
44 while (it != entry.end()) {
45 if ((*it) == name) {
46 return (*it).c_str();
48 ++it;
/frameworks/base/core/java/android/view/animation/
H A DClipRectAnimation.java47 protected void applyTransformation(float it, Transformation tr) { argument
48 int l = mFromRect.left + (int) ((mToRect.left - mFromRect.left) * it);
49 int t = mFromRect.top + (int) ((mToRect.top - mFromRect.top) * it);
50 int r = mFromRect.right + (int) ((mToRect.right - mFromRect.right) * it);
51 int b = mFromRect.bottom + (int) ((mToRect.bottom - mFromRect.bottom) * it);
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonGOTPLT.cpp51 iterator it = begin(); local
54 ++it;
58 for (; it != end() ; ++it) {
59 llvm::cast<HexagonGOTEntry>(*it).setValue(pPLT.addr());
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86GOTPLT.cpp48 iterator it = begin(); local
51 ++it;
54 for (; it != end() ; ++it) {
55 llvm::cast<X86_32GOTEntry>(*it).setValue(plt_addr + 6);
87 iterator it = begin(); local
90 ++it;
93 for (; it != end() ; ++it) {
94 llvm::cast<X86_64GOTEntry>(*it)
[all...]
/frameworks/av/media/libstagefright/
H A DTimedEventQueue.cpp123 List<QueueItem>::iterator it = mQueue.begin(); local
124 while (it != mQueue.end() && realtime_us >= (*it).realtime_us) {
125 ++it;
133 if (it == mQueue.begin()) {
141 mQueue.insert(it, item);
169 // if MatchesEventID found a match, it will have set id to 0
181 List<QueueItem>::iterator it = mQueue.begin(); local
182 while (it != mQueue.end()) {
183 if (!(*predicate)(cookie, (*it)
242 List<QueueItem>::iterator it = mQueue.begin(); local
[all...]
/frameworks/av/media/libstagefright/rtsp/
H A DARTPAssembler.cpp78 for (List<sp<ABuffer> >::const_iterator it = frames.begin();
79 it != frames.end(); ++it) {
81 totalSize += (*it)->size() + 7;
86 for (List<sp<ABuffer> >::const_iterator it = frames.begin();
87 it != frames.end(); ++it) {
88 sp<ABuffer> nal = *it;
125 for (List<sp<ABuffer> >::const_iterator it = packets.begin();
126 it !
[all...]
H A DAH263Assembler.cpp61 List<sp<ABuffer> >::iterator it = queue->begin(); local
62 while (it != queue->end()) {
63 if ((uint32_t)(*it)->int32Data() >= mNextExpectedSeqNo) {
67 it = queue->erase(it);
160 List<sp<ABuffer> >::iterator it = mPackets.begin(); local
161 while (it != mPackets.end()) {
162 const sp<ABuffer> &unit = *it;
165 ++it;
170 it
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipCallBase.java45 for (Iterator<Connection> it = mConnections.iterator(); it.hasNext(); ) {
46 Connection c = it.next();
47 if (c.getState() == State.DISCONNECTED) it.remove();
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64GOT.cpp74 entry_iterator it, end = m_GOTPLT.end(); local
75 for (it = m_GOTPLT.begin(); it != end; ++it) {
76 AArch64GOTEntry* entry = *it;
89 entry_iterator it, end = m_GOT.end(); local
90 for (it = m_GOT.begin(); it != end; ++it) {
91 AArch64GOTEntry* entry = *it;
[all...]
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMGOT.cpp70 entry_iterator it, end = m_GOTPLT.end(); local
71 for (it = m_GOTPLT.begin(); it != end; ++it) {
72 ARMGOTEntry* entry = *it;
84 entry_iterator it, end = m_GOT.end(); local
85 for (it = m_GOT.begin(); it != end; ++it) {
86 ARMGOTEntry* entry = *it;
[all...]
/frameworks/av/services/camera/libcameraservice/utils/
H A DCameraTraces.cpp84 List<ProcessCallStack>::iterator it, end; local
85 for (it = pcsList.begin(), end = pcsList.end(); it != end; ++it) {
86 const ProcessCallStack& pcs = *it;
/frameworks/av/services/camera/libcameraservice/gui/
H A DRingBufferConsumer.cpp69 List<RingBufferItem>::iterator it, end, accIt; local
75 for (it = mBufferItemList.begin(), end = mBufferItemList.end();
76 it != end;
77 ++it) {
79 const RingBufferItem& item = *it;
95 accIt = it;
165 List<RingBufferItem>::iterator it, end; local
167 for (it = mBufferItemList.begin(), end = mBufferItemList.end();
168 it != end;
169 ++it) {
190 List<RingBufferItem>::iterator it, end, accIt; local
330 List<RingBufferItem>::iterator it, end, accIt; local
[all...]

Completed in 5707 milliseconds

12345678