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

1234

/frameworks/compile/mclinker/lib/Script/
H A DSectionsCmd.cpp24 for (iterator it = begin(), ie = end(); it != ie; ++it) {
33 for (const_iterator it = begin(), ie = end(); it != ie; ++it) {
67 for (const_iterator it = begin(), ie = end(); it != ie; ++it) {
H A DOutputSectDesc.cpp35 for (iterator it = begin(), ie = end(); it != ie; ++it) {
100 for (const_iterator it = begin(), ie = end(); it != ie; ++it) {
121 ie = m_Epilog.phdrs().end();
122 it != ie;
159 for (const_iterator it = begin(), ie = end(); it != ie; ++it) {
H A DStringList.cpp36 for (const_iterator it = begin(), ie = end(); it != ie; ++it)
H A DInputSectDesc.cpp51 ie = m_Spec.excludeFiles().end();
52 it != ie;
61 ie = m_Spec.sections().end();
62 it != ie;
H A DRpnExpr.cpp35 for (const_iterator it = begin(), ie = end(); it != ie; ++it) {
44 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;
146 for (RpnExpr::iterator it = m_RpnExpr.begin(), ie = m_RpnExpr.end();
147 it != ie;
H A DGroupCmd.cpp50 ie = m_StringList.end();
51 it != ie;
83 ie = m_StringList.end();
84 it != ie;
/frameworks/compile/mclinker/lib/LD/
H A DBranchIslandFactory.cpp46 for (SectionData::iterator it = sd.begin(), ie = sd.end(); it != ie; ++it) {
79 for (iterator it = begin(), ie = end(), prev = ie; it != ie;
85 if (prev != ie) {
H A DStubFactory.cpp27 for (StubPoolType::iterator it = m_StubPool.begin(), ie = m_StubPool.end();
28 it != ie;
98 ie = stub->fixup_end();
99 it != ie;
125 for (StubPoolType::iterator it = m_StubPool.begin(), ie = m_StubPool.end();
126 it != ie;
H A DELFSegment.cpp65 for (const_iterator it = begin(), ie = end(); it != ie; ++it) {
/frameworks/compile/mclinker/lib/Support/
H A DTargetRegistry.cpp38 for (iterator target = begin(), ie = end(); target != ie; ++target) {
71 ie = mcld::TargetRegistry::end();
72 it != ie;
/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.java388 InflateException ie = new InflateException(attrs
392 ie.initCause(e);
393 throw ie;
399 InflateException ie = new InflateException(attrs
403 ie.initCause(e);
404 throw ie;
443 InflateException ie = new InflateException(attrs
446 ie.initCause(e);
447 throw ie;
450 InflateException ie
[all...]
/frameworks/support/v7/preference/src/android/support/v7/preference/
H A DPreferenceInflater.java261 final InflateException ie = new InflateException(attrs
263 ie.initCause(e);
264 throw ie;
300 final InflateException ie = new InflateException(attrs
303 ie.initCause(e);
304 throw ie;
307 final InflateException ie = new InflateException(attrs
310 ie.initCause(e);
311 throw ie;
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsGOTPLT.cpp40 for (iterator it = begin(), ie = end(); it != ie; ++it, ++buffer) {
H A DMipsLA25Stub.cpp53 for (const_fixup_iterator it = pBegin, ie = pEnd; it != ie; ++it)
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64PLT.cpp108 AArch64PLT::iterator ie = m_pSectionData->end(); local
109 assert(it != ie && "FragmentList is empty, applyPLT1 failed!");
122 while (it != ie) {
159 AArch64PLT::iterator ie = end(); local
160 while (it != ie) {
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMPLT.cpp103 ARMPLT::iterator ie = m_pSectionData->end(); local
104 assert(it != ie && "FragmentList is empty, applyPLT1 failed!");
116 while (it != ie) {
151 ARMPLT::iterator ie = end(); local
152 while (it != ie) {
H A DARMToARMStub.cpp54 for (const_fixup_iterator it = pBegin, ie = pEnd; it != ie; ++it)
H A DARMToTHMStub.cpp56 for (const_fixup_iterator it = pBegin, ie = pEnd; it != ie; ++it)
H A DTHMToARMStub.cpp63 for (const_fixup_iterator it = pBegin, ie = pEnd; it != ie; ++it)
H A DTHMToTHMStub.cpp65 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/include/mcld/Support/
H A DTargetRegistry.h124 TargetRegistry::iterator target, ie = TargetRegistry::end(); local
125 for (target = TargetRegistry::begin(); target != ie; ++target) {
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonAbsoluteStub.cpp53 for (const_fixup_iterator it = pBegin, ie = pEnd; it != ie; ++it)

Completed in 2354 milliseconds

1234