Home
last modified time | relevance | path

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

12

/frameworks/compile/mclinker/lib/LD/
DELFSegment.cpp43 for (const_sect_iterator it = begin(), ie = end(); it != ie; ++it) { in isDataSegment() local
57 const_sect_iterator it = begin(), ie = end(); in isBssSegment() local
58 for (; it != ie; ++it) { in isBssSegment()
62 if (it == ie) in isBssSegment()
DStubFactory.cpp28 for (StubPoolType::iterator it = m_StubPool.begin(), ie = m_StubPool.end(); in ~StubFactory() local
29 it != ie; ++it) in ~StubFactory()
90 ie = stub->fixup_end(); it != ie; ++it) { in create() local
116 for (StubPoolType::iterator it = m_StubPool.begin(), ie = m_StubPool.end(); in findPrototype() local
117 it != ie; ++it) { in findPrototype()
DBranchIslandFactory.cpp80 for (iterator it = begin(), ie = end(); it != ie; ++it) { in find() local
DELFBinaryReader.cpp90 ie = mangled_name.end(); it != ie; ++it) { in readBinary() local
DELFObjectWriter.cpp441 ie = pRelocData.end(); it != ie; ++it, ++rel) { in emitRel() local
482 ie = pRelocData.end(); it != ie; ++it, ++rel) { in emitRela() local
/frameworks/base/core/java/android/preference/
DGenericInflater.java386 InflateException ie = new InflateException(attrs in createItem()
390 ie.initCause(e); in createItem()
391 throw ie; in createItem()
397 InflateException ie = new InflateException(attrs in createItem()
401 ie.initCause(e); in createItem()
402 throw ie; in createItem()
441 InflateException ie = new InflateException(attrs in createItemFromTag()
444 ie.initCause(e); in createItemFromTag()
445 throw ie; in createItemFromTag()
448 InflateException ie = new InflateException(attrs in createItemFromTag()
[all …]
/frameworks/base/core/java/android/view/
DLayoutInflater.java603 InflateException ie = new InflateException(attrs.getPositionDescription() in createView()
606 ie.initCause(e); in createView()
607 throw ie; in createView()
611 InflateException ie = new InflateException(attrs.getPositionDescription() in createView()
614 ie.initCause(e); in createView()
615 throw ie; in createView()
620 InflateException ie = new InflateException(attrs.getPositionDescription() in createView()
623 ie.initCause(e); in createView()
624 throw ie; in createView()
707 InflateException ie = new InflateException(attrs.getPositionDescription() in createViewFromTag()
[all …]
/frameworks/compile/mclinker/lib/Target/ARM/
DARMPLT.cpp139 ARMPLT::iterator ie = m_SectionData->end(); in applyPLT1() local
140 assert(it != ie && "FragmentList is empty, applyPLT1 failed!"); in applyPLT1()
154 while (it != ie) { in applyPLT1()
190 ARMPLT::iterator ie = end(); in emit() local
191 while (it != ie) { in emit()
DTHMToARMStub.cpp58 for (const_fixup_iterator it = pBegin, ie = pEnd; it != ie; ++it) in THMToARMStub() local
DARMToTHMStub.cpp58 for (const_fixup_iterator it = pBegin, ie = pEnd; it != ie; ++it) in ARMToTHMStub() local
DARMToARMStub.cpp56 for (const_fixup_iterator it = pBegin, ie = pEnd; it != ie; ++it) in ARMToARMStub() local
DTHMToTHMStub.cpp60 for (const_fixup_iterator it = pBegin, ie = pEnd; it != ie; ++it) in THMToTHMStub() local
DARMGOT.cpp156 for (iterator it = begin(), ie = end(); it != ie; ++it, ++buffer) { in emit() local
/frameworks/compile/mclinker/lib/Target/X86/
DX86PLT.cpp207 X86PLT::iterator ie = m_SectionData->end(); in applyPLT1() local
208 assert(it != ie && "FragmentList is empty, applyPLT1 failed!"); in applyPLT1()
225 while (it != ie) { in applyPLT1()
293 X86PLT::iterator ie = m_SectionData->end(); in applyPLT1() local
294 assert(it != ie && "FragmentList is empty, applyPLT1 failed!"); in applyPLT1()
315 while (it != ie) { in applyPLT1()
DX86LDBackend.cpp279 X86PLT::iterator ie = m_pPLT->end(); in emitSectionData() local
280 while (it != ie) { in emitSectionData()
878 ie = m_pGOT->end(); it != ie; ++it, ++buffer) { in emitGOTSectionData() local
901 ie = m_pGOTPLT->end(); it != ie; ++it, ++buffer) { in emitGOTPLTSectionData() local
1304 ie = m_pGOT->end(); it != ie; ++it, ++buffer) { in emitGOTSectionData() local
1327 ie = m_pGOTPLT->end(); it != ie; ++it, ++buffer) { in emitGOTPLTSectionData() local
/frameworks/base/core/java/android/speech/tts/
DAudioPlaybackHandler.java52 } catch (InterruptedException ie) { in enqueue()
124 } catch (InterruptedException ie) { in run()
DBlockingAudioTrack.java274 } catch (InterruptedException ie) { in blockUntilEstimatedCompletion()
318 } catch (InterruptedException ie) { in blockUntilCompletion()
DSynthesisPlaybackQueueItem.java109 } catch (InterruptedException ie) { in run()
DPlaybackSynthesisCallback.java192 } catch (InterruptedException ie) { in audioAvailable()
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsGOT.cpp79 for (iterator it = begin(), ie = end(); in emit() local
80 it != ie; ++it, ++buffer) { in emit()
/frameworks/base/core/java/android/app/
DUiAutomation.java207 } catch (InterruptedException ie) { in connect()
490 } catch (InterruptedException ie) { in executeAndWaitForEvent()
545 } catch (InterruptedException ie) { in waitForIdle()
/frameworks/compile/slang/
Dllvm-rs-cc.cpp209 ie = Args->filtered_end(); it != ie; ++it) in ParseArguments() local
213 for (ArgList::const_iterator it = Args->begin(), ie = Args->end(); in ParseArguments() local
214 it != ie; ++it) { in ParseArguments()
/frameworks/native/cmds/dumpstate/
Dutils.c552 struct inotify_event ie; in dump_traces() local
553 read(ifd, &ie, sizeof(ie)); in dump_traces()
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DUserManagerTest.java166 } catch (InterruptedException ie) { in removeUser()
/frameworks/base/tests/BrowserPowerTest/src/com/android/browserpowertest/
DPowerTestActivity.java171 } catch (InterruptedException ie) { in waitUntilDone()

12