Home
last modified time | relevance | path

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

12345

/frameworks/layoutlib/bridge/src/android/graphics/drawable/
DDrawableInflater_Delegate.java52 final InflateException ie = new InflateException("Error inflating class " + className); in inflateFromClass()
53 ie.initCause(e); in inflateFromClass()
54 throw ie; in inflateFromClass()
57 final InflateException ie = in inflateFromClass()
59 ie.initCause(e); in inflateFromClass()
60 throw ie; in inflateFromClass()
63 final InflateException ie = new InflateException("Class not found " + className); in inflateFromClass()
64 ie.initCause(e); in inflateFromClass()
65 throw ie; in inflateFromClass()
67 final InflateException ie = new InflateException("Error inflating class " + className); in inflateFromClass()
[all …]
/frameworks/base/graphics/java/android/graphics/drawable/
DDrawableInflater.java207 final InflateException ie = new InflateException( in inflateFromClass()
209 ie.initCause(e); in inflateFromClass()
210 throw ie; in inflateFromClass()
213 final InflateException ie = new InflateException( in inflateFromClass()
215 ie.initCause(e); in inflateFromClass()
216 throw ie; in inflateFromClass()
219 final InflateException ie = new InflateException( in inflateFromClass()
221 ie.initCause(e); in inflateFromClass()
222 throw ie; in inflateFromClass()
224 final InflateException ie = new InflateException( in inflateFromClass()
[all …]
/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.cpp108 for (RpnExpr::iterator it = m_RpnExpr.begin(), ie = m_RpnExpr.end(); in activate() local
109 it != ie; in activate()
143 for (RpnExpr::iterator it = m_RpnExpr.begin(), ie = m_RpnExpr.end(); in activate() local
144 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; in group() local
81 for (iterator it = begin(), ie = end(), prev = ie; it != ie; in getIslands() local
91 if ((prev != ie) && (pFragment.getParent() == (*prev).getParent())) { in getIslands()
DStubFactory.cpp28 for (StubPoolType::iterator it = m_StubPool.begin(), ie = m_StubPool.end(); in ~StubFactory() local
29 it != ie; in ~StubFactory()
113 ie = m_StubPool.end(); it != ie; ++it) { in findPrototype() local
122 ie = m_StubPool.end(); it != ie; ++it) { in findPrototype() local
/frameworks/base/core/java/android/preference/
DGenericInflater.java395 InflateException ie = new InflateException(attrs in createItem()
399 ie.initCause(e); in createItem()
400 throw ie; in createItem()
406 InflateException ie = new InflateException(attrs in createItem()
410 ie.initCause(e); in createItem()
411 throw ie; in createItem()
450 InflateException ie = new InflateException(attrs in createItemFromTag()
453 ie.initCause(e); in createItemFromTag()
454 throw ie; in createItemFromTag()
457 InflateException ie = new InflateException(attrs in createItemFromTag()
[all …]
/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/base/services/core/java/com/android/server/rollback/
DAppDataRollbackHelper.java133 } catch (InstallerException ie) { in doSnapshot()
135 + packageRollbackInfo.getPackageName() + ", userId: " + userId, ie); in doSnapshot()
175 } catch (InstallerException ie) { in doRestoreOrWipe()
178 + packageRollbackInfo.getRollbackDataPolicy(), ie); in doRestoreOrWipe()
195 } catch (InstallerException ie) { in destroyAppDataSnapshot()
197 + packageRollbackInfo.getPackageName(), ie); in destroyAppDataSnapshot()
/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()
/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/base/core/java/android/view/
DLayoutInflater.java714 final InflateException ie = new InflateException(e.getMessage(), e); in inflate()
715 ie.setStackTrace(EMPTY_STACK_TRACE); in inflate()
716 throw ie; in inflate()
718 final InflateException ie = new InflateException( in inflate()
721 ie.setStackTrace(EMPTY_STACK_TRACE); in inflate()
722 throw ie; in inflate()
877 final InflateException ie = new InflateException( in createView()
880 ie.setStackTrace(EMPTY_STACK_TRACE); in createView()
881 throw ie; in createView()
885 final InflateException ie = new InflateException( in createView()
[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()
DHexagonAbsoluteStub.cpp53 for (const_fixup_iterator it = pBegin, ie = pEnd; it != ie; ++it) in HexagonAbsoluteStub() local
/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/
DMipsGOTPLT.cpp34 for (iterator it = begin(), ie = end(); it != ie; ++it, ++buffer) { in emit() local
DMipsLA25Stub.cpp46 for (const_fixup_iterator it = pBegin, ie = pEnd; it != ie; ++it) in MipsLA25Stub() local

12345