/frameworks/compile/mclinker/lib/LD/ |
D | ELFSegment.cpp | 43 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()
|
D | StubFactory.cpp | 28 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()
|
D | BranchIslandFactory.cpp | 80 for (iterator it = begin(), ie = end(); it != ie; ++it) { in find() local
|
D | ELFBinaryReader.cpp | 90 ie = mangled_name.end(); it != ie; ++it) { in readBinary() local
|
D | ELFObjectWriter.cpp | 441 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/ |
D | GenericInflater.java | 386 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/ |
D | LayoutInflater.java | 603 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/ |
D | ARMPLT.cpp | 139 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()
|
D | THMToARMStub.cpp | 58 for (const_fixup_iterator it = pBegin, ie = pEnd; it != ie; ++it) in THMToARMStub() local
|
D | ARMToTHMStub.cpp | 58 for (const_fixup_iterator it = pBegin, ie = pEnd; it != ie; ++it) in ARMToTHMStub() local
|
D | ARMToARMStub.cpp | 56 for (const_fixup_iterator it = pBegin, ie = pEnd; it != ie; ++it) in ARMToARMStub() local
|
D | THMToTHMStub.cpp | 60 for (const_fixup_iterator it = pBegin, ie = pEnd; it != ie; ++it) in THMToTHMStub() local
|
D | ARMGOT.cpp | 156 for (iterator it = begin(), ie = end(); it != ie; ++it, ++buffer) { in emit() local
|
/frameworks/compile/mclinker/lib/Target/X86/ |
D | X86PLT.cpp | 207 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()
|
D | X86LDBackend.cpp | 279 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/ |
D | AudioPlaybackHandler.java | 52 } catch (InterruptedException ie) { in enqueue() 124 } catch (InterruptedException ie) { in run()
|
D | BlockingAudioTrack.java | 274 } catch (InterruptedException ie) { in blockUntilEstimatedCompletion() 318 } catch (InterruptedException ie) { in blockUntilCompletion()
|
D | SynthesisPlaybackQueueItem.java | 109 } catch (InterruptedException ie) { in run()
|
D | PlaybackSynthesisCallback.java | 192 } catch (InterruptedException ie) { in audioAvailable()
|
/frameworks/compile/mclinker/lib/Target/Mips/ |
D | MipsGOT.cpp | 79 for (iterator it = begin(), ie = end(); in emit() local 80 it != ie; ++it, ++buffer) { in emit()
|
/frameworks/base/core/java/android/app/ |
D | UiAutomation.java | 207 } catch (InterruptedException ie) { in connect() 490 } catch (InterruptedException ie) { in executeAndWaitForEvent() 545 } catch (InterruptedException ie) { in waitForIdle()
|
/frameworks/compile/slang/ |
D | llvm-rs-cc.cpp | 209 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/ |
D | utils.c | 552 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/ |
D | UserManagerTest.java | 166 } catch (InterruptedException ie) { in removeUser()
|
/frameworks/base/tests/BrowserPowerTest/src/com/android/browserpowertest/ |
D | PowerTestActivity.java | 171 } catch (InterruptedException ie) { in waitUntilDone()
|