Searched refs:ie (Results 1 - 25 of 73) sorted by relevance

123

/frameworks/compile/mclinker/lib/Script/
H A DSectionsCmd.cpp25 for (iterator it = begin(), ie = end(); it != ie; ++it) {
35 for (const_iterator it = begin(), ie = end(); it != ie; ++it) {
71 for (const_iterator it = begin(), ie = end(); it != ie; ++it) {
H A DOutputSectDesc.cpp35 for (iterator it = begin(), ie = end(); it != ie; ++it) {
101 for (const_iterator it = begin(), ie = end(); it != ie; ++it) {
122 ie = m_Epilog.phdrs().end(); it != ie; ++it) {
161 for (const_iterator it = begin(), ie = end(); it != ie; ++it) {
H A DInputSectDesc.cpp52 ie = m_Spec.excludeFiles().end(); it != ie; ++it) {
60 ie = m_Spec.sections().end(); it != ie; ++it) {
H A DRpnExpr.cpp36 for (const_iterator it = begin(), ie = end(); it != ie; ++it) {
46 for (const_iterator it = begin(), ie = end(); it != ie; ++it) {
H A DStringList.cpp38 for (const_iterator it = begin(), ie = end(); it != ie; ++it)
H A DAssignment.cpp109 for (RpnExpr::iterator it = m_RpnExpr.begin(), ie = m_RpnExpr.end();
110 it != ie; ++it) {
145 for (RpnExpr::iterator it = m_RpnExpr.begin(), ie = m_RpnExpr.end();
146 it != ie; ++it) {
H A DScriptFile.cpp66 for (iterator it = begin(), ie = end(); it != ie; ++it) {
76 for (const_iterator it = begin(), ie = end(); it != ie; ++it)
82 for (const_iterator it = begin(), ie = end(); it != ie; ++it)
/frameworks/compile/mclinker/lib/LD/
H A DBranchIslandFactory.cpp48 for (SectionData::iterator it = sd.begin(), ie = sd.end(); it != ie; ++it) {
83 for (iterator it = begin(), ie = end(), prev = ie; it != ie;
90 if (prev != ie) {
H A DStubFactory.cpp27 for (StubPoolType::iterator it = m_StubPool.begin(), ie = m_StubPool.end();
28 it != ie; ++it)
98 ie = stub->fixup_end(); it != ie; ++it) {
125 for (StubPoolType::iterator it = m_StubPool.begin(), ie = m_StubPool.end();
126 it != ie; ++it) {
H A DELFBinaryReader.cpp93 ie = mangled_name.end(); it != ie; ++it) {
/frameworks/compile/mclinker/lib/Support/
H A DTargetRegistry.cpp40 for (iterator target = begin(), ie = end(); target != ie; ++target) {
75 ie = mcld::TargetRegistry::end(); it != ie; ++it) {
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiParser.java82 for (IE ie : full_IE) {
84 if (ie.id == IEEE_RSN_IE) {
88 ByteBuffer buf = ByteBuffer.wrap(ie.data);
90 int total_len = ie.data.length;
187 if (ie.id == VENDOR_SPECIFIC_IE) {
188 int total_len = ie.data.length;
199 ByteBuffer buf = ByteBuffer.wrap(ie.data);
/frameworks/base/core/java/android/preference/
H A DGenericInflater.java386 InflateException ie = new InflateException(attrs
390 ie.initCause(e);
391 throw ie;
397 InflateException ie = new InflateException(attrs
401 ie.initCause(e);
402 throw ie;
441 InflateException ie = new InflateException(attrs
444 ie.initCause(e);
445 throw ie;
448 InflateException ie
[all...]
/frameworks/compile/mclinker/include/mcld/LD/
H A DRelocData.h94 for (iterator it = begin(), ie = end(); it != ie; ++it)
99 ie = relocs.end(); it != ie; ++it)
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsGOTPLT.cpp43 for (iterator it = begin(), ie = end(); it != ie; ++it, ++buffer) {
H A DMipsLA25Stub.cpp58 for (const_fixup_iterator it = pBegin, ie = pEnd; it != ie; ++it)
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64PLT.cpp111 AArch64PLT::iterator ie = m_pSectionData->end(); local
112 assert(it != ie && "FragmentList is empty, applyPLT1 failed!");
125 while (it != ie) {
162 AArch64PLT::iterator ie = end(); local
163 while (it != ie) {
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMPLT.cpp109 ARMPLT::iterator ie = m_pSectionData->end(); local
110 assert(it != ie && "FragmentList is empty, applyPLT1 failed!");
124 while (it != ie) {
160 ARMPLT::iterator ie = end(); local
161 while (it != ie) {
H A DARMToARMStub.cpp56 for (const_fixup_iterator it = pBegin, ie = pEnd; it != ie; ++it)
H A DARMToTHMStub.cpp58 for (const_fixup_iterator it = pBegin, ie = pEnd; it != ie; ++it)
/frameworks/base/core/java/android/speech/tts/
H A DAudioPlaybackHandler.java52 } catch (InterruptedException ie) {
124 } catch (InterruptedException ie) {
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonAbsoluteStub.cpp54 for (const_fixup_iterator it = pBegin, ie = pEnd; it != ie; ++it)
H A DHexagonPLT.cpp139 HexagonPLT::iterator ie = m_pSectionData->end(); local
140 assert(it != ie && "FragmentList is empty, applyPLT1 failed!");
154 while (it != ie) {
192 HexagonPLT::iterator ie = end(); local
193 while (it != ie) {
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86PLT.cpp186 X86PLT::iterator ie = m_pSectionData->end(); local
187 assert(it != ie && "FragmentList is empty, applyPLT1 failed!");
204 while (it != ie) {
272 X86PLT::iterator ie = m_pSectionData->end(); local
273 assert(it != ie && "FragmentList is empty, applyPLT1 failed!");
294 while (it != ie) {
/frameworks/compile/mclinker/include/mcld/Support/
H A DTargetRegistry.h149 TargetRegistry::iterator target, ie = TargetRegistry::end(); local
150 for (target = TargetRegistry::begin(); target != ie; ++target) {

Completed in 4557 milliseconds

123