Searched defs:it (Results 1 - 25 of 96) sorted by relevance

1234

/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...]
H A DBinTreeTest.cpp20 // create testee. modify it if need
271 BinaryTree<int>::iterator it = m_pTestee->begin(); local
274 ASSERT_EQ(0, **it);
275 ++it;
276 ASSERT_EQ(1, **it);
277 --it;
278 ASSERT_EQ(2, **it);
279 ++it;
280 ASSERT_EQ(3, **it);
281 ++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/av/media/libstagefright/rtsp/
H A DAMPEG2TSAssembler.cpp62 List<sp<ABuffer> >::iterator it = queue->begin(); local
63 while (it != queue->end()) {
64 if ((uint32_t)(*it)->int32Data() >= mNextExpectedSeqNo) {
68 it = queue->erase(it);
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...]
H A DARawAudioAssembler.cpp62 List<sp<ABuffer> >::iterator it = queue->begin(); local
63 while (it != queue->end()) {
64 if ((uint32_t)(*it)->int32Data() >= mNextExpectedSeqNo) {
68 it = queue->erase(it);
/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),
H A DClipRectTBAnimation.java54 // code from Animation here and use it to calculate/store the uninterpolated normalized
75 protected void applyTransformation(float it, Transformation tr) { argument
81 mFromRect.top - translation + (int) ((mToRect.top - mFromRect.top) * it),
83 mFromRect.bottom - translation + (int) ((mToRect.bottom - mFromRect.bottom) * it));
/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 DBranchIsland.cpp88 StubMapType::iterator it = m_StubMap.find(key); local
89 if (it != m_StubMap.end()) {
90 assert(it.getEntry()->value() != NULL);
91 return it.getEntry()->value();
H A DDebugString.cpp43 SectionData::iterator it, end = pSection.getSectionData()->end(); local
44 for (it = pSection.getSectionData()->begin(); it != end; ++it) {
45 if ((*it).getKind() == Fragment::Region) {
46 RegionFragment* frag = llvm::cast<RegionFragment>(&(*it));
H A DGroupReader.cpp113 ArchiveListType::iterator it = ar_list.begin(); local
118 for (it = ar_list.begin(); it != end; ++it) {
119 Archive& ar = (*it)->archive;
120 // if --whole-archive is given to this archive, no need to read it again
130 for (it = ar_list.begin(); it != end; ++it) {
131 Archive& ar = (*it)
[all...]
/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/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/native/cmds/installd/
H A Dsystem_properties.h36 // Did not find equals sign, or it's the first character - isn't a valid line.
52 auto it = properties_.find(key); local
53 if (it != properties_.end()) {
54 return &it->second;
/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/base/core/java/android/view/animation/
H A DClipRectAnimation.java56 protected void applyTransformation(float it, Transformation tr) { argument
57 int l = mFromRect.left + (int) ((mToRect.left - mFromRect.left) * it);
58 int t = mFromRect.top + (int) ((mToRect.top - mFromRect.top) * it);
59 int r = mFromRect.right + (int) ((mToRect.right - mFromRect.right) * it);
60 int b = mFromRect.bottom + (int) ((mToRect.bottom - mFromRect.bottom) * it);
/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/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/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
60 // in the case it's given a NULL pointer.
77 typename Collection::const_iterator it = collection.find(key); local
78 if (it == collection.end()) {
81 return &it->second;
131 typename Collection::const_iterator it = collection.find(key); local
132 if (it == collection.end()) {
135 return it->second;
/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
60 // in the case it's given a NULL pointer.
77 typename Collection::const_iterator it = collection.find(key); local
78 if (it == collection.end()) {
81 return &it->second;
131 typename Collection::const_iterator it = collection.find(key); local
132 if (it == collection.end()) {
135 return it->second;
/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/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...]
H A DARMGOT.cpp64 entry_iterator it, end = m_GOTPLT.end(); local
65 for (it = m_GOTPLT.begin(); it != end; ++it) {
66 ARMGOTEntry* entry = *it;
78 entry_iterator it, end = m_GOT.end(); local
79 for (it = m_GOT.begin(); it != end; ++it) {
80 ARMGOTEntry* entry = *it;
[all...]

Completed in 466 milliseconds

1234