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

1234567891011>>

/frameworks/compile/mclinker/lib/LD/
H A DMergedStringTable.cpp19 string_map_iterator it, end = m_StringMap.end(); local
21 for (it = m_StringMap.begin(); it != end; ++it) {
22 it->setValue(offset);
23 offset += it->getKey().size() + 1;
30 string_map_iterator it, end = m_StringMap.end(); local
31 for (it = m_StringMap.begin(); it != end; ++it) {
[all...]
H A DBranchIslandFactory.cpp46 for (SectionData::iterator it = sd.begin(), ie = sd.end(); it != ie;
47 ++it) {
48 if ((*it).getOffset() + (*it).size() > group_end) {
49 Fragment* frag = (*it).getPrevNode();
55 group_end = (*it).getOffset() + m_MaxFwdBranchRange;
81 for (iterator it = begin(), ie = end(), prev = ie; it != ie;
82 prev = it,
[all...]
H A DStubFactory.cpp28 for (StubPoolType::iterator it = m_StubPool.begin(), ie = m_StubPool.end();
29 it != ie;
30 ++it)
31 delete (*it);
112 for (StubPoolType::const_iterator it = m_StubPool.begin(),
113 ie = m_StubPool.end(); it != ie; ++it) {
114 if ((*it)->isMyDuty(pReloc, pSource, pTargetSymValue))
115 return (*it);
121 for (StubPoolType::const_iterator it
[all...]
/frameworks/compile/mclinker/lib/Script/
H A DSectionsCmd.cpp24 for (iterator it = begin(), ie = end(); it != ie; ++it) {
25 if (*it != NULL)
26 delete *it;
33 for (const_iterator it = begin(), ie = end(); it != ie; ++it) {
34 switch ((*it)->getKind()) {
39 (*it)
[all...]
H A DOutputSectDesc.cpp35 for (iterator it = begin(), ie = end(); it != ie; ++it) {
36 if (*it != NULL)
37 delete *it;
100 for (const_iterator it = begin(), ie = end(); it != ie; ++it) {
101 switch ((*it)->getKind()) {
105 (*it)
[all...]
H A DInputSectDesc.cpp50 for (StringList::const_iterator it = m_Spec.excludeFiles().begin(),
52 it != ie;
53 ++it) {
54 mcld::outs() << (*it)->name() << " ";
60 for (StringList::const_iterator it = m_Spec.sections().begin(),
62 it != ie;
63 ++it) {
64 assert((*it)->kind() == StrToken::Wildcard);
65 WildcardPattern* wildcard = llvm::cast<WildcardPattern>(*it);
H A DRpnExpr.cpp35 for (const_iterator it = begin(), ie = end(); it != ie; ++it) {
36 if ((*it)->kind() == ExprToken::OPERAND &&
37 llvm::cast<Operand>(*it)->isDot())
44 for (const_iterator it = begin(), ie = end(); it != ie; ++it) {
45 (*it)->dump();
/frameworks/av/media/libstagefright/
H A DFrameRenderTracker.cpp58 for (std::list<Info>::iterator it = mRenderQueue.begin();
59 it != mRenderQueue.end(); ++it) {
60 if (it->mGraphicBuffer->handle == buf->handle) {
61 renderInfo = it;
114 for (std::list<Info>::iterator it = mRenderQueue.begin();
115 it != mRenderQueue.end(); ) {
117 if (it->mIndex < 0) {
120 } else if (it->mFence != NULL) {
122 nsecs_t signalTime = it
[all...]
H A DACodecBufferChannel.cpp90 BufferInfoIterator it = findClientBuffer(array, buffer);
91 if (it == array->end()) {
94 ALOGV("queueInputBuffer #%d", it->mBufferId);
96 msg->setObject("buffer", it->mCodecBuffer);
97 msg->setInt32("buffer-id", it->mBufferId);
112 BufferInfoIterator it = findClientBuffer(array, buffer);
113 if (it == array->end()) {
120 static_cast<SecureBuffer *>(it->mCodecBuffer.get());
133 source.mSharedMemory = it->mSharedEncryptedBuffer;
139 source, it
[all...]
/frameworks/compile/mclinker/unittests/
H A DSymbolTableTest.cpp17 // create testee. modify it if need
37 mcld::SymbolTable<>::iterator it; local
38 it = m_pTestee->begin();
39 ASSERT_EQ(it, m_pTestee->end());
H A DStringTableTest.cpp18 // create testee. modify it if need
56 StringTable::iterator it = m_pTestee->begin(); local
57 ASSERT_STREQ(*it, "Hello");
58 ++it;
59 ASSERT_STREQ(*it, "World");
60 ++it;
61 ASSERT_STREQ(*it, "Media");
62 ++it;
63 ASSERT_STREQ(*it, "Tek");
64 ++it;
[all...]
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsGOTPLT.cpp34 for (iterator it = begin(), ie = end(); it != ie; ++it, ++buffer) {
35 GOTPLTEntry* got = &(llvm::cast<GOTPLTEntry>((*it)));
55 iterator it = begin(); local
56 llvm::cast<GOTPLTEntry>(*it++).setValue(0); // PLT lazy resolver
57 llvm::cast<GOTPLTEntry>(*it++).setValue(0); // Module pointer
59 for (; it != end(); ++it)
60 llvm::cast<GOTPLTEntry>(*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/Target/ARM/
H A DARMException.cpp25 for (SectionData::iterator it = sectData->begin(),
26 end = sectData->end(); it != end; ++it) {
27 if (it->getKind() == Fragment::Region) {
28 return static_cast<RegionFragment*>(&*it);
45 for (ARMInputExMap::iterator it = exMap->begin(), end = exMap->end();
46 it != end; ++it) {
47 ARMExSectionTuple* exTuple = it->second.get();
54 for (Module::obj_iterator it
82 ARMInputExMap::iterator it = exMap->begin(); local
[all...]
/frameworks/data-binding/compiler/src/main/kotlin/android/databinding/tool/writer/
H A DDataBinderWriter.kt31 layoutBinders.groupBy{it.layoutname }.forEach {
32 val firstVal = it.value[0]
34 if (it.value.size == 1) {
45 it.value.forEach {
46 block("if (\"${it.tag}_0\".equals(tag))") {
47 if (it.isMerge) {
48 tab("return new ${it.`package`}.${it.implementationName}(bindingComponent, new android.view.View[]{view});")
50 tab("return new ${it.`package`}.${it
[all...]
H A DLayoutBinderWriter.kt47 fun String.stripNonJava() = this.split("[^a-zA-Z0-9]".toRegex()).map{ it.trim() }.joinToCamelCaseAsVar()
79 Scope.values().forEach { usedFieldNames[it] = hashSetOf<String>() }
263 flatMap { it.bindings }.
264 firstOrNull { it.bindingAdapterInstanceClass != null }?.bindingAdapterInstanceClass
267 flatMap { it.inverseBindings }.
268 firstOrNull { it.bindingAdapterInstanceClass != null }?.bindingAdapterInstanceClass
276 if (it.value != 0L) {
277 cb(getWordSuffix(it.index), buckets[it.index])
333 layoutBinder.bindingTargets.filter { it
[all...]
/frameworks/base/tools/streaming_proto/
H A DErrors.cpp68 for (vector<Error>::const_iterator it = m_errors.begin(); it != m_errors.end(); it++) {
69 if (it->filename == UNKNOWN_FILE) {
70 fprintf(stderr, "%s", it->message.c_str());
71 } else if (it->lineno == UNKNOWN_LINE) {
72 fprintf(stderr, "%s:%s", it->filename.c_str(), it->message.c_str());
74 fprintf(stderr, "%s:%d:%s", it->filename.c_str(), 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/compile/mclinker/lib/Target/Hexagon/
H A DHexagonGOTPLT.cpp45 iterator it = begin(); local
48 ++it;
52 for (; it != end(); ++it) {
53 llvm::cast<HexagonGOTEntry>(*it).setValue(pPLT.addr());
/frameworks/base/cmds/incidentd/src/
H A DReporter.cpp137 // There can't be two at the same time because it's on one thread.
156 for (ReportRequestSet::iterator it=batch.begin(); it!=batch.end(); it++) {
157 if ((*it)->fd < 0 && mainFd < 0) {
170 // delete the oldest ones until it's under the limit. Doing this first
185 for (ReportRequestSet::iterator it=batch.begin(); it!=batch.end(); it++) {
186 if ((*it)
[all...]
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86GOTPLT.cpp42 iterator it = begin(); local
45 ++it;
48 for (; it != end(); ++it) {
49 llvm::cast<X86_32GOTEntry>(*it).setValue(plt_addr + 6);
75 iterator it = begin(); local
78 ++it;
81 for (; it != end(); ++it) {
82 llvm::cast<X86_64GOTEntry>(*it)
[all...]
/frameworks/av/services/audiopolicy/engineconfigurable/src/
H A DCollection.h94 CollectionConstIterator it = (*this).find(key); local
95 return (it == (*this).end()) ? NULL : it->second;
112 CollectionConstIterator it; local
113 for (it = (*this).begin(); it != (*this).end(); ++it) {
114 T *element = it->second;
127 CollectionIterator it; local
128 for (it
[all...]
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64CA53ErratumStub.cpp57 for (const_fixup_iterator it = pBegin, ie = pEnd; it != ie; ++it) {
58 addFixup(**it);
103 fixup_iterator it = fixup_begin(); local
106 Relocation::Create((*it)->type(),
107 *(FragmentRef::Create(*this, (*it)->offset())),
108 (*it)->addend());
118 ++it;
119 reloc = Relocation::Create((*it)
[all...]
/frameworks/base/libs/incident/src/
H A DIncidentReportArgs.cpp58 for (set<int>::const_iterator it=mSections.begin(); it!=mSections.end(); it++) {
59 err = out->writeInt32(*it);
70 for (vector<vector<int8_t>>::const_iterator it = mHeaders.begin(); it != mHeaders.end(); it++) {
71 err = out->writeByteVector(*it);
164 for (set<int>::const_iterator it=that.mSections.begin();
165 it!
[all...]
/frameworks/base/services/core/java/com/android/server/wm/animation/
H A DClipRectLRAnimation.java44 protected void applyTransformation(float it, Transformation tr) { argument
46 tr.setClipRect(mFromRect.left + (int) ((mToRect.left - mFromRect.left) * it),
48 mFromRect.right + (int) ((mToRect.right - mFromRect.right) * it),

Completed in 464 milliseconds

1234567891011>>