Home
last modified time | relevance | path

Searched refs:ie (Results 1 – 25 of 81) sorted by relevance

1234

/frameworks/compile/mclinker/lib/Script/
DSectionsCmd.cpp24 for (iterator it = begin(), ie = end(); it != ie; ++it) { in ~SectionsCmd() local
33 for (const_iterator it = begin(), ie = end(); it != ie; ++it) { in dump() local
67 for (const_iterator it = begin(), ie = end(); it != ie; ++it) { in activate() local
DOutputSectDesc.cpp35 for (iterator it = begin(), ie = end(); it != ie; ++it) { in ~OutputSectDesc() local
100 for (const_iterator it = begin(), ie = end(); it != ie; ++it) { in dump() local
121 ie = m_Epilog.phdrs().end(); in dump() local
122 it != ie; in dump()
159 for (const_iterator it = begin(), ie = end(); it != ie; ++it) { in activate() local
DInputSectDesc.cpp51 ie = m_Spec.excludeFiles().end(); in dump() local
52 it != ie; in dump()
61 ie = m_Spec.sections().end(); in dump() local
62 it != ie; in dump()
DRpnExpr.cpp35 for (const_iterator it = begin(), ie = end(); it != ie; ++it) { in hasDot() local
44 for (const_iterator it = begin(), ie = end(); it != ie; ++it) { in dump() local
DInputCmd.cpp61 ie = m_StringList.end(); in dump() local
62 it != ie; in dump()
94 ie = m_StringList.end(); in activate() local
95 it != ie; in activate()
180 for (InputTree::iterator input = input_begin, ie = m_InputTree.end(); in activate() local
181 input != ie; in activate()
DScriptFile.cpp67 for (iterator it = begin(), ie = end(); it != ie; ++it) { in ~ScriptFile() local
76 for (const_iterator it = begin(), ie = end(); it != ie; ++it) in dump() local
81 for (const_iterator it = begin(), ie = end(); it != ie; ++it) in activate() local
DAssignment.cpp109 for (RpnExpr::iterator it = m_RpnExpr.begin(), ie = m_RpnExpr.end(); in activate() local
110 it != ie; in activate()
146 for (RpnExpr::iterator it = m_RpnExpr.begin(), ie = m_RpnExpr.end(); in activate() local
147 it != ie; in activate()
DGroupCmd.cpp50 ie = m_StringList.end(); in dump() local
51 it != ie; in dump()
83 ie = m_StringList.end(); in activate() local
84 it != ie; in activate()
DStringList.cpp36 for (const_iterator it = begin(), ie = end(); it != ie; ++it) in dump() local
/frameworks/compile/mclinker/lib/LD/
DBranchIslandFactory.cpp46 for (SectionData::iterator it = sd.begin(), ie = sd.end(); it != ie; ++it) { in group() local
79 for (iterator it = begin(), ie = end(), prev = ie; it != ie; in getIslands() local
85 if (prev != ie) { in getIslands()
DStubFactory.cpp27 for (StubPoolType::iterator it = m_StubPool.begin(), ie = m_StubPool.end(); in ~StubFactory() local
28 it != ie; in ~StubFactory()
98 ie = stub->fixup_end(); in create() local
99 it != ie; in create()
125 for (StubPoolType::iterator it = m_StubPool.begin(), ie = m_StubPool.end(); in findPrototype() local
126 it != ie; in findPrototype()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiParser.java82 for (IE ie : full_IE) { in parse_akm()
84 if (ie.id == IEEE_RSN_IE) { in parse_akm()
88 ByteBuffer buf = ByteBuffer.wrap(ie.data); in parse_akm()
90 int total_len = ie.data.length; in parse_akm()
187 if (ie.id == VENDOR_SPECIFIC_IE) { in parse_akm()
188 int total_len = ie.data.length; in parse_akm()
199 ByteBuffer buf = ByteBuffer.wrap(ie.data); in parse_akm()
/frameworks/base/core/java/android/preference/
DGenericInflater.java388 InflateException ie = new InflateException(attrs in createItem()
392 ie.initCause(e); in createItem()
393 throw ie; in createItem()
399 InflateException ie = new InflateException(attrs in createItem()
403 ie.initCause(e); in createItem()
404 throw ie; in createItem()
443 InflateException ie = new InflateException(attrs in createItemFromTag()
446 ie.initCause(e); in createItemFromTag()
447 throw ie; in createItemFromTag()
450 InflateException ie = new InflateException(attrs in createItemFromTag()
[all …]
/frameworks/support/v7/preference/src/android/support/v7/preference/
DPreferenceInflater.java261 final InflateException ie = new InflateException(attrs in createItem()
263 ie.initCause(e); in createItem()
264 throw ie; in createItem()
300 final InflateException ie = new InflateException(attrs in createItemFromTag()
303 ie.initCause(e); in createItemFromTag()
304 throw ie; in createItemFromTag()
307 final InflateException ie = new InflateException(attrs in createItemFromTag()
310 ie.initCause(e); in createItemFromTag()
311 throw ie; in createItemFromTag()
/frameworks/compile/mclinker/lib/Support/
DTargetRegistry.cpp38 for (iterator target = begin(), ie = end(); target != ie; ++target) { in lookupTarget() local
71 ie = mcld::TargetRegistry::end(); in lookupTarget() local
72 it != ie; in lookupTarget()
/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64PLT.cpp108 AArch64PLT::iterator ie = m_pSectionData->end(); in applyPLT1() local
109 assert(it != ie && "FragmentList is empty, applyPLT1 failed!"); in applyPLT1()
122 while (it != ie) { in applyPLT1()
159 AArch64PLT::iterator ie = end(); in emit() local
160 while (it != ie) { in emit()
/frameworks/compile/mclinker/lib/Target/ARM/
DARMPLT.cpp103 ARMPLT::iterator ie = m_pSectionData->end(); in applyPLT1() local
104 assert(it != ie && "FragmentList is empty, applyPLT1 failed!"); in applyPLT1()
116 while (it != ie) { in applyPLT1()
151 ARMPLT::iterator ie = end(); in emit() local
152 while (it != ie) { in emit()
DARMToARMStub.cpp54 for (const_fixup_iterator it = pBegin, ie = pEnd; it != ie; ++it) in ARMToARMStub() local
/frameworks/base/core/java/android/view/
DLayoutInflater.java628 InflateException ie = new InflateException(attrs.getPositionDescription() in createView()
631 ie.initCause(e); in createView()
632 throw ie; in createView()
636 InflateException ie = new InflateException(attrs.getPositionDescription() in createView()
639 ie.initCause(e); in createView()
640 throw ie; in createView()
645 InflateException ie = new InflateException(attrs.getPositionDescription() in createView()
648 ie.initCause(e); in createView()
649 throw ie; in createView()
776 final InflateException ie = new InflateException(attrs.getPositionDescription() in createViewFromTag()
[all …]
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonPLT.cpp127 HexagonPLT::iterator ie = m_pSectionData->end(); in applyPLT1() local
128 assert(it != ie && "FragmentList is empty, applyPLT1 failed!"); in applyPLT1()
141 while (it != ie) { in applyPLT1()
180 HexagonPLT::iterator ie = end(); in emit() local
181 while (it != ie) { in emit()
/frameworks/compile/mclinker/lib/Target/X86/
DX86PLT.cpp168 X86PLT::iterator ie = m_pSectionData->end(); in applyPLT1() local
169 assert(it != ie && "FragmentList is empty, applyPLT1 failed!"); in applyPLT1()
186 while (it != ie) { in applyPLT1()
251 X86PLT::iterator ie = m_pSectionData->end(); in applyPLT1() local
252 assert(it != ie && "FragmentList is empty, applyPLT1 failed!"); in applyPLT1()
273 while (it != ie) { in applyPLT1()
DX86LDBackend.cpp182 X86PLT::iterator ie = m_pPLT->end(); in emitSectionData() local
183 while (it != ie) { in emitSectionData()
477 for (X86_32GOT::iterator it = m_pGOT->begin(), ie = m_pGOT->end(); it != ie; in emitGOTSectionData() local
500 for (X86_32GOTPLT::iterator it = m_pGOTPLT->begin(), ie = m_pGOTPLT->end(); in emitGOTPLTSectionData() local
501 it != ie; in emitGOTPLTSectionData()
662 for (X86_64GOT::iterator it = m_pGOT->begin(), ie = m_pGOT->end(); it != ie; in emitGOTSectionData() local
685 for (X86_64GOTPLT::iterator it = m_pGOTPLT->begin(), ie = m_pGOTPLT->end(); in emitGOTPLTSectionData() local
686 it != ie; in emitGOTPLTSectionData()
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsLA25Stub.cpp53 for (const_fixup_iterator it = pBegin, ie = pEnd; it != ie; ++it) in MipsLA25Stub() local
DMipsGOTPLT.cpp40 for (iterator it = begin(), ie = end(); it != ie; ++it, ++buffer) { in emit() local
DMipsGOT.cpp296 ie = m_MultipartList.end(); in getGPAddr() local
297 it != ie; in getGPAddr()
383 for (iterator it = begin(), ie = end(); it != ie; ++it, ++buffer) { in emit() local
418 for (iterator it = begin(), ie = end(); it != ie; ++it, ++buffer) { in emit() local

1234